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