-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCallAdminSystem.csproj
More file actions
25 lines (21 loc) · 1005 Bytes
/
CallAdminSystem.csproj
File metadata and controls
25 lines (21 loc) · 1005 Bytes
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\CallAdminSystem\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.363" />
<PackageReference Include="MysqlConnector" Version="2.4.0" />
<Reference Include="MenuManagerApi"><HintPath>MenuManagerApi.dll</HintPath></Reference>
</ItemGroup>
<ItemGroup>
<None Update="lang\**\*.*" CopyToOutputDirectory="PreserveNewest" />
<None Update="MySqlConnector.dll" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>