프로젝트

일반

사용자정보

개정판 80856edb

ID80856edba409db3b2b6c75e10e864f4aca0bfa75
상위 14bbabc0
하위 05278c39

김태성이(가) 약 5년 전에 추가함

빋드 이벤트 효성 추가

Change-Id: Ib8e88c7e20f7ca1de5949cdbd3ecd7148c98b676

차이점 보기:

CommonLib/CommonLib.csproj
103 103
    <ErrorReport>prompt</ErrorReport>
104 104
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
105 105
  </PropertyGroup>
106
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
107
    <DebugSymbols>true</DebugSymbols>
108
    <OutputPath>bin\Release_Hyosung\</OutputPath>
109
    <DefineConstants>DEBUG;TRACE</DefineConstants>
110
    <DebugType>full</DebugType>
111
    <PlatformTarget>AnyCPU</PlatformTarget>
112
    <ErrorReport>prompt</ErrorReport>
113
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
114
  </PropertyGroup>
115
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
116
    <DebugSymbols>true</DebugSymbols>
117
    <OutputPath>bin\x86\Release_Hyosung\</OutputPath>
118
    <DefineConstants>DEBUG;TRACE</DefineConstants>
119
    <DebugType>full</DebugType>
120
    <PlatformTarget>x86</PlatformTarget>
121
    <ErrorReport>prompt</ErrorReport>
122
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
123
  </PropertyGroup>
106 124
  <ItemGroup>
107 125
    <Reference Include="System" />
108 126
    <Reference Include="System.Core" />
CompareLib/CompareLib.csproj
105 105
    <ErrorReport>prompt</ErrorReport>
106 106
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
107 107
  </PropertyGroup>
108
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
109
    <DebugSymbols>true</DebugSymbols>
110
    <OutputPath>bin\Release_Hyosung\</OutputPath>
111
    <DefineConstants>DEBUG;TRACE</DefineConstants>
112
    <DebugType>full</DebugType>
113
    <PlatformTarget>x64</PlatformTarget>
114
    <ErrorReport>prompt</ErrorReport>
115
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
116
  </PropertyGroup>
117
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
118
    <DebugSymbols>true</DebugSymbols>
119
    <OutputPath>bin\x86\Release_Hyosung\</OutputPath>
120
    <DefineConstants>DEBUG;TRACE</DefineConstants>
121
    <DebugType>full</DebugType>
122
    <PlatformTarget>x86</PlatformTarget>
123
    <ErrorReport>prompt</ErrorReport>
124
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
125
  </PropertyGroup>
108 126
  <ItemGroup>
109 127
    <Reference Include="Magick.NET-x64, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=AMD64">
110 128
      <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
101 101
    <ErrorReport>prompt</ErrorReport>
102 102
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
103 103
  </PropertyGroup>
104
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
105
    <DebugSymbols>true</DebugSymbols>
106
    <OutputPath>bin\Release_Hyosung\</OutputPath>
107
    <DefineConstants>DEBUG;TRACE</DefineConstants>
108
    <DebugType>full</DebugType>
109
    <PlatformTarget>AnyCPU</PlatformTarget>
110
    <ErrorReport>prompt</ErrorReport>
111
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
112
  </PropertyGroup>
113
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
114
    <DebugSymbols>true</DebugSymbols>
115
    <OutputPath>bin\x86\Release_Hyosung\</OutputPath>
116
    <DefineConstants>DEBUG;TRACE</DefineConstants>
117
    <DebugType>full</DebugType>
118
    <PlatformTarget>x86</PlatformTarget>
119
    <ErrorReport>prompt</ErrorReport>
120
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
121
  </PropertyGroup>
104 122
  <ItemGroup>
105 123
    <Reference Include="System" />
106 124
    <Reference Include="System.Core" />
IKCOM/IKCOM.csproj
104 104
    <ErrorReport>prompt</ErrorReport>
105 105
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
106 106
  </PropertyGroup>
107
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
108
    <DebugSymbols>true</DebugSymbols>
109
    <OutputPath>bin\Release_Hyosung\</OutputPath>
110
    <DefineConstants>DEBUG;TRACE</DefineConstants>
111
    <DebugType>full</DebugType>
112
    <PlatformTarget>AnyCPU</PlatformTarget>
113
    <ErrorReport>prompt</ErrorReport>
114
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
115
  </PropertyGroup>
116
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
117
    <DebugSymbols>true</DebugSymbols>
118
    <OutputPath>bin\x86\Release_Hyosung\</OutputPath>
119
    <DefineConstants>DEBUG;TRACE</DefineConstants>
120
    <DebugType>full</DebugType>
121
    <PlatformTarget>x86</PlatformTarget>
122
    <ErrorReport>prompt</ErrorReport>
123
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
124
  </PropertyGroup>
107 125
  <ItemGroup>
108 126
    <Reference Include="PresentationCore" />
109 127
    <Reference Include="PresentationFramework" />
KCOM.sln
47 47
		Site\SNI\MARKUS_SNI.ini = Site\SNI\MARKUS_SNI.ini
48 48
	EndProjectSection
49 49
EndProject
50
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PageManager", "FileDownloader\PageManager.csproj", "{92103E04-A8DB-4ECD-8883-82EB585AA814}"
51
EndProject
52 50
Global
53 51
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
54 52
		Debug_CadExport|Any CPU = Debug_CadExport|Any CPU
......
66 64
		Debug|Any CPU = Debug|Any CPU
67 65
		Debug|x64 = Debug|x64
68 66
		Debug|x86 = Debug|x86
67
		Release_Hyosung|Any CPU = Release_Hyosung|Any CPU
68
		Release_Hyosung|x64 = Release_Hyosung|x64
69
		Release_Hyosung|x86 = Release_Hyosung|x86
69 70
		Release|Any CPU = Release|Any CPU
70 71
		Release|x64 = Release|x64
71 72
		Release|x86 = Release|x86
