Add files via upload

This commit is contained in:
Dawid Bepierszcz
2025-08-07 11:28:01 +02:00
committed by GitHub
parent 84d2197317
commit 38f1f0c782
6 changed files with 323 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>CS2_SimpleAdminApi</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.328" />
</ItemGroup>
</Project>