Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
ep_setup_patch: include resource file
Browse files Browse the repository at this point in the history
  • Loading branch information
valinet committed Nov 16, 2021
1 parent fccf33f commit c259538
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ep_setup_patch/ep_setup_patch.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 5 additions & 0 deletions ep_setup_patch/ep_setup_patch.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\ExplorerPatcher\ExplorerPatcher.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
</Project>

0 comments on commit c259538

Please sign in to comment.