mirror of
https://github.com/MathiasLui/CSGO-Projects.git
synced 2025-05-06 13:51:18 +00:00
13 lines
332 B
XML
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>
|