updated copyrigt message to year 2019

This commit is contained in:
2019-07-26 04:10:39 +02:00
parent 511b05a5e6
commit 5804c97d3b
3 changed files with 32 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ using ReallifeGamemode.Server.Finance;
/**
* @overview Life of German Reallife - Admin Commands (Admin.cs)
* @author VegaZ, hydrant, xSprite, balbo, kookroach
* @copyright (c) 2008 - 2018 Life of German
* @copyright (c) 2008 - 2019 Life of German
*/
namespace ReallifeGamemode.Server.Commands

View File

@@ -36,7 +36,5 @@
<HintPath>..\..\bridge\runtime\Bootstrapper.dll</HintPath>
</Reference>
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(ConfigurationName)' != 'ServerBuild'">
<Exec Command="powershell.exe .\Scripts\moveItems.ps1 -outDir $(OutDir) -outFile $(TargetFileName)" />
</Target>
</Project>