Rename StdAfx.h to PCH.h

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2020-02-06 15:52:41 +01:00
parent cd0a99c518
commit 4dad574377
151 changed files with 482 additions and 482 deletions

View File

@@ -110,11 +110,11 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" />
<ItemGroup>
<ClInclude Include="StdAfx.h" />
<ClInclude Include="PCH.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="Main.cpp" />
<ClCompile Include="StdAfx.cpp">
<ClCompile Include="PCH.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
</ItemGroup>