mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-09-27 20:17:04 +02:00
upstream
This commit is contained in:
commit
77222d2579
1 changed files with 94 additions and 106 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
<DebugType>none</DebugType>
|
<DebugType>none</DebugType>
|
||||||
<DebugSymbols>false</DebugSymbols>
|
<DebugSymbols>false</DebugSymbols>
|
||||||
<DebuggerSupport>false</DebuggerSupport>
|
<DebuggerSupport>false</DebuggerSupport>
|
||||||
<GenerateDependencyFile>false</GenerateDependencyFile>
|
<!-- <GenerateDependencyFile>false</GenerateDependencyFile>-->
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
@ -33,18 +33,6 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\CS2-SimpleAdminApi\CS2-SimpleAdminApi.csproj" />
|
<ProjectReference Include="..\CS2-SimpleAdminApi\CS2-SimpleAdminApi.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<Target Name="ClearBuildFiles" AfterTargets="PostBuildEvent">
|
|
||||||
<ItemGroup>
|
|
||||||
<FilesToDelete Include="$(OutDir)Tomlyn.dll" />
|
|
||||||
<FilesToDelete Include="$(OutDir)Serilog*.dll" />
|
|
||||||
<FilesToDelete Include="$(OutDir)CS2-SimpleAdminApi.*" />
|
|
||||||
<FilesToDelete Include="$(OutDir)McMaster*" />
|
|
||||||
<FilesToDelete Include="$(OutDir)Scrutor.dll" />
|
|
||||||
</ItemGroup>
|
|
||||||
<Delete Files="@(FilesToDelete)" />
|
|
||||||
</Target>
|
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Update="lang\**\*.*" CopyToOutputDirectory="PreserveNewest" />
|
<None Update="lang\**\*.*" CopyToOutputDirectory="PreserveNewest" />
|
||||||
<None Update="Database\Migrations\Mysql\001_CreateTables.sql">
|
<None Update="Database\Migrations\Mysql\001_CreateTables.sql">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue