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

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