forked from dolphin-emu/dolphin
		
	
		
			
	
	
		
			29 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			29 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | <?xml version="1.0" encoding="utf-8"?> | ||
|  | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
|  |   <ImportGroup Label="PropertySheets" /> | ||
|  |   <PropertyGroup Label="UserMacros" /> | ||
|  |   <PropertyGroup> | ||
|  |     <_PropertySheetDisplayName>CodeGen_Release</_PropertySheetDisplayName> | ||
|  |   </PropertyGroup> | ||
|  |   <ItemDefinitionGroup> | ||
|  |     <ClCompile> | ||
|  |       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> | ||
|  |       <IntrinsicFunctions>true</IntrinsicFunctions> | ||
|  |       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> | ||
|  |       <OmitFramePointers>true</OmitFramePointers> | ||
|  |       <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> | ||
|  |       <StringPooling>true</StringPooling> | ||
|  |       <MinimalRebuild>false</MinimalRebuild> | ||
|  |       <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
|  |       <BufferSecurityCheck>false</BufferSecurityCheck> | ||
|  |       <FunctionLevelLinking>false</FunctionLevelLinking> | ||
|  |       <PreprocessorDefinitions>_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
|  |       <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> | ||
|  |     </ClCompile> | ||
|  |     <Link> | ||
|  |       <OptimizeReferences>true</OptimizeReferences> | ||
|  |       <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
|  |     </Link> | ||
|  |   </ItemDefinitionGroup> | ||
|  |   <ItemGroup /> | ||
|  | </Project> |