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

13 lines
348 B
XML

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