aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/RemoteController/Properties/Settings.Designer.cs
diff options
context:
space:
mode:
authorAdam Frisby2007-12-03 07:38:06 +0000
committerAdam Frisby2007-12-03 07:38:06 +0000
commitc4afb81f47808de181e016bae467a5c470322d0a (patch)
tree38f6ef923e393fd866119611e81d5d5daed3e826 /OpenSim/ApplicationPlugins/RemoteController/Properties/Settings.Designer.cs
parent* Added a XMLRPC Restart command to RemoteAdminPlugin (diff)
downloadopensim-SC_OLD-c4afb81f47808de181e016bae467a5c470322d0a.zip
opensim-SC_OLD-c4afb81f47808de181e016bae467a5c470322d0a.tar.gz
opensim-SC_OLD-c4afb81f47808de181e016bae467a5c470322d0a.tar.bz2
opensim-SC_OLD-c4afb81f47808de181e016bae467a5c470322d0a.tar.xz
* Removed VS added directory.
Diffstat (limited to 'OpenSim/ApplicationPlugins/RemoteController/Properties/Settings.Designer.cs')
-rw-r--r--OpenSim/ApplicationPlugins/RemoteController/Properties/Settings.Designer.cs30
1 files changed, 0 insertions, 30 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/Properties/Settings.Designer.cs b/OpenSim/ApplicationPlugins/RemoteController/Properties/Settings.Designer.cs
deleted file mode 100644
index 3f8415b..0000000
--- a/OpenSim/ApplicationPlugins/RemoteController/Properties/Settings.Designer.cs
+++ /dev/null
@@ -1,30 +0,0 @@
1//------------------------------------------------------------------------------
2// <auto-generated>
3// This code was generated by a tool.
4// Runtime Version:2.0.50727.832
5//
6// Changes to this file may cause incorrect behavior and will be lost if
7// the code is regenerated.
8// </auto-generated>
9//------------------------------------------------------------------------------
10
11namespace RemoteController.Properties
12{
13
14
15 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
16 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")]
17 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
18 {
19
20 private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
21
22 public static Settings Default
23 {
24 get
25 {
26 return defaultInstance;
27 }
28 }
29 }
30}