Format Style Fixes
This commit is contained in:
@@ -6,4 +6,3 @@
|
|||||||
"logRequests": true,
|
"logRequests": true,
|
||||||
"serverImagePathOverride": {}
|
"serverImagePathOverride": {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2,4 +2,3 @@
|
|||||||
"ip": "0.0.0.0",
|
"ip": "0.0.0.0",
|
||||||
"port": 6969
|
"port": 6969
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<InternalsVisibleTo Include="UnitTests" />
|
<InternalsVisibleTo Include="UnitTests" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Modified Target to skip Ceciler obfuscation on non-Windows systems.
|
Modified Target to skip Ceciler obfuscation on non-Windows systems.
|
||||||
Ceciler.Launcher.dll is typically Windows-only and will fail on Linux ARM.
|
Ceciler.Launcher.dll is typically Windows-only and will fail on Linux ARM.
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
Condition="'$(OS)' == 'Windows_NT'"
|
Condition="'$(OS)' == 'Windows_NT'"
|
||||||
Command="dotnet "$(MSBuildProjectDirectory)/../../Ceciler/Ceciler.Launcher.dll" "$(OutDir)SPTarkov.Server.Core.dll" "$(MSBuildProjectDirectory)/../../Patches/Ceciler.Virtualizer/bin/$(Configuration)/$(TargetFramework)/Ceciler.Virtualizer.dll""
|
Command="dotnet "$(MSBuildProjectDirectory)/../../Ceciler/Ceciler.Launcher.dll" "$(OutDir)SPTarkov.Server.Core.dll" "$(MSBuildProjectDirectory)/../../Patches/Ceciler.Virtualizer/bin/$(Configuration)/$(TargetFramework)/Ceciler.Virtualizer.dll""
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- Run ExtensionData patch (Only on Windows) -->
|
<!-- Run ExtensionData patch (Only on Windows) -->
|
||||||
<Exec
|
<Exec
|
||||||
ConsoleToMsBuild="true"
|
ConsoleToMsBuild="true"
|
||||||
@@ -68,4 +68,4 @@
|
|||||||
Overwrite="true"
|
Overwrite="true"
|
||||||
/>
|
/>
|
||||||
</Target>
|
</Target>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user