BuildConfigurationRelease.props 835 B

123456789101112131415161718192021
  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="BuildConfigurationBase.props" />
  5. </ImportGroup>
  6. <PropertyGroup>
  7. <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
  8. <LinkIncremental>false</LinkIncremental>
  9. </PropertyGroup>
  10. <ItemDefinitionGroup>
  11. <ClCompile>
  12. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  13. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  14. </ClCompile>
  15. <Link>
  16. <OptimizeReferences>true</OptimizeReferences>
  17. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  18. <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
  19. </Link>
  20. </ItemDefinitionGroup>
  21. </Project>