launchSettings.json entfernt (muss bei jedem selbst erstellt werden)

This commit is contained in:
Lennart Kampshoff
2019-05-01 20:43:03 +02:00
parent f799ce1e0b
commit 2a9b859300
3 changed files with 4 additions and 9 deletions

1
.gitignore vendored
View File

@@ -333,6 +333,7 @@ ASALocalRun/
# Local History for Visual Studio # Local History for Visual Studio
.localhistory/ .localhistory/
launchSettings.json
tmp/ tmp/
index.js 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> <HintPath>..\..\Bootstrapper.dll</HintPath>
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(ConfigurationName)' != 'ServerBuild'"> <Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(ConfigurationName)' != 'ServerBuild'">
<Exec Command="powershell.exe .\Scripts\moveItems.ps1 -outDir $(OutDir) -outFile $(TargetFileName)" /> <Exec Command="powershell.exe .\Scripts\moveItems.ps1 -outDir $(OutDir) -outFile $(TargetFileName)" />
</Target> </Target>