Add application icon
This commit is contained in:
parent
f7d5aa4bd2
commit
4cebc3a344
2 changed files with 1 additions and 4 deletions
BIN
ObservatoryCore/EOCIcon-Presized.ico
Normal file
BIN
ObservatoryCore/EOCIcon-Presized.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 210 KiB |
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue