mirror of
https://github.com/MathiasLui/CSGO-Projects.git
synced 2025-05-06 13:51:18 +00:00
19 lines
544 B
XML
19 lines
544 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net7.0-windows</TargetFramework>
|
|
<Version>0.1.0</Version>
|
|
<Authors>Mathias Lui</Authors>
|
|
<Nullable>enable</Nullable>
|
|
<UseWPF>true</UseWPF>
|
|
<SignAssembly>False</SignAssembly>
|
|
<AssemblyVersion>0.1.0.1</AssemblyVersion>
|
|
<FileVersion>0.1.0.1</FileVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\SteamShared\SteamShared\SteamShared\SteamShared.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|