mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-08 14:48:47 -04:00
13 lines
366 B
XML
13 lines
366 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<PublishSingleFile>true</PublishSingleFile>
|
|
<AssemblyName>MCGalaxyCLI</AssemblyName>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\MCGalaxy\MCGalaxy_dotnet.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|