Skip to content

Commit

Permalink
Add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonXLF committed Feb 4, 2021
1 parent e0349f2 commit c9a80cf
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions Compactor.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
101 ICON "icon.ico"
6 changes: 6 additions & 0 deletions Compactor.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@
<ItemGroup>
<ClCompile Include="Compactor.cpp" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Compactor.rc" />
</ItemGroup>
<ItemGroup>
<Image Include="icon.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
6 changes: 6 additions & 0 deletions Compactor.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Compactor.rc" />
</ItemGroup>
<ItemGroup>
<Image Include="icon.ico" />
</ItemGroup>
</Project>
Binary file modified icon.ico
Binary file not shown.

0 comments on commit c9a80cf

Please sign in to comment.