summaryrefslogtreecommitdiff
path: root/Source/VSProps/PCHUse.props
blob: 4bfb5fc67392455b5885a561168addbf8bc84c5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<Project>
  <ImportGroup Label="PropertySheets">
    <Import Project="Base.Macros.props" Condition="'$(BaseMacrosImported)'==''" />
    <Import Project="PCHCommon.props" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <ItemDefinitionGroup>
    <ClCompile>
      <PrecompiledHeader>Use</PrecompiledHeader>
      <ForcedIncludeFiles>pch.h</ForcedIncludeFiles>
    </ClCompile>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ProjectReference Include="$(SourceDir)PCH\pch.vcxproj">
      <Project>{76563A7F-1011-4EAD-B667-7BB18D09568E}</Project>
      <Private>false</Private>
      <LinkLibraryDependencies>true</LinkLibraryDependencies>
      <UseLibraryDependencyInputs>true</UseLibraryDependencyInputs>
    </ProjectReference>
  </ItemGroup>
</Project>