parent
06499e1717
commit
1d7c0ffc4b
|
@ -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);
|
||||
|
|
|
@ -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>
|
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
Reference in New Issue