-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFPS-Boost-GoldKingZ.csproj
More file actions
29 lines (27 loc) · 1.46 KB
/
FPS-Boost-GoldKingZ.csproj
File metadata and controls
29 lines (27 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies>
<OutputPath>bin\Release\addons\counterstrikesharp\plugins\FPS-Boost-GoldKingZ\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<Configuration>Release</Configuration>
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="*" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="MySqlConnector" Version="2.3.7" />
<PackageReference Include="MaxMind.Db" Version="4.1.0" />
<PackageReference Include="MaxMind.GeoIP2" Version="5.2.0" />
</ItemGroup>
<ItemGroup>
<None Update="Newtonsoft.Json.dll"><CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory></None>
<None Update="MySqlConnector.dll"><CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory></None>
<None Update="MaxMind.Db.dll"><CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory></None>
<None Update="MaxMind.GeoIP2.dll"><CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory></None>
<None Update="lang\**\*.*" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>