Skip to content

Commit

Permalink
Give xrCore a dedicated PCH 'folder' (VS project file filter only).
Browse files Browse the repository at this point in the history
  • Loading branch information
tamlin-mike authored and Xottab-DUTY committed Aug 5, 2017
1 parent 7a92351 commit 0f22237
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/xrCore/xrCore.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@
<Filter Include="XML\TinyXML">
<UniqueIdentifier>{eb0bfab5-c514-4df4-a747-d14beb72f57b}</UniqueIdentifier>
</Filter>
<Filter Include="PCH">
<UniqueIdentifier>{061cfd8f-ceab-42cf-83c5-bdfb65c5d322}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="FTimer.cpp">
<Filter>Kernel</Filter>
</ClCompile>
<ClCompile Include="stdafx.cpp">
<Filter>Kernel</Filter>
</ClCompile>
<ClCompile Include="xrCore.cpp">
<Filter>Kernel</Filter>
</ClCompile>
Expand Down Expand Up @@ -354,6 +354,9 @@
<ClCompile Include="Compression\rt_compressor9.cpp">
<Filter>Compression</Filter>
</ClCompile>
<ClCompile Include="stdafx.cpp">
<Filter>PCH</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="FTimer.h">
Expand All @@ -362,9 +365,6 @@
<ClInclude Include="resource.h">
<Filter>Kernel</Filter>
</ClInclude>
<ClInclude Include="stdafx.h">
<Filter>Kernel</Filter>
</ClInclude>
<ClInclude Include="xrCore.h">
<Filter>Kernel</Filter>
</ClInclude>
Expand Down Expand Up @@ -746,6 +746,9 @@
<ClInclude Include="Compression\rt_compressor.h">
<Filter>Compression</Filter>
</ClInclude>
<ClInclude Include="stdafx.h">
<Filter>PCH</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="xrCore.rc">
Expand Down

0 comments on commit 0f22237

Please sign in to comment.