Skip to content

Commit

Permalink
Add icon to PC viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
XorTroll committed Nov 10, 2019
1 parent 70b2f5e commit 9abb0b5
Show file tree
Hide file tree
Showing 3 changed files with 1,108 additions and 0 deletions.
6 changes: 6 additions & 0 deletions QForegroundViewer/QForegroundViewer/QForegroundViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
<PropertyGroup>
<StartupObject>QForegroundViewer.Program</StartupObject>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -103,5 +106,8 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="Icon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9abb0b5

Please sign in to comment.