You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
655 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <_PropertySheetDisplayName>Link Time Code Generation Settings</_PropertySheetDisplayName>
  5. <DefaultLinkage>ltcg</DefaultLinkage>
  6. </PropertyGroup>
  7. <ItemDefinitionGroup>
  8. <ClCompile>
  9. <WholeProgramOptimization>true</WholeProgramOptimization>
  10. </ClCompile>
  11. <Link>
  12. <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
  13. </Link>
  14. <Lib>
  15. <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
  16. </Lib>
  17. </ItemDefinitionGroup>
  18. </Project>