개정판 9f55b953
프로젝트별 Config 적용
- Configuration Transform을 이용한 Config Link
Change-Id: I465d0a9927a81de3e56fb08c09431746a74f2f98
CommonLib/CommonLib.csproj | ||
---|---|---|
49 | 49 |
<ErrorReport>prompt</ErrorReport> |
50 | 50 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
51 | 51 |
</PropertyGroup> |
52 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
|
53 |
<DebugSymbols>true</DebugSymbols> |
|
54 |
<OutputPath>bin\Debug_HyoSung\</OutputPath> |
|
55 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
56 |
<DebugType>full</DebugType> |
|
57 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
58 |
<ErrorReport>prompt</ErrorReport> |
|
59 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
60 |
</PropertyGroup> |
|
61 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
|
62 |
<DebugSymbols>true</DebugSymbols> |
|
63 |
<OutputPath>bin\x86\Debug_HyoSung\</OutputPath> |
|
64 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
65 |
<DebugType>full</DebugType> |
|
66 |
<PlatformTarget>x86</PlatformTarget> |
|
67 |
<ErrorReport>prompt</ErrorReport> |
|
68 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
69 |
</PropertyGroup> |
|
52 | 70 |
<ItemGroup> |
53 | 71 |
<Reference Include="System" /> |
54 | 72 |
<Reference Include="System.Core" /> |
CompareLib/CompareLib.csproj | ||
---|---|---|
51 | 51 |
<ErrorReport>prompt</ErrorReport> |
52 | 52 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
53 | 53 |
</PropertyGroup> |
54 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
|
55 |
<DebugSymbols>true</DebugSymbols> |
|
56 |
<OutputPath>bin\Debug_HyoSung\</OutputPath> |
|
57 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
58 |
<DebugType>full</DebugType> |
|
59 |
<PlatformTarget>x64</PlatformTarget> |
|
60 |
<ErrorReport>prompt</ErrorReport> |
|
61 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
62 |
</PropertyGroup> |
|
63 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
|
64 |
<DebugSymbols>true</DebugSymbols> |
|
65 |
<OutputPath>bin\x86\Debug_HyoSung\</OutputPath> |
|
66 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
67 |
<DebugType>full</DebugType> |
|
68 |
<PlatformTarget>x86</PlatformTarget> |
|
69 |
<ErrorReport>prompt</ErrorReport> |
|
70 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
71 |
</PropertyGroup> |
|
54 | 72 |
<ItemGroup> |
55 | 73 |
<Reference Include="Magick.NET-x64, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=AMD64"> |
56 | 74 |
<HintPath>..\packages\Magick.NET-7.0.0.18-Q16-x64.1.0.0\lib\net40-client\Magick.NET-x64.dll</HintPath> |
FinalService/KCOM_FinalService/IFinalPDF/IFinalPDF.csproj | ||
---|---|---|
47 | 47 |
<ErrorReport>prompt</ErrorReport> |
48 | 48 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
49 | 49 |
</PropertyGroup> |
50 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
|
51 |
<DebugSymbols>true</DebugSymbols> |
|
52 |
<OutputPath>bin\Debug_HyoSung\</OutputPath> |
|
53 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
54 |
<DebugType>full</DebugType> |
|
55 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
56 |
<ErrorReport>prompt</ErrorReport> |
|
57 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
58 |
</PropertyGroup> |
|
59 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
|
60 |
<DebugSymbols>true</DebugSymbols> |
|
61 |
<OutputPath>bin\x86\Debug_HyoSung\</OutputPath> |
|
62 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
63 |
<DebugType>full</DebugType> |
|
64 |
<PlatformTarget>x86</PlatformTarget> |
|
65 |
<ErrorReport>prompt</ErrorReport> |
|
66 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
67 |
</PropertyGroup> |
|
50 | 68 |
<ItemGroup> |
51 | 69 |
<Reference Include="System" /> |
52 | 70 |
<Reference Include="System.Core" /> |
IKCOM/IKCOM.csproj | ||
---|---|---|
50 | 50 |
<ErrorReport>prompt</ErrorReport> |
51 | 51 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
52 | 52 |
</PropertyGroup> |
53 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
|
54 |
<DebugSymbols>true</DebugSymbols> |
|
55 |
<OutputPath>bin\Debug_HyoSung\</OutputPath> |
|
56 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
57 |
<DebugType>full</DebugType> |
|
58 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
59 |
<ErrorReport>prompt</ErrorReport> |
|
60 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
61 |
</PropertyGroup> |
|
62 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
|
63 |
<DebugSymbols>true</DebugSymbols> |
|
64 |
<OutputPath>bin\x86\Debug_HyoSung\</OutputPath> |
|
65 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
66 |
<DebugType>full</DebugType> |
|
67 |
<PlatformTarget>x86</PlatformTarget> |
|
68 |
<ErrorReport>prompt</ErrorReport> |
|
69 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
70 |
</PropertyGroup> |
|
53 | 71 |
<ItemGroup> |
54 | 72 |
<Reference Include="PresentationCore" /> |
55 | 73 |
<Reference Include="PresentationFramework" /> |
INI/MARKUS.ini | ||
---|---|---|
1 |
[Internal] |
|
2 |
IP=localhost |
|
3 |
[External] |
|
4 |
IP=125.129.196.207 |
|
5 |
[BaseClientAddress] |
|
6 |
URL=http://localhost:8080 |
|
7 |
[HubAddress] |
|
8 |
URL=http://192.168.0.67:5100/ |
|
9 |
[UpdateVer64] |
|
10 |
URL=http://192.168.0.67:5977/TileSource/Version/version_x64.xml |
|
11 |
[UpdateVer86] |
|
12 |
URL=http://192.168.0.67:5977/TileSource/Version/version_x86.xml |
|
13 |
[excelFilePath] |
|
14 |
URL=http://192.168.0.67:5977/TileSource/Check_Test/CheckList_T.xlsx |
|
15 |
[KCOM_Get_FinalImage_Get_PdfImage] |
|
16 |
URL=http://192.168.0.67:5977/Get_FInalImage/Get_PdfImage.asmx |
|
17 |
[KCOM_kr_co_devdoftech_cloud_FileUpload] |
|
18 |
URL=http://192.168.0.67:5977/ImageUpload/FileUpload.asmx |
|
19 |
[mainServerImageWebPath] |
|
20 |
URL=http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png |
|
21 |
[subServerImageWebPath] |
|
22 |
URL=http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png |
|
23 |
[Debug_BaseClientAddress] |
|
24 |
URL=http://192.168.0.67:5979 |
|
25 |
[HOST_DOMAIN] |
|
26 |
DOMAIN= |
|
27 |
[GetConversionStateFailed] |
|
28 |
MSG=VG9vIE1hbnkgVi9QIEZpbGVzIGFyZSB1cGxvYWRpbmcgaW5zdGFudGFuZW91c2x5LCBUaGlzIFYvUCBmaWxlIGNhbiBub3QgYmUgb3BlbiBub3cuIFBsZWFzZSBmZWVsIGZyZWUgdG8gcmUtb3BlbiB3YWl0IGEgbW9tZW50IGFnYWluIVxuXG7tmITsnqwg7J287Iuc7KCB7Jy866GcIOunjuydgCDslpHsnZggVi9Q6rCAIOuTseuhneuQmOqzoCDsnojslrQg7J20IOusuOyEnOulvCDsl7TrnoztlaAg7IiYIOyXhuyKteuLiOuLpC5cbuyeoOyLnOunjCDquLDri6TroKQg7KO87IugIO2bhCDri6Tsi5wg7Je0656M7ZWY7JesIOyjvOyLnOq4sCDrsJTrno3ri4jri6Q= |
|
29 |
[SetFinalPDFError] |
|
30 |
MSG=7LWc7KKFIO2MjOydvOydhCDrp4zrk5zripTrjbAg66y47KCc6rCAIOuwnOyDne2VmOyYgOyKteuLiOuLpA== |
|
31 |
[SetFinalPDFSuccess] |
|
32 |
MSG=7LWc7KKFIO2MjOydvCDsg53shLEg7KSR7J6F64uI64ukLiDrrLjshJzqtIDrpqzsi5zsiqTthZzsnYQg7ZmV7J247ZW07KO87IS47JqU |
|
33 |
[SetThumbnail] |
|
34 |
WIDTH=100 |
|
35 |
[Site] |
|
36 |
NAME=DAELIM |
|
37 |
[PortForwarding] |
|
38 |
HUB=5100:5100 |
|
39 |
RESOURCE=5977:5977 |
|
40 |
BASE=5979:5979 |
|
41 |
[GetImageResourceFailed] |
|
42 |
MSG=7ZW064u5IOusuOyEnOydmCB7MH0gUGFnZSBDb252ZXJ06rCAIOygleyDgeyggeydtOyngCDslYrsirXri4jri6QuIOq0gOumrOyekOyXkOqyjCDrrLjsnZjtlbQg7KO87IS47JqULg== |
INI/MARKUS_Doftech.ini | ||
---|---|---|
1 |
#DevDoftech ???? INI |
|
1 | 2 |
[Internal] |
2 | 3 |
IP=192.168.0.67 |
3 | 4 |
[External] |
4 | 5 |
IP=125.129.196.207 |
5 | 6 |
[BaseClientAddress] |
6 |
URL=http://localhost:8080
|
|
7 |
URL=http://192.168.0.67:5979
|
|
7 | 8 |
[HubAddress] |
8 | 9 |
URL=http://192.168.0.67:5100/ |
9 | 10 |
[UpdateVer64] |
INI/MARKUS_HyoSung.ini | ||
---|---|---|
1 |
#??? INI |
|
2 |
|
|
3 |
[Internal] |
|
4 |
IP=192.168.0.67 |
|
5 |
[External] |
|
6 |
IP=125.129.196.207 |
|
7 |
[BaseClientAddress] |
|
8 |
URL=http://192.168.0.67:5979 |
|
9 |
[HubAddress] |
|
10 |
URL=http://192.168.0.67:5100/ |
|
11 |
[UpdateVer64] |
|
12 |
URL=http://192.168.0.67:5977/TileSource/Version/version_x64.xml |
|
13 |
[UpdateVer86] |
|
14 |
URL=http://192.168.0.67:5977/TileSource/Version/version_x86.xml |
|
15 |
[excelFilePath] |
|
16 |
URL=http://192.168.0.67:5977/TileSource/Check_Test/CheckList_T.xlsx |
|
17 |
[KCOM_Get_FinalImage_Get_PdfImage] |
|
18 |
URL=http://192.168.0.67:5977/Get_FInalImage/Get_PdfImage.asmx |
|
19 |
[KCOM_kr_co_devdoftech_cloud_FileUpload] |
|
20 |
URL=http://192.168.0.67:5977/ImageUpload/FileUpload.asmx |
|
21 |
[mainServerImageWebPath] |
|
22 |
URL=http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png |
|
23 |
[subServerImageWebPath] |
|
24 |
URL=http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png |
|
25 |
[Debug_BaseClientAddress] |
|
26 |
URL=http://192.168.0.67:5979 |
|
27 |
[HOST_DOMAIN] |
|
28 |
DOMAIN= |
|
29 |
[GetConversionStateFailed] |
|
30 |
MSG=VG9vIE1hbnkgVi9QIEZpbGVzIGFyZSB1cGxvYWRpbmcgaW5zdGFudGFuZW91c2x5LCBUaGlzIFYvUCBmaWxlIGNhbiBub3QgYmUgb3BlbiBub3cuIFBsZWFzZSBmZWVsIGZyZWUgdG8gcmUtb3BlbiB3YWl0IGEgbW9tZW50IGFnYWluIVxuXG7tmITsnqwg7J287Iuc7KCB7Jy866GcIOunjuydgCDslpHsnZggVi9Q6rCAIOuTseuhneuQmOqzoCDsnojslrQg7J20IOusuOyEnOulvCDsl7TrnoztlaAg7IiYIOyXhuyKteuLiOuLpC5cbuyeoOyLnOunjCDquLDri6TroKQg7KO87IugIO2bhCDri6Tsi5wg7Je0656M7ZWY7JesIOyjvOyLnOq4sCDrsJTrno3ri4jri6Q= |
|
31 |
[SetFinalPDFError] |
|
32 |
MSG=7LWc7KKFIO2MjOydvOydhCDrp4zrk5zripTrjbAg66y47KCc6rCAIOuwnOyDne2VmOyYgOyKteuLiOuLpA== |
|
33 |
[SetFinalPDFSuccess] |
|
34 |
MSG=7LWc7KKFIO2MjOydvCDsg53shLEg7KSR7J6F64uI64ukLiDrrLjshJzqtIDrpqzsi5zsiqTthZzsnYQg7ZmV7J247ZW07KO87IS47JqU |
|
35 |
[SetThumbnail] |
|
36 |
WIDTH=100 |
|
37 |
[Site] |
|
38 |
NAME=DAELIM |
|
39 |
[PortForwarding] |
|
40 |
HUB=5100:5100 |
|
41 |
RESOURCE=5977:5977 |
|
42 |
BASE=5979:5979 |
|
43 |
[GetImageResourceFailed] |
|
44 |
MSG=7ZW064u5IOusuOyEnOydmCB7MH0gUGFnZSBDb252ZXJ06rCAIOygleyDgeyggeydtOyngCDslYrsirXri4jri6QuIOq0gOumrOyekOyXkOqyjCDrrLjsnZjtlbQg7KO87IS47JqULg== |
INI/MARKUS_LOCAL.ini | ||
---|---|---|
1 |
[Internal] |
|
2 |
IP=localhost |
|
3 |
[External] |
|
4 |
IP=125.129.196.207 |
|
5 |
[BaseClientAddress] |
|
6 |
URL=http://localhost:8080 |
|
7 |
[HubAddress] |
|
8 |
URL=http://192.168.0.67:5100/ |
|
9 |
[UpdateVer64] |
|
10 |
URL=http://192.168.0.67:5977/TileSource/Version/version_x64.xml |
|
11 |
[UpdateVer86] |
|
12 |
URL=http://192.168.0.67:5977/TileSource/Version/version_x86.xml |
|
13 |
[excelFilePath] |
|
14 |
URL=http://192.168.0.67:5977/TileSource/Check_Test/CheckList_T.xlsx |
|
15 |
[KCOM_Get_FinalImage_Get_PdfImage] |
|
16 |
URL=http://192.168.0.67:5977/Get_FInalImage/Get_PdfImage.asmx |
|
17 |
[KCOM_kr_co_devdoftech_cloud_FileUpload] |
|
18 |
URL=http://192.168.0.67:5977/ImageUpload/FileUpload.asmx |
|
19 |
[mainServerImageWebPath] |
|
20 |
URL=http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png |
|
21 |
[subServerImageWebPath] |
|
22 |
URL=http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png |
|
23 |
[Debug_BaseClientAddress] |
|
24 |
URL=http://192.168.0.67:5979 |
|
25 |
[HOST_DOMAIN] |
|
26 |
DOMAIN= |
|
27 |
[GetConversionStateFailed] |
|
28 |
MSG=VG9vIE1hbnkgVi9QIEZpbGVzIGFyZSB1cGxvYWRpbmcgaW5zdGFudGFuZW91c2x5LCBUaGlzIFYvUCBmaWxlIGNhbiBub3QgYmUgb3BlbiBub3cuIFBsZWFzZSBmZWVsIGZyZWUgdG8gcmUtb3BlbiB3YWl0IGEgbW9tZW50IGFnYWluIVxuXG7tmITsnqwg7J287Iuc7KCB7Jy866GcIOunjuydgCDslpHsnZggVi9Q6rCAIOuTseuhneuQmOqzoCDsnojslrQg7J20IOusuOyEnOulvCDsl7TrnoztlaAg7IiYIOyXhuyKteuLiOuLpC5cbuyeoOyLnOunjCDquLDri6TroKQg7KO87IugIO2bhCDri6Tsi5wg7Je0656M7ZWY7JesIOyjvOyLnOq4sCDrsJTrno3ri4jri6Q= |
|
29 |
[SetFinalPDFError] |
|
30 |
MSG=7LWc7KKFIO2MjOydvOydhCDrp4zrk5zripTrjbAg66y47KCc6rCAIOuwnOyDne2VmOyYgOyKteuLiOuLpA== |
|
31 |
[SetFinalPDFSuccess] |
|
32 |
MSG=7LWc7KKFIO2MjOydvCDsg53shLEg7KSR7J6F64uI64ukLiDrrLjshJzqtIDrpqzsi5zsiqTthZzsnYQg7ZmV7J247ZW07KO87IS47JqU |
|
33 |
[SetThumbnail] |
|
34 |
WIDTH=100 |
|
35 |
[Site] |
|
36 |
NAME=DAELIM |
|
37 |
[PortForwarding] |
|
38 |
HUB=5100:5100 |
|
39 |
RESOURCE=5977:5977 |
|
40 |
BASE=5979:5979 |
|
41 |
[GetImageResourceFailed] |
|
42 |
MSG=7ZW064u5IOusuOyEnOydmCB7MH0gUGFnZSBDb252ZXJ06rCAIOygleyDgeyggeydtOyngCDslYrsirXri4jri6QuIOq0gOumrOyekOyXkOqyjCDrrLjsnZjtlbQg7KO87IS47JqULg== |
KCOM.sln | ||
---|---|---|
48 | 48 |
EndProject |
49 | 49 |
Global |
50 | 50 |
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
51 |
Debug_DevDoftech|Any CPU = Debug_DevDoftech|Any CPU |
|
52 |
Debug_DevDoftech|x64 = Debug_DevDoftech|x64 |
|
53 |
Debug_DevDoftech|x86 = Debug_DevDoftech|x86 |
|
54 |
Debug_HyoSung|Any CPU = Debug_HyoSung|Any CPU |
|
55 |
Debug_HyoSung|x64 = Debug_HyoSung|x64 |
|
56 |
Debug_HyoSung|x86 = Debug_HyoSung|x86 |
|
51 | 57 |
Debug|Any CPU = Debug|Any CPU |
52 | 58 |
Debug|x64 = Debug|x64 |
53 | 59 |
Debug|x86 = Debug|x86 |
... | ... | |
56 | 62 |
Release|x86 = Release|x86 |
57 | 63 |
EndGlobalSection |
58 | 64 |
GlobalSection(ProjectConfigurationPlatforms) = postSolution |
65 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug_DevDoftech|Any CPU |
|
66 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug_DevDoftech|Any CPU.Build.0 = Debug_DevDoftech|Any CPU |
|
67 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU |
|
68 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug_DevDoftech|x64.Build.0 = Debug|Any CPU |
|
69 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug_DevDoftech|x86.ActiveCfg = Debug|Any CPU |
|
70 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug_DevDoftech|x86.Build.0 = Debug|Any CPU |
|
71 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug_HyoSung|Any CPU.ActiveCfg = Debug_HyoSung|Any CPU |
|
72 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug_HyoSung|Any CPU.Build.0 = Debug_HyoSung|Any CPU |
|
73 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug_HyoSung|x64.ActiveCfg = Debug_HyoSung|x64 |
|
74 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug_HyoSung|x64.Build.0 = Debug_HyoSung|x64 |
|
75 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug_HyoSung|x86.ActiveCfg = Debug_HyoSung|x86 |
|
76 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug_HyoSung|x86.Build.0 = Debug_HyoSung|x86 |
|
59 | 77 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
60 | 78 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug|Any CPU.Build.0 = Debug|Any CPU |
61 | 79 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug|x64.ActiveCfg = Debug|x64 |
62 | 80 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug|x64.Build.0 = Debug|x64 |
63 | 81 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug|x86.ActiveCfg = Debug|x86 |
64 | 82 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug|x86.Build.0 = Debug|x86 |
65 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
66 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release|Any CPU.Build.0 = Release|Any CPU |
|
67 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release|x64.ActiveCfg = Release|Any CPU |
|
68 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release|x64.Build.0 = Release|Any CPU |
|
69 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release|x86.ActiveCfg = Release|x86 |
|
70 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release|x86.Build.0 = Release|x86 |
|
83 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release|Any CPU.ActiveCfg = Debug|Any CPU |
|
84 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release|Any CPU.Build.0 = Debug|Any CPU |
|
85 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release|x64.ActiveCfg = Debug|Any CPU |
|
86 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release|x64.Build.0 = Debug|Any CPU |
|
87 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release|x86.ActiveCfg = Debug|Any CPU |
|
88 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release|x86.Build.0 = Debug|Any CPU |
|
89 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU |
|
90 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU |
|
91 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU |
|
92 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug_DevDoftech|x64.Build.0 = Debug|Any CPU |
|
93 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug_DevDoftech|x86.ActiveCfg = Debug|Any CPU |
|
94 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug_DevDoftech|x86.Build.0 = Debug|Any CPU |
|
95 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug_HyoSung|Any CPU.ActiveCfg = Debug_HyoSung|Any CPU |
|
96 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug_HyoSung|Any CPU.Build.0 = Debug_HyoSung|Any CPU |
|
97 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug_HyoSung|x64.ActiveCfg = Debug_HyoSung|Any CPU |
|
98 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug_HyoSung|x64.Build.0 = Debug_HyoSung|Any CPU |
|
99 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug_HyoSung|x86.ActiveCfg = Debug_HyoSung|x86 |
|
100 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug_HyoSung|x86.Build.0 = Debug_HyoSung|x86 |
|
71 | 101 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
72 | 102 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug|Any CPU.Build.0 = Debug|Any CPU |
73 | 103 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug|x64.ActiveCfg = Debug|Any CPU |
74 | 104 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug|x64.Build.0 = Debug|Any CPU |
75 | 105 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug|x86.ActiveCfg = Debug|x86 |
76 | 106 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug|x86.Build.0 = Debug|x86 |
77 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
78 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release|Any CPU.Build.0 = Release|Any CPU |
|
79 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release|x64.ActiveCfg = Release|Any CPU |
|
80 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release|x64.Build.0 = Release|Any CPU |
|
81 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release|x86.ActiveCfg = Release|x86 |
|
82 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release|x86.Build.0 = Release|x86 |
|
107 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release|Any CPU.ActiveCfg = Debug|Any CPU |
|
108 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release|Any CPU.Build.0 = Debug|Any CPU |
|
109 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release|x64.ActiveCfg = Debug|Any CPU |
|
110 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release|x64.Build.0 = Debug|Any CPU |
|
111 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release|x86.ActiveCfg = Debug|Any CPU |
|
112 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release|x86.Build.0 = Debug|Any CPU |
|
113 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU |
|
114 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU |
|
115 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU |
|
116 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug_DevDoftech|x64.Build.0 = Debug|Any CPU |
|
117 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug_DevDoftech|x86.ActiveCfg = Debug|Any CPU |
|
118 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug_DevDoftech|x86.Build.0 = Debug|Any CPU |
|
119 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug_HyoSung|Any CPU.ActiveCfg = Debug_HyoSung|Any CPU |
|
120 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug_HyoSung|Any CPU.Build.0 = Debug_HyoSung|Any CPU |
|
121 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug_HyoSung|x64.ActiveCfg = Debug_HyoSung|Any CPU |
|
122 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug_HyoSung|x64.Build.0 = Debug_HyoSung|Any CPU |
|
123 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug_HyoSung|x86.ActiveCfg = Debug_HyoSung|x86 |
|
124 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug_HyoSung|x86.Build.0 = Debug_HyoSung|x86 |
|
83 | 125 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
84 | 126 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug|Any CPU.Build.0 = Debug|Any CPU |
85 | 127 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug|x64.ActiveCfg = Debug|Any CPU |
86 | 128 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug|x64.Build.0 = Debug|Any CPU |
87 | 129 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug|x86.ActiveCfg = Debug|x86 |
88 | 130 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug|x86.Build.0 = Debug|x86 |
89 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
90 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release|Any CPU.Build.0 = Release|Any CPU |
|
91 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release|x64.ActiveCfg = Release|Any CPU |
|
92 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release|x64.Build.0 = Release|Any CPU |
|
93 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release|x86.ActiveCfg = Release|Any CPU |
|
94 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release|x86.Build.0 = Release|Any CPU |
|
131 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release|Any CPU.ActiveCfg = Debug|Any CPU |
|
132 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release|Any CPU.Build.0 = Debug|Any CPU |
|
133 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release|x64.ActiveCfg = Debug|Any CPU |
|
134 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release|x64.Build.0 = Debug|Any CPU |
|
135 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release|x86.ActiveCfg = Debug|Any CPU |
|
136 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release|x86.Build.0 = Debug|Any CPU |
|
137 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug_DevDoftech|Any CPU |
|
138 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug_DevDoftech|Any CPU.Build.0 = Debug_DevDoftech|Any CPU |
|
139 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU |
|
140 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug_DevDoftech|x64.Build.0 = Debug|Any CPU |
|
141 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug_DevDoftech|x86.ActiveCfg = Debug|Any CPU |
|
142 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug_DevDoftech|x86.Build.0 = Debug|Any CPU |
|
143 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug_HyoSung|Any CPU.ActiveCfg = Debug_HyoSung|Any CPU |
|
144 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug_HyoSung|Any CPU.Build.0 = Debug_HyoSung|Any CPU |
|
145 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug_HyoSung|x64.ActiveCfg = Debug_HyoSung|x64 |
|
146 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug_HyoSung|x64.Build.0 = Debug_HyoSung|x64 |
|
147 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug_HyoSung|x86.ActiveCfg = Debug_HyoSung|x86 |
|
148 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug_HyoSung|x86.Build.0 = Debug_HyoSung|x86 |
|
95 | 149 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
96 | 150 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug|Any CPU.Build.0 = Debug|Any CPU |
97 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug|x64.ActiveCfg = Debug|Any CPU
|
|
98 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug|x64.Build.0 = Debug|Any CPU
|
|
151 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug|x64.ActiveCfg = Debug|x64
|
|
152 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug|x64.Build.0 = Debug|x64
|
|
99 | 153 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug|x86.ActiveCfg = Debug|x86 |
100 | 154 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug|x86.Build.0 = Debug|x86 |
101 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
102 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release|Any CPU.Build.0 = Release|Any CPU |
|
103 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release|x64.ActiveCfg = Release|x64 |
|
104 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release|x64.Build.0 = Release|x64 |
|
105 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release|x86.ActiveCfg = Release|x86 |
|
106 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release|x86.Build.0 = Release|x86 |
|
155 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release|Any CPU.ActiveCfg = Debug|Any CPU |
|
156 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release|Any CPU.Build.0 = Debug|Any CPU |
|
157 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release|x64.ActiveCfg = Debug|Any CPU |
|
158 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release|x64.Build.0 = Debug|Any CPU |
|
159 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release|x86.ActiveCfg = Debug|Any CPU |
|
160 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release|x86.Build.0 = Debug|Any CPU |
|
161 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU |
|
162 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU |
|
163 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU |
|
164 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug_DevDoftech|x64.Build.0 = Debug|Any CPU |
|
165 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug_DevDoftech|x86.ActiveCfg = Debug|Any CPU |
|
166 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug_DevDoftech|x86.Build.0 = Debug|Any CPU |
|
167 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug_HyoSung|Any CPU.ActiveCfg = Debug_HyoSung|Any CPU |
|
168 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug_HyoSung|Any CPU.Build.0 = Debug_HyoSung|Any CPU |
|
169 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug_HyoSung|x64.ActiveCfg = Debug_HyoSung|Any CPU |
|
170 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug_HyoSung|x64.Build.0 = Debug_HyoSung|Any CPU |
|
171 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug_HyoSung|x86.ActiveCfg = Debug_HyoSung|x86 |
|
172 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug_HyoSung|x86.Build.0 = Debug_HyoSung|x86 |
|
107 | 173 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
108 | 174 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug|Any CPU.Build.0 = Debug|Any CPU |
109 | 175 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug|x64.ActiveCfg = Debug|Any CPU |
110 | 176 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug|x64.Build.0 = Debug|Any CPU |
111 | 177 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug|x86.ActiveCfg = Debug|x86 |
112 | 178 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug|x86.Build.0 = Debug|x86 |
113 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
114 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release|Any CPU.Build.0 = Release|Any CPU |
|
115 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release|x64.ActiveCfg = Release|Any CPU |
|
116 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release|x64.Build.0 = Release|Any CPU |
|
117 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release|x86.ActiveCfg = Release|x86 |
|
118 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release|x86.Build.0 = Release|x86 |
|
179 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release|Any CPU.ActiveCfg = Debug|Any CPU |
|
180 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release|Any CPU.Build.0 = Debug|Any CPU |
|
181 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release|x64.ActiveCfg = Debug|Any CPU |
|
182 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release|x64.Build.0 = Debug|Any CPU |
|
183 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release|x86.ActiveCfg = Debug|Any CPU |
|
184 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release|x86.Build.0 = Debug|Any CPU |
|
185 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU |
|
186 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU |
|
187 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU |
|
188 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug_DevDoftech|x64.Build.0 = Debug|Any CPU |
|
189 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug_DevDoftech|x86.ActiveCfg = Debug|Any CPU |
|
190 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug_DevDoftech|x86.Build.0 = Debug|Any CPU |
|
191 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug_HyoSung|Any CPU.ActiveCfg = Debug_HyoSung|Any CPU |
|
192 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug_HyoSung|Any CPU.Build.0 = Debug_HyoSung|Any CPU |
|
193 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug_HyoSung|x64.ActiveCfg = Debug_HyoSung|Any CPU |
|
194 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug_HyoSung|x64.Build.0 = Debug_HyoSung|Any CPU |
|
195 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug_HyoSung|x86.ActiveCfg = Debug_HyoSung|x86 |
|
196 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug_HyoSung|x86.Build.0 = Debug_HyoSung|x86 |
|
119 | 197 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
120 | 198 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug|Any CPU.Build.0 = Debug|Any CPU |
121 | 199 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug|x64.ActiveCfg = Debug|Any CPU |
122 | 200 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug|x64.Build.0 = Debug|Any CPU |
123 | 201 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug|x86.ActiveCfg = Debug|x86 |
124 | 202 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug|x86.Build.0 = Debug|x86 |
125 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
126 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release|Any CPU.Build.0 = Release|Any CPU |
|
127 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release|x64.ActiveCfg = Release|Any CPU |
|
128 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release|x64.Build.0 = Release|Any CPU |
|
129 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release|x86.ActiveCfg = Release|x86 |
|
130 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release|x86.Build.0 = Release|x86 |
|
203 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release|Any CPU.ActiveCfg = Debug|Any CPU |
|
204 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release|Any CPU.Build.0 = Debug|Any CPU |
|
205 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release|x64.ActiveCfg = Debug|Any CPU |
|
206 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release|x64.Build.0 = Debug|Any CPU |
|
207 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release|x86.ActiveCfg = Debug|Any CPU |
|
208 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release|x86.Build.0 = Debug|Any CPU |
|
209 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU |
|
210 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU |
|
211 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU |
|
212 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug_DevDoftech|x64.Build.0 = Debug|Any CPU |
|
213 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug_DevDoftech|x86.ActiveCfg = Debug|Any CPU |
|
214 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug_DevDoftech|x86.Build.0 = Debug|Any CPU |
|
215 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug_HyoSung|Any CPU.ActiveCfg = Debug_HyoSung|Any CPU |
|
216 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug_HyoSung|Any CPU.Build.0 = Debug_HyoSung|Any CPU |
|
217 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug_HyoSung|x64.ActiveCfg = Debug_HyoSung|x64 |
|
218 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug_HyoSung|x64.Build.0 = Debug_HyoSung|x64 |
|
219 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug_HyoSung|x86.ActiveCfg = Debug_HyoSung|x86 |
|
220 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug_HyoSung|x86.Build.0 = Debug_HyoSung|x86 |
|
131 | 221 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
132 | 222 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug|Any CPU.Build.0 = Debug|Any CPU |
133 | 223 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug|x64.ActiveCfg = Debug|x64 |
134 | 224 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug|x64.Build.0 = Debug|x64 |
135 | 225 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug|x86.ActiveCfg = Debug|x86 |
136 | 226 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug|x86.Build.0 = Debug|x86 |
137 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
138 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release|Any CPU.Build.0 = Release|Any CPU |
|
139 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release|x64.ActiveCfg = Release|x64 |
|
140 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release|x64.Build.0 = Release|x64 |
|
141 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release|x86.ActiveCfg = Release|Any CPU |
|
142 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release|x86.Build.0 = Release|Any CPU |
|
227 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release|Any CPU.ActiveCfg = Debug|Any CPU |
|
228 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release|Any CPU.Build.0 = Debug|Any CPU |
|
229 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release|x64.ActiveCfg = Debug|Any CPU |
|
230 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release|x64.Build.0 = Debug|Any CPU |
|
231 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release|x86.ActiveCfg = Debug|Any CPU |
|
232 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release|x86.Build.0 = Debug|Any CPU |
|
233 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU |
|
234 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU |
|
235 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU |
|
236 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug_DevDoftech|x64.Build.0 = Debug|Any CPU |
|
237 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug_DevDoftech|x86.ActiveCfg = Debug|Any CPU |
|
238 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug_DevDoftech|x86.Build.0 = Debug|Any CPU |
|
239 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug_HyoSung|Any CPU.ActiveCfg = Debug_HyoSung|Any CPU |
|
240 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug_HyoSung|Any CPU.Build.0 = Debug_HyoSung|Any CPU |
|
241 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug_HyoSung|x64.ActiveCfg = Debug_HyoSung|Any CPU |
|
242 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug_HyoSung|x64.Build.0 = Debug_HyoSung|Any CPU |
|
243 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug_HyoSung|x86.ActiveCfg = Debug_HyoSung|x86 |
|
244 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug_HyoSung|x86.Build.0 = Debug_HyoSung|x86 |
|
143 | 245 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
144 | 246 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug|Any CPU.Build.0 = Debug|Any CPU |
145 | 247 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug|x64.ActiveCfg = Debug|Any CPU |
146 | 248 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug|x64.Build.0 = Debug|Any CPU |
147 | 249 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug|x86.ActiveCfg = Debug|x86 |
148 | 250 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug|x86.Build.0 = Debug|x86 |
149 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
150 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release|Any CPU.Build.0 = Release|Any CPU |
|
151 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release|x64.ActiveCfg = Release|Any CPU |
|
152 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release|x64.Build.0 = Release|Any CPU |
|
153 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release|x86.ActiveCfg = Release|x86 |
|
154 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release|x86.Build.0 = Release|x86 |
|
251 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release|Any CPU.ActiveCfg = Debug|Any CPU |
|
252 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release|Any CPU.Build.0 = Debug|Any CPU |
|
253 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release|x64.ActiveCfg = Debug|Any CPU |
|
254 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release|x64.Build.0 = Debug|Any CPU |
|
255 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release|x86.ActiveCfg = Debug|Any CPU |
|
256 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release|x86.Build.0 = Debug|Any CPU |
|
257 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU |
|
258 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU |
|
259 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU |
|
260 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug_DevDoftech|x64.Build.0 = Debug|Any CPU |
|
261 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug_DevDoftech|x86.ActiveCfg = Debug|Any CPU |
|
262 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug_DevDoftech|x86.Build.0 = Debug|Any CPU |
|
263 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug_HyoSung|Any CPU.ActiveCfg = Debug_HyoSung|Any CPU |
|
264 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug_HyoSung|Any CPU.Build.0 = Debug_HyoSung|Any CPU |
|
265 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug_HyoSung|x64.ActiveCfg = Debug_HyoSung|x64 |
|
266 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug_HyoSung|x64.Build.0 = Debug_HyoSung|x64 |
|
267 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug_HyoSung|x86.ActiveCfg = Debug_HyoSung|x86 |
|
268 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug_HyoSung|x86.Build.0 = Debug_HyoSung|x86 |
|
155 | 269 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
156 | 270 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug|Any CPU.Build.0 = Debug|Any CPU |
157 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug|x64.ActiveCfg = Debug|Any CPU
|
|
158 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug|x64.Build.0 = Debug|Any CPU
|
|
271 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug|x64.ActiveCfg = Debug|x64
|
|
272 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug|x64.Build.0 = Debug|x64
|
|
159 | 273 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug|x86.ActiveCfg = Debug|x86 |
160 | 274 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug|x86.Build.0 = Debug|x86 |
161 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
162 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release|Any CPU.Build.0 = Release|Any CPU |
|
163 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release|x64.ActiveCfg = Release|Any CPU |
|
164 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release|x64.Build.0 = Release|Any CPU |
|
165 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release|x86.ActiveCfg = Release|x86 |
|
166 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release|x86.Build.0 = Release|x86 |
|
275 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release|Any CPU.ActiveCfg = Debug|Any CPU |
|
276 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release|Any CPU.Build.0 = Debug|Any CPU |
|
277 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release|x64.ActiveCfg = Debug|Any CPU |
|
278 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release|x64.Build.0 = Debug|Any CPU |
|
279 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release|x86.ActiveCfg = Debug|Any CPU |
|
280 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release|x86.Build.0 = Debug|Any CPU |
|
281 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU |
|
282 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU |
|
283 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU |
|
284 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug_DevDoftech|x64.Build.0 = Debug|Any CPU |
|
285 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug_DevDoftech|x86.ActiveCfg = Debug|Any CPU |
|
286 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug_DevDoftech|x86.Build.0 = Debug|Any CPU |
|
287 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug_HyoSung|Any CPU.ActiveCfg = Debug_HyoSung|Any CPU |
|
288 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug_HyoSung|Any CPU.Build.0 = Debug_HyoSung|Any CPU |
|
289 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug_HyoSung|x64.ActiveCfg = Debug_HyoSung|Any CPU |
|
290 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug_HyoSung|x64.Build.0 = Debug_HyoSung|Any CPU |
|
291 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug_HyoSung|x86.ActiveCfg = Debug_HyoSung|x86 |
|
292 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug_HyoSung|x86.Build.0 = Debug_HyoSung|x86 |
|
167 | 293 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
168 | 294 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug|Any CPU.Build.0 = Debug|Any CPU |
169 | 295 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug|x64.ActiveCfg = Debug|Any CPU |
170 | 296 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug|x64.Build.0 = Debug|Any CPU |
171 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug|x86.ActiveCfg = Debug|Any CPU |
|
172 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug|x86.Build.0 = Debug|Any CPU |
|
173 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
174 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release|Any CPU.Build.0 = Release|Any CPU |
|
175 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release|x64.ActiveCfg = Release|Any CPU |
|
176 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release|x64.Build.0 = Release|Any CPU |
|
177 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release|x86.ActiveCfg = Release|Any CPU |
|
178 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release|x86.Build.0 = Release|Any CPU |
|
297 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug|x86.ActiveCfg = Debug|x86 |
|
298 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug|x86.Build.0 = Debug|x86 |
|
299 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release|Any CPU.ActiveCfg = Debug|Any CPU |
|
300 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release|Any CPU.Build.0 = Debug|Any CPU |
|
301 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release|x64.ActiveCfg = Debug|Any CPU |
|
302 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release|x64.Build.0 = Debug|Any CPU |
|
303 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release|x86.ActiveCfg = Debug|Any CPU |
|
304 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release|x86.Build.0 = Debug|Any CPU |
|
305 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU |
|
306 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU |
|
307 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU |
|
308 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug_DevDoftech|x64.Build.0 = Debug|Any CPU |
|
309 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug_DevDoftech|x86.ActiveCfg = Debug|Any CPU |
|
310 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug_DevDoftech|x86.Build.0 = Debug|Any CPU |
|
311 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug_HyoSung|Any CPU.ActiveCfg = Debug_HyoSung|Any CPU |
|
312 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug_HyoSung|Any CPU.Build.0 = Debug_HyoSung|Any CPU |
|
313 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug_HyoSung|x64.ActiveCfg = Debug_HyoSung|Any CPU |
|
314 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug_HyoSung|x64.Build.0 = Debug_HyoSung|Any CPU |
|
315 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug_HyoSung|x86.ActiveCfg = Debug_HyoSung|x86 |
|
316 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug_HyoSung|x86.Build.0 = Debug_HyoSung|x86 |
|
179 | 317 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
180 | 318 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug|Any CPU.Build.0 = Debug|Any CPU |
181 | 319 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug|x64.ActiveCfg = Debug|Any CPU |
182 | 320 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug|x64.Build.0 = Debug|Any CPU |
183 | 321 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug|x86.ActiveCfg = Debug|x86 |
184 | 322 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug|x86.Build.0 = Debug|x86 |
185 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
186 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release|Any CPU.Build.0 = Release|Any CPU |
|
187 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release|x64.ActiveCfg = Release|Any CPU |
|
188 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release|x64.Build.0 = Release|Any CPU |
|
189 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release|x86.ActiveCfg = Release|x86 |
|
190 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release|x86.Build.0 = Release|x86 |
|
323 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release|Any CPU.ActiveCfg = Debug|Any CPU |
|
324 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release|Any CPU.Build.0 = Debug|Any CPU |
|
325 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release|x64.ActiveCfg = Debug|Any CPU |
|
326 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release|x64.Build.0 = Debug|Any CPU |
|
327 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release|x86.ActiveCfg = Debug|Any CPU |
|
328 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release|x86.Build.0 = Debug|Any CPU |
|
329 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug |
|
330 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug_DevDoftech|Any CPU.Build.0 = Debug |
|
331 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug_DevDoftech|x64.ActiveCfg = Debug |
|
332 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug_DevDoftech|x64.Build.0 = Debug |
|
333 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug_DevDoftech|x86.ActiveCfg = Debug |
|
334 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug_DevDoftech|x86.Build.0 = Debug |
|
335 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug_HyoSung|Any CPU.ActiveCfg = Debug_HyoSung |
|
336 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug_HyoSung|Any CPU.Build.0 = Debug_HyoSung |
|
337 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug_HyoSung|x64.ActiveCfg = Debug_HyoSung |
|
338 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug_HyoSung|x64.Build.0 = Debug_HyoSung |
|
339 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug_HyoSung|x86.ActiveCfg = Debug_HyoSung |
|
340 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug_HyoSung|x86.Build.0 = Debug_HyoSung |
|
191 | 341 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug|Any CPU.ActiveCfg = Debug |
192 | 342 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug|Any CPU.Build.0 = Debug |
193 | 343 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug|x64.ActiveCfg = Debug |
194 | 344 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug|x64.Build.0 = Debug |
195 | 345 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug|x86.ActiveCfg = Debug |
196 | 346 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug|x86.Build.0 = Debug |
197 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release|Any CPU.ActiveCfg = Release |
|
198 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release|Any CPU.Build.0 = Release |
|
199 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release|x64.ActiveCfg = Release |
|
200 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release|x64.Build.0 = Release |
|
201 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release|x86.ActiveCfg = Release |
|
202 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release|x86.Build.0 = Release |
|
347 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release|Any CPU.ActiveCfg = Debug |
|
348 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release|Any CPU.Build.0 = Debug |
|
349 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release|x64.ActiveCfg = Debug |
|
350 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release|x64.Build.0 = Debug |
|
351 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release|x86.ActiveCfg = Debug |
|
352 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release|x86.Build.0 = Debug |
|
353 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU |
|
354 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU |
|
355 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU |
|
356 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug_DevDoftech|x64.Build.0 = Debug|Any CPU |
|
357 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug_DevDoftech|x86.ActiveCfg = Debug|Any CPU |
|
358 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug_DevDoftech|x86.Build.0 = Debug|Any CPU |
|
359 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug_HyoSung|Any CPU.ActiveCfg = Debug_HyoSung|Any CPU |
|
360 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug_HyoSung|Any CPU.Build.0 = Debug_HyoSung|Any CPU |
|
361 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug_HyoSung|x64.ActiveCfg = Debug_HyoSung|Any CPU |
|
362 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug_HyoSung|x64.Build.0 = Debug_HyoSung|Any CPU |
|
363 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug_HyoSung|x86.ActiveCfg = Debug_HyoSung|Any CPU |
|
364 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug_HyoSung|x86.Build.0 = Debug_HyoSung|Any CPU |
|
203 | 365 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
204 | 366 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug|Any CPU.Build.0 = Debug|Any CPU |
205 | 367 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug|x64.ActiveCfg = Debug|Any CPU |
206 | 368 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug|x64.Build.0 = Debug|Any CPU |
207 | 369 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug|x86.ActiveCfg = Debug|Any CPU |
208 | 370 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug|x86.Build.0 = Debug|Any CPU |
209 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
210 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
211 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release|x64.ActiveCfg = Release|Any CPU
|
|
212 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release|x64.Build.0 = Release|Any CPU
|
|
213 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release|x86.ActiveCfg = Release|Any CPU
|
|
214 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release|x86.Build.0 = Release|Any CPU
|
|
371 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release|Any CPU.ActiveCfg = Debug|Any CPU
|
|
372 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release|Any CPU.Build.0 = Debug|Any CPU
|
|
373 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release|x64.ActiveCfg = Debug|Any CPU
|
|
374 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release|x64.Build.0 = Debug|Any CPU
|
|
375 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release|x86.ActiveCfg = Debug|Any CPU
|
|
376 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release|x86.Build.0 = Debug|Any CPU
|
|
215 | 377 |
EndGlobalSection |
216 | 378 |
GlobalSection(SolutionProperties) = preSolution |
217 | 379 |
HideSolutionNode = FALSE |
KCOM/KCOM.csproj | ||
---|---|---|
107 | 107 |
<ErrorReport>prompt</ErrorReport> |
108 | 108 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
109 | 109 |
</PropertyGroup> |
110 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
|
111 |
<DebugSymbols>true</DebugSymbols> |
|
112 |
<OutputPath>bin\Debug_HyoSung\</OutputPath> |
|
113 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
114 |
<DebugType>full</DebugType> |
|
115 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
116 |
<ErrorReport>prompt</ErrorReport> |
|
117 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
118 |
</PropertyGroup> |
|
119 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'"> |
|
120 |
<DebugSymbols>true</DebugSymbols> |
|
121 |
<OutputPath>bin\x64\Debug_HyoSung\</OutputPath> |
|
122 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
123 |
<WarningLevel>3</WarningLevel> |
|
124 |
<DebugType>full</DebugType> |
|
125 |
<PlatformTarget>x64</PlatformTarget> |
|
126 |
<ErrorReport>prompt</ErrorReport> |
|
127 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
128 |
</PropertyGroup> |
|
129 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
|
130 |
<DebugSymbols>true</DebugSymbols> |
|
131 |
<OutputPath>bin\x86\Debug_HyoSung\</OutputPath> |
|
132 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
133 |
<DebugType>full</DebugType> |
|
134 |
<PlatformTarget>x86</PlatformTarget> |
|
135 |
<ErrorReport>prompt</ErrorReport> |
|
136 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
137 |
<Prefer32Bit>true</Prefer32Bit> |
|
138 |
</PropertyGroup> |
|
139 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|AnyCPU'"> |
|
140 |
<DebugSymbols>true</DebugSymbols> |
|
141 |
<OutputPath>bin\Debug_DevDoftech\</OutputPath> |
|
142 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
143 |
<DebugType>full</DebugType> |
|
144 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
145 |
<ErrorReport>prompt</ErrorReport> |
|
146 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
147 |
</PropertyGroup> |
|
148 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x64'"> |
|
149 |
<DebugSymbols>true</DebugSymbols> |
|
150 |
<OutputPath>bin\x64\Debug_DevDoftech\</OutputPath> |
|
151 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
152 |
<WarningLevel>3</WarningLevel> |
|
153 |
<DebugType>full</DebugType> |
|
154 |
<PlatformTarget>x64</PlatformTarget> |
|
155 |
<ErrorReport>prompt</ErrorReport> |
|
156 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
157 |
</PropertyGroup> |
|
158 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x86'"> |
|
159 |
<DebugSymbols>true</DebugSymbols> |
|
160 |
<OutputPath>bin\x86\Debug_DevDoftech\</OutputPath> |
|
161 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
162 |
<DebugType>full</DebugType> |
|
163 |
<PlatformTarget>x86</PlatformTarget> |
|
164 |
<ErrorReport>prompt</ErrorReport> |
|
165 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
166 |
<Prefer32Bit>true</Prefer32Bit> |
|
167 |
</PropertyGroup> |
|
110 | 168 |
<ItemGroup> |
111 | 169 |
<Reference Include="Bytescout.PDFExtractor, Version=9.2.0.3293, Culture=neutral, PublicKeyToken=f7dd1bd9d40a50eb, processorArchitecture=MSIL"> |
112 | 170 |
<SpecificVersion>False</SpecificVersion> |
... | ... | |
590 | 648 |
<None Include="app.config"> |
591 | 649 |
<SubType>Designer</SubType> |
592 | 650 |
</None> |
651 |
<None Include="app.Debug.config"> |
|
652 |
<DependentUpon>app.config</DependentUpon> |
|
653 |
</None> |
|
654 |
<None Include="app.Debug_DevDoftech.config"> |
|
655 |
<DependentUpon>app.config</DependentUpon> |
|
656 |
</None> |
|
657 |
<None Include="app.Debug_HyoSung.config"> |
|
658 |
<DependentUpon>app.config</DependentUpon> |
|
659 |
</None> |
|
660 |
<None Include="app.Release.config"> |
|
661 |
<DependentUpon>app.config</DependentUpon> |
|
662 |
</None> |
|
593 | 663 |
<None Include="Connected Services\KcomService\KCOM.KcomService.FinalPDFResult.datasource"> |
594 | 664 |
<DependentUpon>Reference.svcmap</DependentUpon> |
595 | 665 |
</None> |
... | ... | |
1382 | 1452 |
</PostBuildEvent> |
1383 | 1453 |
</PropertyGroup> |
1384 | 1454 |
<Import Project="..\packages\System.Data.SQLite.Core.1.0.110.0\build\net45\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.110.0\build\net45\System.Data.SQLite.Core.targets')" /> |
1455 |
<UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" /> |
|
1456 |
<Target Name="app_config_AfterCompile" AfterTargets="AfterCompile" Condition="Exists('app.$(Configuration).config')"> |
|
1457 |
<!--Generate transformed app config in the intermediate directory--> |
|
1458 |
<TransformXml Source="app.config" Destination="$(IntermediateOutputPath)$(TargetFileName).config" Transform="app.$(Configuration).config" /> |
|
1459 |
<!--Force build process to use the transformed configuration file from now on.--> |
|
1460 |
<ItemGroup> |
|
1461 |
<AppConfigWithTargetPath Remove="App.config" /> |
|
1462 |
<AppConfigWithTargetPath Include="$(IntermediateOutputPath)$(TargetFileName).config"> |
|
1463 |
<TargetPath>$(TargetFileName).config</TargetPath> |
|
1464 |
</AppConfigWithTargetPath> |
|
1465 |
</ItemGroup> |
|
1466 |
</Target> |
|
1467 |
<!--Override After Publish to support ClickOnce AfterPublish. Target replaces the untransformed config file copied to the deployment directory with the transformed one.--> |
|
1468 |
<Target Name="app_config_AfterPublish" AfterTargets="AfterPublish" Condition="Exists('app.$(Configuration).config')"> |
|
1469 |
<PropertyGroup> |
|
1470 |
<DeployedConfig>$(_DeploymentApplicationDir)$(TargetName)$(TargetExt).config$(_DeploymentFileMappingExtension)</DeployedConfig> |
|
1471 |
</PropertyGroup> |
|
1472 |
<!--Publish copies the untransformed App.config to deployment directory so overwrite it--> |
|
1473 |
<Copy Condition="Exists('$(DeployedConfig)')" SourceFiles="$(IntermediateOutputPath)$(TargetFileName).config" DestinationFiles="$(DeployedConfig)" /> |
|
1474 |
</Target> |
|
1475 |
<PropertyGroup> |
|
1476 |
<PreBuildEvent>if $(ConfigurationName) == Debug ( |
|
1477 |
copy /Y "$(SolutionDir)\INI\MARKUS.ini" "C:\ProgramData\MARKUS\MARKUS.ini" |
|
1478 |
) |
|
1479 |
|
|
1480 |
if $(ConfigurationName) == Debug_DevDoftech ( |
|
1481 |
copy /Y "$(SolutionDir)\INI\MARKUS_Doftech.ini" "C:\ProgramData\MARKUS\MARKUS.ini" |
|
1482 |
) |
|
1483 |
|
|
1484 |
if $(ConfigurationName) == Debug_HyoSung ( |
|
1485 |
copy /Y "$(SolutionDir)\INI\MARKUS_HyoSung.ini" "C:\ProgramData\MARKUS\MARKUS.ini" |
|
1486 |
)</PreBuildEvent> |
|
1487 |
</PropertyGroup> |
|
1385 | 1488 |
</Project> |
KCOM/KCOM.csproj.user | ||
---|---|---|
26 | 26 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
27 | 27 |
<StartArguments>eyJEb2N1bWVudEl0ZW1JRCI6IjQwMDAwMTQyIiwiYlBhcnRuZXIiOmZhbHNlLCJDcmVhdGVGaW5hbFBERlBlcm1pc3Npb24iOmZhbHNlLCJOZXdDb21tZW50UGVybWlzc2lvbiI6dHJ1ZSwiUHJvamVjdE5PIjoiMDAwMDAwIiwiVXNlcklEIjoiZG9mdGVjaCIsIk1vZGUiOjB9</StartArguments> |
28 | 28 |
</PropertyGroup> |
29 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
|
30 |
<StartArguments>eyJEb2N1bWVudEl0ZW1JRCI6IjExMDAwMTAyIiwiYlBhcnRuZXIiOmZhbHNlLCJDcmVhdGVGaW5hbFBERlBlcm1pc3Npb24iOiJ0cnVlIiwiTmV3Q29tbWVudFBlcm1pc3Npb24iOiJ0cnVlIiwiUHJvamVjdE5PIjoiMDAwMDAwIiwiVXNlcklEIjoiYWRtaW4iLCJNb2RlIjowfQ==</StartArguments> |
|
31 |
</PropertyGroup> |
|
32 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'"> |
|
33 |
<StartProgram>C:\Program Files\DOFTECH\MARKUS\KCOM.exe</StartProgram> |
|
34 |
<StartArguments>eyJEb2N1bWVudEl0ZW1JRCI6IjQwMDAwMTQ5IiwiYlBhcnRuZXIiOmZhbHNlLCJDcmVhdGVGaW5hbFBERlBlcm1pc3Npb24iOnRydWUsIk5ld0NvbW1lbnRQZXJtaXNzaW9uIjp0cnVlLCJQcm9qZWN0Tk8iOiIwMDAwMDAiLCJVc2VySUQiOiJhZG1pbiIsIk1vZGUiOjB9</StartArguments> |
|
35 |
</PropertyGroup> |
|
36 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|AnyCPU'"> |
|
37 |
<StartArguments>eyJEb2N1bWVudEl0ZW1JRCI6IjExMDAwMTAyIiwiYlBhcnRuZXIiOmZhbHNlLCJDcmVhdGVGaW5hbFBERlBlcm1pc3Npb24iOiJ0cnVlIiwiTmV3Q29tbWVudFBlcm1pc3Npb24iOiJ0cnVlIiwiUHJvamVjdE5PIjoiMDAwMDAwIiwiVXNlcklEIjoiYWRtaW4iLCJNb2RlIjowfQ==</StartArguments> |
|
38 |
</PropertyGroup> |
|
39 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x64'"> |
|
40 |
<StartProgram>C:\Program Files\DOFTECH\MARKUS\KCOM.exe</StartProgram> |
|
41 |
<StartArguments>eyJEb2N1bWVudEl0ZW1JRCI6IjQwMDAwMTQ5IiwiYlBhcnRuZXIiOmZhbHNlLCJDcmVhdGVGaW5hbFBERlBlcm1pc3Npb24iOnRydWUsIk5ld0NvbW1lbnRQZXJtaXNzaW9uIjp0cnVlLCJQcm9qZWN0Tk8iOiIwMDAwMDAiLCJVc2VySUQiOiJhZG1pbiIsIk1vZGUiOjB9</StartArguments> |
|
42 |
</PropertyGroup> |
|
29 | 43 |
</Project> |
KCOM/app.Debug.config | ||
---|---|---|
1 |
<?xml version="1.0"?> |
|
2 |
<!-- For more information on using app.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 --> |
|
3 |
<!-- In case configuration is not the root element, replace it with root element in source configuration file --> |
|
4 |
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> |
|
5 |
</configuration> |
KCOM/app.Debug_DevDoftech.config | ||
---|---|---|
1 |
<?xml version="1.0"?> |
|
2 |
<!-- For more information on using app.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 --> |
|
3 |
<!-- In case configuration is not the root element, replace it with root element in source configuration file --> |
|
4 |
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> |
|
5 |
</configuration> |
KCOM/app.Debug_HyoSung.config | ||
---|---|---|
1 |
<?xml version="1.0"?> |
|
2 |
<!-- For more information on using app.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 --> |
|
3 |
<!-- In case configuration is not the root element, replace it with root element in source configuration file --> |
|
4 |
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> |
|
5 |
<applicationSettings xdt:Transform="Replace"> |
|
6 |
<KCOM.Properties.Settings> |
|
7 |
<!--효성--> |
|
8 |
<setting name="KCOM_kr_co_devdoftech_cloud_FileUpload" serializeAs="String"> |
|
9 |
<value>http://cloud.devdoftech.co.kr:5977/ImageUpload/FileUpload.asmx</value> |
|
10 |
</setting> |
|
11 |
<setting name="KCOM_Get_FinalImage_Get_PdfImage" serializeAs="String"> |
|
12 |
<value>http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx</value> |
|
13 |
</setting> |
|
14 |
<setting name="mainServerImageWebPath" serializeAs="String"> |
|
15 |
<value>http://www.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
|
16 |
</setting> |
|
17 |
<setting name="subServerImageWebPath" serializeAs="String"> |
|
18 |
<value>http://www.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
|
19 |
</setting> |
|
20 |
<setting name="excelFilePath" serializeAs="String"> |
|
21 |
<value>http://www.devdoftech.co.kr:5977/TileSource/Check_Test/CheckList_T.xlsx</value> |
|
22 |
</setting> |
|
23 |
<setting name="STATUS_DISCRIPTION" serializeAs="String"> |
|
24 |
<value>Vendor확인완료;Vendor적용완료;프로젝트 종료</value> |
|
25 |
</setting> |
|
26 |
<setting name="UpdateVer64" serializeAs="String"> |
|
27 |
<value>http://www.devdoftech.co.kr:5977/TileSource/Version/version_x64.xml</value> |
|
28 |
</setting> |
|
29 |
<setting name="UpdateVer86" serializeAs="String"> |
|
30 |
<value>http://www.devdoftech.co.kr:5977/TileSource/Version/version_x86.xml</value> |
|
31 |
</setting> |
|
32 |
<setting name="obfuscar" serializeAs="String"> |
|
33 |
<value>..\packages\Obfuscar.2.2.23\tools\Obfuscar.Console.exe</value> |
|
34 |
</setting> |
|
35 |
</KCOM.Properties.Settings> |
|
36 |
</applicationSettings> |
|
37 |
</configuration> |
KCOM/app.Release.config | ||
---|---|---|
1 |
<?xml version="1.0"?> |
|
2 |
<!-- For more information on using app.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 --> |
|
3 |
<!-- In case configuration is not the root element, replace it with root element in source configuration file --> |
|
4 |
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> |
|
5 |
</configuration> |
KCOMDataModel/KCOMDataModel.csproj | ||
---|---|---|
50 | 50 |
<ErrorReport>prompt</ErrorReport> |
51 | 51 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
52 | 52 |
</PropertyGroup> |
53 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
|
54 |
<DebugSymbols>true</DebugSymbols> |
|
55 |
<OutputPath>bin\Debug_HyoSung\</OutputPath> |
|
56 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
57 |
<DebugType>full</DebugType> |
|
58 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
59 |
<ErrorReport>prompt</ErrorReport> |
|
60 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
61 |
</PropertyGroup> |
|
62 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
|
63 |
<DebugSymbols>true</DebugSymbols> |
|
64 |
<OutputPath>bin\x86\Debug_HyoSung\</OutputPath> |
|
65 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
66 |
<DebugType>full</DebugType> |
|
67 |
<PlatformTarget>x86</PlatformTarget> |
|
68 |
<ErrorReport>prompt</ErrorReport> |
|
69 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
70 |
</PropertyGroup> |
|
53 | 71 |
<ItemGroup> |
54 | 72 |
<Reference Include="EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
55 | 73 |
<HintPath>..\packages\EntityFramework.5.0.0\lib\net40\EntityFramework.dll</HintPath> |
KCOM_API/KCOM_API.csproj | ||
---|---|---|
1 |
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
2 | 3 |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
3 | 4 |
<PropertyGroup> |
4 | 5 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
... | ... | |
117 | 118 |
<Generator>SettingsSingleFileGenerator</Generator> |
118 | 119 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
119 | 120 |
</None> |
120 |
<None Include="Web.Debug.Doftech.config"> |
|
121 |
<SubType>Designer</SubType> |
|
122 |
</None> |
|
123 | 121 |
<None Include="Web.Debug.config"> |
124 | 122 |
<DependentUpon>Web.config</DependentUpon> |
125 | 123 |
</None> |
126 |
<None Include="Web.Debug.HyoSung.config"> |
|
127 |
<SubType>Designer</SubType> |
|
124 |
<None Include="Web.Debug_DevDoftech.config"> |
|
125 |
<DependentUpon>Web.config</DependentUpon> |
|
126 |
</None> |
|
127 |
<None Include="Web.Debug_HyoSung.config"> |
|
128 |
<DependentUpon>Web.config</DependentUpon> |
|
128 | 129 |
</None> |
129 | 130 |
<None Include="Web.Release.config"> |
130 | 131 |
<DependentUpon>Web.config</DependentUpon> |
... | ... | |
185 | 186 |
<ErrorReport>prompt</ErrorReport> |
186 | 187 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
187 | 188 |
</PropertyGroup> |
189 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
|
190 |
<DebugSymbols>true</DebugSymbols> |
|
191 |
<OutputPath>bin\</OutputPath> |
|
192 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
193 |
<DebugType>full</DebugType> |
|
194 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
195 |
<ErrorReport>prompt</ErrorReport> |
|
196 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
197 |
</PropertyGroup> |
|
198 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
|
199 |
<DebugSymbols>true</DebugSymbols> |
|
200 |
<OutputPath>bin\</OutputPath> |
|
201 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
202 |
<DebugType>full</DebugType> |
|
203 |
<PlatformTarget>x86</PlatformTarget> |
|
204 |
<ErrorReport>prompt</ErrorReport> |
|
205 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
206 |
</PropertyGroup> |
|
207 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'"> |
|
208 |
<DebugSymbols>true</DebugSymbols> |
|
209 |
<OutputPath>bin\</OutputPath> |
|
210 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
211 |
<DebugType>full</DebugType> |
|
212 |
<PlatformTarget>x64</PlatformTarget> |
|
213 |
<ErrorReport>prompt</ErrorReport> |
|
214 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
215 |
</PropertyGroup> |
|
216 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|AnyCPU'"> |
|
217 |
<DebugSymbols>true</DebugSymbols> |
|
218 |
<OutputPath>bin\</OutputPath> |
|
219 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
220 |
<DebugType>full</DebugType> |
|
221 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
222 |
<ErrorReport>prompt</ErrorReport> |
|
223 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
224 |
</PropertyGroup> |
|
225 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x86'"> |
|
226 |
<DebugSymbols>true</DebugSymbols> |
|
227 |
<OutputPath>bin\</OutputPath> |
|
228 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
229 |
<DebugType>full</DebugType> |
|
230 |
<PlatformTarget>x86</PlatformTarget> |
|
231 |
<ErrorReport>prompt</ErrorReport> |
|
232 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
233 |
</PropertyGroup> |
|
234 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x64'"> |
|
235 |
<DebugSymbols>true</DebugSymbols> |
|
236 |
<OutputPath>bin\</OutputPath> |
|
237 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
238 |
<DebugType>full</DebugType> |
|
239 |
<PlatformTarget>x64</PlatformTarget> |
|
240 |
<ErrorReport>prompt</ErrorReport> |
|
241 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
242 |
</PropertyGroup> |
|
188 | 243 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
189 | 244 |
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
190 | 245 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
... | ... | |
220 | 275 |
<Target Name="AfterBuild"> |
221 | 276 |
</Target> |
222 | 277 |
--> |
278 |
<UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" /> |
|
279 |
<Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')"> |
|
280 |
<TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" /> |
|
281 |
</Target> |
|
223 | 282 |
</Project> |
KCOM_API/Web.Debug.Doftech.config | ||
---|---|---|
1 |
<?xml version="1.0"?> |
|
2 |
<!-- |
|
3 |
For more information on how to configure your ASP.NET application, please visit |
|
4 |
https://go.microsoft.com/fwlink/?LinkId=169433 |
|
5 |
--> |
|
6 |
<configuration> |
|
7 |
<configSections> |
|
8 |
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |
|
9 |
<section name="KCOM_API.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/> |
|
10 |
</sectionGroup> |
|
11 |
</configSections> |
|
12 |
<connectionStrings> |
|
13 |
<!--Doftech Connection String--> |
|
14 |
<add name="ConnectionString" connectionString="metadata=res://*/DataModel.KCOM_Model.csdl|res://*/DataModel.KCOM_Model.ssdl|res://*/DataModel.KCOM_Model.msl;provider=System.Data.SqlClient;provider=System.Data.SqlClient;provider connection string="data source=cloud.devdoftech.co.kr,7777;initial catalog=markus;persist security info=True;user id=doftech;password=dof1073#;multipleactiveresultsets=True;App=EntityFramework"" providerName="System.Data.EntityClient"/> |
|
15 |
<add name="CIConnectionString" connectionString="metadata=res://*/DataModel.CIModel.csdl|res://*/DataModel.CIModel.ssdl|res://*/DataModel.CIModel.msl;provider=System.Data.SqlClient;provider=System.Data.SqlClient;provider connection string="data source=cloud.devdoftech.co.kr,7777;initial catalog=markus;persist security info=True;user id=doftech;password=dof1073#;multipleactiveresultsets=True;App=EntityFramework"" providerName="System.Data.EntityClient"/> |
|
16 |
<!--Doftech Connection String--> |
|
17 |
</connectionStrings> |
|
18 |
|
|
19 |
<!-- |
|
20 |
web.config 변경 내용에 대한 설명은 http://go.microsoft.com/fwlink/?LinkId=235367을 참고하십시오. |
|
21 |
|
|
22 |
다음 특성은 <httpRuntime> 태그에 설정할 수 있습니다. |
|
23 |
<system.Web> |
|
24 |
<httpRuntime targetFramework="4.5" /> |
|
25 |
</system.Web> |
|
26 |
--> |
|
27 |
<system.web> |
|
28 |
<compilation debug="true" targetFramework="4.5"/> |
|
29 |
<pages controlRenderingCompatibilityVersion="4.0"/> |
|
30 |
</system.web> |
|
31 |
<system.serviceModel> |
|
32 |
<diagnostics wmiProviderEnabled="true"> |
|
33 |
<messageLogging logEntireMessage="true" logMalformedMessages="true" |
|
34 |
logMessagesAtTransportLevel="true" /> |
|
35 |
<endToEndTracing activityTracing="true" messageFlowTracing="true" /> |
|
36 |
</diagnostics> |
|
37 |
<behaviors> |
|
38 |
<endpointBehaviors> |
|
39 |
<behavior name="WebHttpBehavior"> |
|
40 |
<webHttp helpEnabled="true" defaultBodyStyle="Wrapped" defaultOutgoingResponseFormat="Json" /> |
|
41 |
</behavior> |
|
42 |
</endpointBehaviors> |
|
43 |
<serviceBehaviors> |
|
44 |
<behavior name="KCOM_API.SilverlightServiceBehavior"> |
|
45 |
<serviceMetadata httpGetEnabled="true" /> |
|
46 |
<serviceDebug includeExceptionDetailInFaults="false" /> |
|
47 |
<dataContractSerializer maxItemsInObjectGraph="2147483647" /> |
|
48 |
</behavior> |
|
49 |
<behavior name=""> |
|
50 |
<serviceMetadata httpGetEnabled="true" httpsGetEnabled="true" /> |
|
51 |
<serviceDebug includeExceptionDetailInFaults="false" /> |
|
52 |
</behavior> |
|
53 |
</serviceBehaviors> |
|
54 |
</behaviors> |
|
55 |
<serviceHostingEnvironment aspNetCompatibilityEnabled="true" |
|
56 |
multipleSiteBindingsEnabled="true" /> |
|
57 |
<bindings> |
|
58 |
<basicHttpBinding> |
|
59 |
<binding name="LargeBuffer" receiveTimeout="04:30:00" openTimeout="00:30:00" sendTimeout="04:30:00" closeTimeout="00:30:00" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647"> |
|
60 |
<readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/> |
|
61 |
</binding> |
|
62 |
</basicHttpBinding> |
|
63 |
</bindings> |
|
64 |
<services> |
|
65 |
<service behaviorConfiguration="KCOM_API.SilverlightServiceBehavior" |
|
66 |
name="KCOM_API.ServiceDeepView"> |
|
67 |
<endpoint address="" binding="basicHttpBinding" bindingConfiguration="LargeBuffer" |
|
68 |
name="DeepViewPoint" contract="KCOM_API.ServiceDeepView"> |
|
69 |
<identity> |
|
70 |
<dns value="localhost" /> |
|
71 |
</identity> |
|
72 |
</endpoint> |
|
73 |
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" /> |
|
74 |
</service> |
|
75 |
<service name="KCOM_API.MarkusService"> |
|
76 |
<endpoint address="Rest" behaviorConfiguration="WebHttpBehavior" |
|
77 |
binding="webHttpBinding" bindingConfiguration="" name="MarkusServiceWebEndPoint" |
|
78 |
contract="KCOM_API.MarkusService" /> |
|
79 |
<endpoint binding="basicHttpBinding" bindingConfiguration="" |
|
80 |
name="MarkusServiceEndPoint" contract="KCOM_API.MarkusService" /> |
|
81 |
</service> |
|
82 |
</services> |
|
83 |
</system.serviceModel> |
|
84 |
<system.webServer> |
|
85 |
<validation validateIntegratedModeConfiguration="false"/> |
|
86 |
</system.webServer> |
|
87 |
<applicationSettings> |
|
88 |
<KCOM_API.Properties.Settings> |
|
89 |
<setting name="TileSoucePath" serializeAs="String"> |
|
90 |
<value>http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
|
91 |
</setting> |
|
92 |
<setting name="TileSoucePath_SUB" serializeAs="String"> |
|
93 |
<value>http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
|
94 |
</setting> |
|
95 |
</KCOM_API.Properties.Settings> |
|
96 |
</applicationSettings> |
|
97 |
</configuration> |
KCOM_API/Web.Debug.HyoSung.config | ||
---|---|---|
1 |
<?xml version="1.0"?> |
|
2 |
<!-- |
|
3 |
For more information on how to configure your ASP.NET application, please visit |
|
4 |
https://go.microsoft.com/fwlink/?LinkId=169433 |
|
5 |
--> |
|
6 |
<configuration> |
|
7 |
<configSections> |
|
8 |
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |
|
9 |
<section name="KCOM_API.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/> |
|
10 |
</sectionGroup> |
|
11 |
</configSections> |
|
12 |
<connectionStrings> |
|
13 |
<!--효성 Connection String--> |
|
14 |
<add name="ConnectionString" connectionString="metadata=res://*/DataModel.KCOM_Model.csdl|res://*/DataModel.KCOM_Model.ssdl|res://*/DataModel.KCOM_Model.msl;provider=System.Data.SqlClient;provider=System.Data.SqlClient;provider connection string="data source=10.11.252.2,9875;initial catalog=markus;persist security info=True;user id=ProjectPortalDBConn;password=ProjectPortalDBConn;multipleactiveresultsets=True;App=EntityFramework"" providerName="System.Data.EntityClient"/> |
|
15 |
<add name="CIConnectionString" connectionString="metadata=res://*/DataModel.CIModel.csdl|res://*/DataModel.CIModel.ssdl|res://*/DataModel.CIModel.msl;provider=System.Data.SqlClient;provider=System.Data.SqlClient;provider connection string="data source=10.11.252.2,9875;initial catalog=markus;persist security info=True;user id=ProjectPortalDBConn;password=ProjectPortalDBConn;multipleactiveresultsets=True;App=EntityFramework"" providerName="System.Data.EntityClient"/> |
|
16 |
<!--효성 Connection String--> |
|
17 |
</connectionStrings> |
|
18 |
|
|
19 |
<!-- |
|
20 |
web.config 변경 내용에 대한 설명은 http://go.microsoft.com/fwlink/?LinkId=235367을 참고하십시오. |
|
21 |
|
|
22 |
다음 특성은 <httpRuntime> 태그에 설정할 수 있습니다. |
|
23 |
<system.Web> |
|
24 |
<httpRuntime targetFramework="4.5" /> |
|
25 |
</system.Web> |
|
26 |
--> |
|
27 |
<system.web> |
|
28 |
<compilation debug="true" targetFramework="4.5"/> |
|
29 |
<pages controlRenderingCompatibilityVersion="4.0"/> |
|
30 |
</system.web> |
|
31 |
<system.serviceModel> |
|
32 |
<diagnostics wmiProviderEnabled="true"> |
|
33 |
<messageLogging logEntireMessage="true" logMalformedMessages="true" |
|
34 |
logMessagesAtTransportLevel="true" /> |
|
35 |
<endToEndTracing activityTracing="true" messageFlowTracing="true" /> |
|
36 |
</diagnostics> |
|
37 |
<behaviors> |
|
38 |
<endpointBehaviors> |
|
39 |
<behavior name="WebHttpBehavior"> |
|
40 |
<webHttp helpEnabled="true" defaultBodyStyle="Wrapped" defaultOutgoingResponseFormat="Json" /> |
|
41 |
</behavior> |
|
42 |
</endpointBehaviors> |
|
43 |
<serviceBehaviors> |
|
44 |
<behavior name="KCOM_API.SilverlightServiceBehavior"> |
|
45 |
<serviceMetadata httpGetEnabled="true" /> |
|
46 |
<serviceDebug includeExceptionDetailInFaults="false" /> |
|
47 |
<dataContractSerializer maxItemsInObjectGraph="2147483647" /> |
|
48 |
</behavior> |
|
49 |
<behavior name=""> |
|
50 |
<serviceMetadata httpGetEnabled="true" httpsGetEnabled="true" /> |
|
51 |
<serviceDebug includeExceptionDetailInFaults="false" /> |
|
52 |
</behavior> |
|
53 |
</serviceBehaviors> |
|
54 |
</behaviors> |
|
55 |
<serviceHostingEnvironment aspNetCompatibilityEnabled="true" |
|
56 |
multipleSiteBindingsEnabled="true" /> |
|
57 |
<bindings> |
|
58 |
<basicHttpBinding> |
|
59 |
<binding name="LargeBuffer" receiveTimeout="04:30:00" openTimeout="00:30:00" sendTimeout="04:30:00" closeTimeout="00:30:00" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647"> |
|
60 |
<readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/> |
|
61 |
</binding> |
|
62 |
</basicHttpBinding> |
|
63 |
</bindings> |
|
64 |
<services> |
|
65 |
<service behaviorConfiguration="KCOM_API.SilverlightServiceBehavior" |
|
66 |
name="KCOM_API.ServiceDeepView"> |
|
67 |
<endpoint address="" binding="basicHttpBinding" bindingConfiguration="LargeBuffer" |
|
68 |
name="DeepViewPoint" contract="KCOM_API.ServiceDeepView"> |
|
69 |
<identity> |
|
70 |
<dns value="localhost" /> |
|
71 |
</identity> |
|
72 |
</endpoint> |
|
73 |
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" /> |
|
74 |
</service> |
|
75 |
<service name="KCOM_API.MarkusService"> |
|
76 |
<endpoint address="Rest" behaviorConfiguration="WebHttpBehavior" |
|
77 |
binding="webHttpBinding" bindingConfiguration="" name="MarkusServiceWebEndPoint" |
|
78 |
contract="KCOM_API.MarkusService" /> |
|
79 |
<endpoint binding="basicHttpBinding" bindingConfiguration="" |
|
80 |
name="MarkusServiceEndPoint" contract="KCOM_API.MarkusService" /> |
|
81 |
</service> |
|
82 |
</services> |
|
83 |
</system.serviceModel> |
|
84 |
<system.webServer> |
|
85 |
<validation validateIntegratedModeConfiguration="false"/> |
|
86 |
</system.webServer> |
|
87 |
<applicationSettings> |
|
88 |
<KCOM_API.Properties.Settings> |
|
89 |
<setting name="TileSoucePath" serializeAs="String"> |
|
90 |
<value>http://10.11.252.3:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
|
91 |
</setting> |
|
92 |
<setting name="TileSoucePath_SUB" serializeAs="String"> |
|
93 |
<value>http://10.11.252.3:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
|
94 |
</setting> |
|
95 |
</KCOM_API.Properties.Settings> |
|
96 |
</applicationSettings> |
|
97 |
</configuration> |
KCOM_API/Web.Debug_DevDoftech.config | ||
---|---|---|
1 |
<?xml version="1.0"?> |
|
2 |
<!-- For more information on using app.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 --> |
|
3 |
<!-- In case configuration is not the root element, replace it with root element in source configuration file --> |
|
4 |
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> |
|
5 |
<connectionStrings xdt:Transform="Replace"> |
|
6 |
<add name="ConnectionString" connectionString="metadata=res://*/DataModel.KCOM_Model.csdl|res://*/DataModel.KCOM_Model.ssdl|res://*/DataModel.KCOM_Model.msl;provider=System.Data.SqlClient;provider=System.Data.SqlClient;provider connection string="data source=cloud.devdoftech.co.kr,7777;initial catalog=markus;persist security info=True;user id=doftech;password=dof1073#;multipleactiveresultsets=True;App=EntityFramework"" providerName="System.Data.EntityClient"/> |
|
7 |
<add name="CIConnectionString" connectionString="metadata=res://*/DataModel.CIModel.csdl|res://*/DataModel.CIModel.ssdl|res://*/DataModel.CIModel.msl;provider=System.Data.SqlClient;provider=System.Data.SqlClient;provider connection string="data source=cloud.devdoftech.co.kr,7777;initial catalog=markus;persist security info=True;user id=doftech;password=dof1073#;multipleactiveresultsets=True;App=EntityFramework"" providerName="System.Data.EntityClient"/> |
|
8 |
</connectionStrings> |
|
9 |
</configuration> |
KCOM_API/Web.Debug_HyoSung.config | ||
---|---|---|
1 |
<?xml version="1.0"?> |
|
2 |
<!-- For more information on using app.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 --> |
|
3 |
<!-- In case configuration is not the root element, replace it with root element in source configuration file --> |
|
4 |
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> |
|
5 |
<connectionStrings xdt:Transform="Replace"> |
|
6 |
<!--효성 Connection String--> |
|
7 |
<add name="ConnectionString" connectionString="metadata=res://*/DataModel.KCOM_Model.csdl|res://*/DataModel.KCOM_Model.ssdl|res://*/DataModel.KCOM_Model.msl;provider=System.Data.SqlClient;provider=System.Data.SqlClient;provider connection string="data source=10.11.252.2,9875;initial catalog=markus;persist security info=True;user id=ProjectPortalDBConn;password=ProjectPortalDBConn;multipleactiveresultsets=True;App=EntityFramework"" providerName="System.Data.EntityClient"/> |
|
8 |
<add name="CIConnectionString" connectionString="metadata=res://*/DataModel.CIModel.csdl|res://*/DataModel.CIModel.ssdl|res://*/DataModel.CIModel.msl;provider=System.Data.SqlClient;provider=System.Data.SqlClient;provider connection string="data source=10.11.252.2,9875;initial catalog=markus;persist security info=True;user id=ProjectPortalDBConn;password=ProjectPortalDBConn;multipleactiveresultsets=True;App=EntityFramework"" providerName="System.Data.EntityClient"/> |
|
9 |
</connectionStrings> |
|
10 |
</configuration> |
KCOM_Helper/KCOM_Helper.csproj | ||
---|---|---|
47 | 47 |
<ErrorReport>prompt</ErrorReport> |
48 | 48 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
49 | 49 |
</PropertyGroup> |
50 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
|
51 |
<DebugSymbols>true</DebugSymbols> |
|
52 |
<OutputPath>bin\Debug_HyoSung\</OutputPath> |
|
53 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
54 |
<DebugType>full</DebugType> |
|
55 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
56 |
<ErrorReport>prompt</ErrorReport> |
|
57 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
58 |
</PropertyGroup> |
|
59 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
|
60 |
<DebugSymbols>true</DebugSymbols> |
|
61 |
<OutputPath>bin\x86\Debug_HyoSung\</OutputPath> |
|
62 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
63 |
<DebugType>full</DebugType> |
|
64 |
<PlatformTarget>x86</PlatformTarget> |
|
65 |
<ErrorReport>prompt</ErrorReport> |
|
66 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
67 |
</PropertyGroup> |
|
50 | 68 |
<ItemGroup> |
51 | 69 |
<Reference Include="System" /> |
52 | 70 |
<Reference Include="System.Core" /> |
MARKUSSETUP/MARKUSSETUP.vdproj | ||
---|---|---|
15 | 15 |
{ |
16 | 16 |
"Entry" |
17 | 17 |
{ |
18 |
"MsmKey" = "8:_05ACDDD7F3E72DCE11862DC0426D7B42"
|
|
19 |
"OwnerKey" = "8:_8DF825B789B14EF594AB9321F102C61B"
|
|
18 |
"MsmKey" = "8:_0100D0968203C124D8E66DC3AB495522"
|
|
19 |
"OwnerKey" = "8:_AC675114F5571BBFB725A1C9127AC61F"
|
|
20 | 20 |
"MsmSig" = "8:_UNDEFINED" |
21 | 21 |
} |
22 | 22 |
"Entry" |
23 | 23 |
{ |
24 |
"MsmKey" = "8:_05ACDDD7F3E72DCE11862DC0426D7B42"
|
|
24 |
"MsmKey" = "8:_0100D0968203C124D8E66DC3AB495522"
|
|
25 | 25 |
"OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147" |
26 | 26 |
"MsmSig" = "8:_UNDEFINED" |
27 | 27 |
} |
28 | 28 |
"Entry" |
29 | 29 |
{ |
30 |
"MsmKey" = "8:_19FD54C4AEF672E0750F6B3AD2BC3F44" |
|
31 |
"OwnerKey" = "8:_8DF825B789B14EF594AB9321F102C61B" |
|
30 |
"MsmKey" = "8:_04A820487CBF1F6E5B0591E70D1E6A3A" |
|
31 |
"OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147" |
|
32 |
"MsmSig" = "8:_UNDEFINED" |
|
33 |
} |
|
34 |
"Entry" |
|
35 |
{ |
|
36 |
"MsmKey" = "8:_04A820487CBF1F6E5B0591E70D1E6A3A" |
|
37 |
"OwnerKey" = "8:_7EEF24CEE7B2436CDC574285E376342E" |
|
38 |
"MsmSig" = "8:_UNDEFINED" |
|
39 |
} |
|
40 |
"Entry" |
|
41 |
{ |
|
42 |
"MsmKey" = "8:_08DBEA38FC48DB8B68D12E6D30C642B2" |
|
43 |
"OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147" |
|
44 |
"MsmSig" = "8:_UNDEFINED" |
|
45 |
} |
|
46 |
"Entry" |
|
47 |
{ |
|
48 |
"MsmKey" = "8:_0CD4E40A92599C2F85453EA0F0CD3599" |
|
49 |
"OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147" |
|
32 | 50 |
"MsmSig" = "8:_UNDEFINED" |
33 | 51 |
} |
34 | 52 |
"Entry" |
35 | 53 |
{ |
36 |
"MsmKey" = "8:_19FD54C4AEF672E0750F6B3AD2BC3F44"
|
|
54 |
"MsmKey" = "8:_118D5FB463038F05FEFDEF81B9681A7C"
|
|
37 | 55 |
"OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147" |
38 | 56 |
"MsmSig" = "8:_UNDEFINED" |
39 | 57 |
} |
40 | 58 |
"Entry" |
41 | 59 |
{ |
42 |
"MsmKey" = "8:_19FD54C4AEF672E0750F6B3AD2BC3F44"
|
|
43 |
"OwnerKey" = "8:_68BE88CE03C859595EDF01ED3A093E9A"
|
|
60 |
"MsmKey" = "8:_15332449F6E72BE2DB7474231C983458"
|
|
61 |
"OwnerKey" = "8:_3E4C723168B74B716CBDAE860EFB7914"
|
|
44 | 62 |
"MsmSig" = "8:_UNDEFINED" |
45 | 63 |
} |
46 | 64 |
"Entry" |
47 | 65 |
{ |
48 |
"MsmKey" = "8:_3AFDCA75CCF81480C3A970EFAC60C585"
|
|
49 |
"OwnerKey" = "8:_4C1382F6522642BDB2F5688730AB43FB"
|
|
66 |
"MsmKey" = "8:_15332449F6E72BE2DB7474231C983458"
|
|
67 |
"OwnerKey" = "8:_E618F4D93FEA3896A4820F1FF77833E6"
|
|
50 | 68 |
"MsmSig" = "8:_UNDEFINED" |
51 | 69 |
} |
52 | 70 |
"Entry" |
53 | 71 |
{ |
54 |
"MsmKey" = "8:_3AFDCA75CCF81480C3A970EFAC60C585"
|
|
72 |
"MsmKey" = "8:_15332449F6E72BE2DB7474231C983458"
|
|
55 | 73 |
"OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147" |
56 | 74 |
"MsmSig" = "8:_UNDEFINED" |
57 | 75 |
} |
58 | 76 |
"Entry" |
59 | 77 |
{ |
60 |
"MsmKey" = "8:_3AFDCA75CCF81480C3A970EFAC60C585"
|
|
61 |
"OwnerKey" = "8:_DD1EBB480BA60DE1713A1C5851C7A903"
|
|
78 |
"MsmKey" = "8:_1A27D73450F9D2F2B5C490D5813C884E"
|
|
79 |
"OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
|
|
62 | 80 |
"MsmSig" = "8:_UNDEFINED" |
63 | 81 |
} |
64 | 82 |
"Entry" |
65 | 83 |
{ |
66 |
"MsmKey" = "8:_3AFDCA75CCF81480C3A970EFAC60C585"
|
|
67 |
"OwnerKey" = "8:_8DF825B789B14EF594AB9321F102C61B"
|
|
84 |
"MsmKey" = "8:_1FADD9CB7EE601B8344B47707D4A0940"
|
|
85 |
"OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
|
|
68 | 86 |
"MsmSig" = "8:_UNDEFINED" |
69 | 87 |
} |
70 | 88 |
"Entry" |
71 | 89 |
{ |
72 |
"MsmKey" = "8:_3B61B49788E506B4797910533FE57512"
|
|
73 |
"OwnerKey" = "8:_8DF825B789B14EF594AB9321F102C61B"
|
|
90 |
"MsmKey" = "8:_25A121A091D788A443513467F75931DE"
|
|
91 |
"OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
|
|
74 | 92 |
"MsmSig" = "8:_UNDEFINED" |
75 | 93 |
} |
76 | 94 |
"Entry" |
77 | 95 |
{ |
78 |
"MsmKey" = "8:_3B61B49788E506B4797910533FE57512"
|
|
96 |
"MsmKey" = "8:_27E7F7BE3CD55A16A06D55B5D5B0ACB0"
|
|
79 | 97 |
"OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147" |
80 | 98 |
"MsmSig" = "8:_UNDEFINED" |
81 | 99 |
} |
82 | 100 |
"Entry" |
83 | 101 |
{ |
84 |
"MsmKey" = "8:_3B61B49788E506B4797910533FE57512"
|
|
85 |
"OwnerKey" = "8:_DC6E1ABD5FC4CF4DAC9A909CCD611EC3"
|
|
102 |
"MsmKey" = "8:_2830E01E0AB774F21DD73B123B541E8A"
|
|
103 |
"OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
|
|
86 | 104 |
"MsmSig" = "8:_UNDEFINED" |
87 | 105 |
} |
88 | 106 |
"Entry" |
89 | 107 |
{ |
90 |
"MsmKey" = "8:_43CC02CBFAACAD481BA84F246FA4F379"
|
|
91 |
"OwnerKey" = "8:_55F951EA058F961ADEAB475C55EC41F7"
|
|
108 |
"MsmKey" = "8:_2AA77708F6785FB7D28F687520D8FC72"
|
|
109 |
"OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
|
|
92 | 110 |
"MsmSig" = "8:_UNDEFINED" |
93 | 111 |
} |
94 | 112 |
"Entry" |
95 | 113 |
{ |
96 |
"MsmKey" = "8:_43CC02CBFAACAD481BA84F246FA4F379"
|
|
114 |
"MsmKey" = "8:_2F749EF3EBAF451EDCC3B9915313A65A"
|
|
97 | 115 |
"OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147" |
98 | 116 |
"MsmSig" = "8:_UNDEFINED" |
99 | 117 |
} |
100 | 118 |
"Entry" |
101 | 119 |
{ |
102 |
"MsmKey" = "8:_43CC02CBFAACAD481BA84F246FA4F379"
|
|
103 |
"OwnerKey" = "8:_8DF825B789B14EF594AB9321F102C61B"
|
|
120 |
"MsmKey" = "8:_307063A5D4BE7C67B8CFD844A26E667B"
|
|
121 |
"OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
|
|
104 | 122 |
"MsmSig" = "8:_UNDEFINED" |
105 | 123 |
} |
106 | 124 |
"Entry" |
107 | 125 |
{ |
108 |
"MsmKey" = "8:_46B82387592969B4767EFBB9560A6F7A"
|
|
109 |
"OwnerKey" = "8:_8DF825B789B14EF594AB9321F102C61B"
|
|
126 |
"MsmKey" = "8:_3623E71BAE6DFE5EB9450C4F63E19DA5"
|
|
127 |
"OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
|
|
110 | 128 |
"MsmSig" = "8:_UNDEFINED" |
111 | 129 |
} |
112 | 130 |
"Entry" |
113 | 131 |
{ |
114 |
"MsmKey" = "8:_46B82387592969B4767EFBB9560A6F7A"
|
|
132 |
"MsmKey" = "8:_3864A07F7EDE82137FF55A1C994A26A9"
|
|
115 | 133 |
"OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147" |
116 | 134 |
"MsmSig" = "8:_UNDEFINED" |
117 | 135 |
} |
118 | 136 |
"Entry" |
119 | 137 |
{ |
120 |
"MsmKey" = "8:_46B82387592969B4767EFBB9560A6F7A"
|
|
121 |
"OwnerKey" = "8:_65A6C9FB076DA78E5C8C713B8051AD51"
|
|
138 |
"MsmKey" = "8:_3A931127C64677CDA53DBEB968205038"
|
|
139 |
"OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
|
|
122 | 140 |
"MsmSig" = "8:_UNDEFINED" |
123 | 141 |
} |
내보내기 Unified diff