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:
parent
f7d5aa4bd2
commit
4cebc3a344
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>
|
<AssemblyVersion Condition=" '$(VersionSuffix)' != '' ">$(VersionSuffix)</AssemblyVersion>
|
||||||
<Version Condition=" '$(VersionSuffix)' == '' ">0.0.1.0</Version>
|
<Version Condition=" '$(VersionSuffix)' == '' ">0.0.1.0</Version>
|
||||||
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionSuffix)</Version>
|
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionSuffix)</Version>
|
||||||
|
<ApplicationIcon>EOCIcon-Presized.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@ -30,10 +31,6 @@
|
|||||||
<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
|
<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<Folder Include="UI\Assets\" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="ObservatoryFramework">
|
<Reference Include="ObservatoryFramework">
|
||||||
<HintPath>..\..\ObservatoryFramework\ObservatoryFramework\bin\Release\net5.0\ObservatoryFramework.dll</HintPath>
|
<HintPath>..\..\ObservatoryFramework\ObservatoryFramework\bin\Release\net5.0\ObservatoryFramework.dll</HintPath>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user