This commit is contained in:
timerix 2022-10-15 01:44:02 +06:00
parent a69f5ca764
commit 1a26e66e81
4 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<OutputType>Exe</OutputType>
<RootNamespace>launcher_client</RootNamespace>
<AssemblyName>minecraft-launcher</AssemblyName>
<ApplicationIcon>launcher.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\DTLib\DTLib.Network\DTLib.Network.csproj" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -6,6 +6,7 @@
<OutputType>Exe</OutputType>
<RootNamespace>launcher_server</RootNamespace>
<AssemblyName>minecraft-launcher-server</AssemblyName>
<ApplicationIcon>launcher.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\DTLib\DTLib.Network\DTLib.Network.csproj" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB