code_generation_release.props 964 B

12345678910111213141516171819202122
  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. <_PropertySheetDisplayName>code_generation_release</_PropertySheetDisplayName>
  7. </PropertyGroup>
  8. <ItemDefinitionGroup>
  9. <ClCompile>
  10. <MinimalRebuild>false</MinimalRebuild>
  11. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  12. <PreprocessorDefinitions>_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  13. <StringPooling>true</StringPooling>
  14. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  15. </ClCompile>
  16. <Link>
  17. <OptimizeReferences>true</OptimizeReferences>
  18. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  19. </Link>
  20. </ItemDefinitionGroup>
  21. <ItemGroup />
  22. </Project>