CSGO-Projects/DamagePrinter/DamagePrinterGUI/DamagePrinterGUI.csproj
2022-05-24 23:41:18 +02:00

13 lines
332 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Version>0.1.0</Version>
<Authors>Mathias Lui</Authors>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<SignAssembly>False</SignAssembly>
</PropertyGroup>
</Project>