적정인원보고서 완료
This commit is contained in:
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호가 자동으로
|
||||
// 지정되도록 할 수 있습니다.
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("20.10.27.1200")]
|
||||
[assembly: AssemblyFileVersion("20.10.27.1200")]
|
||||
[assembly: AssemblyVersion("20.10.29.1100")]
|
||||
[assembly: AssemblyFileVersion("20.10.29.1100")]
|
||||
|
||||
14
Project/Properties/Settings.Designer.cs
generated
14
Project/Properties/Settings.Designer.cs
generated
@@ -34,20 +34,6 @@ namespace Project.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("using System; \r\nnamespace HelloWorld \r\n{ \r\n public static class HelloWorldCla" +
|
||||
"ss \r\n { \r\n public static string test() \r\n { \r\n " +
|
||||
" return {0};\r\n } \r\n } \r\n};")]
|
||||
public string nilliila {
|
||||
get {
|
||||
return ((string)(this["nilliila"]));
|
||||
}
|
||||
set {
|
||||
this["nilliila"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]
|
||||
|
||||
@@ -10,19 +10,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="nilliila" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">using System;
|
||||
namespace HelloWorld
|
||||
{
|
||||
public static class HelloWorldClass
|
||||
{
|
||||
public static string test()
|
||||
{
|
||||
return {0};
|
||||
}
|
||||
}
|
||||
};</Value>
|
||||
</Setting>
|
||||
<Setting Name="PMPCS" 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