프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / KCOM / KCOM.csproj @ fa3271c7

이력 | 보기 | 이력해설 | 다운로드 (76.2 KB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="..\packages\Microsoft.Net.Compilers.4.2.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.4.2.0\build\Microsoft.Net.Compilers.props')" />
4
  <Import Project="..\packages\Obfuscar.2.2.29\build\obfuscar.props" Condition="Exists('..\packages\Obfuscar.2.2.29\build\obfuscar.props')" />
5
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
6
  <PropertyGroup>
7
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9
    <ProjectGuid>{9F7C22A1-065C-4203-A570-F9EEA08F2344}</ProjectGuid>
10
    <OutputType>WinExe</OutputType>
11
    <RootNamespace>KCOM</RootNamespace>
12
    <AssemblyName>KCOM</AssemblyName>
13
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
14
    <FileAlignment>512</FileAlignment>
15
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16
    <WarningLevel>4</WarningLevel>
17
    <NuGetPackageImportStamp>
18
    </NuGetPackageImportStamp>
19
    <TargetFrameworkProfile />
20
    <IsWebBootstrapper>false</IsWebBootstrapper>
21
    <PublishUrl>publish\</PublishUrl>
22
    <Install>true</Install>
23
    <InstallFrom>Disk</InstallFrom>
24
    <UpdateEnabled>false</UpdateEnabled>
25
    <UpdateMode>Foreground</UpdateMode>
26
    <UpdateInterval>7</UpdateInterval>
27
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28
    <UpdatePeriodically>false</UpdatePeriodically>
29
    <UpdateRequired>false</UpdateRequired>
30
    <MapFileExtensions>true</MapFileExtensions>
31
    <ApplicationRevision>0</ApplicationRevision>
32
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33
    <UseApplicationTrust>false</UseApplicationTrust>
34
    <BootstrapperEnabled>true</BootstrapperEnabled>
35
  </PropertyGroup>
36
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37
    <PlatformTarget>AnyCPU</PlatformTarget>
38
    <DebugSymbols>true</DebugSymbols>
39
    <DebugType>full</DebugType>
40
    <Optimize>false</Optimize>
41
    <OutputPath>bin\Debug\</OutputPath>
42
    <DefineConstants>TRACE;DEBUG;_ACTIVE_LICENSE</DefineConstants>
43
    <ErrorReport>prompt</ErrorReport>
44
    <WarningLevel>4</WarningLevel>
45
    <Prefer32Bit>false</Prefer32Bit>
46
  </PropertyGroup>
47
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48
    <PlatformTarget>AnyCPU</PlatformTarget>
49
    <DebugType>pdbonly</DebugType>
50
    <Optimize>true</Optimize>
51
    <OutputPath>..\Setup\</OutputPath>
52
    <DefineConstants>TRACE</DefineConstants>
53
    <ErrorReport>prompt</ErrorReport>
54
    <WarningLevel>4</WarningLevel>
55
    <Prefer32Bit>false</Prefer32Bit>
56
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
57
  </PropertyGroup>
58
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
59
    <DebugSymbols>true</DebugSymbols>
60
    <OutputPath>bin\x64\Debug\</OutputPath>
61
    <DefineConstants>TRACE;DEBUG;_CUSTOM_BINDING;BASIC_BINDING</DefineConstants>
62
    <DebugType>full</DebugType>
63
    <PlatformTarget>x64</PlatformTarget>
64
    <ErrorReport>prompt</ErrorReport>
65
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
66
    <Prefer32Bit>false</Prefer32Bit>
67
    <WarningLevel>3</WarningLevel>
68
  </PropertyGroup>
69
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
70
    <OutputPath>..\Setup\</OutputPath>
71
    <DefineConstants>TRACE</DefineConstants>
72
    <Optimize>false</Optimize>
73
    <DebugType>pdbonly</DebugType>
74
    <PlatformTarget>x64</PlatformTarget>
75
    <ErrorReport>prompt</ErrorReport>
76
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
77
    <Prefer32Bit>false</Prefer32Bit>
78
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
79
  </PropertyGroup>
80
  <PropertyGroup>
81
    <ApplicationIcon>markup.ico</ApplicationIcon>
82
  </PropertyGroup>
83
  <PropertyGroup>
84
    <TargetZone>LocalIntranet</TargetZone>
85
  </PropertyGroup>
86
  <PropertyGroup>
87
    <GenerateManifests>false</GenerateManifests>
88
  </PropertyGroup>
89
  <PropertyGroup>
90
    <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
91
  </PropertyGroup>
92
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
93
    <DebugSymbols>true</DebugSymbols>
94
    <OutputPath>bin\x86\Debug\</OutputPath>
95
    <DefineConstants>DEBUG;TRACE</DefineConstants>
96
    <DebugType>full</DebugType>
97
    <PlatformTarget>x86</PlatformTarget>
98
    <ErrorReport>prompt</ErrorReport>
99
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
100
  </PropertyGroup>
101
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
102
    <OutputPath>bin\x86\Release\</OutputPath>
103
    <DefineConstants>TRACE</DefineConstants>
104
    <Optimize>true</Optimize>
105
    <DebugType>pdbonly</DebugType>
106
    <PlatformTarget>x86</PlatformTarget>
107
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
108
    <ErrorReport>prompt</ErrorReport>
109
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
110
  </PropertyGroup>
111
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'">
112
    <DebugSymbols>true</DebugSymbols>
113
    <OutputPath>bin\Debug_HyoSung\</OutputPath>
114
    <DefineConstants>TRACE;DEBUG;Hyosung</DefineConstants>
115
    <DebugType>full</DebugType>
116
    <PlatformTarget>AnyCPU</PlatformTarget>
117
    <ErrorReport>prompt</ErrorReport>
118
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
119
    <Prefer32Bit>false</Prefer32Bit>
120
  </PropertyGroup>
121
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'">
122
    <DebugSymbols>true</DebugSymbols>
123
    <OutputPath>bin\x64\Debug_HyoSung\</OutputPath>
124
    <DefineConstants>DEBUG;TRACE</DefineConstants>
125
    <WarningLevel>3</WarningLevel>
126
    <DebugType>full</DebugType>
127
    <PlatformTarget>x64</PlatformTarget>
128
    <ErrorReport>prompt</ErrorReport>
129
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
130
  </PropertyGroup>
131
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'">
132
    <DebugSymbols>true</DebugSymbols>
133
    <OutputPath>bin\x86\Debug_HyoSung\</OutputPath>
134
    <DefineConstants>TRACE;DEBUG;Hyosung</DefineConstants>
135
    <DebugType>full</DebugType>
136
    <PlatformTarget>AnyCPU</PlatformTarget>
137
    <ErrorReport>prompt</ErrorReport>
138
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
139
    <Prefer32Bit>false</Prefer32Bit>
140
  </PropertyGroup>
141
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|AnyCPU'">
142
    <DebugSymbols>true</DebugSymbols>
143
    <OutputPath>bin\Debug_DevDoftech\</OutputPath>
144
    <DefineConstants>DEBUG;TRACE</DefineConstants>
145
    <DebugType>full</DebugType>
146
    <PlatformTarget>AnyCPU</PlatformTarget>
147
    <ErrorReport>prompt</ErrorReport>
148
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
149
  </PropertyGroup>
150
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x64'">
151
    <DebugSymbols>true</DebugSymbols>
152
    <OutputPath>bin\x64\Debug_DevDoftech\</OutputPath>
153
    <DefineConstants>DEBUG;TRACE</DefineConstants>
154
    <WarningLevel>3</WarningLevel>
155
    <DebugType>full</DebugType>
156
    <PlatformTarget>x64</PlatformTarget>
157
    <ErrorReport>prompt</ErrorReport>
158
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
159
  </PropertyGroup>
160
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x86'">
161
    <DebugSymbols>true</DebugSymbols>
162
    <OutputPath>bin\x86\Debug_DevDoftech\</OutputPath>
163
    <DefineConstants>DEBUG;TRACE</DefineConstants>
164
    <DebugType>full</DebugType>
165
    <PlatformTarget>x86</PlatformTarget>
166
    <ErrorReport>prompt</ErrorReport>
167
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
168
    <Prefer32Bit>true</Prefer32Bit>
169
  </PropertyGroup>
170
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'">
171
    <DebugSymbols>true</DebugSymbols>
172
    <OutputPath>bin\Debug_CadExport\</OutputPath>
173
    <DefineConstants>DEBUG;TRACE</DefineConstants>
174
    <DebugType>full</DebugType>
175
    <PlatformTarget>AnyCPU</PlatformTarget>
176
    <ErrorReport>prompt</ErrorReport>
177
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
178
  </PropertyGroup>
179
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x64'">
180
    <DebugSymbols>true</DebugSymbols>
181
    <OutputPath>bin\x64\Debug_CadExport\</OutputPath>
182
    <DefineConstants>DEBUG;TRACE</DefineConstants>
183
    <WarningLevel>3</WarningLevel>
184
    <DebugType>full</DebugType>
185
    <PlatformTarget>x64</PlatformTarget>
186
    <ErrorReport>prompt</ErrorReport>
187
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
188
  </PropertyGroup>
189
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'">
190
    <DebugSymbols>true</DebugSymbols>
191
    <OutputPath>bin\x86\Debug_CadExport\</OutputPath>
192
    <DefineConstants>DEBUG;TRACE</DefineConstants>
193
    <DebugType>full</DebugType>
194
    <PlatformTarget>x86</PlatformTarget>
195
    <ErrorReport>prompt</ErrorReport>
196
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
197
    <Prefer32Bit>true</Prefer32Bit>
198
  </PropertyGroup>
199
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'">
200
    <DebugSymbols>true</DebugSymbols>
201
    <OutputPath>bin\Debug_SNI\</OutputPath>
202
    <DefineConstants>DEBUG;TRACE</DefineConstants>
203
    <DebugType>full</DebugType>
204
    <PlatformTarget>AnyCPU</PlatformTarget>
205
    <ErrorReport>prompt</ErrorReport>
206
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
207
  </PropertyGroup>
208
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'">
209
    <DebugSymbols>true</DebugSymbols>
210
    <OutputPath>bin\x64\Debug_SNI\</OutputPath>
211
    <DefineConstants>TRACE;DEBUG;_CUSTOM_BINDING;BASIC_BINDING</DefineConstants>
212
    <WarningLevel>3</WarningLevel>
213
    <DebugType>full</DebugType>
214
    <PlatformTarget>x64</PlatformTarget>
215
    <ErrorReport>prompt</ErrorReport>
216
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
217
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
218
  </PropertyGroup>
219
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'">
220
    <DebugSymbols>true</DebugSymbols>
221
    <OutputPath>bin\x86\Debug_SNI\</OutputPath>
222
    <DefineConstants>DEBUG;TRACE</DefineConstants>
223
    <DebugType>full</DebugType>
224
    <PlatformTarget>x86</PlatformTarget>
225
    <ErrorReport>prompt</ErrorReport>
226
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
227
    <Prefer32Bit>true</Prefer32Bit>
228
  </PropertyGroup>
229
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
230
    <DebugSymbols>true</DebugSymbols>
231
    <OutputPath>..\Release\HyoSung\AnyCPU\</OutputPath>
232
    <DefineConstants>TRACE;DEBUG;Hyosung</DefineConstants>
233
    <DebugType>full</DebugType>
234
    <PlatformTarget>AnyCPU</PlatformTarget>
235
    <ErrorReport>prompt</ErrorReport>
236
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
237
    <Prefer32Bit>false</Prefer32Bit>
238
    <Optimize>true</Optimize>
239
  </PropertyGroup>
240
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x64'">
241
    <DebugSymbols>true</DebugSymbols>
242
    <OutputPath>bin\x64\Release_Hyosung\</OutputPath>
243
    <DefineConstants>DEBUG;TRACE</DefineConstants>
244
    <WarningLevel>3</WarningLevel>
245
    <DebugType>full</DebugType>
246
    <PlatformTarget>x64</PlatformTarget>
247
    <ErrorReport>prompt</ErrorReport>
248
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
249
    <Prefer32Bit>true</Prefer32Bit>
250
  </PropertyGroup>
251
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
252
    <DebugSymbols>true</DebugSymbols>
253
    <OutputPath>..\Release\HyoSung\x86\</OutputPath>
254
    <DefineConstants>TRACE;DEBUG;Hyosung</DefineConstants>
255
    <DebugType>full</DebugType>
256
    <PlatformTarget>x86</PlatformTarget>
257
    <ErrorReport>prompt</ErrorReport>
258
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
259
    <Prefer32Bit>true</Prefer32Bit>
260
  </PropertyGroup>
261
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'">
262
    <DebugSymbols>true</DebugSymbols>
263
    <OutputPath>bin\Release_PEMSS\</OutputPath>
264
    <DefineConstants>TRACE;DEBUG;Hyosung</DefineConstants>
265
    <Optimize>true</Optimize>
266
    <DebugType>full</DebugType>
267
    <PlatformTarget>AnyCPU</PlatformTarget>
268
    <ErrorReport>prompt</ErrorReport>
269
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
270
  </PropertyGroup>
271
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x64'">
272
    <DebugSymbols>true</DebugSymbols>
273
    <OutputPath>bin\x64\Release_PEMSS\</OutputPath>
274
    <DefineConstants>DEBUG;TRACE</DefineConstants>
275
    <WarningLevel>3</WarningLevel>
276
    <DebugType>full</DebugType>
277
    <PlatformTarget>x64</PlatformTarget>
278
    <ErrorReport>prompt</ErrorReport>
279
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
280
    <Prefer32Bit>true</Prefer32Bit>
281
  </PropertyGroup>
282
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'">
283
    <DebugSymbols>true</DebugSymbols>
284
    <OutputPath>bin\x86\Release_PEMSS\</OutputPath>
285
    <DefineConstants>TRACE;DEBUG;Hyosung</DefineConstants>
286
    <DebugType>full</DebugType>
287
    <PlatformTarget>x86</PlatformTarget>
288
    <ErrorReport>prompt</ErrorReport>
289
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
290
    <Prefer32Bit>true</Prefer32Bit>
291
  </PropertyGroup>
292
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
293
    <DebugSymbols>true</DebugSymbols>
294
    <OutputPath>bin\Debug_Daelim\</OutputPath>
295
    <DefineConstants>DEBUG;TRACE</DefineConstants>
296
    <DebugType>full</DebugType>
297
    <PlatformTarget>AnyCPU</PlatformTarget>
298
    <ErrorReport>prompt</ErrorReport>
299
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
300
  </PropertyGroup>
301
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x64'">
302
    <DebugSymbols>true</DebugSymbols>
303
    <OutputPath>bin\x64\Debug_Daelim\</OutputPath>
304
    <DefineConstants>DEBUG;TRACE</DefineConstants>
305
    <WarningLevel>3</WarningLevel>
306
    <DebugType>full</DebugType>
307
    <PlatformTarget>x64</PlatformTarget>
308
    <ErrorReport>prompt</ErrorReport>
309
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
310
  </PropertyGroup>
311
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'">
312
    <DebugSymbols>true</DebugSymbols>
313
    <OutputPath>bin\x86\Debug_Daelim\</OutputPath>
314
    <DefineConstants>DEBUG;TRACE</DefineConstants>
315
    <DebugType>full</DebugType>
316
    <PlatformTarget>x86</PlatformTarget>
317
    <ErrorReport>prompt</ErrorReport>
318
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
319
    <Prefer32Bit>true</Prefer32Bit>
320
  </PropertyGroup>
321
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|AnyCPU'">
322
    <DebugSymbols>true</DebugSymbols>
323
    <OutputPath>bin\Daelim_RemoteTest\</OutputPath>
324
    <DefineConstants>DEBUG;TRACE</DefineConstants>
325
    <DebugType>full</DebugType>
326
    <PlatformTarget>AnyCPU</PlatformTarget>
327
    <ErrorReport>prompt</ErrorReport>
328
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
329
    <Prefer32Bit>true</Prefer32Bit>
330
  </PropertyGroup>
331
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|x64'">
332
    <DebugSymbols>true</DebugSymbols>
333
    <OutputPath>bin\x64\Daelim_RemoteTest\</OutputPath>
334
    <DefineConstants>DEBUG;TRACE</DefineConstants>
335
    <WarningLevel>3</WarningLevel>
336
    <DebugType>full</DebugType>
337
    <PlatformTarget>x64</PlatformTarget>
338
    <ErrorReport>prompt</ErrorReport>
339
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
340
    <Prefer32Bit>true</Prefer32Bit>
341
  </PropertyGroup>
342
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|x86'">
343
    <DebugSymbols>true</DebugSymbols>
344
    <OutputPath>bin\x86\Daelim_RemoteTest\</OutputPath>
345
    <DefineConstants>DEBUG;TRACE</DefineConstants>
346
    <DebugType>full</DebugType>
347
    <PlatformTarget>x86</PlatformTarget>
348
    <ErrorReport>prompt</ErrorReport>
349
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
350
    <Prefer32Bit>true</Prefer32Bit>
351
  </PropertyGroup>
352
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'">
353
    <DebugSymbols>true</DebugSymbols>
354
    <OutputPath>..\Setup\Release_Default\</OutputPath>
355
    <DefineConstants>TRACE;DEBUG;ACTIVE_LICENSE</DefineConstants>
356
    <DebugType>full</DebugType>
357
    <PlatformTarget>AnyCPU</PlatformTarget>
358
    <ErrorReport>prompt</ErrorReport>
359
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
360
    <Prefer32Bit>false</Prefer32Bit>
361
  </PropertyGroup>
362
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x64'">
363
    <DebugSymbols>true</DebugSymbols>
364
    <OutputPath>bin\x64\Release_Default\</OutputPath>
365
    <DefineConstants>TRACE;DEBUG;CUSTOM_BINDING;_BASIC_BINDING</DefineConstants>
366
    <WarningLevel>3</WarningLevel>
367
    <DebugType>full</DebugType>
368
    <PlatformTarget>x64</PlatformTarget>
369
    <ErrorReport>prompt</ErrorReport>
370
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
371
  </PropertyGroup>
372
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x86'">
373
    <DebugSymbols>true</DebugSymbols>
374
    <OutputPath>bin\x86\Release_Default\</OutputPath>
375
    <DefineConstants>DEBUG;TRACE</DefineConstants>
376
    <DebugType>full</DebugType>
377
    <PlatformTarget>AnyCPU</PlatformTarget>
378
    <ErrorReport>prompt</ErrorReport>
379
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
380
    <Prefer32Bit>false</Prefer32Bit>
381
  </PropertyGroup>
382
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|AnyCPU'">
383
    <DebugSymbols>true</DebugSymbols>
384
    <OutputPath>bin\Release_BSENG\</OutputPath>
385
    <DefineConstants>TRACE;DEBUG;Hyosung</DefineConstants>
386
    <Optimize>true</Optimize>
387
    <DebugType>full</DebugType>
388
    <PlatformTarget>AnyCPU</PlatformTarget>
389
    <ErrorReport>prompt</ErrorReport>
390
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
391
  </PropertyGroup>
392
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|x64'">
393
    <DebugSymbols>true</DebugSymbols>
394
    <OutputPath>bin\x64\Release_BSENG\</OutputPath>
395
    <DefineConstants>DEBUG;TRACE</DefineConstants>
396
    <WarningLevel>3</WarningLevel>
397
    <DebugType>full</DebugType>
398
    <PlatformTarget>x64</PlatformTarget>
399
    <ErrorReport>prompt</ErrorReport>
400
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
401
    <Prefer32Bit>true</Prefer32Bit>
402
  </PropertyGroup>
403
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|x86'">
404
    <DebugSymbols>true</DebugSymbols>
405
    <OutputPath>bin\x86\Release_BSENG\</OutputPath>
406
    <DefineConstants>TRACE;DEBUG;Hyosung</DefineConstants>
407
    <DebugType>full</DebugType>
408
    <PlatformTarget>x86</PlatformTarget>
409
    <ErrorReport>prompt</ErrorReport>
410
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
411
    <Prefer32Bit>true</Prefer32Bit>
412
  </PropertyGroup>
413
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DIG|AnyCPU'">
414
    <DebugSymbols>true</DebugSymbols>
415
    <OutputPath>bin\Debug_DIG\</OutputPath>
416
    <DefineConstants>TRACE;DEBUG;_ACTIVE_LICENSE</DefineConstants>
417
    <DebugType>full</DebugType>
418
    <PlatformTarget>AnyCPU</PlatformTarget>
419
    <LangVersion>7.3</LangVersion>
420
    <ErrorReport>prompt</ErrorReport>
421
  </PropertyGroup>
422
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DIG|x64'">
423
    <DebugSymbols>true</DebugSymbols>
424
    <OutputPath>bin\x64\Debug_DIG\</OutputPath>
425
    <DefineConstants>TRACE;DEBUG;CUSTOM_BINDING;_BASIC_BINDING</DefineConstants>
426
    <WarningLevel>3</WarningLevel>
427
    <DebugType>full</DebugType>
428
    <PlatformTarget>x64</PlatformTarget>
429
    <LangVersion>7.3</LangVersion>
430
    <ErrorReport>prompt</ErrorReport>
431
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
432
  </PropertyGroup>
433
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DIG|x86'">
434
    <DebugSymbols>true</DebugSymbols>
435
    <OutputPath>bin\x86\Debug_DIG\</OutputPath>
436
    <DefineConstants>DEBUG;TRACE</DefineConstants>
437
    <DebugType>full</DebugType>
438
    <PlatformTarget>x86</PlatformTarget>
439
    <LangVersion>7.3</LangVersion>
440
    <ErrorReport>prompt</ErrorReport>
441
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
442
    <Prefer32Bit>true</Prefer32Bit>
443
  </PropertyGroup>
444
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Etech|AnyCPU'">
445
    <DebugSymbols>true</DebugSymbols>
446
    <OutputPath>bin\Debug_Etech\</OutputPath>
447
    <DefineConstants>TRACE;DEBUG;_ACTIVE_LICENSE</DefineConstants>
448
    <DebugType>full</DebugType>
449
    <PlatformTarget>AnyCPU</PlatformTarget>
450
    <LangVersion>7.3</LangVersion>
451
    <ErrorReport>prompt</ErrorReport>
452
    <Prefer32Bit>true</Prefer32Bit>
453
  </PropertyGroup>
454
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Etech|x64'">
455
    <DebugSymbols>true</DebugSymbols>
456
    <OutputPath>bin\x64\Debug_Etech\</OutputPath>
457
    <DefineConstants>TRACE;DEBUG;_CUSTOM_BINDING;BASIC_BINDING</DefineConstants>
458
    <WarningLevel>3</WarningLevel>
459
    <DebugType>full</DebugType>
460
    <PlatformTarget>x64</PlatformTarget>
461
    <LangVersion>7.3</LangVersion>
462
    <ErrorReport>prompt</ErrorReport>
463
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
464
    <Prefer32Bit>true</Prefer32Bit>
465
  </PropertyGroup>
466
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Etech|x86'">
467
    <DebugSymbols>true</DebugSymbols>
468
    <OutputPath>bin\x86\Debug_Etech\</OutputPath>
469
    <DefineConstants>DEBUG;TRACE</DefineConstants>
470
    <DebugType>full</DebugType>
471
    <PlatformTarget>x86</PlatformTarget>
472
    <LangVersion>7.3</LangVersion>
473
    <ErrorReport>prompt</ErrorReport>
474
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
475
    <Prefer32Bit>true</Prefer32Bit>
476
  </PropertyGroup>
477
  <PropertyGroup>
478
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
479
  </PropertyGroup>
480
  <ItemGroup>
481
    <Reference Include="Bytescout.PDFExtractor, Version=9.0.0.3095, Culture=neutral, PublicKeyToken=f7dd1bd9d40a50eb, processorArchitecture=MSIL">
482
      <HintPath>..\packages\Bytescout.PDFExtractor.9.0.0.3095\lib\net40\Bytescout.PDFExtractor.dll</HintPath>
483
    </Reference>
484
    <Reference Include="Bytescout.PDFExtractor.OCRExtension, Version=9.0.0.3095, Culture=neutral, PublicKeyToken=f7dd1bd9d40a50eb, processorArchitecture=MSIL">
485
      <HintPath>..\packages\Bytescout.PDFExtractor.9.0.0.3095\lib\net40\Bytescout.PDFExtractor.OCRExtension.dll</HintPath>
486
    </Reference>
487
    <Reference Include="ConfigParser, Version=0.3.4.3, Culture=neutral, processorArchitecture=MSIL">
488
      <HintPath>..\packages\Salaros.ConfigParser.0.3.4\lib\net45\ConfigParser.dll</HintPath>
489
    </Reference>
490
    <Reference Include="GemBox.Spreadsheet, Version=39.3.30.1215, Culture=neutral, PublicKeyToken=b1b72c69714d4847, processorArchitecture=MSIL">
491
      <HintPath>..\packages\GemBox.Spreadsheet.39.3.30.1215\lib\net30\GemBox.Spreadsheet.dll</HintPath>
492
    </Reference>
493
    <Reference Include="itextsharp">
494
      <HintPath>..\packages\iTextSharp.5.5.12\lib\itextsharp.dll</HintPath>
495
    </Reference>
496
    <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
497
      <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
498
    </Reference>
499
    <Reference Include="Microsoft.AspNet.SignalR.Client">
500
      <HintPath>..\packages\Microsoft.AspNet.SignalR.Client.2.2.3\lib\net40\Microsoft.AspNet.SignalR.Client.dll</HintPath>
501
    </Reference>
502
    <Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
503
      <HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\Microsoft.Expression.Interactions.dll</HintPath>
504
      <Private>True</Private>
505
    </Reference>
506
    <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
507
      <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
508
    </Reference>
509
    <Reference Include="SharpVectors.Converters.Wpf, Version=1.8.4.0, Culture=neutral, PublicKeyToken=b532964b8548be77, processorArchitecture=MSIL">
510
      <HintPath>..\packages\SharpVectors.Wpf.1.8.4\lib\net46\SharpVectors.Converters.Wpf.dll</HintPath>
511
    </Reference>
512
    <Reference Include="SharpVectors.Core, Version=1.8.4.0, Culture=neutral, PublicKeyToken=7407205e337c98ef, processorArchitecture=MSIL">
513
      <HintPath>..\packages\SharpVectors.Wpf.1.8.4\lib\net46\SharpVectors.Core.dll</HintPath>
514
    </Reference>
515
    <Reference Include="SharpVectors.Css, Version=1.8.4.0, Culture=neutral, PublicKeyToken=7a46e3f532fdb787, processorArchitecture=MSIL">
516
      <HintPath>..\packages\SharpVectors.Wpf.1.8.4\lib\net46\SharpVectors.Css.dll</HintPath>
517
    </Reference>
518
    <Reference Include="SharpVectors.Dom, Version=1.8.4.0, Culture=neutral, PublicKeyToken=517340b6277b1a7a, processorArchitecture=MSIL">
519
      <HintPath>..\packages\SharpVectors.Wpf.1.8.4\lib\net46\SharpVectors.Dom.dll</HintPath>
520
    </Reference>
521
    <Reference Include="SharpVectors.Model, Version=1.8.4.0, Culture=neutral, PublicKeyToken=2236cfc76b505845, processorArchitecture=MSIL">
522
      <HintPath>..\packages\SharpVectors.Wpf.1.8.4\lib\net46\SharpVectors.Model.dll</HintPath>
523
    </Reference>
524
    <Reference Include="SharpVectors.Rendering.Wpf, Version=1.8.4.0, Culture=neutral, PublicKeyToken=d0902381100df30e, processorArchitecture=MSIL">
525
      <HintPath>..\packages\SharpVectors.Wpf.1.8.4\lib\net46\SharpVectors.Rendering.Wpf.dll</HintPath>
526
    </Reference>
527
    <Reference Include="SharpVectors.Runtime.Wpf, Version=1.8.4.0, Culture=neutral, PublicKeyToken=d16e717f0a981fb9, processorArchitecture=MSIL">
528
      <HintPath>..\packages\SharpVectors.Wpf.1.8.4\lib\net46\SharpVectors.Runtime.Wpf.dll</HintPath>
529
    </Reference>
530
    <Reference Include="System" />
531
    <Reference Include="System.ComponentModel.DataAnnotations" />
532
    <Reference Include="System.Configuration" />
533
    <Reference Include="System.Data" />
534
    <Reference Include="System.Data.Entity" />
535
    <Reference Include="System.Drawing" />
536
    <Reference Include="System.EnterpriseServices" />
537
    <Reference Include="System.IdentityModel" />
538
    <Reference Include="System.Management" />
539
    <Reference Include="System.Net" />
540
    <Reference Include="System.Net.Http" />
541
    <Reference Include="System.Runtime.Serialization" />
542
    <Reference Include="System.ServiceModel" />
543
    <Reference Include="System.Web" />
544
    <Reference Include="System.Web.Services" />
545
    <Reference Include="System.Windows.Forms" />
546
    <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
547
      <HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\System.Windows.Interactivity.dll</HintPath>
548
      <Private>True</Private>
549
    </Reference>
550
    <Reference Include="System.Xml" />
551
    <Reference Include="Microsoft.CSharp" />
552
    <Reference Include="System.Core" />
553
    <Reference Include="System.Xml.Linq" />
554
    <Reference Include="System.Data.DataSetExtensions" />
555
    <Reference Include="System.Xaml">
556
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
557
    </Reference>
558
    <Reference Include="Telerik.Windows.Controls, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
559
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.dll</HintPath>
560
      <Private>True</Private>
561
    </Reference>
562
    <Reference Include="Telerik.Windows.Controls.Docking, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
563
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Docking.dll</HintPath>
564
      <Private>True</Private>
565
    </Reference>
566
    <Reference Include="Telerik.Windows.Controls.GridView, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
567
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.GridView.dll</HintPath>
568
      <Private>True</Private>
569
    </Reference>
570
    <Reference Include="Telerik.Windows.Controls.Input, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
571
      <SpecificVersion>False</SpecificVersion>
572
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Input.dll</HintPath>
573
    </Reference>
574
    <Reference Include="Telerik.Windows.Controls.Navigation, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
575
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Navigation.dll</HintPath>
576
      <Private>True</Private>
577
    </Reference>
578
    <Reference Include="Telerik.Windows.Controls.RibbonView, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
579
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.RibbonView.dll</HintPath>
580
      <Private>True</Private>
581
    </Reference>
582
    <Reference Include="Telerik.Windows.Data, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
583
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Data.dll</HintPath>
584
      <Private>True</Private>
585
    </Reference>
586
    <Reference Include="Telerik.Windows.Themes.VisualStudio2013, Version=2018.1.122.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
587
      <SpecificVersion>False</SpecificVersion>
588
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Themes.VisualStudio2013.dll</HintPath>
589
    </Reference>
590
    <Reference Include="ToggleSwitch, Version=1.1.2.0, Culture=neutral, PublicKeyToken=8637099990568f75, processorArchitecture=MSIL">
591
      <HintPath>..\packages\ToggleSwitch.1.1.2\lib\net40-client\ToggleSwitch.dll</HintPath>
592
    </Reference>
593
    <Reference Include="UIAutomationProvider" />
594
    <Reference Include="UIAutomationTypes" />
595
    <Reference Include="WcfExtensions.ServiceModel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
596
      <HintPath>..\packages\WCFExtensions.1.0.0\lib\WcfExtensions.ServiceModel.dll</HintPath>
597
    </Reference>
598
    <Reference Include="WindowsBase" />
599
    <Reference Include="PresentationCore" />
600
    <Reference Include="PresentationFramework" />
601
  </ItemGroup>
602
  <ItemGroup>
603
    <ApplicationDefinition Include="App.xaml">
604
      <Generator>MSBuild:Compile</Generator>
605
      <SubType>Designer</SubType>
606
    </ApplicationDefinition>
607
    <Compile Include="Behaviors\ListViewColumnSizeAutoBehavior.cs" />
608
    <Compile Include="Behaviors\RadListBoxDragVisualProvider.cs" />
609
    <Compile Include="Behaviors\SpecialcharRemove.cs" />
610
    <Compile Include="Behaviors\WindowBehavior.cs" />
611
    <Compile Include="Common\Converter\ColorListToBrushConverter.cs" />
612
    <Compile Include="Common\Converter\StringToColorConverter.cs" />
613
    <Compile Include="Common\Converter\NullToCollapsedConverter.cs" />
614
    <Compile Include="Common\Converter\ZeroToCollapsedConverter.cs" />
615
    <Compile Include="Common\DataSaveTask.cs" />
616
    <Compile Include="Common\Check_Inferface.cs" />
617
    <Compile Include="Common\Check_Uri.cs" />
618
    <Compile Include="Common\Commons.cs" />
619
    <Compile Include="Common\Converter\CmpUrlChange.cs" />
620
    <Compile Include="Common\Converter\CommentTypeImgConverter.cs" />
621
    <Compile Include="Common\Converter\enumStringColorConverter.cs" />
622
    <Compile Include="Common\Converter\enumStringConverter.cs" />
623
    <Compile Include="Common\Converter\PDFVisibleConverter.cs" />
624
    <Compile Include="Common\Converter\SvgConverter.cs" />
625
    <Compile Include="Common\Converter\SvgImageConverter.cs" />
626
    <Compile Include="Common\FileStreamToBase64.cs" />
627
    <Compile Include="Common\ImageAsyncHelper.cs" />
628
    <Compile Include="Common\ImageSourceHelper.cs" />
629
    <Compile Include="Common\ISplashMessage.cs" />
630
    <Compile Include="Common\MacroItem.cs" />
631
    <Compile Include="Common\MarkupUserInfo.cs" />
632
    <Compile Include="Common\MathHelper.cs" />
633
    <Compile Include="Common\MenuItem.cs" />
634
    <Compile Include="Common\MouseInputBase.cs" />
635
    <Compile Include="Controls\ColorList.xaml.cs">
636
      <DependentUpon>ColorList.xaml</DependentUpon>
637
    </Compile>
638
    <Compile Include="Controls\CustomWindow.cs" />
639
    <Compile Include="Controls\MacroEdit.xaml.cs">
640
      <DependentUpon>MacroEdit.xaml</DependentUpon>
641
    </Compile>
642
    <Compile Include="Controls\PasswordBoxUtilities.cs" />
643
    <Compile Include="Controls\SignManager.xaml.cs">
644
      <DependentUpon>SignManager.xaml</DependentUpon>
645
    </Compile>
646
    <Compile Include="Extensions\DownloadProcess.cs" />
647
    <Compile Include="Extensions\LinqExtension.cs" />
648
    <Compile Include="Extensions\MacroHelper.cs" />
649
    <Compile Include="PageManager\PageItem.cs" />
650
    <Compile Include="PageManager\PageLoadCompletedEventArgs.cs" />
651
    <Compile Include="PageManager\PageStorage.cs" />
652
    <Compile Include="Common\SelectionSet.cs" />
653
    <Compile Include="Connected Services\KcomService\Reference.cs">
654
      <AutoGen>True</AutoGen>
655
      <DesignTime>True</DesignTime>
656
      <DependentUpon>Reference.svcmap</DependentUpon>
657
    </Compile>
658
    <Compile Include="Connected Services\ServiceDeepView\Reference.cs">
659
      <AutoGen>True</AutoGen>
660
      <DesignTime>True</DesignTime>
661
      <DependentUpon>Reference.svcmap</DependentUpon>
662
    </Compile>
663
    <Compile Include="Controls\addToFavoriteWindow_Internal.xaml.cs">
664
      <DependentUpon>addToFavoriteWindow_Internal.xaml</DependentUpon>
665
    </Compile>
666
    <Compile Include="Controls\Alert.xaml.cs">
667
      <DependentUpon>Alert.xaml</DependentUpon>
668
    </Compile>
669
    <Compile Include="Controls\CheckList.xaml.cs">
670
      <DependentUpon>CheckList.xaml</DependentUpon>
671
    </Compile>
672
    <Compile Include="Controls\CheckList_Detail.xaml.cs">
673
      <DependentUpon>CheckList_Detail.xaml</DependentUpon>
674
    </Compile>
675
    <Compile Include="Controls\CheckList_Status.xaml.cs">
676
      <DependentUpon>CheckList_Status.xaml</DependentUpon>
677
    </Compile>
678
    <Compile Include="Controls\CommantImage.xaml.cs">
679
      <DependentUpon>CommantImage.xaml</DependentUpon>
680
    </Compile>
681
    <Compile Include="Controls\DecodeImage.cs" />
682
    <Compile Include="Controls\editToFavoriteWindow_Internal.xaml.cs">
683
      <DependentUpon>editToFavoriteWindow_Internal.xaml</DependentUpon>
684
    </Compile>
685
    <Compile Include="Controls\FavoritePanel.xaml.cs">
686
      <DependentUpon>FavoritePanel.xaml</DependentUpon>
687
    </Compile>
688
    <Compile Include="Controls\Panorama.xaml.cs">
689
      <DependentUpon>Panorama.xaml</DependentUpon>
690
    </Compile>
691
    <Compile Include="Controls\ProgressControl.xaml.cs">
692
      <DependentUpon>ProgressControl.xaml</DependentUpon>
693
    </Compile>
694
    <Compile Include="Controls\SearchPanel.xaml.cs">
695
      <DependentUpon>SearchPanel.xaml</DependentUpon>
696
    </Compile>
697
    <Compile Include="Controls\Symbol.xaml.cs">
698
      <DependentUpon>Symbol.xaml</DependentUpon>
699
    </Compile>
700
    <Compile Include="Controls\SymbolPrompt.xaml.cs">
701
      <DependentUpon>SymbolPrompt.xaml</DependentUpon>
702
    </Compile>
703
    <Compile Include="Events\ConsolidateCommand.cs" />
704
    <Compile Include="Events\CopyCommand.cs" />
705
    <Compile Include="Events\CreateCommand.cs" />
706
    <Compile Include="Events\CutCommand.cs" />
707
    <Compile Include="Events\DeleteCommand.cs" />
708
    <Compile Include="Events\Move.cs" />
709
    <Compile Include="Events\PasteCommand.cs" />
710
    <Compile Include="Events\TeamConsolidateCommand.cs" />
711
    <Compile Include="Events\UndoCommand.cs" />
712
    <Compile Include="Events\SaveCommand.cs" />
713
    <Compile Include="Events\RedoCommand.cs" />
714
    <Compile Include="Extensions\MarkupVisitHelper.cs" />
715
    <Compile Include="Extensions\MatrixHelper.cs" />
716
    <Compile Include="Extensions\MouseHelper.cs" />
717
    <Compile Include="Extensions\TaskExtensions.cs" />
718
    <Compile Include="Extensions\VisualHelper.cs" />
719
    <Compile Include="Extensions\WindowHelper.cs" />
720
    <Compile Include="Logger.cs" />
721
    <Compile Include="Messenger\ConversationView.xaml.cs">
722
      <DependentUpon>ConversationView.xaml</DependentUpon>
723
    </Compile>
724
    <Compile Include="Messenger\MessageBase.cs" />
725
    <Compile Include="Views\SplashScreenWindow.xaml.cs">
726
      <DependentUpon>SplashScreenWindow.xaml</DependentUpon>
727
    </Compile>
728
    <Compile Include="VistaSecurity.cs" />
729
    <Compile Include="Web References\Get_FinalImage\Reference.cs">
730
      <AutoGen>True</AutoGen>
731
      <DesignTime>True</DesignTime>
732
      <DependentUpon>Reference.map</DependentUpon>
733
    </Compile>
734
    <Compile Include="Web References\kr.co.devdoftech.cloud\Reference.cs">
735
      <AutoGen>True</AutoGen>
736
      <DesignTime>True</DesignTime>
737
      <DependentUpon>Reference.map</DependentUpon>
738
    </Compile>
739
    <Compile Include="WrapPanel\LengthConverter.cs" />
740
    <Compile Include="WrapPanel\NumericExtensions.cs" />
741
    <Compile Include="WrapPanel\OrientedSize.cs" />
742
    <Compile Include="WrapPanel\TypeConverters.cs" />
743
    <Compile Include="WrapPanel\WrapPanel.cs" />
744
    <Page Include="Assets\MarkupColorListBox.xaml">
745
      <SubType>Designer</SubType>
746
      <Generator>MSBuild:Compile</Generator>
747
    </Page>
748
    <Page Include="Assets\RadGridViewStyleResourceDictionary.xaml">
749
      <Generator>MSBuild:Compile</Generator>
750
      <SubType>Designer</SubType>
751
    </Page>
752
    <Page Include="Controls\addToFavoriteWindow_Internal.xaml">
753
      <Generator>MSBuild:Compile</Generator>
754
      <SubType>Designer</SubType>
755
    </Page>
756
    <Page Include="Controls\AdornerFinal.xaml">
757
      <SubType>Designer</SubType>
758
      <Generator>MSBuild:Compile</Generator>
759
    </Page>
760
    <Page Include="Controls\Alert.xaml">
761
      <Generator>MSBuild:Compile</Generator>
762
      <SubType>Designer</SubType>
763
    </Page>
764
    <Page Include="Controls\CalendarControl.xaml">
765
      <SubType>Designer</SubType>
766
      <Generator>MSBuild:Compile</Generator>
767
    </Page>
768
    <Page Include="Controls\CheckList.xaml">
769
      <SubType>Designer</SubType>
770
      <Generator>MSBuild:Compile</Generator>
771
    </Page>
772
    <Page Include="Controls\CheckList_Detail.xaml">
773
      <Generator>MSBuild:Compile</Generator>
774
      <SubType>Designer</SubType>
775
    </Page>
776
    <Page Include="Controls\CheckList_Status.xaml">
777
      <Generator>MSBuild:Compile</Generator>
778
      <SubType>Designer</SubType>
779
    </Page>
780
    <Page Include="Controls\ColorList.xaml">
781
      <SubType>Designer</SubType>
782
      <Generator>MSBuild:Compile</Generator>
783
    </Page>
784
    <Page Include="Controls\CommantImage.xaml">
785
      <Generator>MSBuild:Compile</Generator>
786
      <SubType>Designer</SubType>
787
    </Page>
788
    <Page Include="Controls\editToFavoriteWindow_Internal.xaml">
789
      <Generator>MSBuild:Compile</Generator>
790
      <SubType>Designer</SubType>
791
    </Page>
792
    <Page Include="Controls\FavoritePanel.xaml">
793
      <Generator>MSBuild:Compile</Generator>
794
      <SubType>Designer</SubType>
795
    </Page>
796
    <Page Include="Controls\MacroEdit.xaml">
797
      <SubType>Designer</SubType>
798
      <Generator>MSBuild:Compile</Generator>
799
    </Page>
800
    <Page Include="Controls\Panorama.xaml">
801
      <SubType>Designer</SubType>
802
      <Generator>MSBuild:Compile</Generator>
803
    </Page>
804
    <Page Include="Controls\PrintControl.xaml">
805
      <SubType>Designer</SubType>
806
      <Generator>MSBuild:Compile</Generator>
807
    </Page>
808
    <Page Include="Controls\ProgressControl.xaml">
809
      <SubType>Designer</SubType>
810
      <Generator>MSBuild:Compile</Generator>
811
    </Page>
812
    <Page Include="Controls\Sample.xaml">
813
      <SubType>Designer</SubType>
814
      <Generator>MSBuild:Compile</Generator>
815
    </Page>
816
    <Page Include="Controls\SearchPanel.xaml">
817
      <SubType>Designer</SubType>
818
      <Generator>MSBuild:Compile</Generator>
819
    </Page>
820
    <Page Include="Controls\SignManager.xaml">
821
      <SubType>Designer</SubType>
822
      <Generator>MSBuild:Compile</Generator>
823
    </Page>
824
    <Page Include="Controls\Symbol.xaml">
825
      <SubType>Designer</SubType>
826
      <Generator>MSBuild:Compile</Generator>
827
    </Page>
828
    <Page Include="Controls\SymbolPrompt.xaml">
829
      <SubType>Designer</SubType>
830
      <Generator>MSBuild:Compile</Generator>
831
    </Page>
832
    <Page Include="Messenger\ConversationView.xaml">
833
      <SubType>Designer</SubType>
834
      <Generator>MSBuild:Compile</Generator>
835
    </Page>
836
    <Page Include="Messenger\StyleDictionary.xaml">
837
      <SubType>Designer</SubType>
838
      <Generator>MSBuild:Compile</Generator>
839
    </Page>
840
    <Page Include="Resources\ClearTextBoxStyle.xaml">
841
      <SubType>Designer</SubType>
842
      <Generator>MSBuild:Compile</Generator>
843
    </Page>
844
    <Page Include="Resources\DecodeImageTemplate.xaml">
845
      <SubType>Designer</SubType>
846
      <Generator>MSBuild:Compile</Generator>
847
    </Page>
848
    <Page Include="Resources\DragAndDropListBoxStyle.xaml">
849
      <SubType>Designer</SubType>
850
      <Generator>MSBuild:Compile</Generator>
851
    </Page>
852
    <Page Include="Resources\RadConfirmStyle.xaml">
853
      <SubType>Designer</SubType>
854
      <Generator>MSBuild:Compile</Generator>
855
    </Page>
856
    <Page Include="Resources\RadPasswordPromptStyle.xaml">
857
      <SubType>Designer</SubType>
858
      <Generator>MSBuild:Compile</Generator>
859
    </Page>
860
    <Page Include="Resources\SimpleLIstViewStyle.xaml">
861
      <SubType>Designer</SubType>
862
      <Generator>MSBuild:Compile</Generator>
863
    </Page>
864
    <Page Include="Resources\Theme_CustomControl.xaml">
865
      <SubType>Designer</SubType>
866
      <Generator>MSBuild:Compile</Generator>
867
    </Page>
868
    <Page Include="Resources\WindowStyle.xaml">
869
      <SubType>Designer</SubType>
870
      <Generator>MSBuild:Compile</Generator>
871
    </Page>
872
    <Page Include="Views\MainMenu.xaml">
873
      <SubType>Designer</SubType>
874
      <Generator>MSBuild:Compile</Generator>
875
    </Page>
876
    <Page Include="Controls\Explorer.xaml">
877
      <SubType>Designer</SubType>
878
      <Generator>MSBuild:Compile</Generator>
879
    </Page>
880
    <Page Include="Views\SplashScreenWindow.xaml">
881
      <SubType>Designer</SubType>
882
      <Generator>MSBuild:Compile</Generator>
883
    </Page>
884
    <Page Include="Views\TopMenu.xaml">
885
      <SubType>Designer</SubType>
886
      <Generator>MSBuild:Compile</Generator>
887
    </Page>
888
    <Page Include="MainWindow.xaml">
889
      <Generator>MSBuild:Compile</Generator>
890
      <SubType>Designer</SubType>
891
    </Page>
892
    <Compile Include="App.xaml.cs">
893
      <DependentUpon>App.xaml</DependentUpon>
894
      <SubType>Code</SubType>
895
    </Compile>
896
    <Compile Include="Common\AdornerCore.cs" />
897
    <Compile Include="Common\Converter\BoolToVisibleConverter.cs" />
898
    <Compile Include="Common\Converter\ConsolidationBackgroudConverter.cs" />
899
    <Compile Include="Common\Converter\ConsolidationStringConverter.cs" />
900
    <Compile Include="Common\Converter\MarginCorrectionConverter.cs" />
901
    <Compile Include="Common\Converter\MarkupDataToConverter.cs" />
902
    <Compile Include="Common\Converter\PreviewerVisibleConverter.cs" />
903
    <Compile Include="Common\Converter\StringToColorBrushConverter.cs" />
904
    <Compile Include="Common\DocumentSet.cs" />
905
    <Compile Include="Common\ExpandingMouseOver.cs" />
906
    <Compile Include="Common\InitData.cs" />
907
    <Compile Include="Common\ThumbnailItem.cs" />
908
    <Compile Include="Common\UsersCommentPagesMember.cs" />
909
    <Compile Include="Common\ViewerDataModel.cs" />
910
    <Compile Include="Controls\AdornerFinal.xaml.cs">
911
      <DependentUpon>AdornerFinal.xaml</DependentUpon>
912
    </Compile>
913
    <Compile Include="Controls\CalendarControl.xaml.cs">
914
      <DependentUpon>CalendarControl.xaml</DependentUpon>
915
    </Compile>
916
    <Compile Include="Controls\PrintControl.xaml.cs">
917
      <DependentUpon>PrintControl.xaml</DependentUpon>
918
    </Compile>
919
    <Compile Include="Controls\Sample.xaml.cs">
920
      <DependentUpon>Sample.xaml</DependentUpon>
921
    </Compile>
922
    <Compile Include="Events\Event_KeyEvent.cs" />
923
    <Compile Include="Events\Export.cs" />
924
    <Compile Include="Events\Implementation\TopMenuEvent.cs" />
925
    <Compile Include="Events\Load.cs" />
926
    <Compile Include="Events\Property\EventProperty.cs" />
927
    <Compile Include="RegexCollection.cs" />
928
    <Compile Include="Services\BaseServices.cs" />
929
    <Compile Include="Views\MainMenu.xaml.cs">
930
      <DependentUpon>MainMenu.xaml</DependentUpon>
931
    </Compile>
932
    <Compile Include="Controls\Explorer.xaml.cs">
933
      <DependentUpon>Explorer.xaml</DependentUpon>
934
    </Compile>
935
    <Compile Include="Views\TopMenu.xaml.cs">
936
      <DependentUpon>TopMenu.xaml</DependentUpon>
937
    </Compile>
938
    <Compile Include="MainWindow.xaml.cs">
939
      <DependentUpon>MainWindow.xaml</DependentUpon>
940
      <SubType>Code</SubType>
941
    </Compile>
942
    <Page Include="Resources\Theme_Color.xaml">
943
      <SubType>Designer</SubType>
944
      <Generator>MSBuild:Compile</Generator>
945
    </Page>
946
  </ItemGroup>
947
  <ItemGroup>
948
    <Compile Include="Properties\AssemblyInfo.cs">
949
      <SubType>Code</SubType>
950
    </Compile>
951
    <Compile Include="Properties\Resources.Designer.cs">
952
      <AutoGen>True</AutoGen>
953
      <DesignTime>True</DesignTime>
954
      <DependentUpon>Resources.resx</DependentUpon>
955
    </Compile>
956
    <Compile Include="Properties\Settings.Designer.cs">
957
      <AutoGen>True</AutoGen>
958
      <DependentUpon>Settings.settings</DependentUpon>
959
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
960
    </Compile>
961
    <EmbeddedResource Include="Properties\Resources.resx">
962
      <Generator>ResXFileCodeGenerator</Generator>
963
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
964
    </EmbeddedResource>
965
    <None Include="app.config">
966
      <SubType>Designer</SubType>
967
    </None>
968
    <None Include="app.Debug.config">
969
      <DependentUpon>app.config</DependentUpon>
970
    </None>
971
    <None Include="app.Debug_CadExport.config">
972
      <DependentUpon>app.config</DependentUpon>
973
    </None>
974
    <None Include="app.Debug_Daelim.config">
975
      <DependentUpon>app.config</DependentUpon>
976
    </None>
977
    <None Include="app.Debug_DevDoftech.config">
978
      <DependentUpon>app.config</DependentUpon>
979
    </None>
980
    <None Include="app.Debug_HyoSung.config">
981
      <DependentUpon>app.config</DependentUpon>
982
    </None>
983
    <None Include="app.Debug_SNI.config">
984
      <DependentUpon>app.config</DependentUpon>
985
    </None>
986
    <None Include="app.Release.config">
987
      <DependentUpon>app.config</DependentUpon>
988
    </None>
989
    <None Include="app.Release_Hyosung.config">
990
      <DependentUpon>app.config</DependentUpon>
991
    </None>
992
    <None Include="app.Release_PEMSS.config">
993
      <DependentUpon>app.config</DependentUpon>
994
    </None>
995
    <None Include="Connected Services\KcomService\KCOM.KcomService.FinalPDFResult.datasource">
996
      <DependentUpon>Reference.svcmap</DependentUpon>
997
    </None>
998
    <None Include="Connected Services\KcomService\ServiceDeepView.wsdl" />
999
    <None Include="Connected Services\KcomService\ServiceDeepView.xsd">
1000
      <SubType>Designer</SubType>
1001
    </None>
1002
    <None Include="Connected Services\KcomService\ServiceDeepView1.wsdl" />
1003
    <None Include="Connected Services\KcomService\ServiceDeepView1.xsd">
1004
      <SubType>Designer</SubType>
1005
    </None>
1006
    <None Include="Connected Services\KcomService\ServiceDeepView2.xsd">
1007
      <SubType>Designer</SubType>
1008
    </None>
1009
    <None Include="Connected Services\KcomService\ServiceDeepView3.xsd">
1010
      <SubType>Designer</SubType>
1011
    </None>
1012
    <None Include="Connected Services\KcomService\ServiceDeepView4.xsd">
1013
      <SubType>Designer</SubType>
1014
    </None>
1015
    <None Include="Connected Services\KcomService\ServiceDeepView5.xsd">
1016
      <SubType>Designer</SubType>
1017
    </None>
1018
    <None Include="Connected Services\KcomService\ServiceDeepView6.xsd">
1019
      <SubType>Designer</SubType>
1020
    </None>
1021
    <None Include="Connected Services\KcomService\ServiceDeepView7.xsd">
1022
      <SubType>Designer</SubType>
1023
    </None>
1024
    <None Include="Connected Services\KcomService\ServiceDeepView8.xsd">
1025
      <SubType>Designer</SubType>
1026
    </None>
1027
    <None Include="Connected Services\ServiceDeepView\KCOM.ServiceDeepView.FinalPDFResult.datasource">
1028
      <DependentUpon>Reference.svcmap</DependentUpon>
1029
    </None>
1030
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView2.wsdl" />
1031
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView21.wsdl" />
1032
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView22.wsdl" />
1033
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView23.wsdl" />
1034
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView9.xsd">
1035
      <SubType>Designer</SubType>
1036
    </None>
1037
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView91.xsd">
1038
      <SubType>Designer</SubType>
1039
    </None>
1040
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView910.xsd">
1041
      <SubType>Designer</SubType>
1042
    </None>
1043
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView911.xsd">
1044
      <SubType>Designer</SubType>
1045
    </None>
1046
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView912.xsd">
1047
      <SubType>Designer</SubType>
1048
    </None>
1049
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView913.xsd">
1050
      <SubType>Designer</SubType>
1051
    </None>
1052
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView914.xsd">
1053
      <SubType>Designer</SubType>
1054
    </None>
1055
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView915.xsd">
1056
      <SubType>Designer</SubType>
1057
    </None>
1058
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView916.xsd">
1059
      <SubType>Designer</SubType>
1060
    </None>
1061
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView917.xsd">
1062
      <SubType>Designer</SubType>
1063
    </None>
1064
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView92.xsd">
1065
      <SubType>Designer</SubType>
1066
    </None>
1067
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView93.xsd">
1068
      <SubType>Designer</SubType>
1069
    </None>
1070
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView94.xsd">
1071
      <SubType>Designer</SubType>
1072
    </None>
1073
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView95.xsd">
1074
      <SubType>Designer</SubType>
1075
    </None>
1076
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView96.xsd">
1077
      <SubType>Designer</SubType>
1078
    </None>
1079
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView97.xsd">
1080
      <SubType>Designer</SubType>
1081
    </None>
1082
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView98.xsd">
1083
      <SubType>Designer</SubType>
1084
    </None>
1085
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView99.xsd">
1086
      <SubType>Designer</SubType>
1087
    </None>
1088
    <None Include="Log.config">
1089
      <SubType>Designer</SubType>
1090
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
1091
    </None>
1092
    <None Include="MARKUS - 복사본.ini" />
1093
    <None Include="MARKUS.ini">
1094
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
1095
    </None>
1096
    <None Include="packages.config">
1097
      <SubType>Designer</SubType>
1098
    </None>
1099
    <None Include="Properties\app.manifest">
1100
      <SubType>Designer</SubType>
1101
    </None>
1102
    <None Include="Properties\DataSources\IKCOM.KCOM_SystemInfo.datasource" />
1103
    <None Include="Properties\DataSources\IKCOM.MarkupInfoItem.datasource" />
1104
    <None Include="Properties\DataSources\IKCOM.VersionInfo.datasource" />
1105
    <None Include="Properties\DataSources\IKCOM.VPRevision.datasource" />
1106
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST.datasource" />
1107
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST_HISTORY.datasource" />
1108
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCINFO.datasource" />
1109
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCPAGE.datasource" />
1110
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCUMENT_ITEM.datasource" />
1111
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.FAVORITE_DOC.datasource" />
1112
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.FINAL_PDF.datasource" />
1113
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_DATA.datasource" />
1114
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_INFO.datasource" />
1115
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.MEMBER.datasource" />
1116
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.PROPERTIES.datasource" />
1117
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PRIVATE.datasource" />
1118
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PUBLIC.datasource" />
1119
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.TALK.datasource" />
1120
    <None Include="Properties\DataSources\System.Windows.Rect.datasource" />
1121
    <None Include="Properties\Settings.settings">
1122
      <Generator>SettingsSingleFileGenerator</Generator>
1123
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
1124
      <SubType>Designer</SubType>
1125
    </None>
1126
    <Resource Include="Resources\mayqueen.ttf" />
1127
    <None Include="tessdata\deu.traineddata">
1128
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1129
    </None>
1130
    <None Include="tessdata\eng.traineddata">
1131
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1132
    </None>
1133
    <None Include="tessdata\fra.traineddata">
1134
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1135
    </None>
1136
    <None Include="tessdata\spa.traineddata">
1137
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1138
    </None>
1139
    <None Include="Web References\Get_FinalImage\Get_PdfImage.wsdl" />
1140
    <None Include="Web References\Get_FinalImage\Reference.map">
1141
      <Generator>MSDiscoCodeGenerator</Generator>
1142
      <LastGenOutput>Reference.cs</LastGenOutput>
1143
    </None>
1144
    <None Include="Web References\kr.co.devdoftech.cloud\FileUpload.wsdl" />
1145
    <None Include="Web References\kr.co.devdoftech.cloud\Reference.map">
1146
      <Generator>MSDiscoCodeGenerator</Generator>
1147
      <LastGenOutput>Reference.cs</LastGenOutput>
1148
    </None>
1149
  </ItemGroup>
1150
  <ItemGroup>
1151
    <WCFMetadata Include="Connected Services\" />
1152
  </ItemGroup>
1153
  <ItemGroup>
1154
    <Resource Include="Resources\Images\ExtImage\bmp.png" />
1155
    <Resource Include="Resources\Images\ExtImage\docx.png" />
1156
    <Resource Include="Resources\Images\ExtImage\jpg.png" />
1157
    <Resource Include="Resources\Images\ExtImage\pdf.png" />
1158
    <Resource Include="Resources\Images\ExtImage\png.png" />
1159
    <Resource Include="Resources\Images\ExtImage\pptx.png" />
1160
    <Resource Include="Resources\Images\ExtImage\psd.png" />
1161
    <Resource Include="Resources\Images\ExtImage\txt.png" />
1162
    <Resource Include="Resources\Images\ExtImage\xlsx.png" />
1163
    <Resource Include="Resources\Images\ExtImage\zip.png" />
1164
  </ItemGroup>
1165
  <ItemGroup>
1166
    <Resource Include="Resources\Images\Logo\Daelim.jpg" />
1167
  </ItemGroup>
1168
  <ItemGroup>
1169
    <Resource Include="Resources\Images\OCSStatusImage\BLANK.png" />
1170
    <Resource Include="Resources\Images\OCSStatusImage\IMNAWAY.PNG" />
1171
    <Resource Include="Resources\Images\OCSStatusImage\IMNAWAYOOF.PNG" />
1172
    <Resource Include="Resources\Images\OCSStatusImage\IMNBLOCKED.PNG" />
1173
    <Resource Include="Resources\Images\OCSStatusImage\IMNBUSY.PNG" />
1174
    <Resource Include="Resources\Images\OCSStatusImage\IMNBUSYOOF.PNG" />
1175
    <Resource Include="Resources\Images\OCSStatusImage\IMNDND.PNG" />
1176
    <Resource Include="Resources\Images\OCSStatusImage\IMNDNDOOF.PNG" />
1177
    <Resource Include="Resources\Images\OCSStatusImage\IMNHDR.png" />
1178
    <Resource Include="Resources\Images\OCSStatusImage\IMNIDLE.PNG" />
1179
    <Resource Include="Resources\Images\OCSStatusImage\imnidlebusy.png" />
1180
    <Resource Include="Resources\Images\OCSStatusImage\imnidlebusyoof.png" />
1181
    <Resource Include="Resources\Images\OCSStatusImage\IMNIDLEOOF.PNG" />
1182
    <Resource Include="Resources\Images\OCSStatusImage\IMNOFF.PNG" />
1183
    <Resource Include="Resources\Images\OCSStatusImage\IMNOFFOOF.PNG" />
1184
    <Resource Include="Resources\Images\OCSStatusImage\IMNON.PNG" />
1185
    <Resource Include="Resources\Images\OCSStatusImage\IMNONOOF.PNG" />
1186
    <Resource Include="Resources\Images\OCSStatusImage\IMNUNK.PNG" />
1187
  </ItemGroup>
1188
  <ItemGroup>
1189
    <Resource Include="Resources\Images\MenuImage_New\arc.png" />
1190
    <Resource Include="Resources\Images\MenuImage_New\arrow.png" />
1191
    <Resource Include="Resources\Images\MenuImage_New\arrowText.png" />
1192
    <Resource Include="Resources\Images\MenuImage_New\arrowtextBorder.png" />
1193
    <Resource Include="Resources\Images\MenuImage_New\arrowTextCloud.png" />
1194
    <Resource Include="Resources\Images\MenuImage_New\arrowtextTrans.png" />
1195
    <Resource Include="Resources\Images\MenuImage_New\arrowTrans.png" />
1196
    <Resource Include="Resources\Images\MenuImage_New\arrowTransBorder.png" />
1197
    <Resource Include="Resources\Images\MenuImage_New\arrowTransCloud.png" />
1198
    <Resource Include="Resources\Images\MenuImage_New\bold.png" />
1199
    <Resource Include="Resources\Images\MenuImage_New\calendar.png" />
1200
    <Resource Include="Resources\Images\MenuImage_New\circle.png" />
1201
    <Resource Include="Resources\Images\MenuImage_New\cloud.png" />
1202
    <Resource Include="Resources\Images\MenuImage_New\cloudRect.png" />
1203
    <Resource Include="Resources\Images\MenuImage_New\dimension.png" />
1204
    <Resource Include="Resources\Images\MenuImage_New\dimensionEx.png" />
1205
    <Resource Include="Resources\Images\MenuImage_New\eraser.png" />
1206
    <Resource Include="Resources\Images\MenuImage_New\eraserLine.png" />
1207
    <Resource Include="Resources\Images\MenuImage_New\Italic.png" />
1208
    <Resource Include="Resources\Images\MenuImage_New\line.png" />
1209
    <Resource Include="Resources\Images\MenuImage_New\lineChain.png" />
1210
    <Resource Include="Resources\Images\MenuImage_New\lineDelete.png" />
1211
    <Resource Include="Resources\Images\MenuImage_New\markCheck.png" />
1212
    <Resource Include="Resources\Images\MenuImage_New\markRect.png" />
1213
    <Resource Include="Resources\Images\MenuImage_New\pen.png" />
1214
    <Resource Include="Resources\Images\MenuImage_New\picture.png" />
1215
    <Resource Include="Resources\Images\MenuImage_New\polygon.png" />
1216
    <Resource Include="Resources\Images\MenuImage_New\rectangle.png" />
1217
    <Resource Include="Resources\Images\MenuImage_New\select.png" />
1218
    <Resource Include="Resources\Images\MenuImage_New\selectInk.png" />
1219
    <Resource Include="Resources\Images\MenuImage_New\sign.png" />
1220
    <Resource Include="Resources\Images\MenuImage_New\signReal.png" />
1221
    <Resource Include="Resources\Images\MenuImage_New\stamp.png" />
1222
    <Resource Include="Resources\Images\MenuImage_New\text.png" />
1223
    <Resource Include="Resources\Images\MenuImage_New\textBorder.png" />
1224
    <Resource Include="Resources\Images\MenuImage_New\textCloud.png" />
1225
    <Resource Include="Resources\Images\MenuImage_New\triangle.png" />
1226
    <Resource Include="Resources\Images\MenuImage_New\underline.png" />
1227
  </ItemGroup>
1228
  <ItemGroup>
1229
    <Resource Include="Resources\Images\MenuImage_New\print.png" />
1230
  </ItemGroup>
1231
  <ItemGroup>
1232
    <Resource Include="Resources\Images\MenuImage_New\printer.png" />
1233
  </ItemGroup>
1234
  <ItemGroup>
1235
    <Resource Include="Resources\Images\MenuImage_New\toPDF.png" />
1236
  </ItemGroup>
1237
  <ItemGroup>
1238
    <Resource Include="Resources\Images\MenuImage_New\minus.png" />
1239
    <Resource Include="Resources\Images\MenuImage_New\plus.png" />
1240
  </ItemGroup>
1241
  <ItemGroup>
1242
    <Resource Include="Resources\Images\MenuImage_New\fitWindownHeight.png" />
1243
    <Resource Include="Resources\Images\MenuImage_New\fitWindownWidth.png" />
1244
    <Resource Include="Resources\Images\MenuImage_New\fullscreen.png" />
1245
  </ItemGroup>
1246
  <ItemGroup>
1247
    <Resource Include="Resources\Images\MenuImage_New\expand.png" />
1248
  </ItemGroup>
1249
  <ItemGroup>
1250
    <Resource Include="Resources\Images\MenuImage_New\zoom-in-tool.png" />
1251
  </ItemGroup>
1252
  <ItemGroup>
1253
    <Resource Include="Resources\Images\MenuImage_New\pageArrow.png" />
1254
  </ItemGroup>
1255
  <ItemGroup>
1256
    <Resource Include="Messenger\user.png" />
1257
  </ItemGroup>
1258
  <ItemGroup>
1259
    <WCFMetadataStorage Include="Connected Services\KcomService\" />
1260
    <WCFMetadataStorage Include="Connected Services\ServiceDeepView\" />
1261
  </ItemGroup>
1262
  <ItemGroup>
1263
    <None Include="Connected Services\ServiceDeepView\configuration91.svcinfo" />
1264
  </ItemGroup>
1265
  <ItemGroup>
1266
    <None Include="Connected Services\ServiceDeepView\configuration.svcinfo" />
1267
  </ItemGroup>
1268
  <ItemGroup>
1269
    <None Include="Connected Services\ServiceDeepView\Reference.svcmap">
1270
      <Generator>WCF Proxy Generator</Generator>
1271
      <LastGenOutput>Reference.cs</LastGenOutput>
1272
    </None>
1273
  </ItemGroup>
1274
  <ItemGroup>
1275
    <WebReferences Include="Web References\" />
1276
  </ItemGroup>
1277
  <ItemGroup>
1278
    <WebReferenceUrl Include="http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx">
1279
      <UrlBehavior>Dynamic</UrlBehavior>
1280
      <RelPath>Web References\Get_FinalImage\</RelPath>
1281
      <UpdateFromURL>http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx</UpdateFromURL>
1282
      <ServiceLocationURL>
1283
      </ServiceLocationURL>
1284
      <CachedDynamicPropName>
1285
      </CachedDynamicPropName>
1286
      <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
1287
      <CachedSettingsPropName>KCOM_Get_FinalImage_Get_PdfImage</CachedSettingsPropName>
1288
    </WebReferenceUrl>
1289
    <WebReferenceUrl Include="https://localhost:44393/FileUpload.asmx">
1290
      <UrlBehavior>Dynamic</UrlBehavior>
1291
      <RelPath>Web References\kr.co.devdoftech.cloud\</RelPath>
1292
      <UpdateFromURL>https://localhost:44393/FileUpload.asmx</UpdateFromURL>
1293
      <ServiceLocationURL>
1294
      </ServiceLocationURL>
1295
      <CachedDynamicPropName>
1296
      </CachedDynamicPropName>
1297
      <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
1298
      <CachedSettingsPropName>KCOM_kr_co_devdoftech_cloud_FileUpload</CachedSettingsPropName>
1299
    </WebReferenceUrl>
1300
  </ItemGroup>
1301
  <ItemGroup>
1302
    <None Include="Web References\kr.co.devdoftech.cloud\FileUpload.disco" />
1303
  </ItemGroup>
1304
  <ItemGroup>
1305
    <Resource Include="Resources\Images\MenuImage_New\up-arrow.png" />
1306
  </ItemGroup>
1307
  <ItemGroup>
1308
    <Resource Include="Resources\Images\MenuImage_New\cancel.png" />
1309
  </ItemGroup>
1310
  <ItemGroup>
1311
    <Resource Include="Resources\Images\MenuImage_New\locked-padlock.png" />
1312
    <Resource Include="Resources\Images\MenuImage_New\locked-padlock_color.png" />
1313
  </ItemGroup>
1314
  <ItemGroup>
1315
    <Folder Include="PlugIn\" />
1316
    <Folder Include="Themes\" />
1317
  </ItemGroup>
1318
  <ItemGroup>
1319
    <Resource Include="Messenger\clip.png" />
1320
    <Resource Include="Messenger\frame-landscape.png" />
1321
  </ItemGroup>
1322
  <ItemGroup>
1323
    <Resource Include="Messenger\email.png" />
1324
  </ItemGroup>
1325
  <ItemGroup>
1326
    <Resource Include="Messenger\check_pen.png" />
1327
  </ItemGroup>
1328
  <ItemGroup>
1329
    <Resource Include="Resources\Images\MenuImage_New\panorama.png" />
1330
  </ItemGroup>
1331
  <ItemGroup>
1332
    <Resource Include="Resources\Images\MenuImage_New\Rotate_Minus.png" />
1333
    <Resource Include="Resources\Images\MenuImage_New\Rotate_Plus.png" />
1334
  </ItemGroup>
1335
  <ItemGroup>
1336
    <Resource Include="Resources\Images\MenuImage_New\flip.png" />
1337
  </ItemGroup>
1338
  <ItemGroup>
1339
    <Resource Include="Resources\Images\MenuImage_New\checklist.png" />
1340
  </ItemGroup>
1341
  <ItemGroup>
1342
    <Resource Include="Resources\Images\MenuImage_New\pdf.png" />
1343
  </ItemGroup>
1344
  <ItemGroup>
1345
    <Resource Include="Resources\Images\MenuImage_New\file.png" />
1346
  </ItemGroup>
1347
  <ItemGroup>
1348
    <Resource Include="Resources\Images\MenuImage_New\diskette.png" />
1349
  </ItemGroup>
1350
  <ItemGroup>
1351
    <Resource Include="markup.ico" />
1352
  </ItemGroup>
1353
  <ItemGroup>
1354
    <Resource Include="Resources\Images\MenuImage_New\chronometer.png" />
1355
  </ItemGroup>
1356
  <ItemGroup>
1357
    <None Include="Web References\Get_FinalImage\Get_PdfImage.disco" />
1358
  </ItemGroup>
1359
  <ItemGroup>
1360
    <Resource Include="Resources\Images\MenuImage_New\archive.png" />
1361
  </ItemGroup>
1362
  <ItemGroup>
1363
    <Resource Include="Resources\Images\MenuImage_New\copy1.png" />
1364
    <Resource Include="Resources\Images\MenuImage_New\copy2.png" />
1365
    <Resource Include="Resources\Images\MenuImage_New\copy3.png" />
1366
    <Resource Include="Resources\Images\MenuImage_New\copy4.png" />
1367
    <Resource Include="Resources\Images\MenuImage_New\Cut1.png" />
1368
    <Resource Include="Resources\Images\MenuImage_New\Cut2.png" />
1369
    <Resource Include="Resources\Images\MenuImage_New\Cut3.png" />
1370
    <Resource Include="Resources\Images\MenuImage_New\Cut4.png" />
1371
    <Resource Include="Resources\Images\MenuImage_New\Delete1.png" />
1372
    <Resource Include="Resources\Images\MenuImage_New\Delete2.png" />
1373
    <Resource Include="Resources\Images\MenuImage_New\Delete3.png" />
1374
    <Resource Include="Resources\Images\MenuImage_New\Delete4.png" />
1375
    <Resource Include="Resources\Images\MenuImage_New\Paste1.png" />
1376
    <Resource Include="Resources\Images\MenuImage_New\Paste2.png" />
1377
    <Resource Include="Resources\Images\MenuImage_New\Paste3.png" />
1378
    <Resource Include="Resources\Images\MenuImage_New\Paste4.png" />
1379
    <Resource Include="Resources\Images\MenuImage_New\Undo1.png" />
1380
    <Resource Include="Resources\Images\MenuImage_New\Undo2.png" />
1381
    <Resource Include="Resources\Images\MenuImage_New\Undo3.png" />
1382
    <Resource Include="Resources\Images\MenuImage_New\Undo4.png" />
1383
  </ItemGroup>
1384
  <ItemGroup>
1385
    <Resource Include="Resources\Images\MenuImage_New\Redo3.png" />
1386
  </ItemGroup>
1387
  <ItemGroup>
1388
    <Resource Include="Resources\Images\MenuImage_New\diskette2.png" />
1389
  </ItemGroup>
1390
  <ItemGroup>
1391
    <Resource Include="Resources\Images\MenuImage_New\close-window.png" />
1392
    <Resource Include="Resources\Images\MenuImage_New\maximize-window.png" />
1393
    <Resource Include="Resources\Images\MenuImage_New\minimize-window.png" />
1394
    <Resource Include="Resources\Images\MenuImage_New\restore-window.png" />
1395
  </ItemGroup>
1396
  <ItemGroup>
1397
    <Resource Include="Resources\Images\MenuImage_New\small\font.png" />
1398
    <Resource Include="Resources\Images\MenuImage_New\small\line.png" />
1399
    <Resource Include="Resources\Images\MenuImage_New\small\pen.png" />
1400
    <Resource Include="Resources\Images\MenuImage_New\small\shape.png" />
1401
    <Resource Include="Resources\Images\MenuImage_New\small\stamp.png" />
1402
    <Resource Include="Resources\Images\MenuImage_New\small\text.png" />
1403
  </ItemGroup>
1404
  <ItemGroup>
1405
    <Resource Include="Resources\Images\MenuImage_New\small\control.png" />
1406
    <Resource Include="Resources\Images\MenuImage_New\small\linestyle.png" />
1407
    <Resource Include="Resources\Images\MenuImage_New\small\page.png" />
1408
    <Resource Include="Resources\Images\MenuImage_New\small\view.png" />
1409
  </ItemGroup>
1410
  <ItemGroup>
1411
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView1.disco" />
1412
  </ItemGroup>
1413
  <ItemGroup>
1414
    <Resource Include="Resources\Images\MenuImage_New\splash.png" />
1415
  </ItemGroup>
1416
  <ItemGroup>
1417
    <Resource Include="Resources\Cursor\customCursor.cur" />
1418
  </ItemGroup>
1419
  <ItemGroup>
1420
    <Resource Include="Resources\Cursor\customCursor2.cur" />
1421
  </ItemGroup>
1422
  <ItemGroup>
1423
    <Resource Include="Resources\Images\MenuImage_New\arrowarc.png" />
1424
  </ItemGroup>
1425
  <ItemGroup>
1426
    <Resource Include="oda.bmp" />
1427
  </ItemGroup>
1428
  <ItemGroup>
1429
    <Resource Include="Resources\Images\MenuImage_New\overlap.png" />
1430
  </ItemGroup>
1431
  <ItemGroup>
1432
    <Resource Include="Resources\Images\MenuImage_New\clip.png" />
1433
    <Resource Include="Resources\Images\MenuImage_New\inside.png" />
1434
  </ItemGroup>
1435
  <ItemGroup>
1436
    <Resource Include="Resources\Images\MenuImage_New\View.png" />
1437
  </ItemGroup>
1438
  <ItemGroup>
1439
    <Resource Include="Resources\Images\MenuImage_New\small\export.png" />
1440
    <Resource Include="Resources\Images\MenuImage_New\small\white.png" />
1441
  </ItemGroup>
1442
  <ItemGroup>
1443
    <Resource Include="Resources\Images\MenuImage_New\white.png" />
1444
  </ItemGroup>
1445
  <ItemGroup>
1446
    <ProjectReference Include="..\CommonLib\CommonLib.csproj">
1447
      <Project>{def47fc2-b898-4c92-ad8d-d7b9e994495e}</Project>
1448
      <Name>CommonLib</Name>
1449
    </ProjectReference>
1450
    <ProjectReference Include="..\IIpc\IIpc.csproj">
1451
      <Project>{07282278-92d8-4010-af9f-313c2aab08df}</Project>
1452
      <Name>IIpc</Name>
1453
    </ProjectReference>
1454
    <ProjectReference Include="..\IKCOM\IKCOM.csproj">
1455
      <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project>
1456
      <Name>IKCOM</Name>
1457
    </ProjectReference>
1458
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
1459
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
1460
      <Name>KCOMDataModel</Name>
1461
    </ProjectReference>
1462
    <ProjectReference Include="..\License.Validator\License.Validator.csproj">
1463
      <Project>{ef2913c2-562e-43a3-9f9b-a31141783803}</Project>
1464
      <Name>License.Validator</Name>
1465
    </ProjectReference>
1466
    <ProjectReference Include="..\MarkupToPDF\MarkupToPDF.csproj">
1467
      <Project>{a714bd67-8aac-4ed8-8ecf-7853c3549a68}</Project>
1468
      <Name>MarkupToPDF</Name>
1469
    </ProjectReference>
1470
    <ProjectReference Include="..\Markus.Fonts\Markus.Fonts.csproj">
1471
      <Project>{eb1de04a-d86e-4bf7-b095-f72207923c3b}</Project>
1472
      <Name>Markus.Fonts</Name>
1473
    </ProjectReference>
1474
    <ProjectReference Include="..\ZoomAndPan\ZoomAndPan.csproj">
1475
      <Project>{6c950af4-04d2-4638-8b78-472e39f78b45}</Project>
1476
      <Name>ZoomAndPan</Name>
1477
    </ProjectReference>
1478
  </ItemGroup>
1479
  <ItemGroup>
1480
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
1481
      <Visible>False</Visible>
1482
      <ProductName>.NET Framework 3.5 SP1</ProductName>
1483
      <Install>false</Install>
1484
    </BootstrapperPackage>
1485
  </ItemGroup>
1486
  <ItemGroup>
1487
    <None Include="obfuscar.xml">
1488
      <SubType>Designer</SubType>
1489
    </None>
1490
  </ItemGroup>
1491
  <ItemGroup>
1492
    <None Include="Connected Services\KcomService\configuration91.svcinfo" />
1493
  </ItemGroup>
1494
  <ItemGroup>
1495
    <None Include="Connected Services\KcomService\configuration.svcinfo" />
1496
  </ItemGroup>
1497
  <ItemGroup>
1498
    <None Include="Connected Services\KcomService\Reference.svcmap">
1499
      <Generator>WCF Proxy Generator</Generator>
1500
      <LastGenOutput>Reference.cs</LastGenOutput>
1501
    </None>
1502
  </ItemGroup>
1503
  <ItemGroup>
1504
    <Resource Include="Resources\Images\MenuImage_New\cloudRectArrowText.png" />
1505
  </ItemGroup>
1506
  <ItemGroup>
1507
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView11.disco" />
1508
  </ItemGroup>
1509
  <ItemGroup>
1510
    <Resource Include="public.xml" />
1511
  </ItemGroup>
1512
  <ItemGroup>
1513
    <None Include="Connected Services\KcomService\ServiceDeepView.disco" />
1514
  </ItemGroup>
1515
  <ItemGroup>
1516
    <Resource Include="Resources\Images\MenuImage_New\check.png" />
1517
  </ItemGroup>
1518
  <ItemGroup>
1519
    <Resource Include="Resources\Images\MenuImage_New\lock_2.png" />
1520
  </ItemGroup>
1521
  <ItemGroup>
1522
    <Resource Include="Resources\Images\MenuImage_New\tips.png" />
1523
  </ItemGroup>
1524
  <ItemGroup>
1525
    <Resource Include="Resources\Images\ExtImage\blank.png" />
1526
  </ItemGroup>
1527
  <ItemGroup>
1528
    <Resource Include="Resources\Images\MenuImage_New\rgb.png" />
1529
  </ItemGroup>
1530
  <ItemGroup>
1531
    <Resource Include="Resources\Images\ExtImage\refresh.png" />
1532
  </ItemGroup>
1533
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
1534
  <Target Name="PostBuildMacros">
1535
    <GetAssemblyIdentity AssemblyFiles="$(TargetPath)">
1536
      <Output TaskParameter="Assemblies" ItemName="Targets" />
1537
    </GetAssemblyIdentity>
1538
    <ItemGroup>
1539
      <VersionNumber Include="@(Targets->'%(Version)')" />
1540
    </ItemGroup>
1541
  </Target>
1542
  <PropertyGroup>
1543
    <PostBuildEventDependsOn>
1544
		  $(PostBuildEventDependsOn);
1545
		  PostBuildMacros;
1546
	  </PostBuildEventDependsOn>
1547
    <PostBuildEvent>if $(ConfigurationName) == Release_Default (
1548

    
1549
call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml
1550
xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F
1551

    
1552
rmdir "$(TargetDir)Obfuscator_Output" /s /q
1553
rem rmdir "$(SolutionDir)Setup\Release_default\" /s /q
1554

    
1555
xcopy "$(TargetDir)" "$(SolutionDir)Setup\Release_default\" /S /Y /F 
1556

    
1557
del "$(TargetDir)mapping.txt" /q
1558
 cd $(SolutionDir)
1559
 call "PublishSign.bat"
1560
 rem call "appCast_Daelim.bat" "@(VersionNumber)"
1561
rem call "appCast_DIG.bat" "@(VersionNumber)"
1562
call "appCast_ETECH.bat" "@(VersionNumber)"
1563
 rem call "appCast_DIG_DEBUG.bat" "@(VersionNumber)"
1564
 rem call "appCast_SNI_SDMS.bat" "@(VersionNumber)"
1565
 rem call "appCast_SNI_XICNA.bat" "@(VersionNumber)"
1566
 rem call "appCast_doftech.bat" "@(VersionNumber)"
1567
 rem call "appCast_HS.bat" "@(VersionNumber)"
1568
 rem "appCast_bseng.bat" "@(VersionNumber)"
1569
 rem  call "appCast_Daelim_test.bat" "@(VersionNumber)"
1570

    
1571
)</PostBuildEvent>
1572
  </PropertyGroup>
1573
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
1574
  <Target Name="app_config_AfterCompile" AfterTargets="AfterCompile" Condition="Exists('app.$(Configuration).config')">
1575
    <!--Generate transformed app config in the intermediate directory-->
1576
    <TransformXml Source="app.config" Destination="$(IntermediateOutputPath)$(TargetFileName).config" Transform="app.$(Configuration).config" />
1577
    <!--Force build process to use the transformed configuration file from now on.-->
1578
    <ItemGroup>
1579
      <AppConfigWithTargetPath Remove="App.config" />
1580
      <AppConfigWithTargetPath Include="$(IntermediateOutputPath)$(TargetFileName).config">
1581
        <TargetPath>$(TargetFileName).config</TargetPath>
1582
      </AppConfigWithTargetPath>
1583
    </ItemGroup>
1584
  </Target>
1585
  <!--Override After Publish to support ClickOnce AfterPublish. Target replaces the untransformed config file copied to the deployment directory with the transformed one.-->
1586
  <Target Name="app_config_AfterPublish" AfterTargets="AfterPublish" Condition="Exists('app.$(Configuration).config')">
1587
    <PropertyGroup>
1588
      <DeployedConfig>$(_DeploymentApplicationDir)$(TargetName)$(TargetExt).config$(_DeploymentFileMappingExtension)</DeployedConfig>
1589
    </PropertyGroup>
1590
    <!--Publish copies the untransformed App.config to deployment directory so overwrite it-->
1591
    <Copy Condition="Exists('$(DeployedConfig)')" SourceFiles="$(IntermediateOutputPath)$(TargetFileName).config" DestinationFiles="$(DeployedConfig)" />
1592
  </Target>
1593
  <PropertyGroup>
1594
    <PreBuildEvent>Taskkill /IM DownloadManager.exe /F
1595

    
1596
IF NOT EXIST $(TargetDir)Plugin (
1597
mkdir $(TargetDir)Plugin
1598
)
1599

    
1600
xcopy $(ProjectDir)..\publish\Downloader\*.* $(TargetDir)Plugin\*.* /I /E /S /Y /F 
1601

    
1602
if $(ConfigurationName) == Debug (
1603
 REM    xcopy /s "$(ProjectDir)..\INI\MARKUS.ini" "$(TargetDir)MARKUS.*" /Y /F
1604
)
1605

    
1606
 if $(ConfigurationName) == Release_Default (
1607
     xcopy /s "$(ProjectDir)..\INI\MARKUS_DIG.ini" "$(TargetDir)MARKUS.*" /Y /F
1608
)
1609

    
1610
if $(ConfigurationName) == Debug_DIG (
1611
      xcopy /s "$(ProjectDir)..\INI\MARKUS_DIG_DEBUG.ini" "$(TargetDir)MARKUS.*" /Y /F
1612
)
1613

    
1614
if $(ConfigurationName) == Debug_Daelim (
1615
      xcopy /s "$(ProjectDir)..\INI\MARKUS_Daelim_REMOTE.ini" "$(TargetDir)MARKUS.*" /Y /F
1616
)
1617

    
1618
if $(ConfigurationName) == Daelim_RemoteTest (
1619
      xcopy /s "$(ProjectDir)..\INI\MARKUS_DAELIM_REMOTE.ini" "$(TargetDir)MARKUS.*" /Y /F
1620
)
1621

    
1622
if $(ConfigurationName) == Debug_DevDoftech (
1623
     xcopy /s "$(ProjectDir)..\INI\MARKUS_Doftech.ini" "$(TargetDir)MARKUS.*" /Y /F
1624
)
1625

    
1626
if $(ConfigurationName) == Debug_HyoSung (
1627
     xcopy /s "$(ProjectDir)..\INI\MARKUS_HyoSung_Debug.ini" "$(TargetDir)MARKUS.*" /Y /F
1628
 )
1629

    
1630
 if $(ConfigurationName) == Release_HyoSung (
1631
     xcopy /s "$(ProjectDir)..\INI\MARKUS_HyoSung.ini" "$(TargetDir)MARKUS.*" /Y /F
1632
)
1633
 if $(ConfigurationName) == Release_PEMSS (
1634
     xcopy /s "$(ProjectDir)..\INI\MARKUS_PEMSS.ini" "$(TargetDir)MARKUS.*" /Y /F
1635
)
1636
 if $(ConfigurationName) == Release_BSENG (
1637
     xcopy /s "$(ProjectDir)..\INI\MARKUS_BSENG.ini" "$(TargetDir)MARKUS.*" /Y /F
1638
)
1639
if $(ConfigurationName) == Debug_SNI (
1640
     xcopy /s "$(ProjectDir)..\INI\MARKUS_SNI_XICNA.ini" "$(TargetDir)MARKUS.*" /Y /F
1641
)
1642

    
1643
 rem xcopy /s "$(ProjectDir)..\INI\MARKUS_Daelim.ini" "$(TargetDir)MARKUS.*" /Y /F</PreBuildEvent>
1644
  </PropertyGroup>
1645
  <Target Name="app_Release_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('app.Release.$(Configuration).config')">
1646
    <TransformXml Source="app.Release.config" Destination="$(OutputPath)app.Release.config" Transform="app.Release.$(Configuration).config" />
1647
  </Target>
1648
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
1649
    <PropertyGroup>
1650
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
1651
    </PropertyGroup>
1652
    <Error Condition="!Exists('..\packages\Obfuscar.2.2.29\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Obfuscar.2.2.29\build\obfuscar.props'))" />
1653
    <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.4.2.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.4.2.0\build\Microsoft.Net.Compilers.props'))" />
1654
  </Target>
1655
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)