1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-12 02:00:46 +01:00

ep_setup_patch: include resource file

This commit is contained in:
Valentin Radu 2021-11-16 02:53:39 +02:00
parent fccf33ff0d
commit c259538563
2 changed files with 8 additions and 0 deletions

View File

@ -157,6 +157,9 @@
<ItemGroup>
<ClInclude Include="..\ExplorerPatcher\utility.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\ExplorerPatcher\ExplorerPatcher.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@ -27,4 +27,9 @@
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\ExplorerPatcher\ExplorerPatcher.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
</Project>