프로젝트

일반

사용자정보

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

markus / KCOM / KCOM.csproj @ 66bd3240

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

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

    
1467
call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml
1468
xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F
1469
rmdir "$(TargetDir)Obfuscator_Output" /s /q
1470
rmdir "$(SolutionDir)Setup\Release_default\" /s /q
1471

    
1472
xcopy "$(TargetDir)" "$(SolutionDir)Setup\Release_default\" /S /Y /F 
1473

    
1474
 cd $(SolutionDir)
1475
 call "PublishSign.bat"
1476

    
1477
 rem call "appCast_Daelim.bat" "@(VersionNumber)"
1478
 call "appCast_SNI.bat" "@(VersionNumber)"
1479
call "appCast_doftech.bat" "@(VersionNumber)"
1480
 rem call "appCast_HS.bat" "@(VersionNumber)"
1481
 rem "appCast_bseng.bat" "@(VersionNumber)"
1482
 rem  call "appCast_Daelim_test.bat" "@(VersionNumber)"
1483

    
1484
)</PostBuildEvent>
1485
  </PropertyGroup>
1486
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
1487
  <Target Name="app_config_AfterCompile" AfterTargets="AfterCompile" Condition="Exists('app.$(Configuration).config')">
1488
    <!--Generate transformed app config in the intermediate directory-->
1489
    <TransformXml Source="app.config" Destination="$(IntermediateOutputPath)$(TargetFileName).config" Transform="app.$(Configuration).config" />
1490
    <!--Force build process to use the transformed configuration file from now on.-->
1491
    <ItemGroup>
1492
      <AppConfigWithTargetPath Remove="App.config" />
1493
      <AppConfigWithTargetPath Include="$(IntermediateOutputPath)$(TargetFileName).config">
1494
        <TargetPath>$(TargetFileName).config</TargetPath>
1495
      </AppConfigWithTargetPath>
1496
    </ItemGroup>
1497
  </Target>
1498
  <!--Override After Publish to support ClickOnce AfterPublish. Target replaces the untransformed config file copied to the deployment directory with the transformed one.-->
1499
  <Target Name="app_config_AfterPublish" AfterTargets="AfterPublish" Condition="Exists('app.$(Configuration).config')">
1500
    <PropertyGroup>
1501
      <DeployedConfig>$(_DeploymentApplicationDir)$(TargetName)$(TargetExt).config$(_DeploymentFileMappingExtension)</DeployedConfig>
1502
    </PropertyGroup>
1503
    <!--Publish copies the untransformed App.config to deployment directory so overwrite it-->
1504
    <Copy Condition="Exists('$(DeployedConfig)')" SourceFiles="$(IntermediateOutputPath)$(TargetFileName).config" DestinationFiles="$(DeployedConfig)" />
1505
  </Target>
1506
  <PropertyGroup>
1507
    <PreBuildEvent>Taskkill /IM DownloadManager.exe /F
1508

    
1509
IF NOT EXIST $(TargetDir)Plugin (
1510
mkdir $(TargetDir)Plugin
1511
)
1512

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

    
1515
if $(ConfigurationName) == Debug (
1516
 REM    xcopy /s "$(ProjectDir)..\INI\MARKUS.ini" "$(TargetDir)MARKUS.*" /Y /F
1517
)
1518

    
1519
 if $(ConfigurationName) == Release_Default (
1520
     xcopy /s "$(ProjectDir)..\INI\MARKUS.ini" "$(TargetDir)MARKUS.*" /Y /F
1521
)
1522

    
1523
if $(ConfigurationName) == Debug_Daelim (
1524
      xcopy /s "$(ProjectDir)..\INI\MARKUS_Daelim_REMOTE.ini" "$(TargetDir)MARKUS.*" /Y /F
1525
)
1526

    
1527
if $(ConfigurationName) == Daelim_RemoteTest (
1528
      xcopy /s "$(ProjectDir)..\INI\MARKUS_DAELIM_REMOTE.ini" "$(TargetDir)MARKUS.*" /Y /F
1529
)
1530

    
1531
if $(ConfigurationName) == Debug_DevDoftech (
1532
     xcopy /s "$(ProjectDir)..\INI\MARKUS_Doftech.ini" "$(TargetDir)MARKUS.*" /Y /F
1533
)
1534

    
1535
if $(ConfigurationName) == Debug_HyoSung (
1536
     xcopy /s "$(ProjectDir)..\INI\MARKUS_HyoSung_Debug.ini" "$(TargetDir)MARKUS.*" /Y /F
1537
 )
1538

    
1539
 if $(ConfigurationName) == Release_HyoSung (
1540
     xcopy /s "$(ProjectDir)..\INI\MARKUS_HyoSung.ini" "$(TargetDir)MARKUS.*" /Y /F
1541
)
1542
 if $(ConfigurationName) == Release_PEMSS (
1543
     xcopy /s "$(ProjectDir)..\INI\MARKUS_PEMSS.ini" "$(TargetDir)MARKUS.*" /Y /F
1544
)
1545
 if $(ConfigurationName) == Release_BSENG (
1546
     xcopy /s "$(ProjectDir)..\INI\MARKUS_BSENG.ini" "$(TargetDir)MARKUS.*" /Y /F
1547
)
1548
if $(ConfigurationName) == Debug_SNI (
1549
     xcopy /s "$(ProjectDir)..\INI\MARKUS_SNI.ini" "$(TargetDir)MARKUS.*" /Y /F
1550
)
1551

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