Tweaked some stuff around

ADDED:
+Icon
+Version
This commit is contained in:
Alex D. 2018-02-10 04:27:56 +01:00
parent 06499e1717
commit 1d7c0ffc4b
3 changed files with 7 additions and 1 deletions

View File

@ -12,7 +12,7 @@ namespace UnturnedSL
{
static void Main(string[] args)
{
string lauversion = "rewrite 1.0";
string lauversion = "1.1 rewrite";
string title = "USL by casKd running on version " + lauversion;
Console.Title = title;
Console.SetWindowSize(100,20);

View File

@ -59,6 +59,9 @@
<PropertyGroup>
<SignManifests>true</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>logo.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
@ -86,5 +89,8 @@
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="logo.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

BIN
UnturnedSL/logo.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB