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