mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-06 05:37:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("Roblox.RccServiceArbiter")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("Roblox.RccServiceArbiter")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2010")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("c772546d-c064-463b-a4ef-acf7c020d2cb")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Roblox.RccServiceArbiter.Properties" GeneratedClassName="Settings">
|
||||
<Profiles />
|
||||
<Settings>
|
||||
<Setting Name="RecycleProcesses" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
<Setting Name="SingleProcess" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
<Setting Name="Verbose" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
<Setting Name="RccServicePath" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">..\RCCService.exe</Value>
|
||||
</Setting>
|
||||
<Setting Name="RccServiceLaunch" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">/content:content\\</Value>
|
||||
</Setting>
|
||||
<Setting Name="LogTransactions" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
<Setting Name="Timeout" Type="System.TimeSpan" Scope="User">
|
||||
<Value Profile="(Default)">00:05:00</Value>
|
||||
</Setting>
|
||||
<Setting Name="MaxConnections" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)">128</Value>
|
||||
</Setting>
|
||||
<Setting Name="StartScript" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">
|
||||
settings()['Task Scheduler'].ThreadPoolConfig = Enum.ThreadPoolConfig.Threads1;
|
||||
-- deprecated settings()['Task Scheduler']:SetThreadShare(1000,4);
|
||||
</Value>
|
||||
</Setting>
|
||||
<Setting Name="AppSettingPath" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">..\AppSettings.xml</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user