MCGalaxy/GUI/MCGalaxyGUI_core.csproj

13 lines
376 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_core.csproj" />
</ItemGroup>
</Project>