Uebungsaufgaben_ITFA_2_SS_2025/Exercises_C_Sharp_Lections.csproj
s.schueler.doz 19d199a2ad Initial
2025-02-10 17:06:29 +01:00

11 lines
239 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>