프로젝트

일반

사용자정보

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

markus / KCOM / KCOM.csproj @ a8aec13a

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

    
1528
call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml
1529
xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F
1530
rmdir "$(TargetDir)Obfuscator_Output" /s /q
1531
rem rmdir "$(SolutionDir)Setup\Release_default\" /s /q
1532

    
1533
xcopy "$(TargetDir)" "$(SolutionDir)Setup\Release_default\" /S /Y /F 
1534

    
1535
 cd $(SolutionDir)
1536
 call "PublishSign.bat"
1537

    
1538
 rem call "appCast_Daelim.bat" "@(VersionNumber)"
1539
 call "appCast_DIG.bat" "@(VersionNumber)"
1540
 rem call "appCast_DIG_DEBUG.bat" "@(VersionNumber)"
1541
 rem call "appCast_SNI_SDMS.bat" "@(VersionNumber)"
1542
rem  call "appCast_SNI_XICNA.bat" "@(VersionNumber)"
1543
 rem call "appCast_doftech.bat" "@(VersionNumber)"
1544
 rem call "appCast_HS.bat" "@(VersionNumber)"
1545
 rem "appCast_bseng.bat" "@(VersionNumber)"
1546
 rem  call "appCast_Daelim_test.bat" "@(VersionNumber)"
1547

    
1548
)</PostBuildEvent>
1549
  </PropertyGroup>
1550
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
1551
  <Target Name="app_config_AfterCompile" AfterTargets="AfterCompile" Condition="Exists('app.$(Configuration).config')">
1552
    <!--Generate transformed app config in the intermediate directory-->
1553
    <TransformXml Source="app.config" Destination="$(IntermediateOutputPath)$(TargetFileName).config" Transform="app.$(Configuration).config" />
1554
    <!--Force build process to use the transformed configuration file from now on.-->
1555
    <ItemGroup>
1556
      <AppConfigWithTargetPath Remove="App.config" />
1557
      <AppConfigWithTargetPath Include="$(IntermediateOutputPath)$(TargetFileName).config">
1558
        <TargetPath>$(TargetFileName).config</TargetPath>
1559
      </AppConfigWithTargetPath>
1560
    </ItemGroup>
1561
  </Target>
1562
  <!--Override After Publish to support ClickOnce AfterPublish. Target replaces the untransformed config file copied to the deployment directory with the transformed one.-->
1563
  <Target Name="app_config_AfterPublish" AfterTargets="AfterPublish" Condition="Exists('app.$(Configuration).config')">
1564
    <PropertyGroup>
1565
      <DeployedConfig>$(_DeploymentApplicationDir)$(TargetName)$(TargetExt).config$(_DeploymentFileMappingExtension)</DeployedConfig>
1566
    </PropertyGroup>
1567
    <!--Publish copies the untransformed App.config to deployment directory so overwrite it-->
1568
    <Copy Condition="Exists('$(DeployedConfig)')" SourceFiles="$(IntermediateOutputPath)$(TargetFileName).config" DestinationFiles="$(DeployedConfig)" />
1569
  </Target>
1570
  <PropertyGroup>
1571
    <PreBuildEvent>Taskkill /IM DownloadManager.exe /F
1572

    
1573
IF NOT EXIST $(TargetDir)Plugin (
1574
mkdir $(TargetDir)Plugin
1575
)
1576

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

    
1579
if $(ConfigurationName) == Debug (
1580
 REM    xcopy /s "$(ProjectDir)..\INI\MARKUS.ini" "$(TargetDir)MARKUS.*" /Y /F
1581
)
1582

    
1583
 if $(ConfigurationName) == Release_Default (
1584
     xcopy /s "$(ProjectDir)..\INI\MARKUS.ini" "$(TargetDir)MARKUS.*" /Y /F
1585
)
1586

    
1587
if $(ConfigurationName) == Debug_DIG (
1588
      xcopy /s "$(ProjectDir)..\INI\MARKUS_DIG_DEBUG.ini" "$(TargetDir)MARKUS.*" /Y /F
1589
)
1590

    
1591
if $(ConfigurationName) == Debug_Daelim (
1592
      xcopy /s "$(ProjectDir)..\INI\MARKUS_Daelim_REMOTE.ini" "$(TargetDir)MARKUS.*" /Y /F
1593
)
1594

    
1595
if $(ConfigurationName) == Daelim_RemoteTest (
1596
      xcopy /s "$(ProjectDir)..\INI\MARKUS_DAELIM_REMOTE.ini" "$(TargetDir)MARKUS.*" /Y /F
1597
)
1598

    
1599
if $(ConfigurationName) == Debug_DevDoftech (
1600
     xcopy /s "$(ProjectDir)..\INI\MARKUS_Doftech.ini" "$(TargetDir)MARKUS.*" /Y /F
1601
)
1602

    
1603
if $(ConfigurationName) == Debug_HyoSung (
1604
     xcopy /s "$(ProjectDir)..\INI\MARKUS_HyoSung_Debug.ini" "$(TargetDir)MARKUS.*" /Y /F
1605
 )
1606

    
1607
 if $(ConfigurationName) == Release_HyoSung (
1608
     xcopy /s "$(ProjectDir)..\INI\MARKUS_HyoSung.ini" "$(TargetDir)MARKUS.*" /Y /F
1609
)
1610
 if $(ConfigurationName) == Release_PEMSS (
1611
     xcopy /s "$(ProjectDir)..\INI\MARKUS_PEMSS.ini" "$(TargetDir)MARKUS.*" /Y /F
1612
)
1613
 if $(ConfigurationName) == Release_BSENG (
1614
     xcopy /s "$(ProjectDir)..\INI\MARKUS_BSENG.ini" "$(TargetDir)MARKUS.*" /Y /F
1615
)
1616
if $(ConfigurationName) == Debug_SNI (
1617
     xcopy /s "$(ProjectDir)..\INI\MARKUS_SNI.ini" "$(TargetDir)MARKUS.*" /Y /F
1618
)
1619

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