Files
PizzaExpress-WinClient/PizzaExpress-Client.csproj
2026-01-22 08:38:11 +01:00

20 lines
475 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<RootNamespace>PizzaExpress_Client</RootNamespace>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<None Remove="LICENSE" />
</ItemGroup>
<ItemGroup>
<Compile Include="LICENSE" />
</ItemGroup>
</Project>