skyscraper8/GUIs/skyscraper5.UI/skyscraper5.UI.WindowsForms.csproj
feyris-tan ef86554f9a Import
2025-05-12 22:09:16 +02:00

15 lines
398 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\skyscraper8\skyscraper8.csproj" />
</ItemGroup>
</Project>