1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-13 18:50: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> <ItemGroup>
<ClInclude Include="..\ExplorerPatcher\utility.h" /> <ClInclude Include="..\ExplorerPatcher\utility.h" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\ExplorerPatcher\ExplorerPatcher.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>

View File

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