Files
cs2-WeaponPaints/WeaponPaints.csproj
Nereziel b7b8055587 use basic config
+ configurable !wp seconds cooldows
+ configurable website in !ws
2023-11-13 17:35:43 +01:00

22 lines
596 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.50" />
<PackageReference Include="Nexd.MySQL" Version="1.0.1" />
</ItemGroup>
<ItemGroup>
<Reference Include="CounterStrikeSharp.API">
<HintPath>deps\CounterStrikeSharp.API.dll</HintPath>
</Reference>
</ItemGroup>
</Project>