37 lines
1.7 KiB
C#
37 lines
1.7 KiB
C#
|
//------------------------------------------------------------------------------
|
||
|
// <auto-generated>
|
||
|
// Этот код создан программой.
|
||
|
// Исполняемая версия:4.0.30319.269
|
||
|
//
|
||
|
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
||
|
// повторной генерации кода.
|
||
|
// </auto-generated>
|
||
|
//------------------------------------------------------------------------------
|
||
|
|
||
|
namespace TestLersApi.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;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||
|
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
|
||
|
[global::System.Configuration.DefaultSettingValueAttribute("http://localhost:54025/api.asmx")]
|
||
|
public string TestLersApi_LersApi_Api {
|
||
|
get {
|
||
|
return ((string)(this["TestLersApi_LersApi_Api"]));
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|