mirror of
https://github.com/psforever/GameLauncher.git
synced 2026-01-20 02:34:45 +00:00
36 lines
1.7 KiB
XML
36 lines
1.7 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="PSLauncher.Properties" GeneratedClassName="Settings">
|
|
<Profiles />
|
|
<Settings>
|
|
<Setting Name="PSPath" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="ExtraArgs" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="OutputShown" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="SkipLauncher" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">True</Value>
|
|
</Setting>
|
|
<Setting Name="ClearOutputOnLaunch" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">True</Value>
|
|
</Setting>
|
|
<Setting Name="CoreCombat" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">True</Value>
|
|
</Setting>
|
|
<Setting Name="GenerateClientINI" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">True</Value>
|
|
</Setting>
|
|
<Setting Name="ServerSelection" Type="System.Int32" Scope="User">
|
|
<Value Profile="(Default)">0</Value>
|
|
</Setting>
|
|
<Setting Name="ServerList" Type="System.Collections.Specialized.StringCollection" Scope="User">
|
|
<Value Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
|
|
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<string>PSForever,play.psforever.net,51000</string>
|
|
</ArrayOfString></Value>
|
|
</Setting>
|
|
</Settings>
|
|
</SettingsFile> |