1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ImportGroup Label =" PropertySheets" />
4+ <PropertyGroup Label =" UserMacros" />
5+ <PropertyGroup />
6+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
7+ <ClCompile >
8+ <WarningLevel >Level3</WarningLevel >
9+ <StringPooling >true</StringPooling >
10+ <SDLCheck >true</SDLCheck >
11+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
12+ <EnableEnhancedInstructionSet >AdvancedVectorExtensions2</EnableEnhancedInstructionSet >
13+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
14+ </ClCompile >
15+ <Link >
16+ <GenerateDebugInformation >true</GenerateDebugInformation >
17+ </Link >
18+ <Lib >
19+ <TargetMachine >MachineX86</TargetMachine >
20+ </Lib >
21+ </ItemDefinitionGroup >
22+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
23+ <ClCompile >
24+ <WarningLevel >Level3</WarningLevel >
25+ <Optimization >MaxSpeed</Optimization >
26+ <StringPooling >true</StringPooling >
27+ <InlineFunctionExpansion >AnySuitable</InlineFunctionExpansion >
28+ <FunctionLevelLinking >true</FunctionLevelLinking >
29+ <IntrinsicFunctions >true</IntrinsicFunctions >
30+ <SDLCheck >true</SDLCheck >
31+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
32+ <EnableEnhancedInstructionSet >AdvancedVectorExtensions2</EnableEnhancedInstructionSet >
33+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
34+ </ClCompile >
35+ <Link >
36+ <GenerateDebugInformation >true</GenerateDebugInformation >
37+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
38+ <OptimizeReferences >true</OptimizeReferences >
39+ </Link >
40+ <Lib >
41+ <TargetMachine >MachineX86</TargetMachine >
42+ </Lib >
43+ </ItemDefinitionGroup >
44+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
45+ <ClCompile >
46+ <WarningLevel >Level3</WarningLevel >
47+ <StringPooling >true</StringPooling >
48+ <SDLCheck >true</SDLCheck >
49+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
50+ <EnableEnhancedInstructionSet >AdvancedVectorExtensions2</EnableEnhancedInstructionSet >
51+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
52+ </ClCompile >
53+ <Link >
54+ <GenerateDebugInformation >true</GenerateDebugInformation >
55+ </Link >
56+ <Lib >
57+ <TargetMachine >MachineX64</TargetMachine >
58+ </Lib >
59+ </ItemDefinitionGroup >
60+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
61+ <ClCompile >
62+ <WarningLevel >Level3</WarningLevel >
63+ <Optimization >MaxSpeed</Optimization >
64+ <StringPooling >true</StringPooling >
65+ <InlineFunctionExpansion >AnySuitable</InlineFunctionExpansion >
66+ <FunctionLevelLinking >true</FunctionLevelLinking >
67+ <IntrinsicFunctions >true</IntrinsicFunctions >
68+ <SDLCheck >true</SDLCheck >
69+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
70+ <EnableEnhancedInstructionSet >AdvancedVectorExtensions2</EnableEnhancedInstructionSet >
71+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
72+ </ClCompile >
73+ <Link >
74+ <GenerateDebugInformation >true</GenerateDebugInformation >
75+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
76+ <OptimizeReferences >true</OptimizeReferences >
77+ </Link >
78+ <Lib >
79+ <TargetMachine >MachineX64</TargetMachine >
80+ </Lib >
81+ </ItemDefinitionGroup >
82+ <ItemGroup />
83+ </Project >
0 commit comments