diff options
Diffstat (limited to 'Projects/Tools/UGEditor')
-rw-r--r-- | Projects/Tools/UGEditor/Icon.bmp | bin | 262282 -> 16522 bytes | |||
-rw-r--r-- | Projects/Tools/UGEditor/Icon.ico | bin | 147541 -> 4286 bytes | |||
-rw-r--r-- | Projects/Tools/UGEditor/Icon.png | bin | 0 -> 1689 bytes | |||
-rw-r--r-- | Projects/Tools/UGEditor/UGEditor.csproj | 20 |
4 files changed, 17 insertions, 3 deletions
diff --git a/Projects/Tools/UGEditor/Icon.bmp b/Projects/Tools/UGEditor/Icon.bmp Binary files differindex 2b48165..e794367 100644 --- a/Projects/Tools/UGEditor/Icon.bmp +++ b/Projects/Tools/UGEditor/Icon.bmp diff --git a/Projects/Tools/UGEditor/Icon.ico b/Projects/Tools/UGEditor/Icon.ico Binary files differindex 7d9dec1..3a15a8f 100644 --- a/Projects/Tools/UGEditor/Icon.ico +++ b/Projects/Tools/UGEditor/Icon.ico diff --git a/Projects/Tools/UGEditor/Icon.png b/Projects/Tools/UGEditor/Icon.png Binary files differnew file mode 100644 index 0000000..31cecf0 --- /dev/null +++ b/Projects/Tools/UGEditor/Icon.png 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" /> |