mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-09-27 20:17:04 +02:00
Remove custom ClearBuildFiles target and cleanup csproj
Commented out the GenerateDependencyFile property and removed the ClearBuildFiles target from the project file. Also reformatted and cleaned up the ItemGroup for migration scripts, improving maintainability.
This commit is contained in:
parent
23d174c4a5
commit
e1e66441f2
1 changed files with 94 additions and 106 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<DebugSymbols>false</DebugSymbols>
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<DebuggerSupport>false</DebuggerSupport>
|
||||
<GenerateDependencyFile>false</GenerateDependencyFile>
|
||||
<!-- <GenerateDependencyFile>false</GenerateDependencyFile>-->
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
@ -34,18 +34,6 @@
|
|||
<ItemGroup>
|
||||
<ProjectReference Include="..\CS2-SimpleAdminApi\CS2-SimpleAdminApi.csproj" />
|
||||
</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="Database\Migrations\Mysql\001_CreateTables.sql">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue