Files
ict-algemeen-opdrachten/Csharp/Bankrekening/Bankrekening.csproj

14 lines
360 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net9.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<LangVersion>10.0</LangVersion>
<UseWPF>false</UseWPF>
</PropertyGroup>
</Project>