summaryrefslogtreecommitdiff
path: root/Source/ModelViewer/Properties/Settings.Designer.cs
diff options
context:
space:
mode:
authorGravatar MichalMoskal <unknown>2010-10-12 01:18:57 +0000
committerGravatar MichalMoskal <unknown>2010-10-12 01:18:57 +0000
commit15e2fa869e98fdd7900a422aa78bb034d39bfe37 (patch)
treeb69460614f7c0f1788e3d5a69287725aa4ea3095 /Source/ModelViewer/Properties/Settings.Designer.cs
parent45fb2f73118bf4010ad08757122d829c76e676d3 (diff)
Put in proper namespace, move files around.
Diffstat (limited to 'Source/ModelViewer/Properties/Settings.Designer.cs')
-rw-r--r--Source/ModelViewer/Properties/Settings.Designer.cs32
1 files changed, 14 insertions, 18 deletions
diff --git a/Source/ModelViewer/Properties/Settings.Designer.cs b/Source/ModelViewer/Properties/Settings.Designer.cs
index 5f03f3a1..d210a94e 100644
--- a/Source/ModelViewer/Properties/Settings.Designer.cs
+++ b/Source/ModelViewer/Properties/Settings.Designer.cs
@@ -8,23 +8,19 @@
// </auto-generated>
//------------------------------------------------------------------------------
-namespace ModelViewer.Properties
-{
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.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;
- }
+namespace Microsoft.Boogie.ModelViewer.Properties {
+
+
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.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;
+ }
+ }
}
- }
}