프로젝트

일반

사용자정보

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

markus / KCOM / KCOM.csproj @ 77cdac33

이력 | 보기 | 이력해설 | 다운로드 (69.6 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\WindowBehavior.cs" />
518
    <Compile Include="Common\Converter\ColorListToBrushConverter.cs" />
519
    <Compile Include="Common\Converter\ZeroToCollapsedConverter.cs" />
520
    <Compile Include="Common\DataSaveTask.cs" />
521
    <Compile Include="Common\Check_Inferface.cs" />
522
    <Compile Include="Common\Check_Uri.cs" />
523
    <Compile Include="Common\Commons.cs" />
524
    <Compile Include="Common\Converter\CmpUrlChange.cs" />
525
    <Compile Include="Common\Converter\CommentTypeImgConverter.cs" />
526
    <Compile Include="Common\Converter\enumStringColorConverter.cs" />
527
    <Compile Include="Common\Converter\enumStringConverter.cs" />
528
    <Compile Include="Common\Converter\PDFVisibleConverter.cs" />
529
    <Compile Include="Common\Converter\SvgConverter.cs" />
530
    <Compile Include="Common\Converter\SvgImageConverter.cs" />
531
    <Compile Include="Common\FileStreamToBase64.cs" />
532
    <Compile Include="Common\ImageAsyncHelper.cs" />
533
    <Compile Include="Common\ImageSourceHelper.cs" />
534
    <Compile Include="Common\ISplashMessage.cs" />
535
    <Compile Include="Common\MacroItem.cs" />
536
    <Compile Include="Common\MarkupUserInfo.cs" />
537
    <Compile Include="Common\MathHelper.cs" />
538
    <Compile Include="Common\MenuItem.cs" />
539
    <Compile Include="Common\MouseInputBase.cs" />
540
    <Compile Include="Controls\CustomWindow.cs" />
541
    <Compile Include="Controls\MacroEdit.xaml.cs">
542
      <DependentUpon>MacroEdit.xaml</DependentUpon>
543
    </Compile>
544
    <Compile Include="Controls\PasswordBoxUtilities.cs" />
545
    <Compile Include="Controls\SignManager.xaml.cs">
546
      <DependentUpon>SignManager.xaml</DependentUpon>
547
    </Compile>
548
    <Compile Include="Extensions\DownloadProcess.cs" />
549
    <Compile Include="Extensions\LinqExtension.cs" />
550
    <Compile Include="Extensions\MacroHelper.cs" />
551
    <Compile Include="PageManager\PageItem.cs" />
552
    <Compile Include="PageManager\PageLoadCompletedEventArgs.cs" />
553
    <Compile Include="PageManager\PageStorage.cs" />
554
    <Compile Include="Common\SelectionSet.cs" />
555
    <Compile Include="Common\TempFile.cs" />
556
    <Compile Include="Connected Services\KcomService\Reference.cs">
557
      <AutoGen>True</AutoGen>
558
      <DesignTime>True</DesignTime>
559
      <DependentUpon>Reference.svcmap</DependentUpon>
560
    </Compile>
561
    <Compile Include="Connected Services\ServiceDeepView\Reference.cs">
562
      <AutoGen>True</AutoGen>
563
      <DesignTime>True</DesignTime>
564
      <DependentUpon>Reference.svcmap</DependentUpon>
565
    </Compile>
566
    <Compile Include="Controls\addToFavoriteWindow_Internal.xaml.cs">
567
      <DependentUpon>addToFavoriteWindow_Internal.xaml</DependentUpon>
568
    </Compile>
569
    <Compile Include="Controls\Alert.xaml.cs">
570
      <DependentUpon>Alert.xaml</DependentUpon>
571
    </Compile>
572
    <Compile Include="Controls\CheckList.xaml.cs">
573
      <DependentUpon>CheckList.xaml</DependentUpon>
574
    </Compile>
575
    <Compile Include="Controls\CheckList_Detail.xaml.cs">
576
      <DependentUpon>CheckList_Detail.xaml</DependentUpon>
577
    </Compile>
578
    <Compile Include="Controls\CheckList_Status.xaml.cs">
579
      <DependentUpon>CheckList_Status.xaml</DependentUpon>
580
    </Compile>
581
    <Compile Include="Controls\CommantImage.xaml.cs">
582
      <DependentUpon>CommantImage.xaml</DependentUpon>
583
    </Compile>
584
    <Compile Include="Controls\DecodeImage.cs" />
585
    <Compile Include="Controls\editToFavoriteWindow_Internal.xaml.cs">
586
      <DependentUpon>editToFavoriteWindow_Internal.xaml</DependentUpon>
587
    </Compile>
588
    <Compile Include="Controls\FavoritePanel.xaml.cs">
589
      <DependentUpon>FavoritePanel.xaml</DependentUpon>
590
    </Compile>
591
    <Compile Include="Controls\Panorama.xaml.cs">
592
      <DependentUpon>Panorama.xaml</DependentUpon>
593
    </Compile>
594
    <Compile Include="Controls\ProgressControl.xaml.cs">
595
      <DependentUpon>ProgressControl.xaml</DependentUpon>
596
    </Compile>
597
    <Compile Include="Controls\SearchPanel.xaml.cs">
598
      <DependentUpon>SearchPanel.xaml</DependentUpon>
599
    </Compile>
600
    <Compile Include="Controls\Symbol.xaml.cs">
601
      <DependentUpon>Symbol.xaml</DependentUpon>
602
    </Compile>
603
    <Compile Include="Controls\SymbolPrompt.xaml.cs">
604
      <DependentUpon>SymbolPrompt.xaml</DependentUpon>
605
    </Compile>
606
    <Compile Include="Events\ConsolidateCommand.cs" />
607
    <Compile Include="Events\CopyCommand.cs" />
608
    <Compile Include="Events\CreateCommand.cs" />
609
    <Compile Include="Events\CutCommand.cs" />
610
    <Compile Include="Events\DeleteCommand.cs" />
611
    <Compile Include="Events\Move.cs" />
612
    <Compile Include="Events\PasteCommand.cs" />
613
    <Compile Include="Events\TeamConsolidateCommand.cs" />
614
    <Compile Include="Events\UndoCommand.cs" />
615
    <Compile Include="Events\SaveCommand.cs" />
616
    <Compile Include="Events\RedoCommand.cs" />
617
    <Compile Include="Extensions\MarkupVisitHelper.cs" />
618
    <Compile Include="Extensions\MatrixHelper.cs" />
619
    <Compile Include="Extensions\MouseHelper.cs" />
620
    <Compile Include="Extensions\TaskExtensions.cs" />
621
    <Compile Include="Extensions\VisualHelper.cs" />
622
    <Compile Include="Extensions\WindowHelper.cs" />
623
    <Compile Include="Logger.cs" />
624
    <Compile Include="Messenger\ConversationView.xaml.cs">
625
      <DependentUpon>ConversationView.xaml</DependentUpon>
626
    </Compile>
627
    <Compile Include="Messenger\MessageBase.cs" />
628
    <Compile Include="Views\SplashScreenWindow.xaml.cs">
629
      <DependentUpon>SplashScreenWindow.xaml</DependentUpon>
630
    </Compile>
631
    <Compile Include="VistaSecurity.cs" />
632
    <Compile Include="Web References\Get_FinalImage\Reference.cs">
633
      <AutoGen>True</AutoGen>
634
      <DesignTime>True</DesignTime>
635
      <DependentUpon>Reference.map</DependentUpon>
636
    </Compile>
637
    <Compile Include="Web References\kr.co.devdoftech.cloud\Reference.cs">
638
      <AutoGen>True</AutoGen>
639
      <DesignTime>True</DesignTime>
640
      <DependentUpon>Reference.map</DependentUpon>
641
    </Compile>
642
    <Compile Include="WrapPanel\LengthConverter.cs" />
643
    <Compile Include="WrapPanel\NumericExtensions.cs" />
644
    <Compile Include="WrapPanel\OrientedSize.cs" />
645
    <Compile Include="WrapPanel\TypeConverters.cs" />
646
    <Compile Include="WrapPanel\WrapPanel.cs" />
647
    <Page Include="Assets\MarkupColorListBox.xaml">
648
      <SubType>Designer</SubType>
649
      <Generator>MSBuild:Compile</Generator>
650
    </Page>
651
    <Page Include="Assets\RadGridViewStyleResourceDictionary.xaml">
652
      <Generator>MSBuild:Compile</Generator>
653
      <SubType>Designer</SubType>
654
    </Page>
655
    <Page Include="Controls\addToFavoriteWindow_Internal.xaml">
656
      <Generator>MSBuild:Compile</Generator>
657
      <SubType>Designer</SubType>
658
    </Page>
659
    <Page Include="Controls\AdornerFinal.xaml">
660
      <SubType>Designer</SubType>
661
      <Generator>MSBuild:Compile</Generator>
662
    </Page>
663
    <Page Include="Controls\Alert.xaml">
664
      <Generator>MSBuild:Compile</Generator>
665
      <SubType>Designer</SubType>
666
    </Page>
667
    <Page Include="Controls\CalendarControl.xaml">
668
      <SubType>Designer</SubType>
669
      <Generator>MSBuild:Compile</Generator>
670
    </Page>
671
    <Page Include="Controls\CheckList.xaml">
672
      <SubType>Designer</SubType>
673
      <Generator>MSBuild:Compile</Generator>
674
    </Page>
675
    <Page Include="Controls\CheckList_Detail.xaml">
676
      <Generator>MSBuild:Compile</Generator>
677
      <SubType>Designer</SubType>
678
    </Page>
679
    <Page Include="Controls\CheckList_Status.xaml">
680
      <Generator>MSBuild:Compile</Generator>
681
      <SubType>Designer</SubType>
682
    </Page>
683
    <Page Include="Controls\CommantImage.xaml">
684
      <Generator>MSBuild:Compile</Generator>
685
      <SubType>Designer</SubType>
686
    </Page>
687
    <Page Include="Controls\editToFavoriteWindow_Internal.xaml">
688
      <Generator>MSBuild:Compile</Generator>
689
      <SubType>Designer</SubType>
690
    </Page>
691
    <Page Include="Controls\FavoritePanel.xaml">
692
      <Generator>MSBuild:Compile</Generator>
693
      <SubType>Designer</SubType>
694
    </Page>
695
    <Page Include="Controls\MacroEdit.xaml">
696
      <SubType>Designer</SubType>
697
      <Generator>MSBuild:Compile</Generator>
698
    </Page>
699
    <Page Include="Controls\Panorama.xaml">
700
      <SubType>Designer</SubType>
701
      <Generator>MSBuild:Compile</Generator>
702
    </Page>
703
    <Page Include="Controls\PrintControl.xaml">
704
      <SubType>Designer</SubType>
705
      <Generator>MSBuild:Compile</Generator>
706
    </Page>
707
    <Page Include="Controls\ProgressControl.xaml">
708
      <SubType>Designer</SubType>
709
      <Generator>MSBuild:Compile</Generator>
710
    </Page>
711
    <Page Include="Controls\Sample.xaml">
712
      <SubType>Designer</SubType>
713
      <Generator>MSBuild:Compile</Generator>
714
    </Page>
715
    <Page Include="Controls\SearchPanel.xaml">
716
      <SubType>Designer</SubType>
717
      <Generator>MSBuild:Compile</Generator>
718
    </Page>
719
    <Page Include="Controls\SignManager.xaml">
720
      <SubType>Designer</SubType>
721
      <Generator>MSBuild:Compile</Generator>
722
    </Page>
723
    <Page Include="Controls\Symbol.xaml">
724
      <SubType>Designer</SubType>
725
      <Generator>MSBuild:Compile</Generator>
726
    </Page>
727
    <Page Include="Controls\SymbolPrompt.xaml">
728
      <SubType>Designer</SubType>
729
      <Generator>MSBuild:Compile</Generator>
730
    </Page>
731
    <Page Include="Messenger\ConversationView.xaml">
732
      <SubType>Designer</SubType>
733
      <Generator>MSBuild:Compile</Generator>
734
    </Page>
735
    <Page Include="Messenger\StyleDictionary.xaml">
736
      <SubType>Designer</SubType>
737
      <Generator>MSBuild:Compile</Generator>
738
    </Page>
739
    <Page Include="Resources\ClearTextBoxStyle.xaml">
740
      <SubType>Designer</SubType>
741
      <Generator>MSBuild:Compile</Generator>
742
    </Page>
743
    <Page Include="Resources\DecodeImageTemplate.xaml">
744
      <SubType>Designer</SubType>
745
      <Generator>MSBuild:Compile</Generator>
746
    </Page>
747
    <Page Include="Resources\DragAndDropListBoxStyle.xaml">
748
      <SubType>Designer</SubType>
749
      <Generator>MSBuild:Compile</Generator>
750
    </Page>
751
    <Page Include="Resources\RadConfirmStyle.xaml">
752
      <SubType>Designer</SubType>
753
      <Generator>MSBuild:Compile</Generator>
754
    </Page>
755
    <Page Include="Resources\RadPasswordPromptStyle.xaml">
756
      <SubType>Designer</SubType>
757
      <Generator>MSBuild:Compile</Generator>
758
    </Page>
759
    <Page Include="Resources\SimpleLIstViewStyle.xaml">
760
      <SubType>Designer</SubType>
761
      <Generator>MSBuild:Compile</Generator>
762
    </Page>
763
    <Page Include="Resources\Theme_CustomControl.xaml">
764
      <SubType>Designer</SubType>
765
      <Generator>MSBuild:Compile</Generator>
766
    </Page>
767
    <Page Include="Resources\WindowStyle.xaml">
768
      <SubType>Designer</SubType>
769
      <Generator>MSBuild:Compile</Generator>
770
    </Page>
771
    <Page Include="Views\MainMenu.xaml">
772
      <SubType>Designer</SubType>
773
      <Generator>MSBuild:Compile</Generator>
774
    </Page>
775
    <Page Include="Controls\Explorer.xaml">
776
      <SubType>Designer</SubType>
777
      <Generator>MSBuild:Compile</Generator>
778
    </Page>
779
    <Page Include="Views\SplashScreenWindow.xaml">
780
      <SubType>Designer</SubType>
781
      <Generator>MSBuild:Compile</Generator>
782
    </Page>
783
    <Page Include="Views\TopMenu.xaml">
784
      <SubType>Designer</SubType>
785
      <Generator>MSBuild:Compile</Generator>
786
    </Page>
787
    <Page Include="MainWindow.xaml">
788
      <Generator>MSBuild:Compile</Generator>
789
      <SubType>Designer</SubType>
790
    </Page>
791
    <Compile Include="App.xaml.cs">
792
      <DependentUpon>App.xaml</DependentUpon>
793
      <SubType>Code</SubType>
794
    </Compile>
795
    <Compile Include="Common\AdornerCore.cs" />
796
    <Compile Include="Common\Converter\BoolToVisibleConverter.cs" />
797
    <Compile Include="Common\Converter\ConsolidationBackgroudConverter.cs" />
798
    <Compile Include="Common\Converter\ConsolidationStringConverter.cs" />
799
    <Compile Include="Common\Converter\MarginCorrectionConverter.cs" />
800
    <Compile Include="Common\Converter\MarkupDataToConverter.cs" />
801
    <Compile Include="Common\Converter\PreviewerVisibleConverter.cs" />
802
    <Compile Include="Common\Converter\StringToColorConverter.cs" />
803
    <Compile Include="Common\DocumentSet.cs" />
804
    <Compile Include="Common\ExpandingMouseOver.cs" />
805
    <Compile Include="Common\InitData.cs" />
806
    <Compile Include="Common\ThumbnailItem.cs" />
807
    <Compile Include="Common\UsersCommentPagesMember.cs" />
808
    <Compile Include="Common\ViewerDataModel.cs" />
809
    <Compile Include="Controls\AdornerFinal.xaml.cs">
810
      <DependentUpon>AdornerFinal.xaml</DependentUpon>
811
    </Compile>
812
    <Compile Include="Controls\CalendarControl.xaml.cs">
813
      <DependentUpon>CalendarControl.xaml</DependentUpon>
814
    </Compile>
815
    <Compile Include="Controls\PrintControl.xaml.cs">
816
      <DependentUpon>PrintControl.xaml</DependentUpon>
817
    </Compile>
818
    <Compile Include="Controls\Sample.xaml.cs">
819
      <DependentUpon>Sample.xaml</DependentUpon>
820
    </Compile>
821
    <Compile Include="Events\Event_KeyEvent.cs" />
822
    <Compile Include="Events\Export.cs" />
823
    <Compile Include="Events\Implementation\TopMenuEvent.cs" />
824
    <Compile Include="Events\Load.cs" />
825
    <Compile Include="Events\Property\EventProperty.cs" />
826
    <Compile Include="RegexCollection.cs" />
827
    <Compile Include="Services\BaseServices.cs" />
828
    <Compile Include="Views\MainMenu.xaml.cs">
829
      <DependentUpon>MainMenu.xaml</DependentUpon>
830
    </Compile>
831
    <Compile Include="Controls\Explorer.xaml.cs">
832
      <DependentUpon>Explorer.xaml</DependentUpon>
833
    </Compile>
834
    <Compile Include="Views\TopMenu.xaml.cs">
835
      <DependentUpon>TopMenu.xaml</DependentUpon>
836
    </Compile>
837
    <Compile Include="MainWindow.xaml.cs">
838
      <DependentUpon>MainWindow.xaml</DependentUpon>
839
      <SubType>Code</SubType>
840
    </Compile>
841
    <Page Include="Resources\Theme_Color.xaml">
842
      <SubType>Designer</SubType>
843
      <Generator>MSBuild:Compile</Generator>
844
    </Page>
845
  </ItemGroup>
846
  <ItemGroup>
847
    <Compile Include="Properties\AssemblyInfo.cs">
848
      <SubType>Code</SubType>
849
    </Compile>
850
    <Compile Include="Properties\Resources.Designer.cs">
851
      <AutoGen>True</AutoGen>
852
      <DesignTime>True</DesignTime>
853
      <DependentUpon>Resources.resx</DependentUpon>
854
    </Compile>
855
    <Compile Include="Properties\Settings.Designer.cs">
856
      <AutoGen>True</AutoGen>
857
      <DependentUpon>Settings.settings</DependentUpon>
858
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
859
    </Compile>
860
    <EmbeddedResource Include="Properties\Resources.resx">
861
      <Generator>ResXFileCodeGenerator</Generator>
862
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
863
    </EmbeddedResource>
864
    <None Include="app.config">
865
      <SubType>Designer</SubType>
866
    </None>
867
    <None Include="app.Debug.config">
868
      <DependentUpon>app.config</DependentUpon>
869
    </None>
870
    <None Include="app.Debug_CadExport.config">
871
      <DependentUpon>app.config</DependentUpon>
872
    </None>
873
    <None Include="app.Debug_Daelim.config">
874
      <DependentUpon>app.config</DependentUpon>
875
    </None>
876
    <None Include="app.Debug_DevDoftech.config">
877
      <DependentUpon>app.config</DependentUpon>
878
    </None>
879
    <None Include="app.Debug_HyoSung.config">
880
      <DependentUpon>app.config</DependentUpon>
881
    </None>
882
    <None Include="app.Debug_SNI.config">
883
      <DependentUpon>app.config</DependentUpon>
884
    </None>
885
    <None Include="app.Release.config">
886
      <DependentUpon>app.config</DependentUpon>
887
    </None>
888
    <None Include="app.Release_Hyosung.config">
889
      <DependentUpon>app.config</DependentUpon>
890
    </None>
891
    <None Include="app.Release_PEMSS.config">
892
      <DependentUpon>app.config</DependentUpon>
893
    </None>
894
    <None Include="Connected Services\KcomService\KCOM.KcomService.FinalPDFResult.datasource">
895
      <DependentUpon>Reference.svcmap</DependentUpon>
896
    </None>
897
    <None Include="Connected Services\KcomService\ServiceDeepView.wsdl" />
898
    <None Include="Connected Services\KcomService\ServiceDeepView.xsd">
899
      <SubType>Designer</SubType>
900
    </None>
901
    <None Include="Connected Services\KcomService\ServiceDeepView1.wsdl" />
902
    <None Include="Connected Services\KcomService\ServiceDeepView1.xsd">
903
      <SubType>Designer</SubType>
904
    </None>
905
    <None Include="Connected Services\KcomService\ServiceDeepView2.xsd">
906
      <SubType>Designer</SubType>
907
    </None>
908
    <None Include="Connected Services\KcomService\ServiceDeepView3.xsd">
909
      <SubType>Designer</SubType>
910
    </None>
911
    <None Include="Connected Services\KcomService\ServiceDeepView4.xsd">
912
      <SubType>Designer</SubType>
913
    </None>
914
    <None Include="Connected Services\KcomService\ServiceDeepView5.xsd">
915
      <SubType>Designer</SubType>
916
    </None>
917
    <None Include="Connected Services\KcomService\ServiceDeepView6.xsd">
918
      <SubType>Designer</SubType>
919
    </None>
920
    <None Include="Connected Services\KcomService\ServiceDeepView7.xsd">
921
      <SubType>Designer</SubType>
922
    </None>
923
    <None Include="Connected Services\KcomService\ServiceDeepView8.xsd">
924
      <SubType>Designer</SubType>
925
    </None>
926
    <None Include="Connected Services\ServiceDeepView\KCOM.ServiceDeepView.FinalPDFResult.datasource">
927
      <DependentUpon>Reference.svcmap</DependentUpon>
928
    </None>
929
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView2.wsdl" />
930
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView21.wsdl" />
931
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView22.wsdl" />
932
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView23.wsdl" />
933
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView9.xsd">
934
      <SubType>Designer</SubType>
935
    </None>
936
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView91.xsd">
937
      <SubType>Designer</SubType>
938
    </None>
939
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView910.xsd">
940
      <SubType>Designer</SubType>
941
    </None>
942
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView911.xsd">
943
      <SubType>Designer</SubType>
944
    </None>
945
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView912.xsd">
946
      <SubType>Designer</SubType>
947
    </None>
948
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView913.xsd">
949
      <SubType>Designer</SubType>
950
    </None>
951
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView914.xsd">
952
      <SubType>Designer</SubType>
953
    </None>
954
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView915.xsd">
955
      <SubType>Designer</SubType>
956
    </None>
957
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView916.xsd">
958
      <SubType>Designer</SubType>
959
    </None>
960
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView917.xsd">
961
      <SubType>Designer</SubType>
962
    </None>
963
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView92.xsd">
964
      <SubType>Designer</SubType>
965
    </None>
966
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView93.xsd">
967
      <SubType>Designer</SubType>
968
    </None>
969
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView94.xsd">
970
      <SubType>Designer</SubType>
971
    </None>
972
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView95.xsd">
973
      <SubType>Designer</SubType>
974
    </None>
975
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView96.xsd">
976
      <SubType>Designer</SubType>
977
    </None>
978
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView97.xsd">
979
      <SubType>Designer</SubType>
980
    </None>
981
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView98.xsd">
982
      <SubType>Designer</SubType>
983
    </None>
984
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView99.xsd">
985
      <SubType>Designer</SubType>
986
    </None>
987
    <None Include="Log.config">
988
      <SubType>Designer</SubType>
989
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
990
    </None>
991
    <None Include="MARKUS.ini">
992
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
993
    </None>
994
    <None Include="packages.config">
995
      <SubType>Designer</SubType>
996
    </None>
997
    <None Include="Properties\app.manifest">
998
      <SubType>Designer</SubType>
999
    </None>
1000
    <None Include="Properties\DataSources\IKCOM.KCOM_SystemInfo.datasource" />
1001
    <None Include="Properties\DataSources\IKCOM.MarkupInfoItem.datasource" />
1002
    <None Include="Properties\DataSources\IKCOM.VersionInfo.datasource" />
1003
    <None Include="Properties\DataSources\IKCOM.VPRevision.datasource" />
1004
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST.datasource" />
1005
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST_HISTORY.datasource" />
1006
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCINFO.datasource" />
1007
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCPAGE.datasource" />
1008
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCUMENT_ITEM.datasource" />
1009
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.FAVORITE_DOC.datasource" />
1010
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.FINAL_PDF.datasource" />
1011
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_DATA.datasource" />
1012
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_INFO.datasource" />
1013
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.MEMBER.datasource" />
1014
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.PROPERTIES.datasource" />
1015
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PRIVATE.datasource" />
1016
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PUBLIC.datasource" />
1017
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.TALK.datasource" />
1018
    <None Include="Properties\DataSources\System.Windows.Rect.datasource" />
1019
    <None Include="Properties\Settings.settings">
1020
      <Generator>SettingsSingleFileGenerator</Generator>
1021
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
1022
      <SubType>Designer</SubType>
1023
    </None>
1024
    <Resource Include="Resources\mayqueen.ttf" />
1025
    <None Include="tessdata\deu.traineddata">
1026
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
1027
    </None>
1028
    <None Include="tessdata\eng.traineddata">
1029
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
1030
    </None>
1031
    <None Include="tessdata\fra.traineddata">
1032
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
1033
    </None>
1034
    <None Include="tessdata\spa.traineddata">
1035
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
1036
    </None>
1037
    <None Include="Web References\Get_FinalImage\Get_PdfImage.wsdl" />
1038
    <None Include="Web References\Get_FinalImage\Reference.map">
1039
      <Generator>MSDiscoCodeGenerator</Generator>
1040
      <LastGenOutput>Reference.cs</LastGenOutput>
1041
    </None>
1042
    <None Include="Web References\kr.co.devdoftech.cloud\FileUpload.wsdl" />
1043
    <None Include="Web References\kr.co.devdoftech.cloud\Reference.map">
1044
      <Generator>MSDiscoCodeGenerator</Generator>
1045
      <LastGenOutput>Reference.cs</LastGenOutput>
1046
    </None>
1047
  </ItemGroup>
1048
  <ItemGroup>
1049
    <WCFMetadata Include="Connected Services\" />
1050
  </ItemGroup>
1051
  <ItemGroup>
1052
    <Resource Include="Resources\Images\ExtImage\bmp.png" />
1053
    <Resource Include="Resources\Images\ExtImage\docx.png" />
1054
    <Resource Include="Resources\Images\ExtImage\jpg.png" />
1055
    <Resource Include="Resources\Images\ExtImage\pdf.png" />
1056
    <Resource Include="Resources\Images\ExtImage\png.png" />
1057
    <Resource Include="Resources\Images\ExtImage\pptx.png" />
1058
    <Resource Include="Resources\Images\ExtImage\psd.png" />
1059
    <Resource Include="Resources\Images\ExtImage\txt.png" />
1060
    <Resource Include="Resources\Images\ExtImage\xlsx.png" />
1061
    <Resource Include="Resources\Images\ExtImage\zip.png" />
1062
  </ItemGroup>
1063
  <ItemGroup>
1064
    <Resource Include="Resources\Images\Logo\Daelim.jpg" />
1065
  </ItemGroup>
1066
  <ItemGroup>
1067
    <Resource Include="Resources\Images\OCSStatusImage\BLANK.png" />
1068
    <Resource Include="Resources\Images\OCSStatusImage\IMNAWAY.PNG" />
1069
    <Resource Include="Resources\Images\OCSStatusImage\IMNAWAYOOF.PNG" />
1070
    <Resource Include="Resources\Images\OCSStatusImage\IMNBLOCKED.PNG" />
1071
    <Resource Include="Resources\Images\OCSStatusImage\IMNBUSY.PNG" />
1072
    <Resource Include="Resources\Images\OCSStatusImage\IMNBUSYOOF.PNG" />
1073
    <Resource Include="Resources\Images\OCSStatusImage\IMNDND.PNG" />
1074
    <Resource Include="Resources\Images\OCSStatusImage\IMNDNDOOF.PNG" />
1075
    <Resource Include="Resources\Images\OCSStatusImage\IMNHDR.png" />
1076
    <Resource Include="Resources\Images\OCSStatusImage\IMNIDLE.PNG" />
1077
    <Resource Include="Resources\Images\OCSStatusImage\imnidlebusy.png" />
1078
    <Resource Include="Resources\Images\OCSStatusImage\imnidlebusyoof.png" />
1079
    <Resource Include="Resources\Images\OCSStatusImage\IMNIDLEOOF.PNG" />
1080
    <Resource Include="Resources\Images\OCSStatusImage\IMNOFF.PNG" />
1081
    <Resource Include="Resources\Images\OCSStatusImage\IMNOFFOOF.PNG" />
1082
    <Resource Include="Resources\Images\OCSStatusImage\IMNON.PNG" />
1083
    <Resource Include="Resources\Images\OCSStatusImage\IMNONOOF.PNG" />
1084
    <Resource Include="Resources\Images\OCSStatusImage\IMNUNK.PNG" />
1085
  </ItemGroup>
1086
  <ItemGroup>
1087
    <COMReference Include="Microsoft.Office.Core">
1088
      <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
1089
      <VersionMajor>2</VersionMajor>
1090
      <VersionMinor>8</VersionMinor>
1091
      <Lcid>0</Lcid>
1092
      <WrapperTool>primary</WrapperTool>
1093
      <Isolated>False</Isolated>
1094
      <EmbedInteropTypes>True</EmbedInteropTypes>
1095
    </COMReference>
1096
    <COMReference Include="Microsoft.Office.Interop.Excel">
1097
      <Guid>{00020813-0000-0000-C000-000000000046}</Guid>
1098
      <VersionMajor>1</VersionMajor>
1099
      <VersionMinor>9</VersionMinor>
1100
      <Lcid>0</Lcid>
1101
      <WrapperTool>primary</WrapperTool>
1102
      <Isolated>False</Isolated>
1103
      <EmbedInteropTypes>True</EmbedInteropTypes>
1104
    </COMReference>
1105
  </ItemGroup>
1106
  <ItemGroup>
1107
    <Resource Include="Resources\Images\MenuImage_New\arc.png" />
1108
    <Resource Include="Resources\Images\MenuImage_New\arrow.png" />
1109
    <Resource Include="Resources\Images\MenuImage_New\arrowText.png" />
1110
    <Resource Include="Resources\Images\MenuImage_New\arrowtextBorder.png" />
1111
    <Resource Include="Resources\Images\MenuImage_New\arrowTextCloud.png" />
1112
    <Resource Include="Resources\Images\MenuImage_New\arrowtextTrans.png" />
1113
    <Resource Include="Resources\Images\MenuImage_New\arrowTrans.png" />
1114
    <Resource Include="Resources\Images\MenuImage_New\arrowTransBorder.png" />
1115
    <Resource Include="Resources\Images\MenuImage_New\arrowTransCloud.png" />
1116
    <Resource Include="Resources\Images\MenuImage_New\bold.png" />
1117
    <Resource Include="Resources\Images\MenuImage_New\calendar.png" />
1118
    <Resource Include="Resources\Images\MenuImage_New\circle.png" />
1119
    <Resource Include="Resources\Images\MenuImage_New\cloud.png" />
1120
    <Resource Include="Resources\Images\MenuImage_New\cloudRect.png" />
1121
    <Resource Include="Resources\Images\MenuImage_New\dimension.png" />
1122
    <Resource Include="Resources\Images\MenuImage_New\dimensionEx.png" />
1123
    <Resource Include="Resources\Images\MenuImage_New\eraser.png" />
1124
    <Resource Include="Resources\Images\MenuImage_New\eraserLine.png" />
1125
    <Resource Include="Resources\Images\MenuImage_New\Italic.png" />
1126
    <Resource Include="Resources\Images\MenuImage_New\line.png" />
1127
    <Resource Include="Resources\Images\MenuImage_New\lineChain.png" />
1128
    <Resource Include="Resources\Images\MenuImage_New\lineDelete.png" />
1129
    <Resource Include="Resources\Images\MenuImage_New\markCheck.png" />
1130
    <Resource Include="Resources\Images\MenuImage_New\markRect.png" />
1131
    <Resource Include="Resources\Images\MenuImage_New\pen.png" />
1132
    <Resource Include="Resources\Images\MenuImage_New\picture.png" />
1133
    <Resource Include="Resources\Images\MenuImage_New\polygon.png" />
1134
    <Resource Include="Resources\Images\MenuImage_New\rectangle.png" />
1135
    <Resource Include="Resources\Images\MenuImage_New\select.png" />
1136
    <Resource Include="Resources\Images\MenuImage_New\selectInk.png" />
1137
    <Resource Include="Resources\Images\MenuImage_New\sign.png" />
1138
    <Resource Include="Resources\Images\MenuImage_New\signReal.png" />
1139
    <Resource Include="Resources\Images\MenuImage_New\stamp.png" />
1140
    <Resource Include="Resources\Images\MenuImage_New\text.png" />
1141
    <Resource Include="Resources\Images\MenuImage_New\textBorder.png" />
1142
    <Resource Include="Resources\Images\MenuImage_New\textCloud.png" />
1143
    <Resource Include="Resources\Images\MenuImage_New\triangle.png" />
1144
    <Resource Include="Resources\Images\MenuImage_New\underline.png" />
1145
  </ItemGroup>
1146
  <ItemGroup>
1147
    <Resource Include="Resources\Images\MenuImage_New\print.png" />
1148
  </ItemGroup>
1149
  <ItemGroup>
1150
    <Resource Include="Resources\Images\MenuImage_New\printer.png" />
1151
  </ItemGroup>
1152
  <ItemGroup>
1153
    <Resource Include="Resources\Images\MenuImage_New\toPDF.png" />
1154
  </ItemGroup>
1155
  <ItemGroup>
1156
    <Resource Include="Resources\Images\MenuImage_New\minus.png" />
1157
    <Resource Include="Resources\Images\MenuImage_New\plus.png" />
1158
  </ItemGroup>
1159
  <ItemGroup>
1160
    <Resource Include="Resources\Images\MenuImage_New\fitWindownHeight.png" />
1161
    <Resource Include="Resources\Images\MenuImage_New\fitWindownWidth.png" />
1162
    <Resource Include="Resources\Images\MenuImage_New\fullscreen.png" />
1163
  </ItemGroup>
1164
  <ItemGroup>
1165
    <Resource Include="Resources\Images\MenuImage_New\expand.png" />
1166
  </ItemGroup>
1167
  <ItemGroup>
1168
    <Resource Include="Resources\Images\MenuImage_New\zoom-in-tool.png" />
1169
  </ItemGroup>
1170
  <ItemGroup>
1171
    <Resource Include="Resources\Images\MenuImage_New\pageArrow.png" />
1172
  </ItemGroup>
1173
  <ItemGroup>
1174
    <Resource Include="Messenger\user.png" />
1175
  </ItemGroup>
1176
  <ItemGroup>
1177
    <WCFMetadataStorage Include="Connected Services\KcomService\" />
1178
    <WCFMetadataStorage Include="Connected Services\ServiceDeepView\" />
1179
  </ItemGroup>
1180
  <ItemGroup>
1181
    <None Include="Connected Services\ServiceDeepView\configuration91.svcinfo" />
1182
  </ItemGroup>
1183
  <ItemGroup>
1184
    <None Include="Connected Services\ServiceDeepView\configuration.svcinfo" />
1185
  </ItemGroup>
1186
  <ItemGroup>
1187
    <None Include="Connected Services\ServiceDeepView\Reference.svcmap">
1188
      <Generator>WCF Proxy Generator</Generator>
1189
      <LastGenOutput>Reference.cs</LastGenOutput>
1190
    </None>
1191
  </ItemGroup>
1192
  <ItemGroup>
1193
    <WebReferences Include="Web References\" />
1194
  </ItemGroup>
1195
  <ItemGroup>
1196
    <WebReferenceUrl Include="http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx">
1197
      <UrlBehavior>Dynamic</UrlBehavior>
1198
      <RelPath>Web References\Get_FinalImage\</RelPath>
1199
      <UpdateFromURL>http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx</UpdateFromURL>
1200
      <ServiceLocationURL>
1201
      </ServiceLocationURL>
1202
      <CachedDynamicPropName>
1203
      </CachedDynamicPropName>
1204
      <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
1205
      <CachedSettingsPropName>KCOM_Get_FinalImage_Get_PdfImage</CachedSettingsPropName>
1206
    </WebReferenceUrl>
1207
    <WebReferenceUrl Include="https://localhost:44301/ImageUpload/FileUpload.asmx">
1208
      <UrlBehavior>Dynamic</UrlBehavior>
1209
      <RelPath>Web References\kr.co.devdoftech.cloud\</RelPath>
1210
      <UpdateFromURL>https://localhost:44301/ImageUpload/FileUpload.asmx</UpdateFromURL>
1211
      <ServiceLocationURL>
1212
      </ServiceLocationURL>
1213
      <CachedDynamicPropName>
1214
      </CachedDynamicPropName>
1215
      <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
1216
      <CachedSettingsPropName>KCOM_kr_co_devdoftech_cloud_FileUpload</CachedSettingsPropName>
1217
    </WebReferenceUrl>
1218
  </ItemGroup>
1219
  <ItemGroup>
1220
    <None Include="Web References\kr.co.devdoftech.cloud\FileUpload.disco" />
1221
  </ItemGroup>
1222
  <ItemGroup>
1223
    <Resource Include="Resources\Images\MenuImage_New\up-arrow.png" />
1224
  </ItemGroup>
1225
  <ItemGroup>
1226
    <Resource Include="Resources\Images\MenuImage_New\cancel.png" />
1227
  </ItemGroup>
1228
  <ItemGroup>
1229
    <Resource Include="Resources\Images\MenuImage_New\locked-padlock.png" />
1230
    <Resource Include="Resources\Images\MenuImage_New\locked-padlock_color.png" />
1231
  </ItemGroup>
1232
  <ItemGroup>
1233
    <Folder Include="PlugIn\" />
1234
    <Folder Include="Themes\" />
1235
  </ItemGroup>
1236
  <ItemGroup>
1237
    <Resource Include="Messenger\clip.png" />
1238
    <Resource Include="Messenger\frame-landscape.png" />
1239
  </ItemGroup>
1240
  <ItemGroup>
1241
    <Resource Include="Messenger\email.png" />
1242
  </ItemGroup>
1243
  <ItemGroup>
1244
    <Resource Include="Messenger\check_pen.png" />
1245
  </ItemGroup>
1246
  <ItemGroup>
1247
    <Resource Include="Resources\Images\MenuImage_New\panorama.png" />
1248
  </ItemGroup>
1249
  <ItemGroup>
1250
    <Resource Include="Resources\Images\MenuImage_New\Rotate_Minus.png" />
1251
    <Resource Include="Resources\Images\MenuImage_New\Rotate_Plus.png" />
1252
  </ItemGroup>
1253
  <ItemGroup>
1254
    <Resource Include="Resources\Images\MenuImage_New\flip.png" />
1255
  </ItemGroup>
1256
  <ItemGroup>
1257
    <Resource Include="Resources\Images\MenuImage_New\checklist.png" />
1258
  </ItemGroup>
1259
  <ItemGroup>
1260
    <Resource Include="Resources\Images\MenuImage_New\pdf.png" />
1261
  </ItemGroup>
1262
  <ItemGroup>
1263
    <Resource Include="Resources\Images\MenuImage_New\file.png" />
1264
  </ItemGroup>
1265
  <ItemGroup>
1266
    <Resource Include="Resources\Images\MenuImage_New\diskette.png" />
1267
  </ItemGroup>
1268
  <ItemGroup>
1269
    <Resource Include="markup.ico" />
1270
  </ItemGroup>
1271
  <ItemGroup>
1272
    <Resource Include="Resources\Images\MenuImage_New\chronometer.png" />
1273
  </ItemGroup>
1274
  <ItemGroup>
1275
    <None Include="Web References\Get_FinalImage\Get_PdfImage.disco" />
1276
  </ItemGroup>
1277
  <ItemGroup>
1278
    <Resource Include="Resources\Images\MenuImage_New\archive.png" />
1279
  </ItemGroup>
1280
  <ItemGroup>
1281
    <Resource Include="Resources\Images\MenuImage_New\copy1.png" />
1282
    <Resource Include="Resources\Images\MenuImage_New\copy2.png" />
1283
    <Resource Include="Resources\Images\MenuImage_New\copy3.png" />
1284
    <Resource Include="Resources\Images\MenuImage_New\copy4.png" />
1285
    <Resource Include="Resources\Images\MenuImage_New\Cut1.png" />
1286
    <Resource Include="Resources\Images\MenuImage_New\Cut2.png" />
1287
    <Resource Include="Resources\Images\MenuImage_New\Cut3.png" />
1288
    <Resource Include="Resources\Images\MenuImage_New\Cut4.png" />
1289
    <Resource Include="Resources\Images\MenuImage_New\Delete1.png" />
1290
    <Resource Include="Resources\Images\MenuImage_New\Delete2.png" />
1291
    <Resource Include="Resources\Images\MenuImage_New\Delete3.png" />
1292
    <Resource Include="Resources\Images\MenuImage_New\Delete4.png" />
1293
    <Resource Include="Resources\Images\MenuImage_New\Paste1.png" />
1294
    <Resource Include="Resources\Images\MenuImage_New\Paste2.png" />
1295
    <Resource Include="Resources\Images\MenuImage_New\Paste3.png" />
1296
    <Resource Include="Resources\Images\MenuImage_New\Paste4.png" />
1297
    <Resource Include="Resources\Images\MenuImage_New\Undo1.png" />
1298
    <Resource Include="Resources\Images\MenuImage_New\Undo2.png" />
1299
    <Resource Include="Resources\Images\MenuImage_New\Undo3.png" />
1300
    <Resource Include="Resources\Images\MenuImage_New\Undo4.png" />
1301
  </ItemGroup>
1302
  <ItemGroup>
1303
    <Resource Include="Resources\Images\MenuImage_New\Redo3.png" />
1304
  </ItemGroup>
1305
  <ItemGroup>
1306
    <Resource Include="Resources\Images\MenuImage_New\diskette2.png" />
1307
  </ItemGroup>
1308
  <ItemGroup>
1309
    <Resource Include="Resources\Images\MenuImage_New\close-window.png" />
1310
    <Resource Include="Resources\Images\MenuImage_New\maximize-window.png" />
1311
    <Resource Include="Resources\Images\MenuImage_New\minimize-window.png" />
1312
    <Resource Include="Resources\Images\MenuImage_New\restore-window.png" />
1313
  </ItemGroup>
1314
  <ItemGroup>
1315
    <Resource Include="Resources\Images\MenuImage_New\small\font.png" />
1316
    <Resource Include="Resources\Images\MenuImage_New\small\line.png" />
1317
    <Resource Include="Resources\Images\MenuImage_New\small\pen.png" />
1318
    <Resource Include="Resources\Images\MenuImage_New\small\shape.png" />
1319
    <Resource Include="Resources\Images\MenuImage_New\small\stamp.png" />
1320
    <Resource Include="Resources\Images\MenuImage_New\small\text.png" />
1321
  </ItemGroup>
1322
  <ItemGroup>
1323
    <Resource Include="Resources\Images\MenuImage_New\small\control.png" />
1324
    <Resource Include="Resources\Images\MenuImage_New\small\linestyle.png" />
1325
    <Resource Include="Resources\Images\MenuImage_New\small\page.png" />
1326
    <Resource Include="Resources\Images\MenuImage_New\small\view.png" />
1327
  </ItemGroup>
1328
  <ItemGroup>
1329
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView1.disco" />
1330
  </ItemGroup>
1331
  <ItemGroup>
1332
    <Resource Include="Resources\Images\MenuImage_New\splash.png" />
1333
  </ItemGroup>
1334
  <ItemGroup>
1335
    <Resource Include="Resources\Cursor\customCursor.cur" />
1336
  </ItemGroup>
1337
  <ItemGroup>
1338
    <Resource Include="Resources\Cursor\customCursor2.cur" />
1339
  </ItemGroup>
1340
  <ItemGroup>
1341
    <Resource Include="Resources\Images\MenuImage_New\arrowarc.png" />
1342
  </ItemGroup>
1343
  <ItemGroup>
1344
    <Resource Include="oda.bmp" />
1345
  </ItemGroup>
1346
  <ItemGroup>
1347
    <Resource Include="Resources\Images\MenuImage_New\overlap.png" />
1348
  </ItemGroup>
1349
  <ItemGroup>
1350
    <Resource Include="Resources\Images\MenuImage_New\clip.png" />
1351
    <Resource Include="Resources\Images\MenuImage_New\inside.png" />
1352
  </ItemGroup>
1353
  <ItemGroup>
1354
    <Resource Include="Resources\Images\MenuImage_New\View.png" />
1355
  </ItemGroup>
1356
  <ItemGroup>
1357
    <Resource Include="Resources\Images\MenuImage_New\small\export.png" />
1358
    <Resource Include="Resources\Images\MenuImage_New\small\white.png" />
1359
  </ItemGroup>
1360
  <ItemGroup>
1361
    <Resource Include="Resources\Images\MenuImage_New\white.png" />
1362
  </ItemGroup>
1363
  <ItemGroup>
1364
    <ProjectReference Include="..\CommonLib\CommonLib.csproj">
1365
      <Project>{def47fc2-b898-4c92-ad8d-d7b9e994495e}</Project>
1366
      <Name>CommonLib</Name>
1367
    </ProjectReference>
1368
    <ProjectReference Include="..\IIpc\IIpc.csproj">
1369
      <Project>{07282278-92d8-4010-af9f-313c2aab08df}</Project>
1370
      <Name>IIpc</Name>
1371
    </ProjectReference>
1372
    <ProjectReference Include="..\IKCOM\IKCOM.csproj">
1373
      <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project>
1374
      <Name>IKCOM</Name>
1375
    </ProjectReference>
1376
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
1377
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
1378
      <Name>KCOMDataModel</Name>
1379
    </ProjectReference>
1380
    <ProjectReference Include="..\License.Validator\License.Validator.csproj">
1381
      <Project>{ef2913c2-562e-43a3-9f9b-a31141783803}</Project>
1382
      <Name>License.Validator</Name>
1383
    </ProjectReference>
1384
    <ProjectReference Include="..\MarkupToPDF\MarkupToPDF.csproj">
1385
      <Project>{a714bd67-8aac-4ed8-8ecf-7853c3549a68}</Project>
1386
      <Name>MarkupToPDF</Name>
1387
    </ProjectReference>
1388
    <ProjectReference Include="..\Markus.Fonts\Markus.Fonts.csproj">
1389
      <Project>{eb1de04a-d86e-4bf7-b095-f72207923c3b}</Project>
1390
      <Name>Markus.Fonts</Name>
1391
    </ProjectReference>
1392
    <ProjectReference Include="..\ZoomAndPan\ZoomAndPan.csproj">
1393
      <Project>{6c950af4-04d2-4638-8b78-472e39f78b45}</Project>
1394
      <Name>ZoomAndPan</Name>
1395
    </ProjectReference>
1396
  </ItemGroup>
1397
  <ItemGroup>
1398
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
1399
      <Visible>False</Visible>
1400
      <ProductName>.NET Framework 3.5 SP1</ProductName>
1401
      <Install>false</Install>
1402
    </BootstrapperPackage>
1403
  </ItemGroup>
1404
  <ItemGroup>
1405
    <None Include="obfuscar.xml">
1406
      <SubType>Designer</SubType>
1407
    </None>
1408
  </ItemGroup>
1409
  <ItemGroup>
1410
    <None Include="Connected Services\KcomService\configuration91.svcinfo" />
1411
  </ItemGroup>
1412
  <ItemGroup>
1413
    <None Include="Connected Services\KcomService\configuration.svcinfo" />
1414
  </ItemGroup>
1415
  <ItemGroup>
1416
    <None Include="Connected Services\KcomService\Reference.svcmap">
1417
      <Generator>WCF Proxy Generator</Generator>
1418
      <LastGenOutput>Reference.cs</LastGenOutput>
1419
    </None>
1420
  </ItemGroup>
1421
  <ItemGroup>
1422
    <Resource Include="Resources\Images\MenuImage_New\cloudRectArrowText.png" />
1423
  </ItemGroup>
1424
  <ItemGroup>
1425
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView11.disco" />
1426
  </ItemGroup>
1427
  <ItemGroup>
1428
    <Resource Include="public.xml" />
1429
  </ItemGroup>
1430
  <ItemGroup>
1431
    <None Include="Connected Services\KcomService\ServiceDeepView.disco" />
1432
  </ItemGroup>
1433
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
1434
  <Target Name="PostBuildMacros">
1435
    <GetAssemblyIdentity AssemblyFiles="$(TargetPath)">
1436
      <Output TaskParameter="Assemblies" ItemName="Targets" />
1437
    </GetAssemblyIdentity>
1438
    <ItemGroup>
1439
      <VersionNumber Include="@(Targets->'%(Version)')" />
1440
    </ItemGroup>
1441
  </Target>
1442
  <PropertyGroup>
1443
    <PostBuildEventDependsOn>
1444
		  $(PostBuildEventDependsOn);
1445
		  PostBuildMacros;
1446
	  </PostBuildEventDependsOn>
1447
    <PostBuildEvent>if $(ConfigurationName) == Release_Default (
1448
 cd $(SolutionDir)
1449
 call "PublishSign.bat"
1450
 
1451
 call "appCast_Daelim.bat" "@(VersionNumber)"
1452
 call "appCast_SNI.bat" "@(VersionNumber)"
1453
 call "appCast_HS.bat" "@(VersionNumber)"
1454
 call "appCast_bseng.bat" "@(VersionNumber)"
1455
 call "appCast_Daelim_test.bat" "@(VersionNumber)"
1456

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

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

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

    
1490
if $(ConfigurationName) == Debug (
1491
 REM    xcopy /s "$(ProjectDir)..\INI\MARKUS.ini" "$(TargetDir)MARKUS.*" /Y /F
1492
)
1493

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

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

    
1502
if $(ConfigurationName) == Daelim_RemoteTest (
1503
      xcopy /s "$(ProjectDir)..\INI\MARKUS_DAELIM_REMOTE.ini" "$(TargetDir)MARKUS.*" /Y /F
1504
)
1505

    
1506
if $(ConfigurationName) == Debug_DevDoftech (
1507
     xcopy /s "$(ProjectDir)..\INI\MARKUS_Doftech.ini" "$(TargetDir)MARKUS.*" /Y /F
1508
)
1509

    
1510
if $(ConfigurationName) == Debug_HyoSung (
1511
     xcopy /s "$(ProjectDir)..\INI\MARKUS_HyoSung_Debug.ini" "$(TargetDir)MARKUS.*" /Y /F
1512
 )
1513

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

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