......
101 102
		{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug|x64.Build.0 = Debug|x64
102 103
		{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug|x86.ActiveCfg = Debug|x86
103 104
		{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug|x86.Build.0 = Debug|x86
105
		{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release_Hyosung|Any CPU.ActiveCfg = Release_Hyosung|Any CPU
106
		{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release_Hyosung|Any CPU.Build.0 = Release_Hyosung|Any CPU
107
		{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release_Hyosung|x64.ActiveCfg = Release_Hyosung|x64
108
		{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release_Hyosung|x64.Build.0 = Release_Hyosung|x64
109
		{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung|x86
110
		{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release_Hyosung|x86.Build.0 = Release_Hyosung|x86
104 111
		{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release|Any CPU.ActiveCfg = Debug|Any CPU
105 112
		{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release|Any CPU.Build.0 = Debug|Any CPU
106 113
		{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release|x64.ActiveCfg = Debug|Any CPU
......
137 144
		{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug|x64.Build.0 = Debug|Any CPU
138 145
		{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug|x86.ActiveCfg = Debug|x86
139 146
		{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug|x86.Build.0 = Debug|x86
147
		{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release_Hyosung|Any CPU.ActiveCfg = Release_Hyosung|Any CPU
148
		{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release_Hyosung|Any CPU.Build.0 = Release_Hyosung|Any CPU
149
		{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release_Hyosung|x64.ActiveCfg = Release_Hyosung|Any CPU
150
		{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release_Hyosung|x64.Build.0 = Release_Hyosung|Any CPU
151
		{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung|x86
152
		{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release_Hyosung|x86.Build.0 = Release_Hyosung|x86
140 153
		{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release|Any CPU.ActiveCfg = Debug|Any CPU
141 154
		{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release|Any CPU.Build.0 = Debug|Any CPU
142 155
		{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release|x64.ActiveCfg = Debug|Any CPU
......
173 186
		{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug|x64.Build.0 = Debug|Any CPU
174 187
		{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug|x86.ActiveCfg = Debug|x86
175 188
		{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug|x86.Build.0 = Debug|x86
189
		{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release_Hyosung|Any CPU.ActiveCfg = Release_Hyosung|Any CPU
190
		{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release_Hyosung|Any CPU.Build.0 = Release_Hyosung|Any CPU
191
		{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release_Hyosung|x64.ActiveCfg = Release_Hyosung|Any CPU
192
		{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release_Hyosung|x64.Build.0 = Release_Hyosung|Any CPU
193
		{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung|x86
194
		{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release_Hyosung|x86.Build.0 = Release_Hyosung|x86
176 195
		{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release|Any CPU.ActiveCfg = Debug|Any CPU
177 196
		{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release|Any CPU.Build.0 = Debug|Any CPU
178 197
		{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release|x64.ActiveCfg = Debug|Any CPU
......
209 228
		{F026B592-11B9-410C-B4FF-384E511A4666}.Debug|x64.Build.0 = Debug|x64
210 229
		{F026B592-11B9-410C-B4FF-384E511A4666}.Debug|x86.ActiveCfg = Debug|x86
211 230
		{F026B592-11B9-410C-B4FF-384E511A4666}.Debug|x86.Build.0 = Debug|x86
231
		{F026B592-11B9-410C-B4FF-384E511A4666}.Release_Hyosung|Any CPU.ActiveCfg = Release_Hyosung|Any CPU
232
		{F026B592-11B9-410C-B4FF-384E511A4666}.Release_Hyosung|Any CPU.Build.0 = Release_Hyosung|Any CPU
233
		{F026B592-11B9-410C-B4FF-384E511A4666}.Release_Hyosung|x64.ActiveCfg = Release_Hyosung|x64
234
		{F026B592-11B9-410C-B4FF-384E511A4666}.Release_Hyosung|x64.Build.0 = Release_Hyosung|x64
235
		{F026B592-11B9-410C-B4FF-384E511A4666}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung|x86
236
		{F026B592-11B9-410C-B4FF-384E511A4666}.Release_Hyosung|x86.Build.0 = Release_Hyosung|x86
212 237
		{F026B592-11B9-410C-B4FF-384E511A4666}.Release|Any CPU.ActiveCfg = Debug|Any CPU
213 238
		{F026B592-11B9-410C-B4FF-384E511A4666}.Release|Any CPU.Build.0 = Debug|Any CPU
214 239
		{F026B592-11B9-410C-B4FF-384E511A4666}.Release|x64.ActiveCfg = Debug|Any CPU
......
245 270
		{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug|x64.Build.0 = Debug|Any CPU
246 271
		{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug|x86.ActiveCfg = Debug|x86
247 272
		{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug|x86.Build.0 = Debug|x86
273
		{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release_Hyosung|Any CPU.ActiveCfg = Release_Hyosung|Any CPU
274
		{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release_Hyosung|Any CPU.Build.0 = Release_Hyosung|Any CPU
275
		{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release_Hyosung|x64.ActiveCfg = Release_Hyosung|Any CPU
276
		{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release_Hyosung|x64.Build.0 = Release_Hyosung|Any CPU
277
		{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung|x86
278
		{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release_Hyosung|x86.Build.0 = Release_Hyosung|x86
248 279
		{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release|Any CPU.ActiveCfg = Debug|Any CPU
249 280
		{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release|Any CPU.Build.0 = Debug|Any CPU
250 281
		{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release|x64.ActiveCfg = Debug|Any CPU
......
281 312
		{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug|x64.Build.0 = Debug|Any CPU
282 313
		{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug|x86.ActiveCfg = Debug|x86
283 314
		{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug|x86.Build.0 = Debug|x86
315
		{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release_Hyosung|Any CPU.ActiveCfg = Release_Hyosung|Any CPU
316
		{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release_Hyosung|Any CPU.Build.0 = Release_Hyosung|Any CPU
317
		{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release_Hyosung|x64.ActiveCfg = Release_Hyosung|Any CPU
318
		{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release_Hyosung|x64.Build.0 = Release_Hyosung|Any CPU
319
		{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung|x86
320
		{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release_Hyosung|x86.Build.0 = Release_Hyosung|x86
284 321
		{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release|Any CPU.ActiveCfg = Debug|Any CPU
285 322
		{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release|Any CPU.Build.0 = Debug|Any CPU
286 323
		{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release|x64.ActiveCfg = Debug|Any CPU
......
317 354
		{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug|x64.Build.0 = Debug|x64
318 355
		{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug|x86.ActiveCfg = Debug|x86
319 356
		{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug|x86.Build.0 = Debug|x86
357
		{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release_Hyosung|Any CPU.ActiveCfg = Release_Hyosung|Any CPU
358
		{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release_Hyosung|Any CPU.Build.0 = Release_Hyosung|Any CPU
359
		{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release_Hyosung|x64.ActiveCfg = Release_Hyosung|x64
360
		{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release_Hyosung|x64.Build.0 = Release_Hyosung|x64
361
		{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung|x86
362
		{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release_Hyosung|x86.Build.0 = Release_Hyosung|x86
320 363
		{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release|Any CPU.ActiveCfg = Debug|Any CPU
321 364
		{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release|Any CPU.Build.0 = Debug|Any CPU
322 365
		{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release|x64.ActiveCfg = Debug|Any CPU
......
353 396
		{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug|x64.Build.0 = Debug|Any CPU
354 397
		{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug|x86.ActiveCfg = Debug|x86
355 398
		{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug|x86.Build.0 = Debug|x86
399
		{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release_Hyosung|Any CPU.ActiveCfg = Release_Hyosung|Any CPU
400
		{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release_Hyosung|Any CPU.Build.0 = Release_Hyosung|Any CPU
401
		{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release_Hyosung|x64.ActiveCfg = Release_Hyosung|Any CPU
402
		{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release_Hyosung|x64.Build.0 = Release_Hyosung|Any CPU
403
		{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung|x86
404
		{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release_Hyosung|x86.Build.0 = Release_Hyosung|x86
356 405
		{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release|Any CPU.ActiveCfg = Debug|Any CPU
357 406
		{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release|Any CPU.Build.0 = Debug|Any CPU
358 407
		{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release|x64.ActiveCfg = Debug|Any CPU
......
389 438
		{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug|x64.Build.0 = Debug|x64
390 439
		{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug|x86.ActiveCfg = Debug|x86
391 440
		{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug|x86.Build.0 = Debug|x86
441
		{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release_Hyosung|Any CPU.ActiveCfg = Release_Hyosung|Any CPU
442
		{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release_Hyosung|Any CPU.Build.0 = Release_Hyosung|Any CPU
443
		{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release_Hyosung|x64.ActiveCfg = Release_Hyosung|x64
444
		{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release_Hyosung|x64.Build.0 = Release_Hyosung|x64
445
		{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung|x86
446
		{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release_Hyosung|x86.Build.0 = Release_Hyosung|x86
392 447
		{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release|Any CPU.ActiveCfg = Debug|Any CPU
393 448
		{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release|Any CPU.Build.0 = Debug|Any CPU
394 449
		{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release|x64.ActiveCfg = Debug|Any CPU
......
425 480
		{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug|x64.Build.0 = Debug|Any CPU
426 481
		{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug|x86.ActiveCfg = Debug|x86
427 482
		{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug|x86.Build.0 = Debug|x86
483
		{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release_Hyosung|Any CPU.ActiveCfg = Release_Hyosung|Any CPU
484
		{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release_Hyosung|Any CPU.Build.0 = Release_Hyosung|Any CPU
485
		{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release_Hyosung|x64.ActiveCfg = Release_Hyosung|Any CPU
486
		{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release_Hyosung|x64.Build.0 = Release_Hyosung|Any CPU
487
		{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung|x86
488
		{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release_Hyosung|x86.Build.0 = Release_Hyosung|x86
428 489
		{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release|Any CPU.ActiveCfg = Debug|Any CPU
429 490
		{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release|Any CPU.Build.0 = Debug|Any CPU
430 491
		{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release|x64.ActiveCfg = Debug|Any CPU
......
461 522
		{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug|x64.Build.0 = Debug|Any CPU
462 523
		{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug|x86.ActiveCfg = Debug|x86
463 524
		{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug|x86.Build.0 = Debug|x86
525
		{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release_Hyosung|Any CPU.ActiveCfg = Release_Hyosung|Any CPU
526
		{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release_Hyosung|Any CPU.Build.0 = Release_Hyosung|Any CPU
527
		{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release_Hyosung|x64.ActiveCfg = Release_Hyosung|Any CPU
528
		{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release_Hyosung|x64.Build.0 = Release_Hyosung|Any CPU
529
		{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung|x86
530
		{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release_Hyosung|x86.Build.0 = Release_Hyosung|x86
464 531
		{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release|Any CPU.ActiveCfg = Debug|Any CPU
465 532
		{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release|Any CPU.Build.0 = Debug|Any CPU
466 533
		{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release|x64.ActiveCfg = Debug|Any CPU
......
497 564
		{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug|x64.Build.0 = Debug
498 565
		{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug|x86.ActiveCfg = Debug
499 566
		{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug|x86.Build.0 = Debug
567
		{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release_Hyosung|Any CPU.ActiveCfg = Release_Hyosung
568
		{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release_Hyosung|Any CPU.Build.0 = Release_Hyosung
569
		{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release_Hyosung|x64.ActiveCfg = Release_Hyosung
570
		{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release_Hyosung|x64.Build.0 = Release_Hyosung
571
		{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung
572
		{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release_Hyosung|x86.Build.0 = Release_Hyosung
500 573
		{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release|Any CPU.ActiveCfg = Debug
501 574
		{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release|Any CPU.Build.0 = Debug
502 575
		{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release|x64.ActiveCfg = Debug
......
533 606
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug|x64.Build.0 = Debug|Any CPU
534 607
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug|x86.ActiveCfg = Debug|Any CPU
535 608
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug|x86.Build.0 = Debug|Any CPU
609
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release_Hyosung|Any CPU.ActiveCfg = Release_Hyosung|Any CPU
610
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release_Hyosung|Any CPU.Build.0 = Release_Hyosung|Any CPU
611
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release_Hyosung|x64.ActiveCfg = Release_Hyosung|Any CPU
612
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release_Hyosung|x64.Build.0 = Release_Hyosung|Any CPU
613
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung|Any CPU
614
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release_Hyosung|x86.Build.0 = Release_Hyosung|Any CPU
536 615
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release|Any CPU.ActiveCfg = Debug|Any CPU
537 616
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release|Any CPU.Build.0 = Debug|Any CPU
538 617
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release|x64.ActiveCfg = Debug|Any CPU
539 618
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release|x64.Build.0 = Debug|Any CPU
540 619
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release|x86.ActiveCfg = Debug|Any CPU
541 620
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release|x86.Build.0 = Debug|Any CPU
542
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug_CadExport|Any CPU.ActiveCfg = Debug|Any CPU
543
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug_CadExport|Any CPU.Build.0 = Debug|Any CPU
544
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug_CadExport|x64.ActiveCfg = Debug|Any CPU
545
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug_CadExport|x64.Build.0 = Debug|Any CPU
546
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug_CadExport|x86.ActiveCfg = Debug|Any CPU
547
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug_CadExport|x86.Build.0 = Debug|Any CPU
548
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU
549
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU
550
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU
551
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug_DevDoftech|x64.Build.0 = Debug|Any CPU
552
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug_DevDoftech|x86.ActiveCfg = Debug|Any CPU
553
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug_DevDoftech|x86.Build.0 = Debug|Any CPU
554
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug_HyoSung|Any CPU.ActiveCfg = Debug|Any CPU
555
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug_HyoSung|Any CPU.Build.0 = Debug|Any CPU
556
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug_HyoSung|x64.ActiveCfg = Debug|Any CPU
557
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug_HyoSung|x64.Build.0 = Debug|Any CPU
558
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug_HyoSung|x86.ActiveCfg = Debug|Any CPU
559
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug_HyoSung|x86.Build.0 = Debug|Any CPU
560
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug_SNI|Any CPU.ActiveCfg = Debug|Any CPU
561
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug_SNI|Any CPU.Build.0 = Debug|Any CPU
562
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug_SNI|x64.ActiveCfg = Debug|Any CPU
563
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug_SNI|x64.Build.0 = Debug|Any CPU
564
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug_SNI|x86.ActiveCfg = Debug|Any CPU
565
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug_SNI|x86.Build.0 = Debug|Any CPU
566
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
567
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug|Any CPU.Build.0 = Debug|Any CPU
568
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug|x64.ActiveCfg = Debug|Any CPU
569
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug|x64.Build.0 = Debug|Any CPU
570
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug|x86.ActiveCfg = Debug|Any CPU
571
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Debug|x86.Build.0 = Debug|Any CPU
572
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Release|Any CPU.ActiveCfg = Release|Any CPU
573
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Release|Any CPU.Build.0 = Release|Any CPU
574
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Release|x64.ActiveCfg = Release|Any CPU
575
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Release|x64.Build.0 = Release|Any CPU
576
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Release|x86.ActiveCfg = Release|Any CPU
577
		{92103E04-A8DB-4ECD-8883-82EB585AA814}.Release|x86.Build.0 = Release|Any CPU
578 621
	EndGlobalSection
579 622
	GlobalSection(SolutionProperties) = preSolution
580 623
		HideSolutionNode = FALSE
KCOM/KCOM.csproj
223 223
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
224 224
    <Prefer32Bit>true</Prefer32Bit>
225 225
  </PropertyGroup>
226
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
227
    <DebugSymbols>true</DebugSymbols>
228
    <OutputPath>..\Setup\HyoSung\</OutputPath>
229
    <DefineConstants>DEBUG;TRACE</DefineConstants>
230
    <DebugType>full</DebugType>
231
    <PlatformTarget>AnyCPU</PlatformTarget>
232
    <ErrorReport>prompt</ErrorReport>
233
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
234
    <Prefer32Bit>true</Prefer32Bit>
235
  </PropertyGroup>
236
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x64'">
237
    <DebugSymbols>true</DebugSymbols>
238
    <OutputPath>bin\x64\Release_Hyosung\</OutputPath>
239
    <DefineConstants>DEBUG;TRACE</DefineConstants>
240
    <WarningLevel>3</WarningLevel>
241
    <DebugType>full</DebugType>
242
    <PlatformTarget>x64</PlatformTarget>
243
    <ErrorReport>prompt</ErrorReport>
244
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
245
    <Prefer32Bit>true</Prefer32Bit>
246
  </PropertyGroup>
247
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
248
    <DebugSymbols>true</DebugSymbols>
249
    <OutputPath>bin\x86\Release_Hyosung\</OutputPath>
250
    <DefineConstants>DEBUG;TRACE</DefineConstants>
251
    <DebugType>full</DebugType>
252
    <PlatformTarget>x86</PlatformTarget>
253
    <ErrorReport>prompt</ErrorReport>
254
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
255
    <Prefer32Bit>true</Prefer32Bit>
256
  </PropertyGroup>
226 257
  <ItemGroup>
227 258
    <Reference Include="Bytescout.PDFExtractor, Version=9.2.0.3293, Culture=neutral, PublicKeyToken=f7dd1bd9d40a50eb, processorArchitecture=MSIL">
228 259
      <SpecificVersion>False</SpecificVersion>
......
729 760
    <None Include="app.Release.config">
730 761
      <DependentUpon>app.config</DependentUpon>
731 762
    </None>
763
    <None Include="app.Release_Hyosung.config">
764
      <DependentUpon>app.config</DependentUpon>
765
    </None>
732 766
    <None Include="Connected Services\KcomService\KCOM.KcomService.FinalPDFResult.datasource">
733 767
      <DependentUpon>Reference.svcmap</DependentUpon>
734 768
    </None>
......
1561 1595
     copy /Y  "$(SolutionDir)\INI\MARKUS_SNI.ini" "C:\ProgramData\MARKUS\MARKUS.ini"
1562 1596
)</PreBuildEvent>
1563 1597
  </PropertyGroup>
1598
  <Target Name="app_Release_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('app.Release.$(Configuration).config')">
1599
    <TransformXml Source="app.Release.config" Destination="$(OutputPath)app.Release.config" Transform="app.Release.$(Configuration).config" />
1600
  </Target>
1564 1601
</Project>
KCOM/KCOM.csproj.user
54 54
    <StartProgram>C:\Program Files\DOFTECH\MARKUS\KCOM.exe</StartProgram>
55 55
    <StartArguments>eyJEb2N1bWVudEl0ZW1JRCI6IjQwMDAwMTQ5IiwiYlBhcnRuZXIiOmZhbHNlLCJDcmVhdGVGaW5hbFBERlBlcm1pc3Npb24iOnRydWUsIk5ld0NvbW1lbnRQZXJtaXNzaW9uIjp0cnVlLCJQcm9qZWN0Tk8iOiIwMDAwMDAiLCJVc2VySUQiOiJhZG1pbiIsIk1vZGUiOjB9</StartArguments>
56 56
  </PropertyGroup>
57
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
58
    <StartArguments>eyJEb2N1bWVudEl0ZW1JRCI6Ijc0MzUiLCJiUGFydG5lciI6ZmFsc2UsIkNyZWF0ZUZpbmFsUERGUGVybWlzc2lvbiI6dHJ1ZSwiTmV3Q29tbWVudFBlcm1pc3Npb24iOnRydWUsIlByb2plY3ROTyI6InBwNCIsIlVzZXJJRCI6ImNqaGdoIiwiTW9kZSI6MH0=</StartArguments>
59
  </PropertyGroup>
60
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x64'">
61
    <StartProgram>C:\Program Files\DOFTECH\MARKUS\KCOM.exe</StartProgram>
62
    <StartArguments>eyJEb2N1bWVudEl0ZW1JRCI6IjQwMDAwMTQ5IiwiYlBhcnRuZXIiOmZhbHNlLCJDcmVhdGVGaW5hbFBERlBlcm1pc3Npb24iOnRydWUsIk5ld0NvbW1lbnRQZXJtaXNzaW9uIjp0cnVlLCJQcm9qZWN0Tk8iOiIwMDAwMDAiLCJVc2VySUQiOiJhZG1pbiIsIk1vZGUiOjB9</StartArguments>
63
  </PropertyGroup>
57 64
</Project>
KCOM/Properties/Settings.Designer.cs
207 207
        
208 208
        [global::System.Configuration.UserScopedSettingAttribute()]
209 209
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
210
        [global::System.Configuration.DefaultSettingValueAttribute("1")]
211
        public int cad {
212
            get {
213
                return ((int)(this["cad"]));
214
            }
215
            set {
216
                this["cad"] = value;
217
            }
218
        }
219
        
220
        [global::System.Configuration.UserScopedSettingAttribute()]
221
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
222 210
        [global::System.Configuration.DefaultSettingValueAttribute("DAELIM.COM")]
223 211
        public string HOST_DOMAIN {
224 212
            get {
......
261 249
                return ((string)(this["obfuscar"]));
262 250
            }
263 251
        }
252
        
253
        [global::System.Configuration.UserScopedSettingAttribute()]
254
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
255
        [global::System.Configuration.DefaultSettingValueAttribute("0")]
256
        public int cad {
257
            get {
258
                return ((int)(this["cad"]));
259
            }
260
            set {
261
                this["cad"] = value;
262
            }
263
        }
264 264
    }
265 265
}
KCOM/Properties/Settings.settings
53 53
    <Setting Name="loglevel" Type="System.Int32" Scope="User">
54 54
      <Value Profile="(Default)">1</Value>
55 55
    </Setting>
56
    <Setting Name="cad" Type="System.Int32" Scope="User">
57
      <Value Profile="(Default)">1</Value>
58
    </Setting>
59 56
    <Setting Name="HOST_DOMAIN" Type="System.String" Scope="User">
60 57
      <Value Profile="(Default)">DAELIM.COM</Value>
61 58
    </Setting>
......
68 65
    <Setting Name="obfuscar" Type="System.String" Scope="Application">
69 66
      <Value Profile="(Default)">..\packages\Obfuscar.2.2.23\tools\Obfuscar.Console.exe</Value>
70 67
    </Setting>
68
    <Setting Name="cad" Type="System.Int32" Scope="User">
69
      <Value Profile="(Default)">0</Value>
70
    </Setting>
71 71
  </Settings>
72 72
</SettingsFile>
KCOM/app.config
148 148
      <setting name="loglevel" serializeAs="String">
149 149
        <value>1</value>
150 150
      </setting>
151
      <setting name="cad" serializeAs="String">
152
        <value>0</value>
153
      </setting>
154 151
      <setting name="HOST_DOMAIN" serializeAs="String">
155 152
        <value>DAELIM.COM</value>
156 153
      </setting>
......
160 157
      <setting name="grouping" serializeAs="String">
161 158
        <value>0</value>
162 159
      </setting>
160
      <setting name="cad" serializeAs="String">
161
        <value>0</value>
162
      </setting>
163 163
    </KCOM.Properties.Settings>
164 164
  </userSettings>
165 165
  <system.serviceModel>
KCOMDataModel/KCOMDataModel.csproj
104 104
    <ErrorReport>prompt</ErrorReport>
105 105
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
106 106
  </PropertyGroup>
107
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
108
    <DebugSymbols>true</DebugSymbols>
109
    <OutputPath>bin\Release_Hyosung\</OutputPath>
110
    <DefineConstants>DEBUG;TRACE</DefineConstants>
111
    <DebugType>full</DebugType>
112
    <PlatformTarget>AnyCPU</PlatformTarget>
113
    <ErrorReport>prompt</ErrorReport>
114
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
115
  </PropertyGroup>
116
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
117
    <DebugSymbols>true</DebugSymbols>
118
    <OutputPath>bin\x86\Release_Hyosung\</OutputPath>
119
    <DefineConstants>DEBUG;TRACE</DefineConstants>
120
    <DebugType>full</DebugType>
121
    <PlatformTarget>x86</PlatformTarget>
122
    <ErrorReport>prompt</ErrorReport>
123
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
124
  </PropertyGroup>
107 125
  <ItemGroup>
108 126
    <Reference Include="EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
109 127
      <HintPath>..\packages\EntityFramework.5.0.0\lib\net40\EntityFramework.dll</HintPath>
KCOM_API/KCOM_API.csproj
312 312
    <ErrorReport>prompt</ErrorReport>
313 313
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
314 314
  </PropertyGroup>
315
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
316
    <DebugSymbols>true</DebugSymbols>
317
    <OutputPath>bin\</OutputPath>
318
    <DefineConstants>DEBUG;TRACE</DefineConstants>
319
    <DebugType>full</DebugType>
320
    <PlatformTarget>AnyCPU</PlatformTarget>
321
    <ErrorReport>prompt</ErrorReport>
322
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
323
  </PropertyGroup>
324
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
325
    <DebugSymbols>true</DebugSymbols>
326
    <OutputPath>bin\</OutputPath>
327
    <DefineConstants>DEBUG;TRACE</DefineConstants>
328
    <DebugType>full</DebugType>
329
    <PlatformTarget>x86</PlatformTarget>
330
    <ErrorReport>prompt</ErrorReport>
331
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
332
  </PropertyGroup>
333
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x64'">
334
    <DebugSymbols>true</DebugSymbols>
335
    <OutputPath>bin\</OutputPath>
336
    <DefineConstants>DEBUG;TRACE</DefineConstants>
337
    <DebugType>full</DebugType>
338
    <PlatformTarget>x64</PlatformTarget>
339
    <ErrorReport>prompt</ErrorReport>
340
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
341
  </PropertyGroup>
315 342
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
316 343
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
317 344
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
KCOM_Helper/KCOM_Helper.csproj
101 101
    <ErrorReport>prompt</ErrorReport>
102 102
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
103 103
  </PropertyGroup>
104
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
105
    <DebugSymbols>true</DebugSymbols>
106
    <OutputPath>bin\Release_Hyosung\</OutputPath>
107
    <DefineConstants>DEBUG;TRACE</DefineConstants>
108
    <DebugType>full</DebugType>
109
    <PlatformTarget>AnyCPU</PlatformTarget>
110
    <ErrorReport>prompt</ErrorReport>
111
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
112
  </PropertyGroup>
113
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
114
    <DebugSymbols>true</DebugSymbols>
115
    <OutputPath>bin\x86\Release_Hyosung\</OutputPath>
116
    <DefineConstants>DEBUG;TRACE</DefineConstants>
117
    <DebugType>full</DebugType>
118
    <PlatformTarget>x86</PlatformTarget>
119
    <ErrorReport>prompt</ErrorReport>
120
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
121
  </PropertyGroup>
104 122
  <ItemGroup>
105 123
    <Reference Include="System" />
106 124
    <Reference Include="System.Core" />
MARKUSSETUP/MARKUSSETUP.vdproj
39 39
        }
40 40
        "Entry"
41 41
        {
42
        "MsmKey" = "8:_078BBD3670E12392172E3A3190D407A7"
43
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
44
        "MsmSig" = "8:_UNDEFINED"
45
        }
46
        "Entry"
47
        {
48
        "MsmKey" = "8:_078BBD3670E12392172E3A3190D407A7"
49
        "OwnerKey" = "8:_42DBC3A3264F26F48262560CF892D43E"
50
        "MsmSig" = "8:_UNDEFINED"
51
        }
52
        "Entry"
53
        {
54
        "MsmKey" = "8:_078BBD3670E12392172E3A3190D407A7"
55
        "OwnerKey" = "8:_4B7D3E6268A137689BA4DDE7FA9D6BA9"
56
        "MsmSig" = "8:_UNDEFINED"
57
        }
58
        "Entry"
59
        {
60 42
        "MsmKey" = "8:_08DBEA38FC48DB8B68D12E6D30C642B2"
61 43
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
62 44
        "MsmSig" = "8:_UNDEFINED"
......
171 153
        }
172 154
        "Entry"
173 155
        {
174
        "MsmKey" = "8:_42DBC3A3264F26F48262560CF892D43E"
175
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
176
        "MsmSig" = "8:_UNDEFINED"
177
        }
178
        "Entry"
179
        {
180 156
        "MsmKey" = "8:_48E9B880962B67FE24307D9F5868E58D"
181 157
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
182 158
        "MsmSig" = "8:_UNDEFINED"
183 159
        }
184 160
        "Entry"
185 161
        {
186
        "MsmKey" = "8:_4B7D3E6268A137689BA4DDE7FA9D6BA9"
187
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
188
        "MsmSig" = "8:_UNDEFINED"
189
        }
190
        "Entry"
191
        {
192 162
        "MsmKey" = "8:_4E5ED4BDB0D156A46D5EC59AC0011C8D"
193 163
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
194 164
        "MsmSig" = "8:_UNDEFINED"
......
280 250
        "Entry"
281 251
        {
282 252
        "MsmKey" = "8:_63A4EF2AD8BE84C2A57FBB2A3A91A67D"
283
        "OwnerKey" = "8:_7ADE337533691BCD43A62F2BF401C36A"
284
        "MsmSig" = "8:_UNDEFINED"
285
        }
286
        "Entry"
287
        {
288
        "MsmKey" = "8:_63A4EF2AD8BE84C2A57FBB2A3A91A67D"
289 253
        "OwnerKey" = "8:_888A6068098AA72778F482D950AEF283"
290 254
        "MsmSig" = "8:_UNDEFINED"
291 255
        }
......
297 261
        }
298 262
        "Entry"
299 263
        {
300
        "MsmKey" = "8:_671B08C5F776D289014DCE27DB4CF4C1"
301
        "OwnerKey" = "8:_7EEF24CEE7B2436CDC574285E376342E"
302
        "MsmSig" = "8:_UNDEFINED"
303
        }
304
        "Entry"
305
        {
306
        "MsmKey" = "8:_671B08C5F776D289014DCE27DB4CF4C1"
307
        "OwnerKey" = "8:_04A820487CBF1F6E5B0591E70D1E6A3A"
308
        "MsmSig" = "8:_UNDEFINED"
309
        }
310
        "Entry"
311
        {
312 264
        "MsmKey" = "8:_69DD9BA2CA427220EE6D8EE709E5C567"
313 265
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
314 266
        "MsmSig" = "8:_UNDEFINED"
......
387 339
        }
388 340
        "Entry"
389 341
        {
342
        "MsmKey" = "8:_8040AC0317181A027927EE8D6E0D3FE3"
343
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
344
        "MsmSig" = "8:_UNDEFINED"
345
        }
346
        "Entry"
347
        {
348
        "MsmKey" = "8:_8040AC0317181A027927EE8D6E0D3FE3"
349
        "OwnerKey" = "8:_7ADE337533691BCD43A62F2BF401C36A"
350
        "MsmSig" = "8:_UNDEFINED"
351
        }
352
        "Entry"
353
        {
390 354
        "MsmKey" = "8:_8124E635E076100DA1D2F9A485D38DEA"
391 355
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
392 356
        "MsmSig" = "8:_UNDEFINED"
......
519 483
        }
520 484
        "Entry"
521 485
        {
522
        "MsmKey" = "8:_A4E956DE052EB706E59BF10995EAA040"
523
        "OwnerKey" = "8:_7EEF24CEE7B2436CDC574285E376342E"
524
        "MsmSig" = "8:_UNDEFINED"
525
        }
526
        "Entry"
527
        {
528
        "MsmKey" = "8:_A4E956DE052EB706E59BF10995EAA040"
529
        "OwnerKey" = "8:_04A820487CBF1F6E5B0591E70D1E6A3A"
530
        "MsmSig" = "8:_UNDEFINED"
531
        }
532
        "Entry"
533
        {
534 486
        "MsmKey" = "8:_A77D3200A75948751BA230F51C416426"
535 487
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
536 488
        "MsmSig" = "8:_UNDEFINED"
......
669 621
        }
670 622
        "Entry"
671 623
        {
672
        "MsmKey" = "8:_D777109B5B4E2BEB1BA4005761DD3487"
673
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
674
        "MsmSig" = "8:_UNDEFINED"
675
        }
676
        "Entry"
677
        {
678
        "MsmKey" = "8:_D777109B5B4E2BEB1BA4005761DD3487"
679
        "OwnerKey" = "8:_FE70B0822B537C1818656DC2D44A202D"
680
        "MsmSig" = "8:_UNDEFINED"
681
        }
682
        "Entry"
683
        {
684 624
        "MsmKey" = "8:_DBD46F5F95E1EC5907492AC0064F96D2"
685 625
        "OwnerKey" = "8:_E618F4D93FEA3896A4820F1FF77833E6"
686 626
        "MsmSig" = "8:_UNDEFINED"
......
759 699
        }
760 700
        "Entry"
761 701
        {
762
        "MsmKey" = "8:_FE70B0822B537C1818656DC2D44A202D"
763
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
764
        "MsmSig" = "8:_UNDEFINED"
765
        }
766
        "Entry"
767
        {
768 702
        "MsmKey" = "8:_FEB022EDE0033D98762218D7F195A4C5"
769 703
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
770 704
        "MsmSig" = "8:_UNDEFINED"
......
910 844
        "Entry"
911 845
        {
912 846
        "MsmKey" = "8:_UNDEFINED"
913
        "OwnerKey" = "8:_FE70B0822B537C1818656DC2D44A202D"
847
        "OwnerKey" = "8:_AADF009EF9894E47EA157BD2B441FB50"
914 848
        "MsmSig" = "8:_UNDEFINED"
915 849
        }
916 850
        "Entry"
917 851
        {
918 852
        "MsmKey" = "8:_UNDEFINED"
919
        "OwnerKey" = "8:_AADF009EF9894E47EA157BD2B441FB50"
853
        "OwnerKey" = "8:_7ADE337533691BCD43A62F2BF401C36A"
920 854
        "MsmSig" = "8:_UNDEFINED"
921 855
        }
922 856
        "Entry"
923 857
        {
924 858
        "MsmKey" = "8:_UNDEFINED"
925
        "OwnerKey" = "8:_7ADE337533691BCD43A62F2BF401C36A"
859
        "OwnerKey" = "8:_8040AC0317181A027927EE8D6E0D3FE3"
926 860
        "MsmSig" = "8:_UNDEFINED"
927 861
        }
928 862
        "Entry"
......
1030 964
        "Entry"
1031 965
        {
1032 966
        "MsmKey" = "8:_UNDEFINED"
1033
        "OwnerKey" = "8:_42DBC3A3264F26F48262560CF892D43E"
1034
        "MsmSig" = "8:_UNDEFINED"
1035
        }
1036
        "Entry"
1037
        {
1038
        "MsmKey" = "8:_UNDEFINED"
1039
        "OwnerKey" = "8:_4B7D3E6268A137689BA4DDE7FA9D6BA9"
1040
        "MsmSig" = "8:_UNDEFINED"
1041
        }
1042
        "Entry"
1043
        {
1044
        "MsmKey" = "8:_UNDEFINED"
1045
        "OwnerKey" = "8:_078BBD3670E12392172E3A3190D407A7"
1046
        "MsmSig" = "8:_UNDEFINED"
1047
        }
1048
        "Entry"
1049
        {
1050
        "MsmKey" = "8:_UNDEFINED"
1051
        "OwnerKey" = "8:_D777109B5B4E2BEB1BA4005761DD3487"
1052
        "MsmSig" = "8:_UNDEFINED"
1053
        }
1054
        "Entry"
1055
        {
1056
        "MsmKey" = "8:_UNDEFINED"
1057 967
        "OwnerKey" = "8:_3E4C723168B74B716CBDAE860EFB7914"
1058 968
        "MsmSig" = "8:_UNDEFINED"
1059 969
        }
......
1542 1452
                }
1543 1453
            }
1544 1454
        }
1455
        "Release_Hyosung"
1456
        {
1457
        "DisplayName" = "8:Release_Hyosung"
1458
        "IsDebugOnly" = "11:FALSE"
1459
        "IsReleaseOnly" = "11:FALSE"
1460
        "OutputFilename" = "8:Release_Hyosung\\MARKUSSETUP.msi"
1461
        "PackageFilesAs" = "3:2"
1462
        "PackageFileSize" = "3:-2147483648"
1463
        "CabType" = "3:1"
1464
        "Compression" = "3:2"
1465
        "SignOutput" = "11:FALSE"
1466
        "CertificateFile" = "8:"
1467
        "PrivateKeyFile" = "8:"
1468
        "TimeStampServer" = "8:"
1469
        "InstallerBootstrapper" = "3:2"
1470
            "BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}"
1471
            {
1472
            "Enabled" = "11:FALSE"
1473
            "PromptEnabled" = "11:TRUE"
1474
            "PrerequisitesLocation" = "2:1"
1475
            "Url" = "8:"
1476
            "ComponentsUrl" = "8:"
1477
                "Items"
1478
                {
1479
                }
1480
            }
1481
        }
1545 1482
    }
1546 1483
    "Deployable"
1547 1484
    {
......
1632 1569
            "IsDependency" = "11:TRUE"
1633 1570
            "IsolateTo" = "8:"
1634 1571
            }
1635
            "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_078BBD3670E12392172E3A3190D407A7"
1636
            {
1637
            "AssemblyRegister" = "3:1"
1638
            "AssemblyIsInGAC" = "11:FALSE"
1639
            "AssemblyAsmDisplayName" = "8:TD_SwigCoreMgd, Version=19.12.0.0, Culture=neutral, PublicKeyToken=8e28356228e490a2, processorArchitecture=AMD64"
1640
                "ScatterAssemblies"
1641
                {
1642
                    "_078BBD3670E12392172E3A3190D407A7"
1643
                    {
1644
                    "Name" = "8:TD_SwigCoreMgd.dll"
1645
                    "Attributes" = "3:512"
1646
                    }
1647
                }
1648
            "SourcePath" = "8:TD_SwigCoreMgd.dll"
1649
            "TargetName" = "8:"
1650
            "Tag" = "8:"
1651
            "Folder" = "8:_3E8BE07FC61F48D28393CF212DF43BD1"
1652
            "Condition" = "8:"
1653
            "Transitive" = "11:FALSE"
1654
            "Vital" = "11:TRUE"
1655
            "ReadOnly" = "11:FALSE"
1656
            "Hidden" = "11:FALSE"
1657
            "System" = "11:FALSE"
1658
            "Permanent" = "11:FALSE"
1659
            "SharedLegacy" = "11:FALSE"
1660
            "PackageAs" = "3:1"
1661
            "Register" = "3:1"
1662
            "Exclude" = "11:FALSE"
1663
            "IsDependency" = "11:TRUE"
1664
            "IsolateTo" = "8:"
1665
            }
1666 1572
            "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_08DBEA38FC48DB8B68D12E6D30C642B2"
1667 1573
            {
1668 1574
            "AssemblyRegister" = "3:1"
......
2190 2096
            "IsDependency" = "11:TRUE"
2191 2097
            "IsolateTo" = "8:"
2192 2098
            }
2193
            "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_42DBC3A3264F26F48262560CF892D43E"
2194
            {
2195
            "AssemblyRegister" = "3:1"
2196
            "AssemblyIsInGAC" = "11:FALSE"
2197
            "AssemblyAsmDisplayName" = "8:TG_SwigDbMgd, Version=19.12.0.0, Culture=neutral, PublicKeyToken=65e973a5aff9b959, processorArchitecture=AMD64"
2198
                "ScatterAssemblies"
2199
                {
2200
                    "_42DBC3A3264F26F48262560CF892D43E"
2201
                    {
2202
                    "Name" = "8:TG_SwigDbMgd.dll"
2203
                    "Attributes" = "3:512"
2204
                    }
2205
                }
2206
            "SourcePath" = "8:TG_SwigDbMgd.dll"
2207
            "TargetName" = "8:"
2208
            "Tag" = "8:"
2209
            "Folder" = "8:_3E8BE07FC61F48D28393CF212DF43BD1"
2210
            "Condition" = "8:"
2211
            "Transitive" = "11:FALSE"
2212
            "Vital" = "11:TRUE"
2213
            "ReadOnly" = "11:FALSE"
2214
            "Hidden" = "11:FALSE"
2215
            "System" = "11:FALSE"
2216
            "Permanent" = "11:FALSE"
2217
            "SharedLegacy" = "11:FALSE"
2218
            "PackageAs" = "3:1"
2219
            "Register" = "3:1"
2220
            "Exclude" = "11:FALSE"
2221
            "IsDependency" = "11:TRUE"
2222
            "IsolateTo" = "8:"
2223
            }
2224 2099
            "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_48E9B880962B67FE24307D9F5868E58D"
2225 2100
            {
2226 2101
            "AssemblyRegister" = "3:1"
......
2252 2127
            "IsDependency" = "11:TRUE"
2253 2128
            "IsolateTo" = "8:"
2254 2129
            }
2255
            "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4B7D3E6268A137689BA4DDE7FA9D6BA9"
2256
            {
2257
            "AssemblyRegister" = "3:1"
2258
            "AssemblyIsInGAC" = "11:FALSE"
2259
            "AssemblyAsmDisplayName" = "8:TD_SwigDbMgd, Version=19.12.0.0, Culture=neutral, PublicKeyToken=5ccc28765cdf0a88, processorArchitecture=AMD64"
2260
                "ScatterAssemblies"
2261
                {
2262
                    "_4B7D3E6268A137689BA4DDE7FA9D6BA9"
2263
                    {
2264
                    "Name" = "8:TD_SwigDbMgd.dll"
2265
                    "Attributes" = "3:512"
2266
                    }
2267
                }
2268
            "SourcePath" = "8:TD_SwigDbMgd.dll"
2269
            "TargetName" = "8:"
2270
            "Tag" = "8:"
2271
            "Folder" = "8:_3E8BE07FC61F48D28393CF212DF43BD1"
2272
            "Condition" = "8:"
2273
            "Transitive" = "11:FALSE"
2274
            "Vital" = "11:TRUE"
2275
            "ReadOnly" = "11:FALSE"
2276
            "Hidden" = "11:FALSE"
2277
            "System" = "11:FALSE"
2278
            "Permanent" = "11:FALSE"
2279
            "SharedLegacy" = "11:FALSE"
2280
            "PackageAs" = "3:1"
2281
            "Register" = "3:1"
2282
            "Exclude" = "11:FALSE"
2283
            "IsDependency" = "11:TRUE"
2284
            "IsolateTo" = "8:"
2285
            }
2286 2130
            "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4E5ED4BDB0D156A46D5EC59AC0011C8D"
2287 2131
            {
2288 2132
            "AssemblyRegister" = "3:1"
......
3047 2891
            "IsDependency" = "11:TRUE"
3048 2892
            "IsolateTo" = "8:"
3049 2893
            }
2894
            "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8040AC0317181A027927EE8D6E0D3FE3"
2895
            {
2896
            "AssemblyRegister" = "3:1"
2897
            "AssemblyIsInGAC" = "11:FALSE"
2898
            "AssemblyAsmDisplayName" = "8:System.Net.Http, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
2899
                "ScatterAssemblies"
2900
                {
2901
                    "_8040AC0317181A027927EE8D6E0D3FE3"
2902
                    {
2903
                    "Name" = "8:System.Net.Http.dll"
2904
                    "Attributes" = "3:512"
2905
                    }
2906
                }
2907
            "SourcePath" = "8:System.Net.Http.dll"
2908
            "TargetName" = "8:"
2909
            "Tag" = "8:"
2910
            "Folder" = "8:_3E8BE07FC61F48D28393CF212DF43BD1"
2911
            "Condition" = "8:"
2912
            "Transitive" = "11:FALSE"
2913
            "Vital" = "11:TRUE"
2914
            "ReadOnly" = "11:FALSE"
2915
            "Hidden" = "11:FALSE"
2916
            "System" = "11:FALSE"
2917
            "Permanent" = "11:FALSE"
2918
            "SharedLegacy" = "11:FALSE"
2919
            "PackageAs" = "3:1"
2920
            "Register" = "3:1"
2921
            "Exclude" = "11:FALSE"
2922
            "IsDependency" = "11:TRUE"
2923
            "IsolateTo" = "8:"
2924
            }
3050 2925
            "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8124E635E076100DA1D2F9A485D38DEA"
3051 2926
            {
3052 2927
            "AssemblyRegister" = "3:1"
......
4101 3976
            "IsDependency" = "11:TRUE"
4102 3977
            "IsolateTo" = "8:"
4103 3978
            }
4104
            "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D777109B5B4E2BEB1BA4005761DD3487"
4105
            {
4106
            "AssemblyRegister" = "3:1"
4107
            "AssemblyIsInGAC" = "11:FALSE"
4108
            "AssemblyAsmDisplayName" = "8:TD_Mgd_19.12_11, Version=19.12.0.0, Culture=neutral, PublicKeyToken=460a0bef3ba73253, processorArchitecture=AMD64"
4109
                "ScatterAssemblies"
4110
                {
4111
                    "_055E28E7669CB4BE9A44F46833B14CE1"
4112
                    {
4113
                    "Name" = "8:ISM_19.12_11.tx"
4114
                    "Attributes" = "3:1"
4115
                    }
4116
                    "_2017D3E992A81A31029258071DB2C867"
4117
                    {
4118
                    "Name" = "8:SCENEOE_19.12_11.tx"
4119
                    "Attributes" = "3:1"
4120
                    }
4121
                    "_35B91051932932E7966D72225DE53ADC"
4122
                    {
4123
                    "Name" = "8:TD_Db_19.12_11.dll"
4124
                    "Attributes" = "3:1"
4125
                    }
4126
                    "_3F52D8584E0F1C46571E2E4F59B7EEFA"
4127
                    {
4128
                    "Name" = "8:AcMPolygonObj15_19.12_11.tx"
4129
                    "Attributes" = "3:1"
4130
                    }
4131
                    "_469EDF6ECE70C1D5DE37605FEF7619A9"
4132
                    {
4133
                    "Name" = "8:TD_SpatialIndex_19.12_11.dll"
4134
                    "Attributes" = "3:1"
4135
                    }
4136
                    "_49A680F0C8CFE8F19AFA0F74ACFDBA0B"
4137
                    {
4138
                    "Name" = "8:WipeOut_19.12_11.tx"
4139
                    "Attributes" = "3:1"
4140
                    }
4141
                    "_58121C3532CF5800582FFEA3AD8CD44D"
4142
                    {
4143
                    "Name" = "8:TD_Sm_19.12_11.tx"
4144
                    "Attributes" = "3:1"
4145
                    }
4146
                    "_6146D6B2C700F70EBB59A1ED59247CF8"
4147
                    {
4148
                    "Name" = "8:TD_DbEntities_19.12_11.tx"
4149
                    "Attributes" = "3:1"
4150
                    }
4151
                    "_61AC40CE65809F0E75ADAEA41E3237B3"
4152
                    {
4153
                    "Name" = "8:TD_Root_19.12_11.dll"
4154
                    "Attributes" = "3:1"
4155
                    }
4156
                    "_697340A6D1DF5D92697CDE56CDF54E58"
4157
                    {
4158
                    "Name" = "8:TD_DbIO_19.12_11.tx"
4159
                    "Attributes" = "3:1"
4160
                    }
4161
                    "_6CB2827F22B2B080DEE9D7E3A3393366"
4162
                    {
4163
                    "Name" = "8:TD_DynBlocks_19.12_11.tx"
4164
                    "Attributes" = "3:1"
4165
                    }
4166
                    "_854F1B8F7082276EDBCCEE51C7EFCF57"
4167
                    {
4168
                    "Name" = "8:RText_19.12_11.tx"
4169
                    "Attributes" = "3:1"
4170
                    }
4171
                    "_8AC33874E00E215A76373535CDB68AAD"
4172
                    {
4173
                    "Name" = "8:TD_DbRoot_19.12_11.dll"
4174
                    "Attributes" = "3:1"
4175
                    }
4176
                    "_8F514184E01163A6973751594A6345ED"
4177
                    {
4178
                    "Name" = "8:TD_DbCore_19.12_11.dll"
4179
                    "Attributes" = "3:1"
4180
                    }
4181
                    "_90870E080C8563CDCD0FDDC34ABC1C85"
4182
                    {
4183
                    "Name" = "8:TD_Ave_19.12_11.tx"
4184
                    "Attributes" = "3:1"
4185
                    }
4186
                    "_982735E28BEC906AF0173591D43CE1DE"
4187
                    {
4188
                    "Name" = "8:TD_Gs_19.12_11.dll"
4189
                    "Attributes" = "3:1"
4190
                    }
4191
                    "_A6431AE50DC6EC6B3D9439D5FABDD30D"
4192
                    {
4193
                    "Name" = "8:ATEXT_19.12_11.tx"
4194
                    "Attributes" = "3:1"
4195
                    }
4196
                    "_B1248174E41EA19E165AD7D38A7DD962"
4197
                    {
4198
                    "Name" = "8:ACCAMERA_19.12_11.tx"
4199
                    "Attributes" = "3:1"
4200
                    }
4201
                    "_D777109B5B4E2BEB1BA4005761DD3487"
4202
                    {
4203
                    "Name" = "8:TD_Mgd_19.12_11.dll"
4204
                    "Attributes" = "3:512"
4205
                    }
4206
                    "_DD95AFE499AEAFB4BC938CDAAFFFCC52"
4207
                    {
4208
                    "Name" = "8:TD_Gi_19.12_11.dll"
4209
                    "Attributes" = "3:1"
4210
                    }
4211
                    "_E032C0B719593845A3BDC67D98CA6B67"
4212
                    {
4213
                    "Name" = "8:TD_Alloc_19.12_11.dll"
4214
                    "Attributes" = "3:1"
4215
                    }
4216
                    "_F4CEF5025D9D2BC956BBED7BA2642662"
4217
                    {
4218
                    "Name" = "8:TD_Ge_19.12_11.dll"
4219
                    "Attributes" = "3:1"
4220
                    }
4221
                }
4222
            "SourcePath" = "8:TD_Mgd_19.12_11.dll"
4223
            "TargetName" = "8:"
4224
            "Tag" = "8:"
4225
            "Folder" = "8:_3E8BE07FC61F48D28393CF212DF43BD1"
4226
            "Condition" = "8:"
4227
            "Transitive" = "11:FALSE"
4228
            "Vital" = "11:TRUE"
4229
            "ReadOnly" = "11:FALSE"
4230
            "Hidden" = "11:FALSE"
4231
            "System" = "11:FALSE"
4232
            "Permanent" = "11:FALSE"
4233
            "SharedLegacy" = "11:FALSE"
4234
            "PackageAs" = "3:1"
4235
            "Register" = "3:1"
4236
            "Exclude" = "11:FALSE"
4237
            "IsDependency" = "11:TRUE"
4238
            "IsolateTo" = "8:"
4239
            }
4240 3979
            "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DBD46F5F95E1EC5907492AC0064F96D2"
4241 3980
            {
4242 3981
            "AssemblyRegister" = "3:1"
......
4578 4317
            "IsDependency" = "11:TRUE"
4579 4318
            "IsolateTo" = "8:"
4580 4319
            }
4581
            "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FE70B0822B537C1818656DC2D44A202D"
4582
            {
4583
            "AssemblyRegister" = "3:1"
4584
            "AssemblyIsInGAC" = "11:FALSE"
4585
            "AssemblyAsmDisplayName" = "8:MarkUsODAConvert, Version=1.9.3.12, Culture=neutral, processorArchitecture=AMD64"
4586
                "ScatterAssemblies"
4587
                {
4588
                    "_FE70B0822B537C1818656DC2D44A202D"
4589
                    {
4590
                    "Name" = "8:MarkUsODAConvert.dll"
4591
                    "Attributes" = "3:512"
4592
                    }
4593
                }
4594
            "SourcePath" = "8:MarkUsODAConvert.dll"
4595
            "TargetName" = "8:"
4596
            "Tag" = "8:"
4597
            "Folder" = "8:_3E8BE07FC61F48D28393CF212DF43BD1"
4598
            "Condition" = "8:"
4599
            "Transitive" = "11:FALSE"
4600
            "Vital" = "11:TRUE"
4601
            "ReadOnly" = "11:FALSE"
4602
            "Hidden" = "11:FALSE"
4603
            "System" = "11:FALSE"
4604
            "Permanent" = "11:FALSE"
4605
            "SharedLegacy" = "11:FALSE"
4606
            "PackageAs" = "3:1"
4607
            "Register" = "3:1"
4608
            "Exclude" = "11:FALSE"
4609
            "IsDependency" = "11:TRUE"
4610
            "IsolateTo" = "8:"
4611
            }
4612 4320
            "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FEB022EDE0033D98762218D7F195A4C5"
4613 4321
            {
4614 4322
            "AssemblyRegister" = "3:1"
......
4709 4417
        "Name" = "8:Microsoft Visual Studio"
4710 4418
        "ProductName" = "8:MARKUS"
4711 4419
        "ProductCode" = "8:{EECB51C2-FABC-4EFC-823E-A4919B35E429}"
4712
        "PackageCode" = "8:{C11DEE4F-91DB-47CD-BC48-64AC45ED624A}"
4420
        "PackageCode" = "8:{A87C899F-3EDE-45FD-A68D-ECC02C071ED5}"
4713 4421
        "UpgradeCode" = "8:{F7EFF2A2-6E3E-44B2-AB61-88C589D4AFF6}"
4714 4422
        "AspNetVersion" = "8:4.0.30319.0"
4715 4423
        "RestartWWWService" = "11:FALSE"
......
5330 5038
            }
5331 5039
            "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_F94B54978CDB4C7288FE8601AFC2A147"
5332 5040
            {
5333
            "SourcePath" = "8:..\\KCOM\\obj\\Debug_SNI\\KCOM.exe"
5041
            "SourcePath" = "8:..\\KCOM\\obj\\Release_Hyosung\\KCOM.exe"
5334 5042
            "TargetName" = "8:"
5335 5043
            "Tag" = "8:"
5336 5044
            "Folder" = "8:_3E8BE07FC61F48D28393CF212DF43BD1"
MARKUS_html.template
162 162
	<tr>
163 163
    <td><a href="http://www.devdoftech.co.kr:9081/artifactory/${project.name}/SNI/FinalService/FinalService-SNI-<%= build.getEnvVars()["BUILD_NAME"] %>.msi">FinalService-SNI-<%= build.getEnvVars()["BUILD_NAME"] %>.msi </a></td>
164 164
    </tr>
165
	<tr>
165 166
	<td>HyoSung</td>
166 167
	</tr>
167 168
	<tr>
Makrus_API_Test/Makrus_API_Test.csproj
63 63
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
64 64
    <Prefer32Bit>true</Prefer32Bit>
65 65
  </PropertyGroup>
66
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
67
    <DebugSymbols>true</DebugSymbols>
68
    <OutputPath>bin\Release_Hyosung\</OutputPath>
69
    <DefineConstants>DEBUG;TRACE</DefineConstants>
70
    <DebugType>full</DebugType>
71
    <PlatformTarget>AnyCPU</PlatformTarget>
72
    <ErrorReport>prompt</ErrorReport>
73
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
74
    <Prefer32Bit>true</Prefer32Bit>
75
  </PropertyGroup>
66 76
  <ItemGroup>
67 77
    <Reference Include="System" />
68 78
    <Reference Include="System.Data" />
MarkupToPDF/MarkupToPDF.csproj
151 151
    <ErrorReport>prompt</ErrorReport>
152 152
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
153 153
  </PropertyGroup>
154
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
155
    <DebugSymbols>true</DebugSymbols>
156
    <OutputPath>bin\Release_Hyosung\</OutputPath>
157
    <DefineConstants>DEBUG;TRACE</DefineConstants>
158
    <DebugType>full</DebugType>
159
    <PlatformTarget>AnyCPU</PlatformTarget>
160
    <ErrorReport>prompt</ErrorReport>
161
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
162
  </PropertyGroup>
163
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x64'">
164
    <DebugSymbols>true</DebugSymbols>
165
    <OutputPath>bin\x64\Release_Hyosung\</OutputPath>
166
    <DefineConstants>DEBUG;TRACE</DefineConstants>
167
    <DebugType>full</DebugType>
168
    <PlatformTarget>x64</PlatformTarget>
169
    <ErrorReport>prompt</ErrorReport>
170
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
171
  </PropertyGroup>
172
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
173
    <DebugSymbols>true</DebugSymbols>
174
    <OutputPath>bin\x86\Release_Hyosung\</OutputPath>
175
    <DefineConstants>DEBUG;TRACE</DefineConstants>
176
    <DebugType>full</DebugType>
177
    <PlatformTarget>x86</PlatformTarget>
178
    <ErrorReport>prompt</ErrorReport>
179
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
180
  </PropertyGroup>
154 181
  <ItemGroup>
155 182
    <Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
156 183
      <HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath>
SmartUpdate/SmartUpdate.csproj
185 185
    <ErrorReport>prompt</ErrorReport>
186 186
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
187 187
  </PropertyGroup>
188
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
189
    <DebugSymbols>true</DebugSymbols>
190
    <OutputPath>bin\Release_Hyosung\</OutputPath>
191
    <DefineConstants>DEBUG;TRACE</DefineConstants>
192
    <DebugType>full</DebugType>
193
    <PlatformTarget>AnyCPU</PlatformTarget>
194
    <ErrorReport>prompt</ErrorReport>
195
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
196
    <Prefer32Bit>true</Prefer32Bit>
197
  </PropertyGroup>
198
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
199
    <DebugSymbols>true</DebugSymbols>
200
    <OutputPath>bin\x86\Release_Hyosung\</OutputPath>
201
    <DefineConstants>DEBUG;TRACE</DefineConstants>
202
    <DebugType>full</DebugType>
203
    <PlatformTarget>x86</PlatformTarget>
204
    <ErrorReport>prompt</ErrorReport>
205
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
206
    <Prefer32Bit>true</Prefer32Bit>
207
  </PropertyGroup>
208
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x64'">
209
    <DebugSymbols>true</DebugSymbols>
210
    <OutputPath>bin\x64\Release_Hyosung\</OutputPath>
211
    <DefineConstants>DEBUG;TRACE</DefineConstants>
212
    <DebugType>full</DebugType>
213
    <PlatformTarget>x64</PlatformTarget>
214
    <ErrorReport>prompt</ErrorReport>
215
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
216
    <Prefer32Bit>true</Prefer32Bit>
217
  </PropertyGroup>
188 218
  <ItemGroup>
189 219
    <Reference Include="System" />
190 220
    <Reference Include="System.Data" />
ZoomAndPan/ZoomAndPan.csproj
104 104
    <ErrorReport>prompt</ErrorReport>
105 105
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
106 106
  </PropertyGroup>
107
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
108
    <DebugSymbols>true</DebugSymbols>
109
    <OutputPath>bin\Release_Hyosung\</OutputPath>
110
    <DefineConstants>DEBUG;TRACE</DefineConstants>
111
    <DebugType>full</DebugType>
112
    <PlatformTarget>AnyCPU</PlatformTarget>
113
    <ErrorReport>prompt</ErrorReport>
114
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
115
  </PropertyGroup>
116
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
117
    <DebugSymbols>true</DebugSymbols>
118
    <OutputPath>bin\x86\Release_Hyosung\</OutputPath>
119
    <DefineConstants>DEBUG;TRACE</DefineConstants>
120
    <DebugType>full</DebugType>
121
    <PlatformTarget>x86</PlatformTarget>
122
    <ErrorReport>prompt</ErrorReport>
123
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
124
  </PropertyGroup>
107 125
  <ItemGroup>
108 126
    <Reference Include="PresentationCore" />
109 127
    <Reference Include="PresentationFramework" />

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)