Files
RolePlayingGame/OBP200-RolePlayingGame/OBP200-RolePlayingGame.csproj
Andreas Mikko 2f48a877e1 Initial commit
2026-01-05 14:44:36 +01:00

12 lines
325 B
XML

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