Merge branch 'develop' of ssh://development.life-of-german.org:451/log-gtav/reallife-gamemode into develop

This commit is contained in:
Zeuto
2019-05-01 21:21:10 +02:00
3 changed files with 4 additions and 9 deletions

1
.gitignore vendored
View File

@@ -333,6 +333,7 @@ ASALocalRun/
# Local History for Visual Studio
.localhistory/
launchSettings.json
tmp/
index.js

View File

@@ -1,9 +0,0 @@
{
"profiles": {
"ReallifeGamemode.Server": {
"commandName": "Executable",
"executablePath": "C:\\Users\\manue\\Desktop\\RageMP\\server-files\\server.exe",
"workingDirectory": "C:\\Users\\manue\\Desktop\\RageMP\\server-files"
}
}
}

View File

@@ -33,6 +33,9 @@
<HintPath>..\..\Bootstrapper.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(ConfigurationName)' != 'ServerBuild'">
<Exec Command="powershell.exe .\Scripts\moveItems.ps1 -outDir $(OutDir) -outFile $(TargetFileName)" />
</Target>