Files
ParsonsMasterSystem2026/Parsons.Steamdeck/Parsons.Steamdeck.csproj
2026-05-30 23:35:29 +01:00

11 lines
242 B
XML

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