2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-04-05 17:39:39 -04:00

Add application icon

This commit is contained in:
Xjph 2021-08-20 08:19:47 -02:30
parent f7d5aa4bd2
commit 4cebc3a344
2 changed files with 1 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

View File

@ -18,6 +18,7 @@
<AssemblyVersion Condition=" '$(VersionSuffix)' != '' ">$(VersionSuffix)</AssemblyVersion>
<Version Condition=" '$(VersionSuffix)' == '' ">0.0.1.0</Version>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionSuffix)</Version>
<ApplicationIcon>EOCIcon-Presized.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
@ -30,10 +31,6 @@
<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="UI\Assets\" />
</ItemGroup>
<ItemGroup>
<Reference Include="ObservatoryFramework">
<HintPath>..\..\ObservatoryFramework\ObservatoryFramework\bin\Release\net5.0\ObservatoryFramework.dll</HintPath>