ProjetThe/ProjetTheAlone/Config/Settings2.Designer.cs

41 lines
1.7 KiB
C#
Raw Normal View History

2019-01-20 11:46:45 +01:00
//------------------------------------------------------------------------------
// <auto-generated>
2019-01-27 19:41:24 +01:00
// Ce code a été généré par un outil.
// Version du runtime :4.0.30319.42000
2019-01-20 11:46:45 +01:00
//
2019-01-27 19:41:24 +01:00
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
// le code est régénéré.
2019-01-20 11:46:45 +01:00
// </auto-generated>
//------------------------------------------------------------------------------
2019-01-24 22:24:05 +01:00
namespace ProjetTheAlone.Config {
2019-01-20 11:46:45 +01:00
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
2019-01-27 19:41:24 +01:00
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")]
2019-01-24 22:24:05 +01:00
internal sealed partial class Settings2 : global::System.Configuration.ApplicationSettingsBase {
2019-01-20 11:46:45 +01:00
2019-01-24 22:24:05 +01:00
private static Settings2 defaultInstance = ((Settings2)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings2())));
2019-01-20 11:46:45 +01:00
2019-01-24 22:24:05 +01:00
public static Settings2 Default {
2019-01-20 11:46:45 +01:00
get {
return defaultInstance;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-01-24 22:24:05 +01:00
[global::System.Configuration.DefaultSettingValueAttribute("Data Source=(LocalDB)\\MSSQLLocalDB;AttachDbFilename=\"C:\\Users\\adrie\\OneDrive - Ha" +
2019-01-27 19:41:24 +01:00
"ute Ecole de la ville de Liège\\3is\\poo\\ProjetTheAlone\\ProjetTheAlone\\ProjetThe.m" +
"df\";Integrated Security=True")]
2019-01-20 11:46:45 +01:00
public string schCon {
get {
return ((string)(this["schCon"]));
}
set {
this["schCon"] = value;
}
}
}
}