backup switch, adjustment codeintegration
This commit is contained in:
12
CobXmlSupport/Properties/Settings.Designer.cs
generated
12
CobXmlSupport/Properties/Settings.Designer.cs
generated
@ -229,5 +229,17 @@ namespace CobXmlSupport.Properties {
|
||||
this["ShowTestbtns"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool BackupOwnCode {
|
||||
get {
|
||||
return ((bool)(this["BackupOwnCode"]));
|
||||
}
|
||||
set {
|
||||
this["BackupOwnCode"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -56,5 +56,8 @@
|
||||
<Setting Name="ShowTestbtns" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
<Setting Name="BackupOwnCode" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user