..
This commit is contained in:
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호가 자동으로
|
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호가 자동으로
|
||||||
// 지정되도록 할 수 있습니다.
|
// 지정되도록 할 수 있습니다.
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("20.08.12.0800")]
|
[assembly: AssemblyVersion("20.09.07.1700")]
|
||||||
[assembly: AssemblyFileVersion("20.08.12.0800")]
|
[assembly: AssemblyFileVersion("20.09.07.1700")]
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ namespace FPJ0000
|
|||||||
string path = tbPath.Text.Trim();
|
string path = tbPath.Text.Trim();
|
||||||
if (path == "")
|
if (path == "")
|
||||||
{
|
{
|
||||||
path = "\\10.131.36.205\\Data\\Projects\\";
|
path = "\\10.131.32.29\\Data\\Projects\\";
|
||||||
path += tbIdx.Text;
|
path += tbIdx.Text;
|
||||||
tbPath.Text = path;
|
tbPath.Text = path;
|
||||||
}
|
}
|
||||||
@@ -239,7 +239,7 @@ namespace FPJ0000
|
|||||||
else tbPath.Text = "\\" + tbPath.Text;
|
else tbPath.Text = "\\" + tbPath.Text;
|
||||||
}
|
}
|
||||||
|
|
||||||
var serverpath = @"\\10.131.36.57\Data\Project";
|
var serverpath = @"\\10.131.32.29\Data\Project";
|
||||||
if (System.IO.Directory.Exists(serverpath) == false)
|
if (System.IO.Directory.Exists(serverpath) == false)
|
||||||
{
|
{
|
||||||
FCOMMON.Util.MsgE("프로젝트 기본경로가 존재하지 않아 진행할 수 없습니다\n\n" +
|
FCOMMON.Util.MsgE("프로젝트 기본경로가 존재하지 않아 진행할 수 없습니다\n\n" +
|
||||||
|
|||||||
@@ -698,7 +698,7 @@ namespace FPJ0000
|
|||||||
else tbPath = "\\" + tbPath;
|
else tbPath = "\\" + tbPath;
|
||||||
}
|
}
|
||||||
|
|
||||||
var serverpath = @"\\10.131.36.57\Data\Project";
|
var serverpath = @"\\10.131.32.29\Data\Project";
|
||||||
if (System.IO.Directory.Exists(serverpath) == false)
|
if (System.IO.Directory.Exists(serverpath) == false)
|
||||||
{
|
{
|
||||||
FCOMMON.Util.MsgE("프로젝트 기본경로가 존재하지 않아 진행할 수 없습니다\n\n" +
|
FCOMMON.Util.MsgE("프로젝트 기본경로가 존재하지 않아 진행할 수 없습니다\n\n" +
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<configSections>
|
<configSections>
|
||||||
</configSections>
|
</configSections>
|
||||||
<connectionStrings>
|
<connectionStrings>
|
||||||
<add name="FEQ0000.Properties.Settings.gwcs" connectionString="Data Source=10.131.36.205;Initial Catalog=GroupWare;Persist Security Info=True;User ID=gw;Password=Amkor123!" providerName="System.Data.SqlClient"/>
|
<add name="FEQ0000.Properties.Settings.gwcs" connectionString="Data Source=10.131.32.29;Initial Catalog=GroupWare;Persist Security Info=True;User ID=gw;Password=Amkor123!" providerName="System.Data.SqlClient"/>
|
||||||
<add name="FPJ0000.Properties.Settings.gwcs" connectionString="Data Source=10.131.15.18;Initial Catalog=EE;Persist Security Info=True;User ID=eeuser;Password=Amkor123!" providerName="System.Data.SqlClient"/>
|
<add name="FPJ0000.Properties.Settings.gwcs" connectionString="Data Source=10.131.15.18;Initial Catalog=EE;Persist Security Info=True;User ID=eeuser;Password=Amkor123!" providerName="System.Data.SqlClient"/>
|
||||||
</connectionStrings>
|
</connectionStrings>
|
||||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
|
||||||
|
|||||||
Reference in New Issue
Block a user