mirror of
https://github.com/schnaader/precomp-cpp
synced 2026-08-23 00:23:04 -04:00
Add precomp.h to VS project
This commit is contained in:
parent
2112d8be7b
commit
e8e24907e0
2 changed files with 4 additions and 0 deletions
|
|
@ -265,6 +265,7 @@
|
|||
<ClInclude Include="..\..\contrib\zlib\zconf.h" />
|
||||
<ClInclude Include="..\..\contrib\zlib\zlib.h" />
|
||||
<ClInclude Include="..\..\contrib\zlib\zutil.h" />
|
||||
<ClInclude Include="..\..\precomp.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets" />
|
||||
|
|
|
|||
|
|
@ -575,5 +575,8 @@
|
|||
<ClInclude Include="..\..\contrib\liblzma\simple\simple_private.h">
|
||||
<Filter>Headerdateien</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\precomp.h">
|
||||
<Filter>Headerdateien</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue