initial upload

This commit is contained in:
Nereziel
2023-11-05 17:34:47 +01:00
commit b82a99e55f
69 changed files with 116578 additions and 0 deletions

18
WeaponPaints.csproj Normal file
View File

@@ -0,0 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Reference Include="CounterStrikeSharp.API">
<HintPath>deps\CounterStrikeSharp.API.dll</HintPath>
</Reference>
<Reference Include="MySqlConnector">
<HintPath>deps\MySqlConnector.dll</HintPath>
</Reference>
</ItemGroup>
</Project>