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
|
# Local History for Visual Studio
|
||||||
.localhistory/
|
.localhistory/
|
||||||
|
|
||||||
|
launchSettings.json
|
||||||
|
|
||||||
tmp/
|
tmp/
|
||||||
index.js
|
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>
|
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user