Files
WoofWare.PawPrint/CSharpExample/CSharpExample.csproj
2025-05-19 16:55:46 +01:00

9 lines
174 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<OutputType>Exe</OutputType>
</PropertyGroup>
</Project>