summaryrefslogtreecommitdiff
path: root/Source/ModelViewer/Properties/Settings.Designer.cs
diff options
context:
space:
mode:
authorGravatar MichalMoskal <unknown>2010-10-12 01:18:30 +0000
committerGravatar MichalMoskal <unknown>2010-10-12 01:18:30 +0000
commit2b1ddfbe8bcd48da4cab27e06078de59eecc8f40 (patch)
treee5780b623322903e7a37bb5efb68d24b6eadaed9 /Source/ModelViewer/Properties/Settings.Designer.cs
parent4fc18b2fe45c9a29cb0b8fe93d3102cec9c83194 (diff)
Starting work on Boogie Model Viewer.
Diffstat (limited to 'Source/ModelViewer/Properties/Settings.Designer.cs')
-rw-r--r--Source/ModelViewer/Properties/Settings.Designer.cs30
1 files changed, 30 insertions, 0 deletions
diff --git a/Source/ModelViewer/Properties/Settings.Designer.cs b/Source/ModelViewer/Properties/Settings.Designer.cs
new file mode 100644
index 00000000..5f03f3a1
--- /dev/null
+++ b/Source/ModelViewer/Properties/Settings.Designer.cs
@@ -0,0 +1,30 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.1
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+// </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;
+ }
+ }
+ }
+}