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

Commit

Permalink
Added icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Vassterak committed Nov 13, 2021
1 parent 777fefb commit 3156e07
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"profiles": {
"WPF-Game-Gorillas": {
"commandName": "Project"
}
}
}
Binary file added Resources/gorillaIco.ico
Binary file not shown.
5 changes: 5 additions & 0 deletions WPF-Game-Gorillas.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
<RootNamespace>WPF_Game_Gorillas</RootNamespace>
<UseWPF>true</UseWPF>
<StartupObject>WPF_Game_Gorillas.App</StartupObject>
<ApplicationIcon>Resources\gorillaIco.ico</ApplicationIcon>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<Optimize>true</Optimize>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 3156e07

Please sign in to comment.