Skip to content

Commit

Permalink
Add application icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Drombeys committed Jan 12, 2024
1 parent 736826a commit 8c552c1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ApplicationIcon>Assets\Icons\stalker_cs.ico</ApplicationIcon>
</PropertyGroup>

<PropertyGroup>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<AssemblyVersion>2.0</AssemblyVersion>
<Company>ImeSense</Company>
<Authors>Drombeys</Authors>
<ApplicationIcon>Assets\Icons\stalker_cs.ico</ApplicationIcon>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Release'">
Expand Down

0 comments on commit 8c552c1

Please sign in to comment.