summaryrefslogtreecommitdiff
path: root/IvyToDel/IvyDaemon/Properties/Settings.Designer.cs
diff options
context:
space:
mode:
authorfcolin2007-02-01 12:05:09 +0000
committerfcolin2007-02-01 12:05:09 +0000
commit12c926b30ac4c97773d93afbd9adadd3bc5251b4 (patch)
treeeb24ef3f5e519f0d05c6ecec2736feb47cb664af /IvyToDel/IvyDaemon/Properties/Settings.Designer.cs
parent91afb5f2ead250cd371feb9882a5b31f8acc4ea4 (diff)
downloadivy-csharp-12c926b30ac4c97773d93afbd9adadd3bc5251b4.zip
ivy-csharp-12c926b30ac4c97773d93afbd9adadd3bc5251b4.tar.gz
ivy-csharp-12c926b30ac4c97773d93afbd9adadd3bc5251b4.tar.bz2
ivy-csharp-12c926b30ac4c97773d93afbd9adadd3bc5251b4.tar.xz
modification structure svn
Diffstat (limited to 'IvyToDel/IvyDaemon/Properties/Settings.Designer.cs')
-rw-r--r--IvyToDel/IvyDaemon/Properties/Settings.Designer.cs35
1 files changed, 0 insertions, 35 deletions
diff --git a/IvyToDel/IvyDaemon/Properties/Settings.Designer.cs b/IvyToDel/IvyDaemon/Properties/Settings.Designer.cs
deleted file mode 100644
index 7555e19..0000000
--- a/IvyToDel/IvyDaemon/Properties/Settings.Designer.cs
+++ /dev/null
@@ -1,35 +0,0 @@
-//------------------------------------------------------------------------------
-// <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"]));
- }
- }
- }
-}