-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAuto-Downloader-GoldKingZ.csproj
More file actions
25 lines (23 loc) · 1.1 KB
/
Copy pathAuto-Downloader-GoldKingZ.csproj
File metadata and controls
25 lines (23 loc) · 1.1 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
<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\Auto-Downloader-GoldKingZ\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<Configuration>Release</Configuration>
<DebugType>none</DebugType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="*" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="ValvePak" Version="3.0.3.132" />
</ItemGroup>
<ItemGroup>
<None Update="Newtonsoft.Json.dll"><CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory></None>
<None Update="ValvePak.dll"><CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory></None>
</ItemGroup>
</Project>