프로젝트

일반

사용자정보

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

markus / KCOM / KCOM.csproj @ b627aa5a

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

    
1499

    
1500
call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml
1501
xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F
1502
rd "$(TargetDir)Obfuscator_Output" /s
1503
rd "$(SolutionDir)Setup\Release_default\" /s
1504

    
1505
xcopy "$(TargetDir)" "$(SolutionDir)Setup\Release_default\" /S /Y /F 
1506

    
1507
 cd $(SolutionDir)
1508
 call "PublishSign.bat"
1509

    
1510
 rem call "appCast_Daelim.bat" "@(VersionNumber)"
1511
 call "appCast_SNI.bat" "@(VersionNumber)"
1512
call "appCast_doftech.bat" "@(VersionNumber)"
1513
 rem call "appCast_HS.bat" "@(VersionNumber)"
1514
 rem "appCast_bseng.bat" "@(VersionNumber)"
1515
 rem  call "appCast_Daelim_test.bat" "@(VersionNumber)"
1516

    
1517
)</PostBuildEvent>
1518
  </PropertyGroup>
1519
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
1520
  <Target Name="app_config_AfterCompile" AfterTargets="AfterCompile" Condition="Exists('app.$(Configuration).config')">
1521
    <!--Generate transformed app config in the intermediate directory-->
1522
    <TransformXml Source="app.config" Destination="$(IntermediateOutputPath)$(TargetFileName).config" Transform="app.$(Configuration).config" />
1523
    <!--Force build process to use the transformed configuration file from now on.-->
1524
    <ItemGroup>
1525
      <AppConfigWithTargetPath Remove="App.config" />
1526
      <AppConfigWithTargetPath Include="$(IntermediateOutputPath)$(TargetFileName).config">
1527
        <TargetPath>$(TargetFileName).config</TargetPath>
1528
      </AppConfigWithTargetPath>
1529
    </ItemGroup>
1530
  </Target>
1531
  <!--Override After Publish to support ClickOnce AfterPublish. Target replaces the untransformed config file copied to the deployment directory with the transformed one.-->
1532
  <Target Name="app_config_AfterPublish" AfterTargets="AfterPublish" Condition="Exists('app.$(Configuration).config')">
1533
    <PropertyGroup>
1534
      <DeployedConfig>$(_DeploymentApplicationDir)$(TargetName)$(TargetExt).config$(_DeploymentFileMappingExtension)</DeployedConfig>
1535
    </PropertyGroup>
1536
    <!--Publish copies the untransformed App.config to deployment directory so overwrite it-->
1537
    <Copy Condition="Exists('$(DeployedConfig)')" SourceFiles="$(IntermediateOutputPath)$(TargetFileName).config" DestinationFiles="$(DeployedConfig)" />
1538
  </Target>
1539
  <PropertyGroup>
1540
    <PreBuildEvent>Taskkill /IM DownloadManager.exe /F
1541

    
1542
IF NOT EXIST $(TargetDir)Plugin (
1543
mkdir $(TargetDir)Plugin
1544
)
1545

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

    
1548
if $(ConfigurationName) == Debug (
1549
 REM    xcopy /s "$(ProjectDir)..\INI\MARKUS.ini" "$(TargetDir)MARKUS.*" /Y /F
1550
)
1551

    
1552
 if $(ConfigurationName) == Release_Default (
1553
     xcopy /s "$(ProjectDir)..\INI\MARKUS.ini" "$(TargetDir)MARKUS.*" /Y /F
1554
)
1555

    
1556
if $(ConfigurationName) == Debug_Daelim (
1557
      xcopy /s "$(ProjectDir)..\INI\MARKUS_Daelim_REMOTE.ini" "$(TargetDir)MARKUS.*" /Y /F
1558
)
1559

    
1560
if $(ConfigurationName) == Daelim_RemoteTest (
1561
      xcopy /s "$(ProjectDir)..\INI\MARKUS_DAELIM_REMOTE.ini" "$(TargetDir)MARKUS.*" /Y /F
1562
)
1563

    
1564
if $(ConfigurationName) == Debug_DevDoftech (
1565
     xcopy /s "$(ProjectDir)..\INI\MARKUS_Doftech.ini" "$(TargetDir)MARKUS.*" /Y /F
1566
)
1567

    
1568
if $(ConfigurationName) == Debug_HyoSung (
1569
     xcopy /s "$(ProjectDir)..\INI\MARKUS_HyoSung_Debug.ini" "$(TargetDir)MARKUS.*" /Y /F
1570
 )
1571

    
1572
 if $(ConfigurationName) == Release_HyoSung (
1573
     xcopy /s "$(ProjectDir)..\INI\MARKUS_HyoSung.ini" "$(TargetDir)MARKUS.*" /Y /F
1574
)
1575
 if $(ConfigurationName) == Release_PEMSS (
1576
     xcopy /s "$(ProjectDir)..\INI\MARKUS_PEMSS.ini" "$(TargetDir)MARKUS.*" /Y /F
1577
)
1578
 if $(ConfigurationName) == Release_BSENG (
1579
     xcopy /s "$(ProjectDir)..\INI\MARKUS_BSENG.ini" "$(TargetDir)MARKUS.*" /Y /F
1580
)
1581
if $(ConfigurationName) == Debug_SNI (
1582
     xcopy /s "$(ProjectDir)..\INI\MARKUS_SNI.ini" "$(TargetDir)MARKUS.*" /Y /F
1583
)
1584

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