업무일지 메일 발송 로직에서. 휴일 체크 루틴 버그 수정
This commit is contained in:
24
SubProject/FPJ0000/Properties/Settings.Designer.cs
generated
24
SubProject/FPJ0000/Properties/Settings.Designer.cs
generated
@@ -45,30 +45,6 @@ namespace FPJ0000.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("10.131")]
|
||||
public string ServerIP {
|
||||
get {
|
||||
return ((string)(this["ServerIP"]));
|
||||
}
|
||||
set {
|
||||
this["ServerIP"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("\\\\10.131.32.33\\Data")]
|
||||
public string SharePath {
|
||||
get {
|
||||
return ((string)(this["SharePath"]));
|
||||
}
|
||||
set {
|
||||
this["SharePath"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]
|
||||
|
||||
@@ -18,12 +18,6 @@
|
||||
</SerializableConnectionString></DesignTimeValue>
|
||||
<Value Profile="(Default)">Data Source=10.131.15.18;Initial Catalog=EE;Persist Security Info=True;User ID=eeuser;Password=Amkor123!</Value>
|
||||
</Setting>
|
||||
<Setting Name="ServerIP" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">10.131</Value>
|
||||
</Setting>
|
||||
<Setting Name="SharePath" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">\\10.131.32.33\Data</Value>
|
||||
</Setting>
|
||||
<Setting Name="EEEntitiesLayout" Type="(Connection string)" Scope="Application">
|
||||
<DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
|
||||
<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
|
||||
Reference in New Issue
Block a user