mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-07 05:57:47 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,148 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Roblox.RccServiceArbiter.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
|
||||
public static Settings Default {
|
||||
get {
|
||||
return defaultInstance;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool RecycleProcesses {
|
||||
get {
|
||||
return ((bool)(this["RecycleProcesses"]));
|
||||
}
|
||||
set {
|
||||
this["RecycleProcesses"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool SingleProcess {
|
||||
get {
|
||||
return ((bool)(this["SingleProcess"]));
|
||||
}
|
||||
set {
|
||||
this["SingleProcess"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool Verbose {
|
||||
get {
|
||||
return ((bool)(this["Verbose"]));
|
||||
}
|
||||
set {
|
||||
this["Verbose"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("..\\RCCService.exe")]
|
||||
public string RccServicePath {
|
||||
get {
|
||||
return ((string)(this["RccServicePath"]));
|
||||
}
|
||||
set {
|
||||
this["RccServicePath"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("/content:content\\\\")]
|
||||
public string RccServiceLaunch {
|
||||
get {
|
||||
return ((string)(this["RccServiceLaunch"]));
|
||||
}
|
||||
set {
|
||||
this["RccServiceLaunch"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool LogTransactions {
|
||||
get {
|
||||
return ((bool)(this["LogTransactions"]));
|
||||
}
|
||||
set {
|
||||
this["LogTransactions"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("00:05:00")]
|
||||
public global::System.TimeSpan Timeout {
|
||||
get {
|
||||
return ((global::System.TimeSpan)(this["Timeout"]));
|
||||
}
|
||||
set {
|
||||
this["Timeout"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("128")]
|
||||
public int MaxConnections {
|
||||
get {
|
||||
return ((int)(this["MaxConnections"]));
|
||||
}
|
||||
set {
|
||||
this["MaxConnections"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("\r\n settings()[\'Task Scheduler\'].ThreadPoolConfig = Enum.ThreadPoolConfig" +
|
||||
".Threads1;\r\n -- deprecated settings()[\'Task Scheduler\']:SetThreadShare(" +
|
||||
"1000,4);\r\n ")]
|
||||
public string StartScript {
|
||||
get {
|
||||
return ((string)(this["StartScript"]));
|
||||
}
|
||||
set {
|
||||
this["StartScript"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("..\\AppSettings.xml")]
|
||||
public string AppSettingPath {
|
||||
get {
|
||||
return ((string)(this["AppSettingPath"]));
|
||||
}
|
||||
set {
|
||||
this["AppSettingPath"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user