summaryrefslogtreecommitdiff
path: root/Projects
diff options
context:
space:
mode:
Diffstat (limited to 'Projects')
-rw-r--r--Projects/Tools/UGEditor/Icon.bmpbin262282 -> 16522 bytes
-rw-r--r--Projects/Tools/UGEditor/Icon.icobin147541 -> 4286 bytes
-rw-r--r--Projects/Tools/UGEditor/Icon.pngbin0 -> 1689 bytes
-rw-r--r--Projects/Tools/UGEditor/UGEditor.csproj20
4 files changed, 17 insertions, 3 deletions
diff --git a/Projects/Tools/UGEditor/Icon.bmp b/Projects/Tools/UGEditor/Icon.bmp
index 2b48165..e794367 100644
--- a/Projects/Tools/UGEditor/Icon.bmp
+++ b/Projects/Tools/UGEditor/Icon.bmp
Binary files differ
diff --git a/Projects/Tools/UGEditor/Icon.ico b/Projects/Tools/UGEditor/Icon.ico
index 7d9dec1..3a15a8f 100644
--- a/Projects/Tools/UGEditor/Icon.ico
+++ b/Projects/Tools/UGEditor/Icon.ico
Binary files differ
diff --git a/Projects/Tools/UGEditor/Icon.png b/Projects/Tools/UGEditor/Icon.png
new file mode 100644
index 0000000..31cecf0
--- /dev/null
+++ b/Projects/Tools/UGEditor/Icon.png
Binary files differ
diff --git a/Projects/Tools/UGEditor/UGEditor.csproj b/Projects/Tools/UGEditor/UGEditor.csproj
index a7fb71d..bee35ef 100644
--- a/Projects/Tools/UGEditor/UGEditor.csproj
+++ b/Projects/Tools/UGEditor/UGEditor.csproj
@@ -7,21 +7,35 @@
<TieredCompilation>false</TieredCompilation>
</PropertyGroup>
<PropertyGroup>
+ <ApplicationIcon>icon.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
- <ApplicationIcon>Icon.ico</ApplicationIcon>
+ <PackageIcon>icon.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<None Remove="Icon.ico" />
<None Remove="Icon.bmp" />
</ItemGroup>
<ItemGroup>
- <EmbeddedResource Include="Icon.ico" />
- <EmbeddedResource Include="Icon.bmp" />
+ <Content Include="icon.ico" />
+ </ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include="Icon.ico">
+ <LogicalName>Icon.ico</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Icon.bmp">
+ <LogicalName>Icon.bmp</LogicalName>
+ </EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.1.303" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.1.303" />
</ItemGroup>
+ <ItemGroup>
+ <None Update="icon.png">
+ <Pack>True</Pack>
+ <PackagePath>\</PackagePath>
+ </None>
+ </ItemGroup>
<Target Name="RestoreDotnetTools" BeforeTargets="Restore">
<Message Text="Restoring dotnet tools" Importance="High" />
<Exec Command="dotnet tool restore" />