2
0

module_release.props 1.0 KB

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ImportGroup Label="PropertySheets">
  4. <Import Project="modules.props" />
  5. </ImportGroup>
  6. <PropertyGroup>
  7. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  8. <LinkIncremental>false</LinkIncremental>
  9. </PropertyGroup>
  10. <ItemDefinitionGroup>
  11. <ClCompile>
  12. <WholeProgramOptimization>true</WholeProgramOptimization>
  13. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  14. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  15. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  16. </ClCompile>
  17. <Link>
  18. <OptimizeReferences>true</OptimizeReferences>
  19. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  20. <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
  21. <GenerateDebugInformation>false</GenerateDebugInformation>
  22. </Link>
  23. </ItemDefinitionGroup>
  24. </Project>