launchSettings.json entfernt (muss bei jedem selbst erstellt werden)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -333,6 +333,7 @@ ASALocalRun/
|
||||
# Local History for Visual Studio
|
||||
.localhistory/
|
||||
|
||||
launchSettings.json
|
||||
|
||||
tmp/
|
||||
index.js
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user