PCHCommon.props 729 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project>
  3. <ImportGroup Label="PropertySheets" />
  4. <PropertyGroup Label="UserMacros" />
  5. <ItemDefinitionGroup>
  6. <ClCompile>
  7. <!--
  8. Creator and ALL users of PCH must have exact same compiler settings!
  9. In dolphin we accomplish this by sharing settings between targets with
  10. Base.props.
  11. -->
  12. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  13. <!--
  14. This file will be included by other projects, so we have to manually set
  15. the output path.
  16. -->
  17. <PrecompiledHeaderOutputFile>$(BuildRootDir)$(Platform)\$(Configuration)\pch\pch.pch</PrecompiledHeaderOutputFile>
  18. </ClCompile>
  19. </ItemDefinitionGroup>
  20. </Project>