summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:53:41 +0000
committerfcolin2007-02-01 09:53:41 +0000
commitaf48a1021a1c47bbb40e7381fb4b319f534a570f (patch)
tree7a5874c7b828bc7659ac1e71ded32fd993fcdd65
parentcc1257777da14c6606fc8a6c7a285a900c29e4a6 (diff)
downloadivy-csharp-af48a1021a1c47bbb40e7381fb4b319f534a570f.zip
ivy-csharp-af48a1021a1c47bbb40e7381fb4b319f534a570f.tar.gz
ivy-csharp-af48a1021a1c47bbb40e7381fb4b319f534a570f.tar.bz2
ivy-csharp-af48a1021a1c47bbb40e7381fb4b319f534a570f.tar.xz
Utilisateur : Fcolin Date : 7/12/05 Heure : 17:08 Créé Commentaire: (vss 1)
-rw-r--r--CSharp/Ivy/IvyDaemon/Properties/Settings.Designer.cs35
1 files changed, 35 insertions, 0 deletions
diff --git a/CSharp/Ivy/IvyDaemon/Properties/Settings.Designer.cs b/CSharp/Ivy/IvyDaemon/Properties/Settings.Designer.cs
new file mode 100644
index 0000000..7555e19
--- /dev/null
+++ b/CSharp/Ivy/IvyDaemon/Properties/Settings.Designer.cs
@@ -0,0 +1,35 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+// This code was generated by a tool.
+// Runtime Version:2.0.50727.42
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+namespace IvyDaemon.Properties {
+
+
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.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;
+ }
+ }
+
+ [global::System.Configuration.ApplicationScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("False")]
+ public bool IvyDebug {
+ get {
+ return ((bool)(this["IvyDebug"]));
+ }
+ }
+ }
+}