mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
+Application Icon :)
This commit is contained in:
parent
2acf12b209
commit
2262af9ef5
3 changed files with 8 additions and 0 deletions
|
|
@ -52,6 +52,13 @@
|
|||
<PropertyGroup>
|
||||
<SignManifests>false</SignManifests>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationIcon>resources\appicon.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<StartupObject>MinecraftClient.Program</StartupObject>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup />
|
||||
<ItemGroup>
|
||||
<Reference Include="BouncyCastle.Crypto, Version=1.7.4114.6375, Culture=neutral, PublicKeyToken=0e99375e54769942">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
|
|
@ -110,6 +117,7 @@
|
|||
</BootstrapperPackage>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="resources\appicon.ico" />
|
||||
<Content Include="lib\BouncyCastle.Crypto.dll" />
|
||||
<Content Include="lib\IKVM.OpenJDK.Core.dll" />
|
||||
<Content Include="lib\IKVM.OpenJDK.Security.dll" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue