mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-08 06:37:04 -04:00
13 lines
378 B
XML
13 lines
378 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net5.0-windows</TargetFramework>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<ApplicationIcon>Galaxy.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\MCGalaxy\MCGalaxy_dotnet.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|