프로젝트

일반

사용자정보

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

markus / KCOM / KCOM.csproj @ 4fcb686a

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

    
1458
rem call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml
1459

    
1460
rem xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F
1461
)
1462
</PostBuildEvent>
1463
  </PropertyGroup>
1464
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
1465
  <Target Name="app_config_AfterCompile" AfterTargets="AfterCompile" Condition="Exists('app.$(Configuration).config')">
1466
    <!--Generate transformed app config in the intermediate directory-->
1467
    <TransformXml Source="app.config" Destination="$(IntermediateOutputPath)$(TargetFileName).config" Transform="app.$(Configuration).config" />
1468
    <!--Force build process to use the transformed configuration file from now on.-->
1469
    <ItemGroup>
1470
      <AppConfigWithTargetPath Remove="App.config" />
1471
      <AppConfigWithTargetPath Include="$(IntermediateOutputPath)$(TargetFileName).config">
1472
        <TargetPath>$(TargetFileName).config</TargetPath>
1473
      </AppConfigWithTargetPath>
1474
    </ItemGroup>
1475
  </Target>
1476
  <!--Override After Publish to support ClickOnce AfterPublish. Target replaces the untransformed config file copied to the deployment directory with the transformed one.-->
1477
  <Target Name="app_config_AfterPublish" AfterTargets="AfterPublish" Condition="Exists('app.$(Configuration).config')">
1478
    <PropertyGroup>
1479
      <DeployedConfig>$(_DeploymentApplicationDir)$(TargetName)$(TargetExt).config$(_DeploymentFileMappingExtension)</DeployedConfig>
1480
    </PropertyGroup>
1481
    <!--Publish copies the untransformed App.config to deployment directory so overwrite it-->
1482
    <Copy Condition="Exists('$(DeployedConfig)')" SourceFiles="$(IntermediateOutputPath)$(TargetFileName).config" DestinationFiles="$(DeployedConfig)" />
1483
  </Target>
1484
  <PropertyGroup>
1485
    <PreBuildEvent>Taskkill /IM DownloadManager.exe /F
1486

    
1487
IF NOT EXIST $(TargetDir)Plugin (
1488
mkdir $(TargetDir)Plugin
1489
)
1490

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

    
1493
if $(ConfigurationName) == Debug (
1494
 REM    xcopy /s "$(ProjectDir)..\INI\MARKUS.ini" "$(TargetDir)MARKUS.*" /Y /F
1495
)
1496

    
1497
 if $(ConfigurationName) == Release_Default (
1498
     xcopy /s "$(ProjectDir)..\INI\MARKUS.ini" "$(TargetDir)MARKUS.*" /Y /F
1499
)
1500

    
1501
if $(ConfigurationName) == Debug_Daelim (
1502
      xcopy /s "$(ProjectDir)..\INI\MARKUS_Daelim_REMOTE.ini" "$(TargetDir)MARKUS.*" /Y /F
1503
)
1504

    
1505
if $(ConfigurationName) == Daelim_RemoteTest (
1506
      xcopy /s "$(ProjectDir)..\INI\MARKUS_DAELIM_REMOTE.ini" "$(TargetDir)MARKUS.*" /Y /F
1507
)
1508

    
1509
if $(ConfigurationName) == Debug_DevDoftech (
1510
     xcopy /s "$(ProjectDir)..\INI\MARKUS_Doftech.ini" "$(TargetDir)MARKUS.*" /Y /F
1511
)
1512

    
1513
if $(ConfigurationName) == Debug_HyoSung (
1514
     xcopy /s "$(ProjectDir)..\INI\MARKUS_HyoSung_Debug.ini" "$(TargetDir)MARKUS.*" /Y /F
1515
 )
1516

    
1517
 if $(ConfigurationName) == Release_HyoSung (
1518
     xcopy /s "$(ProjectDir)..\INI\MARKUS_HyoSung.ini" "$(TargetDir)MARKUS.*" /Y /F
1519
)
1520
 if $(ConfigurationName) == Release_PEMSS (
1521
     xcopy /s "$(ProjectDir)..\INI\MARKUS_PEMSS.ini" "$(TargetDir)MARKUS.*" /Y /F
1522
)
1523
 if $(ConfigurationName) == Release_BSENG (
1524
     xcopy /s "$(ProjectDir)..\INI\MARKUS_BSENG.ini" "$(TargetDir)MARKUS.*" /Y /F
1525
)
1526
if $(ConfigurationName) == Debug_SNI (
1527
     xcopy /s "$(ProjectDir)..\INI\MARKUS_SNI.ini" "$(TargetDir)MARKUS.*" /Y /F
1528
)
1529

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