프로젝트

일반

사용자정보

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

markus / KCOM / KCOM.csproj @ b60e844d

이력 | 보기 | 이력해설 | 다운로드 (60.2 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.23\build\obfuscar.props" Condition="Exists('..\packages\Obfuscar.2.2.23\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>DEBUG;TRACE</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>x86</PlatformTarget>
136
    <ErrorReport>prompt</ErrorReport>
137
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
138
    <Prefer32Bit>true</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
  <ItemGroup>
291
    <Reference Include="Bytescout.PDFExtractor, Version=9.2.0.3293, Culture=neutral, PublicKeyToken=f7dd1bd9d40a50eb, processorArchitecture=MSIL">
292
      <SpecificVersion>False</SpecificVersion>
293
      <HintPath>..\packages\PDFExtractorSDK\FULL\net4.00\Bytescout.PDFExtractor.dll</HintPath>
294
    </Reference>
295
    <Reference Include="Bytescout.PDFExtractor.OCRExtension, Version=9.2.0.3293, Culture=neutral, PublicKeyToken=f7dd1bd9d40a50eb, processorArchitecture=MSIL">
296
      <SpecificVersion>False</SpecificVersion>
297
      <HintPath>..\packages\PDFExtractorSDK\FULL\net4.00\Bytescout.PDFExtractor.OCRExtension.dll</HintPath>
298
    </Reference>
299
    <Reference Include="itextsharp">
300
      <HintPath>..\packages\iTextSharp.5.5.12\lib\itextsharp.dll</HintPath>
301
    </Reference>
302
    <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
303
      <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
304
    </Reference>
305
    <Reference Include="Microsoft.AspNet.SignalR.Client">
306
      <HintPath>..\packages\Microsoft.AspNet.SignalR.Client.2.2.3\lib\net40\Microsoft.AspNet.SignalR.Client.dll</HintPath>
307
    </Reference>
308
    <Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
309
      <HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\Microsoft.Expression.Interactions.dll</HintPath>
310
      <Private>True</Private>
311
    </Reference>
312
    <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
313
      <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
314
    </Reference>
315
    <Reference Include="Svg2Xaml, Version=0.3.0.5, Culture=neutral, processorArchitecture=MSIL">
316
      <HintPath>..\packages\Svg2Xaml.0.3.0.5\lib\net40\Svg2Xaml.dll</HintPath>
317
    </Reference>
318
    <Reference Include="System" />
319
    <Reference Include="System.ComponentModel.DataAnnotations" />
320
    <Reference Include="System.Configuration" />
321
    <Reference Include="System.Data" />
322
    <Reference Include="System.Data.Entity" />
323
    <Reference Include="System.Drawing" />
324
    <Reference Include="System.EnterpriseServices" />
325
    <Reference Include="System.Management" />
326
    <Reference Include="System.Net" />
327
    <Reference Include="System.Net.Http" />
328
    <Reference Include="System.Net.Json, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
329
      <SpecificVersion>False</SpecificVersion>
330
      <HintPath>bin\x64\Debug\System.Net.Json.dll</HintPath>
331
    </Reference>
332
    <Reference Include="System.Runtime.Serialization" />
333
    <Reference Include="System.ServiceModel" />
334
    <Reference Include="System.Web" />
335
    <Reference Include="System.Web.Services" />
336
    <Reference Include="System.Windows.Forms" />
337
    <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
338
      <HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\System.Windows.Interactivity.dll</HintPath>
339
      <Private>True</Private>
340
    </Reference>
341
    <Reference Include="System.Xml" />
342
    <Reference Include="Microsoft.CSharp" />
343
    <Reference Include="System.Core" />
344
    <Reference Include="System.Xml.Linq" />
345
    <Reference Include="System.Data.DataSetExtensions" />
346
    <Reference Include="System.Xaml">
347
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
348
    </Reference>
349
    <Reference Include="Telerik.Windows.Controls, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
350
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.dll</HintPath>
351
      <Private>True</Private>
352
    </Reference>
353
    <Reference Include="Telerik.Windows.Controls.Docking, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
354
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Docking.dll</HintPath>
355
      <Private>True</Private>
356
    </Reference>
357
    <Reference Include="Telerik.Windows.Controls.GridView, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
358
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.GridView.dll</HintPath>
359
      <Private>True</Private>
360
    </Reference>
361
    <Reference Include="Telerik.Windows.Controls.Input, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
362
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Input.dll</HintPath>
363
      <Private>True</Private>
364
    </Reference>
365
    <Reference Include="Telerik.Windows.Controls.Navigation, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
366
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Navigation.dll</HintPath>
367
      <Private>True</Private>
368
    </Reference>
369
    <Reference Include="Telerik.Windows.Controls.RibbonView, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
370
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.RibbonView.dll</HintPath>
371
      <Private>True</Private>
372
    </Reference>
373
    <Reference Include="Telerik.Windows.Data, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
374
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Data.dll</HintPath>
375
      <Private>True</Private>
376
    </Reference>
377
    <Reference Include="Telerik.Windows.Themes.VisualStudio2013, Version=2018.1.122.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
378
      <SpecificVersion>False</SpecificVersion>
379
      <HintPath>..\packages\Telerik.Windows.Themes.VisualStudio2013.dll</HintPath>
380
    </Reference>
381
    <Reference Include="ToggleSwitch, Version=1.1.2.0, Culture=neutral, PublicKeyToken=8637099990568f75, processorArchitecture=MSIL">
382
      <HintPath>..\packages\ToggleSwitch.1.1.2\lib\net40-client\ToggleSwitch.dll</HintPath>
383
    </Reference>
384
    <Reference Include="UIAutomationProvider" />
385
    <Reference Include="UIAutomationTypes" />
386
    <Reference Include="WindowsBase" />
387
    <Reference Include="PresentationCore" />
388
    <Reference Include="PresentationFramework" />
389
  </ItemGroup>
390
  <ItemGroup>
391
    <ApplicationDefinition Include="App.xaml">
392
      <Generator>MSBuild:Compile</Generator>
393
      <SubType>Designer</SubType>
394
    </ApplicationDefinition>
395
    <Compile Include="Behaviors\ListViewColumnSizeAutoBehavior.cs" />
396
    <Compile Include="Behaviors\RadListBoxDragVisualProvider.cs" />
397
    <Compile Include="Behaviors\WindowBehavior.cs" />
398
    <Compile Include="Common\Converter\ColorListToBrushConverter.cs" />
399
    <Compile Include="Common\Converter\ZeroToCollapsedConverter.cs" />
400
    <Compile Include="Common\DataSaveTask.cs" />
401
    <Compile Include="Common\Check_Inferface.cs" />
402
    <Compile Include="Common\Check_Uri.cs" />
403
    <Compile Include="Common\Commons.cs" />
404
    <Compile Include="Common\Converter\CmpUrlChange.cs" />
405
    <Compile Include="Common\Converter\CommentTypeImgConverter.cs" />
406
    <Compile Include="Common\Converter\enumStringColorConverter.cs" />
407
    <Compile Include="Common\Converter\enumStringConverter.cs" />
408
    <Compile Include="Common\Converter\PDFVisibleConverter.cs" />
409
    <Compile Include="Common\Converter\SvgConverter.cs" />
410
    <Compile Include="Common\Converter\SvgImageConverter.cs" />
411
    <Compile Include="Common\FileStreamToBase64.cs" />
412
    <Compile Include="Common\ImageAsyncHelper.cs" />
413
    <Compile Include="Common\ImageSourceHelper.cs" />
414
    <Compile Include="Common\ISplashMessage.cs" />
415
    <Compile Include="Common\MarkupUserInfo.cs" />
416
    <Compile Include="Common\MouseInputBase.cs" />
417
    <Compile Include="Controls\CustomWindow.cs" />
418
    <Compile Include="Extensions\LinqExtension.cs" />
419
    <Compile Include="PageManager\PageItem.cs" />
420
    <Compile Include="PageManager\PageStorage.cs" />
421
    <Compile Include="Common\SelectionSet.cs" />
422
    <Compile Include="Common\TempFile.cs" />
423
    <Compile Include="Connected Services\KcomService\Reference.cs">
424
      <AutoGen>True</AutoGen>
425
      <DesignTime>True</DesignTime>
426
      <DependentUpon>Reference.svcmap</DependentUpon>
427
    </Compile>
428
    <Compile Include="Connected Services\ServiceDeepView\Reference.cs">
429
      <AutoGen>True</AutoGen>
430
      <DesignTime>True</DesignTime>
431
      <DependentUpon>Reference.svcmap</DependentUpon>
432
    </Compile>
433
    <Compile Include="Controls\addToFavoriteWindow_Internal.xaml.cs">
434
      <DependentUpon>addToFavoriteWindow_Internal.xaml</DependentUpon>
435
    </Compile>
436
    <Compile Include="Controls\Alert.xaml.cs">
437
      <DependentUpon>Alert.xaml</DependentUpon>
438
    </Compile>
439
    <Compile Include="Controls\CheckList.xaml.cs">
440
      <DependentUpon>CheckList.xaml</DependentUpon>
441
    </Compile>
442
    <Compile Include="Controls\CheckList_Detail.xaml.cs">
443
      <DependentUpon>CheckList_Detail.xaml</DependentUpon>
444
    </Compile>
445
    <Compile Include="Controls\CheckList_Status.xaml.cs">
446
      <DependentUpon>CheckList_Status.xaml</DependentUpon>
447
    </Compile>
448
    <Compile Include="Controls\CommantImage.xaml.cs">
449
      <DependentUpon>CommantImage.xaml</DependentUpon>
450
    </Compile>
451
    <Compile Include="Controls\DecodeImage.cs" />
452
    <Compile Include="Controls\editToFavoriteWindow_Internal.xaml.cs">
453
      <DependentUpon>editToFavoriteWindow_Internal.xaml</DependentUpon>
454
    </Compile>
455
    <Compile Include="Controls\FavoritePanel.xaml.cs">
456
      <DependentUpon>FavoritePanel.xaml</DependentUpon>
457
    </Compile>
458
    <Compile Include="Controls\Panorama.xaml.cs">
459
      <DependentUpon>Panorama.xaml</DependentUpon>
460
    </Compile>
461
    <Compile Include="Controls\ProgressControl.xaml.cs">
462
      <DependentUpon>ProgressControl.xaml</DependentUpon>
463
    </Compile>
464
    <Compile Include="Controls\SearchPanel.xaml.cs">
465
      <DependentUpon>SearchPanel.xaml</DependentUpon>
466
    </Compile>
467
    <Compile Include="Controls\Symbol.xaml.cs">
468
      <DependentUpon>Symbol.xaml</DependentUpon>
469
    </Compile>
470
    <Compile Include="Controls\SymbolPrompt.xaml.cs">
471
      <DependentUpon>SymbolPrompt.xaml</DependentUpon>
472
    </Compile>
473
    <Compile Include="Events\ConsolidateCommand.cs" />
474
    <Compile Include="Events\CopyCommand.cs" />
475
    <Compile Include="Events\CreateCommand.cs" />
476
    <Compile Include="Events\CutCommand.cs" />
477
    <Compile Include="Events\DeleteCommand.cs" />
478
    <Compile Include="Events\Move.cs" />
479
    <Compile Include="Events\PasteCommand.cs" />
480
    <Compile Include="Events\TeamConsolidateCommand.cs" />
481
    <Compile Include="Events\UndoCommand.cs" />
482
    <Compile Include="Events\SaveCommand.cs" />
483
    <Compile Include="Events\RedoCommand.cs" />
484
    <Compile Include="Extensions\MarkupVisitHelper.cs" />
485
    <Compile Include="Extensions\MatrixHelper.cs" />
486
    <Compile Include="Extensions\MouseHelper.cs" />
487
    <Compile Include="Extensions\TaskExtensions.cs" />
488
    <Compile Include="Extensions\VisualHelper.cs" />
489
    <Compile Include="Extensions\WindowHelper.cs" />
490
    <Compile Include="Logger.cs" />
491
    <Compile Include="Messenger\ConversationView.xaml.cs">
492
      <DependentUpon>ConversationView.xaml</DependentUpon>
493
    </Compile>
494
    <Compile Include="Messenger\MessageBase.cs" />
495
    <Compile Include="Views\SplashScreenWindow.xaml.cs">
496
      <DependentUpon>SplashScreenWindow.xaml</DependentUpon>
497
    </Compile>
498
    <Compile Include="Web References\Get_FinalImage\Reference.cs">
499
      <AutoGen>True</AutoGen>
500
      <DesignTime>True</DesignTime>
501
      <DependentUpon>Reference.map</DependentUpon>
502
    </Compile>
503
    <Compile Include="Web References\kr.co.devdoftech.cloud\Reference.cs">
504
      <AutoGen>True</AutoGen>
505
      <DesignTime>True</DesignTime>
506
      <DependentUpon>Reference.map</DependentUpon>
507
    </Compile>
508
    <Compile Include="WrapPanel\LengthConverter.cs" />
509
    <Compile Include="WrapPanel\NumericExtensions.cs" />
510
    <Compile Include="WrapPanel\OrientedSize.cs" />
511
    <Compile Include="WrapPanel\TypeConverters.cs" />
512
    <Compile Include="WrapPanel\WrapPanel.cs" />
513
    <Page Include="Assets\MarkupColorListBox.xaml">
514
      <SubType>Designer</SubType>
515
      <Generator>MSBuild:Compile</Generator>
516
    </Page>
517
    <Page Include="Assets\RadGridViewStyleResourceDictionary.xaml">
518
      <Generator>MSBuild:Compile</Generator>
519
      <SubType>Designer</SubType>
520
    </Page>
521
    <Page Include="Controls\addToFavoriteWindow_Internal.xaml">
522
      <Generator>MSBuild:Compile</Generator>
523
      <SubType>Designer</SubType>
524
    </Page>
525
    <Page Include="Controls\AdornerFinal.xaml">
526
      <SubType>Designer</SubType>
527
      <Generator>MSBuild:Compile</Generator>
528
    </Page>
529
    <Page Include="Controls\Alert.xaml">
530
      <Generator>MSBuild:Compile</Generator>
531
      <SubType>Designer</SubType>
532
    </Page>
533
    <Page Include="Controls\CalendarControl.xaml">
534
      <SubType>Designer</SubType>
535
      <Generator>MSBuild:Compile</Generator>
536
    </Page>
537
    <Page Include="Controls\CheckList.xaml">
538
      <SubType>Designer</SubType>
539
      <Generator>MSBuild:Compile</Generator>
540
    </Page>
541
    <Page Include="Controls\CheckList_Detail.xaml">
542
      <Generator>MSBuild:Compile</Generator>
543
      <SubType>Designer</SubType>
544
    </Page>
545
    <Page Include="Controls\CheckList_Status.xaml">
546
      <Generator>MSBuild:Compile</Generator>
547
      <SubType>Designer</SubType>
548
    </Page>
549
    <Page Include="Controls\CommantImage.xaml">
550
      <Generator>MSBuild:Compile</Generator>
551
      <SubType>Designer</SubType>
552
    </Page>
553
    <Page Include="Controls\editToFavoriteWindow_Internal.xaml">
554
      <Generator>MSBuild:Compile</Generator>
555
      <SubType>Designer</SubType>
556
    </Page>
557
    <Page Include="Controls\FavoritePanel.xaml">
558
      <Generator>MSBuild:Compile</Generator>
559
      <SubType>Designer</SubType>
560
    </Page>
561
    <Page Include="Controls\Panorama.xaml">
562
      <SubType>Designer</SubType>
563
      <Generator>MSBuild:Compile</Generator>
564
    </Page>
565
    <Page Include="Controls\PrintControl.xaml">
566
      <SubType>Designer</SubType>
567
      <Generator>MSBuild:Compile</Generator>
568
    </Page>
569
    <Page Include="Controls\ProgressControl.xaml">
570
      <SubType>Designer</SubType>
571
      <Generator>MSBuild:Compile</Generator>
572
    </Page>
573
    <Page Include="Controls\Sample.xaml">
574
      <SubType>Designer</SubType>
575
      <Generator>MSBuild:Compile</Generator>
576
    </Page>
577
    <Page Include="Controls\SearchPanel.xaml">
578
      <SubType>Designer</SubType>
579
      <Generator>MSBuild:Compile</Generator>
580
    </Page>
581
    <Page Include="Controls\Symbol.xaml">
582
      <SubType>Designer</SubType>
583
      <Generator>MSBuild:Compile</Generator>
584
    </Page>
585
    <Page Include="Controls\SymbolPrompt.xaml">
586
      <SubType>Designer</SubType>
587
      <Generator>MSBuild:Compile</Generator>
588
    </Page>
589
    <Page Include="Messenger\ConversationView.xaml">
590
      <SubType>Designer</SubType>
591
      <Generator>MSBuild:Compile</Generator>
592
    </Page>
593
    <Page Include="Messenger\StyleDictionary.xaml">
594
      <SubType>Designer</SubType>
595
      <Generator>MSBuild:Compile</Generator>
596
    </Page>
597
    <Page Include="Resources\ClearTextBoxStyle.xaml">
598
      <SubType>Designer</SubType>
599
      <Generator>MSBuild:Compile</Generator>
600
    </Page>
601
    <Page Include="Resources\DecodeImageTemplate.xaml">
602
      <SubType>Designer</SubType>
603
      <Generator>MSBuild:Compile</Generator>
604
    </Page>
605
    <Page Include="Resources\DragAndDropListBoxStyle.xaml">
606
      <SubType>Designer</SubType>
607
      <Generator>MSBuild:Compile</Generator>
608
    </Page>
609
    <Page Include="Resources\SimpleLIstViewStyle.xaml">
610
      <SubType>Designer</SubType>
611
      <Generator>MSBuild:Compile</Generator>
612
    </Page>
613
    <Page Include="Resources\Theme_CustomControl.xaml">
614
      <SubType>Designer</SubType>
615
      <Generator>MSBuild:Compile</Generator>
616
    </Page>
617
    <Page Include="Resources\WindowStyle.xaml">
618
      <SubType>Designer</SubType>
619
      <Generator>MSBuild:Compile</Generator>
620
    </Page>
621
    <Page Include="Views\MainMenu.xaml">
622
      <SubType>Designer</SubType>
623
      <Generator>MSBuild:Compile</Generator>
624
    </Page>
625
    <Page Include="Controls\Explorer.xaml">
626
      <SubType>Designer</SubType>
627
      <Generator>MSBuild:Compile</Generator>
628
    </Page>
629
    <Page Include="Views\SplashScreenWindow.xaml">
630
      <SubType>Designer</SubType>
631
      <Generator>MSBuild:Compile</Generator>
632
    </Page>
633
    <Page Include="Views\TopMenu.xaml">
634
      <SubType>Designer</SubType>
635
      <Generator>MSBuild:Compile</Generator>
636
    </Page>
637
    <Page Include="MainWindow.xaml">
638
      <Generator>MSBuild:Compile</Generator>
639
      <SubType>Designer</SubType>
640
    </Page>
641
    <Compile Include="App.xaml.cs">
642
      <DependentUpon>App.xaml</DependentUpon>
643
      <SubType>Code</SubType>
644
    </Compile>
645
    <Compile Include="Common\AdornerCore.cs" />
646
    <Compile Include="Common\Converter\BoolToVisibleConverter.cs" />
647
    <Compile Include="Common\Converter\ConsolidationBackgroudConverter.cs" />
648
    <Compile Include="Common\Converter\ConsolidationStringConverter.cs" />
649
    <Compile Include="Common\Converter\MarginCorrectionConverter.cs" />
650
    <Compile Include="Common\Converter\MarkupDataToConverter.cs" />
651
    <Compile Include="Common\Converter\PreviewerVisibleConverter.cs" />
652
    <Compile Include="Common\Converter\StringToColorConverter.cs" />
653
    <Compile Include="Common\DocumentSet.cs" />
654
    <Compile Include="Common\ExpandingMouseOver.cs" />
655
    <Compile Include="Common\InitData.cs" />
656
    <Compile Include="Common\ThumbnailItem.cs" />
657
    <Compile Include="Common\UsersCommentPagesMember.cs" />
658
    <Compile Include="Common\ViewerDataModel.cs" />
659
    <Compile Include="Controls\AdornerFinal.xaml.cs">
660
      <DependentUpon>AdornerFinal.xaml</DependentUpon>
661
    </Compile>
662
    <Compile Include="Controls\CalendarControl.xaml.cs">
663
      <DependentUpon>CalendarControl.xaml</DependentUpon>
664
    </Compile>
665
    <Compile Include="Controls\PrintControl.xaml.cs">
666
      <DependentUpon>PrintControl.xaml</DependentUpon>
667
    </Compile>
668
    <Compile Include="Controls\Sample.xaml.cs">
669
      <DependentUpon>Sample.xaml</DependentUpon>
670
    </Compile>
671
    <Compile Include="Events\Event_KeyEvent.cs" />
672
    <Compile Include="Events\Export.cs" />
673
    <Compile Include="Events\Implementation\TopMenuEvent.cs" />
674
    <Compile Include="Events\Load.cs" />
675
    <Compile Include="Events\Property\EventProperty.cs" />
676
    <Compile Include="RegexCollection.cs" />
677
    <Compile Include="Services\BaseServices.cs" />
678
    <Compile Include="Views\MainMenu.xaml.cs">
679
      <DependentUpon>MainMenu.xaml</DependentUpon>
680
    </Compile>
681
    <Compile Include="Controls\Explorer.xaml.cs">
682
      <DependentUpon>Explorer.xaml</DependentUpon>
683
    </Compile>
684
    <Compile Include="Views\TopMenu.xaml.cs">
685
      <DependentUpon>TopMenu.xaml</DependentUpon>
686
    </Compile>
687
    <Compile Include="MainWindow.xaml.cs">
688
      <DependentUpon>MainWindow.xaml</DependentUpon>
689
      <SubType>Code</SubType>
690
    </Compile>
691
    <Page Include="Resources\Theme_Color.xaml">
692
      <SubType>Designer</SubType>
693
      <Generator>MSBuild:Compile</Generator>
694
    </Page>
695
  </ItemGroup>
696
  <ItemGroup>
697
    <Compile Include="Properties\AssemblyInfo.cs">
698
      <SubType>Code</SubType>
699
    </Compile>
700
    <Compile Include="Properties\Resources.Designer.cs">
701
      <AutoGen>True</AutoGen>
702
      <DesignTime>True</DesignTime>
703
      <DependentUpon>Resources.resx</DependentUpon>
704
    </Compile>
705
    <Compile Include="Properties\Settings.Designer.cs">
706
      <AutoGen>True</AutoGen>
707
      <DependentUpon>Settings.settings</DependentUpon>
708
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
709
    </Compile>
710
    <EmbeddedResource Include="Properties\Resources.resx">
711
      <Generator>ResXFileCodeGenerator</Generator>
712
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
713
    </EmbeddedResource>
714
    <None Include="app.config">
715
      <SubType>Designer</SubType>
716
    </None>
717
    <None Include="app.Debug.config">
718
      <DependentUpon>app.config</DependentUpon>
719
    </None>
720
    <None Include="app.Debug_CadExport.config">
721
      <DependentUpon>app.config</DependentUpon>
722
    </None>
723
    <None Include="app.Debug_DevDoftech.config">
724
      <DependentUpon>app.config</DependentUpon>
725
    </None>
726
    <None Include="app.Debug_HyoSung.config">
727
      <DependentUpon>app.config</DependentUpon>
728
    </None>
729
    <None Include="app.Debug_SNI.config">
730
      <DependentUpon>app.config</DependentUpon>
731
    </None>
732
    <None Include="app.Release.config">
733
      <DependentUpon>app.config</DependentUpon>
734
    </None>
735
    <None Include="app.Release_Hyosung.config">
736
      <DependentUpon>app.config</DependentUpon>
737
    </None>
738
    <None Include="Connected Services\KcomService\KCOM.KcomService.FinalPDFResult.datasource">
739
      <DependentUpon>Reference.svcmap</DependentUpon>
740
    </None>
741
    <None Include="Connected Services\KcomService\ServiceDeepView2.wsdl" />
742
    <None Include="Connected Services\KcomService\ServiceDeepView21.wsdl" />
743
    <None Include="Connected Services\KcomService\ServiceDeepView9.xsd">
744
      <SubType>Designer</SubType>
745
    </None>
746
    <None Include="Connected Services\KcomService\ServiceDeepView91.xsd">
747
      <SubType>Designer</SubType>
748
    </None>
749
    <None Include="Connected Services\KcomService\ServiceDeepView92.xsd">
750
      <SubType>Designer</SubType>
751
    </None>
752
    <None Include="Connected Services\KcomService\ServiceDeepView93.xsd">
753
      <SubType>Designer</SubType>
754
    </None>
755
    <None Include="Connected Services\KcomService\ServiceDeepView94.xsd">
756
      <SubType>Designer</SubType>
757
    </None>
758
    <None Include="Connected Services\KcomService\ServiceDeepView95.xsd">
759
      <SubType>Designer</SubType>
760
    </None>
761
    <None Include="Connected Services\KcomService\ServiceDeepView96.xsd">
762
      <SubType>Designer</SubType>
763
    </None>
764
    <None Include="Connected Services\KcomService\ServiceDeepView97.xsd">
765
      <SubType>Designer</SubType>
766
    </None>
767
    <None Include="Connected Services\KcomService\ServiceDeepView98.xsd">
768
      <SubType>Designer</SubType>
769
    </None>
770
    <None Include="Connected Services\ServiceDeepView\KCOM.ServiceDeepView.FinalPDFResult.datasource">
771
      <DependentUpon>Reference.svcmap</DependentUpon>
772
    </None>
773
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView.wsdl" />
774
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView.xsd">
775
      <SubType>Designer</SubType>
776
    </None>
777
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView1.wsdl" />
778
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView1.xsd">
779
      <SubType>Designer</SubType>
780
    </None>
781
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView2.wsdl" />
782
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView2.xsd">
783
      <SubType>Designer</SubType>
784
    </None>
785
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView21.wsdl" />
786
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView3.xsd">
787
      <SubType>Designer</SubType>
788
    </None>
789
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView4.xsd">
790
      <SubType>Designer</SubType>
791
    </None>
792
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView5.xsd">
793
      <SubType>Designer</SubType>
794
    </None>
795
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView6.xsd">
796
      <SubType>Designer</SubType>
797
    </None>
798
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView7.xsd">
799
      <SubType>Designer</SubType>
800
    </None>
801
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView8.xsd">
802
      <SubType>Designer</SubType>
803
    </None>
804
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView9.xsd">
805
      <SubType>Designer</SubType>
806
    </None>
807
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView91.xsd">
808
      <SubType>Designer</SubType>
809
    </None>
810
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView92.xsd">
811
      <SubType>Designer</SubType>
812
    </None>
813
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView93.xsd">
814
      <SubType>Designer</SubType>
815
    </None>
816
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView94.xsd">
817
      <SubType>Designer</SubType>
818
    </None>
819
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView95.xsd">
820
      <SubType>Designer</SubType>
821
    </None>
822
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView96.xsd">
823
      <SubType>Designer</SubType>
824
    </None>
825
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView97.xsd">
826
      <SubType>Designer</SubType>
827
    </None>
828
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView98.xsd">
829
      <SubType>Designer</SubType>
830
    </None>
831
    <None Include="Log.config">
832
      <SubType>Designer</SubType>
833
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
834
    </None>
835
    <None Include="packages.config">
836
      <SubType>Designer</SubType>
837
    </None>
838
    <None Include="Properties\app.manifest" />
839
    <None Include="Properties\DataSources\IKCOM.KCOM_SystemInfo.datasource" />
840
    <None Include="Properties\DataSources\IKCOM.MarkupInfoItem.datasource" />
841
    <None Include="Properties\DataSources\IKCOM.VersionInfo.datasource" />
842
    <None Include="Properties\DataSources\IKCOM.VPRevision.datasource" />
843
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST.datasource" />
844
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST_HISTORY.datasource" />
845
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCINFO.datasource" />
846
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCPAGE.datasource" />
847
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCUMENT_ITEM.datasource" />
848
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.FAVORITE_DOC.datasource" />
849
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.FINAL_PDF.datasource" />
850
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_DATA.datasource" />
851
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_INFO.datasource" />
852
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.MEMBER.datasource" />
853
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.PROPERTIES.datasource" />
854
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PRIVATE.datasource" />
855
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PUBLIC.datasource" />
856
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.TALK.datasource" />
857
    <None Include="Properties\DataSources\System.Windows.Rect.datasource" />
858
    <None Include="Properties\Settings.settings">
859
      <Generator>SettingsSingleFileGenerator</Generator>
860
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
861
      <SubType>Designer</SubType>
862
    </None>
863
    <None Include="tessdata\deu.traineddata">
864
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
865
    </None>
866
    <None Include="tessdata\eng.traineddata">
867
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
868
    </None>
869
    <None Include="tessdata\fra.traineddata">
870
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
871
    </None>
872
    <None Include="tessdata\spa.traineddata">
873
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
874
    </None>
875
    <None Include="Web References\Get_FinalImage\Get_PdfImage.wsdl" />
876
    <None Include="Web References\Get_FinalImage\Reference.map">
877
      <Generator>MSDiscoCodeGenerator</Generator>
878
      <LastGenOutput>Reference.cs</LastGenOutput>
879
    </None>
880
    <None Include="Web References\kr.co.devdoftech.cloud\FileUpload.wsdl" />
881
    <None Include="Web References\kr.co.devdoftech.cloud\Reference.map">
882
      <Generator>MSDiscoCodeGenerator</Generator>
883
      <LastGenOutput>Reference.cs</LastGenOutput>
884
    </None>
885
  </ItemGroup>
886
  <ItemGroup>
887
    <WCFMetadata Include="Connected Services\" />
888
  </ItemGroup>
889
  <ItemGroup>
890
    <Resource Include="Resources\Images\ExtImage\bmp.png" />
891
    <Resource Include="Resources\Images\ExtImage\docx.png" />
892
    <Resource Include="Resources\Images\ExtImage\jpg.png" />
893
    <Resource Include="Resources\Images\ExtImage\pdf.png" />
894
    <Resource Include="Resources\Images\ExtImage\png.png" />
895
    <Resource Include="Resources\Images\ExtImage\pptx.png" />
896
    <Resource Include="Resources\Images\ExtImage\psd.png" />
897
    <Resource Include="Resources\Images\ExtImage\txt.png" />
898
    <Resource Include="Resources\Images\ExtImage\xlsx.png" />
899
    <Resource Include="Resources\Images\ExtImage\zip.png" />
900
  </ItemGroup>
901
  <ItemGroup>
902
    <Resource Include="Resources\Images\Logo\Daelim.jpg" />
903
  </ItemGroup>
904
  <ItemGroup>
905
    <Resource Include="Resources\Images\OCSStatusImage\BLANK.png" />
906
    <Resource Include="Resources\Images\OCSStatusImage\IMNAWAY.PNG" />
907
    <Resource Include="Resources\Images\OCSStatusImage\IMNAWAYOOF.PNG" />
908
    <Resource Include="Resources\Images\OCSStatusImage\IMNBLOCKED.PNG" />
909
    <Resource Include="Resources\Images\OCSStatusImage\IMNBUSY.PNG" />
910
    <Resource Include="Resources\Images\OCSStatusImage\IMNBUSYOOF.PNG" />
911
    <Resource Include="Resources\Images\OCSStatusImage\IMNDND.PNG" />
912
    <Resource Include="Resources\Images\OCSStatusImage\IMNDNDOOF.PNG" />
913
    <Resource Include="Resources\Images\OCSStatusImage\IMNHDR.png" />
914
    <Resource Include="Resources\Images\OCSStatusImage\IMNIDLE.PNG" />
915
    <Resource Include="Resources\Images\OCSStatusImage\imnidlebusy.png" />
916
    <Resource Include="Resources\Images\OCSStatusImage\imnidlebusyoof.png" />
917
    <Resource Include="Resources\Images\OCSStatusImage\IMNIDLEOOF.PNG" />
918
    <Resource Include="Resources\Images\OCSStatusImage\IMNOFF.PNG" />
919
    <Resource Include="Resources\Images\OCSStatusImage\IMNOFFOOF.PNG" />
920
    <Resource Include="Resources\Images\OCSStatusImage\IMNON.PNG" />
921
    <Resource Include="Resources\Images\OCSStatusImage\IMNONOOF.PNG" />
922
    <Resource Include="Resources\Images\OCSStatusImage\IMNUNK.PNG" />
923
  </ItemGroup>
924
  <ItemGroup>
925
    <COMReference Include="Microsoft.Office.Core">
926
      <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
927
      <VersionMajor>2</VersionMajor>
928
      <VersionMinor>8</VersionMinor>
929
      <Lcid>0</Lcid>
930
      <WrapperTool>primary</WrapperTool>
931
      <Isolated>False</Isolated>
932
      <EmbedInteropTypes>True</EmbedInteropTypes>
933
    </COMReference>
934
    <COMReference Include="Microsoft.Office.Interop.Excel">
935
      <Guid>{00020813-0000-0000-C000-000000000046}</Guid>
936
      <VersionMajor>1</VersionMajor>
937
      <VersionMinor>9</VersionMinor>
938
      <Lcid>0</Lcid>
939
      <WrapperTool>primary</WrapperTool>
940
      <Isolated>False</Isolated>
941
      <EmbedInteropTypes>True</EmbedInteropTypes>
942
    </COMReference>
943
  </ItemGroup>
944
  <ItemGroup>
945
    <Resource Include="Resources\Images\MenuImage_New\arc.png" />
946
    <Resource Include="Resources\Images\MenuImage_New\arrow.png" />
947
    <Resource Include="Resources\Images\MenuImage_New\arrowText.png" />
948
    <Resource Include="Resources\Images\MenuImage_New\arrowtextBorder.png" />
949
    <Resource Include="Resources\Images\MenuImage_New\arrowTextCloud.png" />
950
    <Resource Include="Resources\Images\MenuImage_New\arrowtextTrans.png" />
951
    <Resource Include="Resources\Images\MenuImage_New\arrowTrans.png" />
952
    <Resource Include="Resources\Images\MenuImage_New\arrowTransBorder.png" />
953
    <Resource Include="Resources\Images\MenuImage_New\arrowTransCloud.png" />
954
    <Resource Include="Resources\Images\MenuImage_New\bold.png" />
955
    <Resource Include="Resources\Images\MenuImage_New\calendar.png" />
956
    <Resource Include="Resources\Images\MenuImage_New\circle.png" />
957
    <Resource Include="Resources\Images\MenuImage_New\cloud.png" />
958
    <Resource Include="Resources\Images\MenuImage_New\cloudRect.png" />
959
    <Resource Include="Resources\Images\MenuImage_New\dimension.png" />
960
    <Resource Include="Resources\Images\MenuImage_New\dimensionEx.png" />
961
    <Resource Include="Resources\Images\MenuImage_New\eraser.png" />
962
    <Resource Include="Resources\Images\MenuImage_New\eraserLine.png" />
963
    <Resource Include="Resources\Images\MenuImage_New\Italic.png" />
964
    <Resource Include="Resources\Images\MenuImage_New\line.png" />
965
    <Resource Include="Resources\Images\MenuImage_New\lineChain.png" />
966
    <Resource Include="Resources\Images\MenuImage_New\lineDelete.png" />
967
    <Resource Include="Resources\Images\MenuImage_New\markCheck.png" />
968
    <Resource Include="Resources\Images\MenuImage_New\markRect.png" />
969
    <Resource Include="Resources\Images\MenuImage_New\pen.png" />
970
    <Resource Include="Resources\Images\MenuImage_New\picture.png" />
971
    <Resource Include="Resources\Images\MenuImage_New\polygon.png" />
972
    <Resource Include="Resources\Images\MenuImage_New\rectangle.png" />
973
    <Resource Include="Resources\Images\MenuImage_New\select.png" />
974
    <Resource Include="Resources\Images\MenuImage_New\selectInk.png" />
975
    <Resource Include="Resources\Images\MenuImage_New\sign.png" />
976
    <Resource Include="Resources\Images\MenuImage_New\signReal.png" />
977
    <Resource Include="Resources\Images\MenuImage_New\stamp.png" />
978
    <Resource Include="Resources\Images\MenuImage_New\text.png" />
979
    <Resource Include="Resources\Images\MenuImage_New\textBorder.png" />
980
    <Resource Include="Resources\Images\MenuImage_New\textCloud.png" />
981
    <Resource Include="Resources\Images\MenuImage_New\triangle.png" />
982
    <Resource Include="Resources\Images\MenuImage_New\underline.png" />
983
  </ItemGroup>
984
  <ItemGroup>
985
    <Resource Include="Resources\Images\MenuImage_New\print.png" />
986
  </ItemGroup>
987
  <ItemGroup>
988
    <Resource Include="Resources\Images\MenuImage_New\printer.png" />
989
  </ItemGroup>
990
  <ItemGroup>
991
    <Resource Include="Resources\Images\MenuImage_New\toPDF.png" />
992
  </ItemGroup>
993
  <ItemGroup>
994
    <Resource Include="Resources\Images\MenuImage_New\minus.png" />
995
    <Resource Include="Resources\Images\MenuImage_New\plus.png" />
996
  </ItemGroup>
997
  <ItemGroup>
998
    <Resource Include="Resources\Images\MenuImage_New\fitWindownHeight.png" />
999
    <Resource Include="Resources\Images\MenuImage_New\fitWindownWidth.png" />
1000
    <Resource Include="Resources\Images\MenuImage_New\fullscreen.png" />
1001
  </ItemGroup>
1002
  <ItemGroup>
1003
    <Resource Include="Resources\Images\MenuImage_New\expand.png" />
1004
  </ItemGroup>
1005
  <ItemGroup>
1006
    <Resource Include="Resources\Images\MenuImage_New\zoom-in-tool.png" />
1007
  </ItemGroup>
1008
  <ItemGroup>
1009
    <Resource Include="Resources\Images\MenuImage_New\pageArrow.png" />
1010
  </ItemGroup>
1011
  <ItemGroup>
1012
    <Resource Include="Messenger\user.png" />
1013
  </ItemGroup>
1014
  <ItemGroup>
1015
    <WCFMetadataStorage Include="Connected Services\KcomService\" />
1016
    <WCFMetadataStorage Include="Connected Services\ServiceDeepView\" />
1017
  </ItemGroup>
1018
  <ItemGroup>
1019
    <None Include="Connected Services\ServiceDeepView\configuration91.svcinfo" />
1020
  </ItemGroup>
1021
  <ItemGroup>
1022
    <None Include="Connected Services\ServiceDeepView\configuration.svcinfo" />
1023
  </ItemGroup>
1024
  <ItemGroup>
1025
    <None Include="Connected Services\ServiceDeepView\Reference.svcmap">
1026
      <Generator>WCF Proxy Generator</Generator>
1027
      <LastGenOutput>Reference.cs</LastGenOutput>
1028
    </None>
1029
  </ItemGroup>
1030
  <ItemGroup>
1031
    <WebReferences Include="Web References\" />
1032
  </ItemGroup>
1033
  <ItemGroup>
1034
    <WebReferenceUrl Include="http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx">
1035
      <UrlBehavior>Dynamic</UrlBehavior>
1036
      <RelPath>Web References\Get_FinalImage\</RelPath>
1037
      <UpdateFromURL>http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx</UpdateFromURL>
1038
      <ServiceLocationURL>
1039
      </ServiceLocationURL>
1040
      <CachedDynamicPropName>
1041
      </CachedDynamicPropName>
1042
      <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
1043
      <CachedSettingsPropName>KCOM_Get_FinalImage_Get_PdfImage</CachedSettingsPropName>
1044
    </WebReferenceUrl>
1045
    <WebReferenceUrl Include="http://cloud.devdoftech.co.kr:5977/ImageUpload/FileUpload.asmx">
1046
      <UrlBehavior>Dynamic</UrlBehavior>
1047
      <RelPath>Web References\kr.co.devdoftech.cloud\</RelPath>
1048
      <UpdateFromURL>http://cloud.devdoftech.co.kr:5977/ImageUpload/FileUpload.asmx</UpdateFromURL>
1049
      <ServiceLocationURL>
1050
      </ServiceLocationURL>
1051
      <CachedDynamicPropName>
1052
      </CachedDynamicPropName>
1053
      <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
1054
      <CachedSettingsPropName>KCOM_kr_co_devdoftech_cloud_FileUpload</CachedSettingsPropName>
1055
    </WebReferenceUrl>
1056
  </ItemGroup>
1057
  <ItemGroup>
1058
    <None Include="Web References\kr.co.devdoftech.cloud\FileUpload.disco" />
1059
  </ItemGroup>
1060
  <ItemGroup>
1061
    <Resource Include="Resources\Images\MenuImage_New\up-arrow.png" />
1062
  </ItemGroup>
1063
  <ItemGroup>
1064
    <Resource Include="Resources\Images\MenuImage_New\cancel.png" />
1065
  </ItemGroup>
1066
  <ItemGroup>
1067
    <Resource Include="Resources\Images\MenuImage_New\locked-padlock.png" />
1068
    <Resource Include="Resources\Images\MenuImage_New\locked-padlock_color.png" />
1069
  </ItemGroup>
1070
  <ItemGroup>
1071
    <Folder Include="Themes\" />
1072
  </ItemGroup>
1073
  <ItemGroup>
1074
    <Resource Include="Messenger\clip.png" />
1075
    <Resource Include="Messenger\frame-landscape.png" />
1076
  </ItemGroup>
1077
  <ItemGroup>
1078
    <Resource Include="Messenger\email.png" />
1079
  </ItemGroup>
1080
  <ItemGroup>
1081
    <Resource Include="Messenger\check_pen.png" />
1082
  </ItemGroup>
1083
  <ItemGroup>
1084
    <Resource Include="Resources\Images\MenuImage_New\panorama.png" />
1085
  </ItemGroup>
1086
  <ItemGroup>
1087
    <Resource Include="Resources\Images\MenuImage_New\Rotate_Minus.png" />
1088
    <Resource Include="Resources\Images\MenuImage_New\Rotate_Plus.png" />
1089
  </ItemGroup>
1090
  <ItemGroup>
1091
    <Resource Include="Resources\Images\MenuImage_New\flip.png" />
1092
  </ItemGroup>
1093
  <ItemGroup>
1094
    <Resource Include="Resources\Images\MenuImage_New\checklist.png" />
1095
  </ItemGroup>
1096
  <ItemGroup>
1097
    <Resource Include="Resources\Images\MenuImage_New\pdf.png" />
1098
  </ItemGroup>
1099
  <ItemGroup>
1100
    <Resource Include="Resources\Images\MenuImage_New\file.png" />
1101
  </ItemGroup>
1102
  <ItemGroup>
1103
    <Resource Include="Resources\Images\MenuImage_New\diskette.png" />
1104
  </ItemGroup>
1105
  <ItemGroup>
1106
    <Resource Include="markup.ico" />
1107
  </ItemGroup>
1108
  <ItemGroup>
1109
    <Resource Include="Resources\Images\MenuImage_New\chronometer.png" />
1110
  </ItemGroup>
1111
  <ItemGroup>
1112
    <None Include="Web References\Get_FinalImage\Get_PdfImage.disco" />
1113
  </ItemGroup>
1114
  <ItemGroup>
1115
    <Resource Include="Resources\Images\MenuImage_New\archive.png" />
1116
  </ItemGroup>
1117
  <ItemGroup>
1118
    <Resource Include="Resources\Images\MenuImage_New\copy1.png" />
1119
    <Resource Include="Resources\Images\MenuImage_New\copy2.png" />
1120
    <Resource Include="Resources\Images\MenuImage_New\copy3.png" />
1121
    <Resource Include="Resources\Images\MenuImage_New\copy4.png" />
1122
    <Resource Include="Resources\Images\MenuImage_New\Cut1.png" />
1123
    <Resource Include="Resources\Images\MenuImage_New\Cut2.png" />
1124
    <Resource Include="Resources\Images\MenuImage_New\Cut3.png" />
1125
    <Resource Include="Resources\Images\MenuImage_New\Cut4.png" />
1126
    <Resource Include="Resources\Images\MenuImage_New\Delete1.png" />
1127
    <Resource Include="Resources\Images\MenuImage_New\Delete2.png" />
1128
    <Resource Include="Resources\Images\MenuImage_New\Delete3.png" />
1129
    <Resource Include="Resources\Images\MenuImage_New\Delete4.png" />
1130
    <Resource Include="Resources\Images\MenuImage_New\Paste1.png" />
1131
    <Resource Include="Resources\Images\MenuImage_New\Paste2.png" />
1132
    <Resource Include="Resources\Images\MenuImage_New\Paste3.png" />
1133
    <Resource Include="Resources\Images\MenuImage_New\Paste4.png" />
1134
    <Resource Include="Resources\Images\MenuImage_New\Undo1.png" />
1135
    <Resource Include="Resources\Images\MenuImage_New\Undo2.png" />
1136
    <Resource Include="Resources\Images\MenuImage_New\Undo3.png" />
1137
    <Resource Include="Resources\Images\MenuImage_New\Undo4.png" />
1138
  </ItemGroup>
1139
  <ItemGroup>
1140
    <Resource Include="Resources\Images\MenuImage_New\Redo3.png" />
1141
  </ItemGroup>
1142
  <ItemGroup>
1143
    <Resource Include="Resources\Images\MenuImage_New\diskette2.png" />
1144
  </ItemGroup>
1145
  <ItemGroup>
1146
    <Resource Include="Resources\Images\MenuImage_New\close-window.png" />
1147
    <Resource Include="Resources\Images\MenuImage_New\maximize-window.png" />
1148
    <Resource Include="Resources\Images\MenuImage_New\minimize-window.png" />
1149
    <Resource Include="Resources\Images\MenuImage_New\restore-window.png" />
1150
  </ItemGroup>
1151
  <ItemGroup>
1152
    <Resource Include="Resources\Images\MenuImage_New\small\font.png" />
1153
    <Resource Include="Resources\Images\MenuImage_New\small\line.png" />
1154
    <Resource Include="Resources\Images\MenuImage_New\small\pen.png" />
1155
    <Resource Include="Resources\Images\MenuImage_New\small\shape.png" />
1156
    <Resource Include="Resources\Images\MenuImage_New\small\stamp.png" />
1157
    <Resource Include="Resources\Images\MenuImage_New\small\text.png" />
1158
  </ItemGroup>
1159
  <ItemGroup>
1160
    <Resource Include="Resources\Images\MenuImage_New\small\control.png" />
1161
    <Resource Include="Resources\Images\MenuImage_New\small\linestyle.png" />
1162
    <Resource Include="Resources\Images\MenuImage_New\small\page.png" />
1163
    <Resource Include="Resources\Images\MenuImage_New\small\view.png" />
1164
  </ItemGroup>
1165
  <ItemGroup>
1166
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView1.disco" />
1167
  </ItemGroup>
1168
  <ItemGroup>
1169
    <Resource Include="Resources\Images\MenuImage_New\splash.png" />
1170
  </ItemGroup>
1171
  <ItemGroup>
1172
    <Resource Include="Resources\Cursor\customCursor.cur" />
1173
  </ItemGroup>
1174
  <ItemGroup>
1175
    <Resource Include="Resources\Cursor\customCursor2.cur" />
1176
  </ItemGroup>
1177
  <ItemGroup>
1178
    <Resource Include="Resources\Images\MenuImage_New\arrowarc.png" />
1179
  </ItemGroup>
1180
  <ItemGroup>
1181
    <Resource Include="oda.bmp" />
1182
  </ItemGroup>
1183
  <ItemGroup>
1184
    <Resource Include="Resources\Images\MenuImage_New\overlap.png" />
1185
  </ItemGroup>
1186
  <ItemGroup>
1187
    <Resource Include="Resources\Images\MenuImage_New\clip.png" />
1188
    <Resource Include="Resources\Images\MenuImage_New\inside.png" />
1189
  </ItemGroup>
1190
  <ItemGroup>
1191
    <Resource Include="Resources\Images\MenuImage_New\View.png" />
1192
  </ItemGroup>
1193
  <ItemGroup>
1194
    <Resource Include="Resources\Images\MenuImage_New\small\export.png" />
1195
    <Resource Include="Resources\Images\MenuImage_New\small\white.png" />
1196
  </ItemGroup>
1197
  <ItemGroup>
1198
    <Resource Include="Resources\Images\MenuImage_New\white.png" />
1199
  </ItemGroup>
1200
  <ItemGroup>
1201
    <ProjectReference Include="..\CommonLib\CommonLib.csproj">
1202
      <Project>{def47fc2-b898-4c92-ad8d-d7b9e994495e}</Project>
1203
      <Name>CommonLib</Name>
1204
    </ProjectReference>
1205
    <ProjectReference Include="..\IKCOM\IKCOM.csproj">
1206
      <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project>
1207
      <Name>IKCOM</Name>
1208
    </ProjectReference>
1209
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
1210
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
1211
      <Name>KCOMDataModel</Name>
1212
    </ProjectReference>
1213
    <ProjectReference Include="..\MarkupToPDF\MarkupToPDF.csproj">
1214
      <Project>{a714bd67-8aac-4ed8-8ecf-7853c3549a68}</Project>
1215
      <Name>MarkupToPDF</Name>
1216
    </ProjectReference>
1217
    <ProjectReference Include="..\ZoomAndPan\ZoomAndPan.csproj">
1218
      <Project>{6c950af4-04d2-4638-8b78-472e39f78b45}</Project>
1219
      <Name>ZoomAndPan</Name>
1220
    </ProjectReference>
1221
  </ItemGroup>
1222
  <ItemGroup>
1223
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
1224
      <Visible>False</Visible>
1225
      <ProductName>.NET Framework 3.5 SP1</ProductName>
1226
      <Install>false</Install>
1227
    </BootstrapperPackage>
1228
  </ItemGroup>
1229
  <ItemGroup>
1230
    <None Include="obfuscar.xml">
1231
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
1232
    </None>
1233
  </ItemGroup>
1234
  <ItemGroup>
1235
    <None Include="Connected Services\KcomService\configuration91.svcinfo" />
1236
  </ItemGroup>
1237
  <ItemGroup>
1238
    <None Include="Connected Services\KcomService\configuration.svcinfo" />
1239
  </ItemGroup>
1240
  <ItemGroup>
1241
    <None Include="Connected Services\KcomService\Reference.svcmap">
1242
      <Generator>WCF Proxy Generator</Generator>
1243
      <LastGenOutput>Reference.cs</LastGenOutput>
1244
    </None>
1245
  </ItemGroup>
1246
  <ItemGroup>
1247
    <None Include="Connected Services\KcomService\ServiceDeepView1.disco" />
1248
  </ItemGroup>
1249
  <ItemGroup>
1250
    <None Include="Connected Services\ServiceDeepView\ServiceDeepView.disco" />
1251
  </ItemGroup>
1252
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
1253
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
1254
    <PropertyGroup>
1255
      <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
1256
    </PropertyGroup>
1257
    <Error Condition="!Exists('..\packages\Obfuscar.2.2.23\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Obfuscar.2.2.23\build\obfuscar.props'))" />
1258
  </Target>
1259
  <PropertyGroup>
1260
    <PostBuildEvent>rem mkdir $(TargetDir)Bin
1261
rem MOVE $(TargetDir)*.dll $(TargetDir)dll\
1262
rem MOVE $(TargetDir)*.tx $(TargetDir)dll\
1263
rem MOVE $(TargetDir)DLL\Teigha\*.* $(TargetDir)
1264
</PostBuildEvent>
1265
  </PropertyGroup>
1266
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
1267
  <Target Name="app_config_AfterCompile" AfterTargets="AfterCompile" Condition="Exists('app.$(Configuration).config')">
1268
    <!--Generate transformed app config in the intermediate directory-->
1269
    <TransformXml Source="app.config" Destination="$(IntermediateOutputPath)$(TargetFileName).config" Transform="app.$(Configuration).config" />
1270
    <!--Force build process to use the transformed configuration file from now on.-->
1271
    <ItemGroup>
1272
      <AppConfigWithTargetPath Remove="App.config" />
1273
      <AppConfigWithTargetPath Include="$(IntermediateOutputPath)$(TargetFileName).config">
1274
        <TargetPath>$(TargetFileName).config</TargetPath>
1275
      </AppConfigWithTargetPath>
1276
    </ItemGroup>
1277
  </Target>
1278
  <!--Override After Publish to support ClickOnce AfterPublish. Target replaces the untransformed config file copied to the deployment directory with the transformed one.-->
1279
  <Target Name="app_config_AfterPublish" AfterTargets="AfterPublish" Condition="Exists('app.$(Configuration).config')">
1280
    <PropertyGroup>
1281
      <DeployedConfig>$(_DeploymentApplicationDir)$(TargetName)$(TargetExt).config$(_DeploymentFileMappingExtension)</DeployedConfig>
1282
    </PropertyGroup>
1283
    <!--Publish copies the untransformed App.config to deployment directory so overwrite it-->
1284
    <Copy Condition="Exists('$(DeployedConfig)')" SourceFiles="$(IntermediateOutputPath)$(TargetFileName).config" DestinationFiles="$(DeployedConfig)" />
1285
  </Target>
1286
  <PropertyGroup>
1287
    <PreBuildEvent>if $(ConfigurationName) == Debug (
1288
     xcopy /i /e /s /y /f "$(SolutionDir)\INI\MARKUS.ini" "C:\ProgramData\MARKUS\MARKUS.ini"
1289
)
1290

    
1291
if $(ConfigurationName) == Debug_DevDoftech (
1292
     copy /Y "$(SolutionDir)\INI\MARKUS_Doftech.ini" "C:\ProgramData\MARKUS\MARKUS.ini"
1293
)
1294

    
1295
if $(ConfigurationName) == Debug_HyoSung (
1296
     copy /Y "$(SolutionDir)\INI\MARKUS_HyoSung_Debug.ini" "C:\ProgramData\MARKUS\MARKUS.ini"
1297
 )
1298

    
1299
 if $(ConfigurationName) == Release_HyoSung (
1300
     copy /Y "$(SolutionDir)\INI\MARKUS_HyoSung.ini" "C:\ProgramData\MARKUS\MARKUS.ini"
1301
)
1302
 if $(ConfigurationName) == Release_PEMSS (
1303
     copy /Y "$(SolutionDir)\INI\MARKUS_PEMSS.ini" "C:\ProgramData\MARKUS\MARKUS.ini"
1304
)
1305
if $(ConfigurationName) == Debug_SNI (
1306
     copy /Y "$(SolutionDir)\INI\MARKUS_SNI.ini" "C:\ProgramData\MARKUS\MARKUS.ini"
1307
)</PreBuildEvent>
1308
  </PropertyGroup>
1309
  <Target Name="app_Release_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('app.Release.$(Configuration).config')">
1310
    <TransformXml Source="app.Release.config" Destination="$(OutputPath)app.Release.config" Transform="app.Release.$(Configuration).config" />
1311
  </Target>
1312
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)