Renamed Icon.ico and Logo.png to ProjectLogo and removed duplicates of logo from resources

This commit is contained in:
miku-666
2023-07-21 12:21:16 +02:00
parent 98ac2c97bd
commit 1748f65b75
7 changed files with 38 additions and 15 deletions

View File

@@ -105,7 +105,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Resources\PCK-Studio_Logo.ico</ApplicationIcon>
<ApplicationIcon>../ProjectLogo.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
@@ -139,6 +139,7 @@
</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup />
<PropertyGroup>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
</PropertyGroup>
@@ -740,7 +741,6 @@
<None Include="Resources\icons\ranch.png" />
<Content Include="Resources\icons\Replace.png" />
<Content Include="Resources\icons\Save.png" />
<Content Include="Resources\PCK-Studio_Logo.ico" />
<Content Include="Resources\NoImageFound.png" />
</ItemGroup>
<ItemGroup>
@@ -750,7 +750,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="DiscordRichPresence">
<Version>1.1.3.18</Version>
<Version>1.1.4.20</Version>
</PackageReference>
<PackageReference Include="MetroFramework">
<Version>1.2.0.3</Version>

View File

@@ -504,6 +504,16 @@ namespace PckStudio.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
public static System.Drawing.Icon ProjectLogo {
get {
object obj = ResourceManager.GetObject("ProjectLogo", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
@@ -609,18 +619,28 @@ namespace PckStudio.Properties {
/// &quot;COMMENT_1&quot;: &quot;Tile data research by MattNL&quot;,
/// &quot;COMMENT_2&quot;: &quot;JSON conversion by PhoenixARC&quot;,
/// &quot;blocks&quot;: [
/// { &quot;grass_top&quot;: &quot;Grass Block (Top)&quot; },
/// { &quot;stone&quot;: &quot;Stone&quot; },
/// { &quot;dirt&quot;: &quot;Dirt&quot; },
/// { &quot;grass_side&quot;: &quot;Grass Block (Side)&quot; },
/// { &quot;planks_oak&quot;: &quot;Oak Planks&quot; },
/// { &quot;stoneslab_side&quot;: &quot;Stone Slab (Side)&quot; },
/// { &quot;stoneslab_top&quot;: &quot;Stone Slab (Top)&quot; },
/// { &quot;brick&quot;: &quot;Bricks&quot; },
/// { &quot;tnt_side&quot;: &quot;TNT (Side)&quot; },
/// { &quot;tnt_top&quot;: &quot;TNT (Top)&quot; },
/// { &quot;tnt_bottom&quot;: &quot;TNT (Bottom)&quot; },
/// { &quot;web&quot;: &quot;Cobw [rest of string was truncated]&quot;;.
/// {
/// &quot;internalName&quot;: &quot;grass_top&quot;,
/// &quot;displayName&quot;: &quot;Grass Block (Top)&quot;
/// },
/// {
/// &quot;internalName&quot;: &quot;stone&quot;,
/// &quot;displayName&quot;: &quot;Stone&quot;
/// },
/// {
/// &quot;internalName&quot;: &quot;dirt&quot;,
/// &quot;displayName&quot;: &quot;Dirt&quot;
/// },
/// {
/// &quot;internalName&quot;: &quot;grass_side&quot;,
/// &quot;displayName&quot;: &quot;Grass Block (Side)&quot;
/// },
/// {
/// &quot;internalName&quot;: &quot;planks_oak&quot;,
/// &quot;displayName&quot;: &quot;Oak Planks&quot;
/// },
/// {
/// &quot;internalName&quot;: [rest of string was truncated]&quot;;.
/// </summary>
public static string tileData {
get {

View File

@@ -325,4 +325,7 @@
<data name="ranch" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons\ranch.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="ProjectLogo" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\ProjectLogo.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

View File

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 146 KiB

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB