Made projects use PCHs

This commit is contained in:
Pasha Bibko
2025-05-05 17:17:33 +01:00
parent c64a2c692c
commit 0f11fe006b
24 changed files with 84 additions and 21 deletions

View File

@@ -17,5 +17,8 @@
<ClCompile Include="src\Token.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="inc\pch.cpp">
<Filter>Header Files</Filter>
</ClCompile>
</ItemGroup>
</Project>