2009-08-12 22:11:06 +00:00
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ImportGroup Label="PropertySheets" />
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
2009-07-24 12:54:54 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<_PropertySheetDisplayName>release</_PropertySheetDisplayName>
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<PreprocessorDefinitions>NDEBUG;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
2009-08-12 22:11:06 +00:00
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
|
|
<FloatingPointExceptions>false</FloatingPointExceptions>
|
2009-07-24 12:54:54 +00:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
</Link>
|
2009-08-12 22:11:06 +00:00
|
|
|
<Lib>
|
|
|
|
<LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
|
|
|
|
</Lib>
|
2009-07-24 12:54:54 +00:00
|
|
|
</ItemDefinitionGroup>
|
2009-08-12 22:11:06 +00:00
|
|
|
<ItemGroup />
|
2009-07-24 12:54:54 +00:00
|
|
|
</Project>
|