Files
studenthousedashboard/StudentHouseDashboard/WinForms/WinForms.csproj
2023-04-10 22:09:26 +02:00

21 lines
521 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\HouseData\StudentHouseDashboard.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Update="AnnouncementForm.cs">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
</Project>