mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-03-14 17:53:52 +00:00
Compare commits
2 Commits
cc54b9e879
...
2edacc2b3f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2edacc2b3f | ||
|
|
e1e66441f2 |
@@ -15,7 +15,7 @@
|
|||||||
<DebugSymbols>false</DebugSymbols>
|
<DebugSymbols>false</DebugSymbols>
|
||||||
<PublishTrimmed>true</PublishTrimmed>
|
<PublishTrimmed>true</PublishTrimmed>
|
||||||
<DebuggerSupport>false</DebuggerSupport>
|
<DebuggerSupport>false</DebuggerSupport>
|
||||||
<GenerateDependencyFile>false</GenerateDependencyFile>
|
<!-- <GenerateDependencyFile>false</GenerateDependencyFile>-->
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@@ -34,19 +34,7 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\CS2-SimpleAdminApi\CS2-SimpleAdminApi.csproj" />
|
<ProjectReference Include="..\CS2-SimpleAdminApi\CS2-SimpleAdminApi.csproj" />
|
||||||
</ItemGroup>
|
</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>
|
|
||||||
<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">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
@@ -138,7 +126,7 @@
|
|||||||
<None Update="Database\Migrations\Sqlite\015_steamidToBigInt.sql">
|
<None Update="Database\Migrations\Sqlite\015_steamidToBigInt.sql">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Update="Database\Migrations\*.sql" CopyToOutputDirectory="PreserveNewest" />
|
<None Update="Database\Migrations\*.sql" CopyToOutputDirectory="PreserveNewest" />
|
||||||
|
|||||||
Reference in New Issue
Block a user