프로젝트

일반

사용자정보

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

markus / MarkupToPDF / MarkupToPDF.csproj @ 4fcb686a

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

1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
  <PropertyGroup>
5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7
    <ProjectGuid>{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}</ProjectGuid>
8
    <OutputType>Library</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>MarkupToPDF</RootNamespace>
11
    <AssemblyName>MarkupToPDF</AssemblyName>
12
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
14
    <TargetFrameworkProfile />
15
  </PropertyGroup>
16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17
    <DebugSymbols>true</DebugSymbols>
18
    <DebugType>full</DebugType>
19
    <Optimize>false</Optimize>
20
    <OutputPath>bin\Debug\</OutputPath>
21
    <DefineConstants>DEBUG;TRACE</DefineConstants>
22
    <ErrorReport>prompt</ErrorReport>
23
    <WarningLevel>4</WarningLevel>
24
    <Prefer32Bit>false</Prefer32Bit>
25
  </PropertyGroup>
26
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27
    <DebugType>pdbonly</DebugType>
28
    <Optimize>true</Optimize>
29
    <OutputPath>bin\Release\</OutputPath>
30
    <DefineConstants>TRACE</DefineConstants>
31
    <ErrorReport>prompt</ErrorReport>
32
    <WarningLevel>4</WarningLevel>
33
    <Prefer32Bit>false</Prefer32Bit>
34
  </PropertyGroup>
35
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
36
    <DebugSymbols>true</DebugSymbols>
37
    <OutputPath>bin\x64\Debug\</OutputPath>
38
    <DefineConstants>DEBUG;TRACE</DefineConstants>
39
    <DebugType>full</DebugType>
40
    <PlatformTarget>x64</PlatformTarget>
41
    <ErrorReport>prompt</ErrorReport>
42
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
43
    <Prefer32Bit>false</Prefer32Bit>
44
  </PropertyGroup>
45
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
46
    <OutputPath>bin\x64\Release\</OutputPath>
47
    <DefineConstants>TRACE</DefineConstants>
48
    <Optimize>true</Optimize>
49
    <DebugType>pdbonly</DebugType>
50
    <PlatformTarget>x64</PlatformTarget>
51
    <ErrorReport>prompt</ErrorReport>
52
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53
    <Prefer32Bit>false</Prefer32Bit>
54
  </PropertyGroup>
55
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
56
    <DebugSymbols>true</DebugSymbols>
57
    <OutputPath>bin\x86\Debug\</OutputPath>
58
    <DefineConstants>DEBUG;TRACE</DefineConstants>
59
    <DebugType>full</DebugType>
60
    <PlatformTarget>x86</PlatformTarget>
61
    <ErrorReport>prompt</ErrorReport>
62
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
63
  </PropertyGroup>
64
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
65
    <OutputPath>bin\x86\Release\</OutputPath>
66
    <DefineConstants>TRACE</DefineConstants>
67
    <Optimize>true</Optimize>
68
    <DebugType>pdbonly</DebugType>
69
    <PlatformTarget>x86</PlatformTarget>
70
    <ErrorReport>prompt</ErrorReport>
71
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
72
  </PropertyGroup>
73
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'">
74
    <DebugSymbols>true</DebugSymbols>
75
    <OutputPath>bin\Debug_HyoSung\</OutputPath>
76
    <DefineConstants>DEBUG;TRACE</DefineConstants>
77
    <DebugType>full</DebugType>
78
    <PlatformTarget>AnyCPU</PlatformTarget>
79
    <ErrorReport>prompt</ErrorReport>
80
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
81
  </PropertyGroup>
82
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'">
83
    <DebugSymbols>true</DebugSymbols>
84
    <OutputPath>bin\x64\Debug_HyoSung\</OutputPath>
85
    <DefineConstants>DEBUG;TRACE</DefineConstants>
86
    <DebugType>full</DebugType>
87
    <PlatformTarget>x64</PlatformTarget>
88
    <ErrorReport>prompt</ErrorReport>
89
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
90
  </PropertyGroup>
91
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'">
92
    <DebugSymbols>true</DebugSymbols>
93
    <OutputPath>bin\x86\Debug_HyoSung\</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)' == 'Debug_CadExport|AnyCPU'">
101
    <DebugSymbols>true</DebugSymbols>
102
    <OutputPath>bin\Debug_CadExport\</OutputPath>
103
    <DefineConstants>DEBUG;TRACE</DefineConstants>
104
    <DebugType>full</DebugType>
105
    <PlatformTarget>AnyCPU</PlatformTarget>
106
    <ErrorReport>prompt</ErrorReport>
107
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
108
  </PropertyGroup>
109
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x64'">
110
    <DebugSymbols>true</DebugSymbols>
111
    <OutputPath>bin\x64\Debug_CadExport\</OutputPath>
112
    <DefineConstants>DEBUG;TRACE</DefineConstants>
113
    <DebugType>full</DebugType>
114
    <PlatformTarget>x64</PlatformTarget>
115
    <ErrorReport>prompt</ErrorReport>
116
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
117
  </PropertyGroup>
118
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'">
119
    <DebugSymbols>true</DebugSymbols>
120
    <OutputPath>bin\x86\Debug_CadExport\</OutputPath>
121
    <DefineConstants>DEBUG;TRACE</DefineConstants>
122
    <DebugType>full</DebugType>
123
    <PlatformTarget>x86</PlatformTarget>
124
    <ErrorReport>prompt</ErrorReport>
125
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
126
  </PropertyGroup>
127
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'">
128
    <DebugSymbols>true</DebugSymbols>
129
    <OutputPath>bin\Debug_SNI\</OutputPath>
130
    <DefineConstants>DEBUG;TRACE</DefineConstants>
131
    <DebugType>full</DebugType>
132
    <PlatformTarget>AnyCPU</PlatformTarget>
133
    <ErrorReport>prompt</ErrorReport>
134
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
135
  </PropertyGroup>
136
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'">
137
    <DebugSymbols>true</DebugSymbols>
138
    <OutputPath>bin\x64\Debug_SNI\</OutputPath>
139
    <DefineConstants>DEBUG;TRACE</DefineConstants>
140
    <DebugType>full</DebugType>
141
    <PlatformTarget>x64</PlatformTarget>
142
    <ErrorReport>prompt</ErrorReport>
143
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
144
  </PropertyGroup>
145
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'">
146
    <DebugSymbols>true</DebugSymbols>
147
    <OutputPath>bin\x86\Debug_SNI\</OutputPath>
148
    <DefineConstants>DEBUG;TRACE</DefineConstants>
149
    <DebugType>full</DebugType>
150
    <PlatformTarget>x86</PlatformTarget>
151
    <ErrorReport>prompt</ErrorReport>
152
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
153
  </PropertyGroup>
154
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
155
    <DebugSymbols>true</DebugSymbols>
156
    <OutputPath>bin\Release_Hyosung\</OutputPath>
157
    <DefineConstants>DEBUG;TRACE</DefineConstants>
158
    <DebugType>full</DebugType>
159
    <PlatformTarget>AnyCPU</PlatformTarget>
160
    <ErrorReport>prompt</ErrorReport>
161
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
162
  </PropertyGroup>
163
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x64'">
164
    <DebugSymbols>true</DebugSymbols>
165
    <OutputPath>bin\x64\Release_Hyosung\</OutputPath>
166
    <DefineConstants>DEBUG;TRACE</DefineConstants>
167
    <DebugType>full</DebugType>
168
    <PlatformTarget>x64</PlatformTarget>
169
    <ErrorReport>prompt</ErrorReport>
170
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
171
  </PropertyGroup>
172
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
173
    <DebugSymbols>true</DebugSymbols>
174
    <OutputPath>bin\x86\Release_Hyosung\</OutputPath>
175
    <DefineConstants>DEBUG;TRACE</DefineConstants>
176
    <DebugType>full</DebugType>
177
    <PlatformTarget>x86</PlatformTarget>
178
    <ErrorReport>prompt</ErrorReport>
179
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
180
  </PropertyGroup>
181
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'">
182
    <DebugSymbols>true</DebugSymbols>
183
    <OutputPath>bin\Release_PEMSS\</OutputPath>
184
    <DefineConstants>DEBUG;TRACE</DefineConstants>
185
    <DebugType>full</DebugType>
186
    <PlatformTarget>AnyCPU</PlatformTarget>
187
    <ErrorReport>prompt</ErrorReport>
188
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
189
  </PropertyGroup>
190
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x64'">
191
    <DebugSymbols>true</DebugSymbols>
192
    <OutputPath>bin\x64\Release_PEMSS\</OutputPath>
193
    <DefineConstants>DEBUG;TRACE</DefineConstants>
194
    <DebugType>full</DebugType>
195
    <PlatformTarget>x64</PlatformTarget>
196
    <ErrorReport>prompt</ErrorReport>
197
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
198
  </PropertyGroup>
199
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'">
200
    <DebugSymbols>true</DebugSymbols>
201
    <OutputPath>bin\x86\Release_PEMSS\</OutputPath>
202
    <DefineConstants>DEBUG;TRACE</DefineConstants>
203
    <DebugType>full</DebugType>
204
    <PlatformTarget>x86</PlatformTarget>
205
    <ErrorReport>prompt</ErrorReport>
206
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
207
  </PropertyGroup>
208
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
209
    <DebugSymbols>true</DebugSymbols>
210
    <OutputPath>bin\Debug_Daelim\</OutputPath>
211
    <DefineConstants>DEBUG;TRACE</DefineConstants>
212
    <DebugType>full</DebugType>
213
    <PlatformTarget>AnyCPU</PlatformTarget>
214
    <ErrorReport>prompt</ErrorReport>
215
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
216
  </PropertyGroup>
217
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x64'">
218
    <DebugSymbols>true</DebugSymbols>
219
    <OutputPath>bin\x64\Debug_Daelim\</OutputPath>
220
    <DefineConstants>DEBUG;TRACE</DefineConstants>
221
    <DebugType>full</DebugType>
222
    <PlatformTarget>x64</PlatformTarget>
223
    <ErrorReport>prompt</ErrorReport>
224
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
225
  </PropertyGroup>
226
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'">
227
    <DebugSymbols>true</DebugSymbols>
228
    <OutputPath>bin\x86\Debug_Daelim\</OutputPath>
229
    <DefineConstants>DEBUG;TRACE</DefineConstants>
230
    <DebugType>full</DebugType>
231
    <PlatformTarget>x86</PlatformTarget>
232
    <ErrorReport>prompt</ErrorReport>
233
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
234
  </PropertyGroup>
235
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|AnyCPU'">
236
    <DebugSymbols>true</DebugSymbols>
237
    <OutputPath>bin\Daelim_RemoteTest\</OutputPath>
238
    <DefineConstants>DEBUG;TRACE</DefineConstants>
239
    <DebugType>full</DebugType>
240
    <PlatformTarget>AnyCPU</PlatformTarget>
241
    <ErrorReport>prompt</ErrorReport>
242
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
243
  </PropertyGroup>
244
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|x64'">
245
    <DebugSymbols>true</DebugSymbols>
246
    <OutputPath>bin\x64\Daelim_RemoteTest\</OutputPath>
247
    <DefineConstants>DEBUG;TRACE</DefineConstants>
248
    <DebugType>full</DebugType>
249
    <PlatformTarget>x64</PlatformTarget>
250
    <ErrorReport>prompt</ErrorReport>
251
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
252
  </PropertyGroup>
253
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|x86'">
254
    <DebugSymbols>true</DebugSymbols>
255
    <OutputPath>bin\x86\Daelim_RemoteTest\</OutputPath>
256
    <DefineConstants>DEBUG;TRACE</DefineConstants>
257
    <DebugType>full</DebugType>
258
    <PlatformTarget>x86</PlatformTarget>
259
    <ErrorReport>prompt</ErrorReport>
260
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
261
  </PropertyGroup>
262
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'">
263
    <DebugSymbols>true</DebugSymbols>
264
    <OutputPath>bin\Release_Default\</OutputPath>
265
    <DefineConstants>DEBUG;TRACE</DefineConstants>
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_Default|x64'">
272
    <DebugSymbols>true</DebugSymbols>
273
    <OutputPath>bin\x64\Release_Default\</OutputPath>
274
    <DefineConstants>DEBUG;TRACE</DefineConstants>
275
    <DebugType>full</DebugType>
276
    <PlatformTarget>x64</PlatformTarget>
277
    <ErrorReport>prompt</ErrorReport>
278
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
279
  </PropertyGroup>
280
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x86'">
281
    <DebugSymbols>true</DebugSymbols>
282
    <OutputPath>bin\x86\Release_Default\</OutputPath>
283
    <DefineConstants>DEBUG;TRACE</DefineConstants>
284
    <DebugType>full</DebugType>
285
    <PlatformTarget>x86</PlatformTarget>
286
    <ErrorReport>prompt</ErrorReport>
287
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
288
  </PropertyGroup>
289
  <ItemGroup>
290
    <Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
291
      <HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath>
292
    </Reference>
293
    <Reference Include="itextsharp, Version=5.5.12.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL">
294
      <HintPath>..\packages\iTextSharp.5.5.12\lib\itextsharp.dll</HintPath>
295
    </Reference>
296
    <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
297
      <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
298
    </Reference>
299
    <Reference Include="PresentationCore" />
300
    <Reference Include="PresentationFramework" />
301
    <Reference Include="Svg2Xaml, Version=0.3.0.5, Culture=neutral, processorArchitecture=MSIL">
302
      <HintPath>..\packages\Svg2Xaml.0.3.0.5\lib\net40\Svg2Xaml.dll</HintPath>
303
    </Reference>
304
    <Reference Include="System" />
305
    <Reference Include="System.ComponentModel.DataAnnotations" />
306
    <Reference Include="System.Core" />
307
    <Reference Include="System.Data.Entity" />
308
    <Reference Include="System.Drawing" />
309
    <Reference Include="System.Runtime.Serialization" />
310
    <Reference Include="System.Security" />
311
    <Reference Include="System.ServiceModel" />
312
    <Reference Include="System.Windows.Forms" />
313
    <Reference Include="System.Xaml" />
314
    <Reference Include="System.Xml.Linq" />
315
    <Reference Include="System.Data.DataSetExtensions" />
316
    <Reference Include="Microsoft.CSharp" />
317
    <Reference Include="System.Data" />
318
    <Reference Include="System.Xml" />
319
    <Reference Include="Telerik.Windows.Controls, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
320
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.dll</HintPath>
321
      <Private>True</Private>
322
    </Reference>
323
    <Reference Include="Telerik.Windows.Controls.Input, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
324
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Input.dll</HintPath>
325
      <Private>True</Private>
326
    </Reference>
327
    <Reference Include="Telerik.Windows.Controls.Navigation, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
328
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Navigation.dll</HintPath>
329
      <Private>True</Private>
330
    </Reference>
331
    <Reference Include="Telerik.Windows.Data, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
332
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Data.dll</HintPath>
333
      <Private>True</Private>
334
    </Reference>
335
    <Reference Include="Telerik.Windows.Zip, Version=2019.1.215.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
336
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Zip.dll</HintPath>
337
      <Private>True</Private>
338
    </Reference>
339
    <Reference Include="WindowsBase" />
340
  </ItemGroup>
341
  <ItemGroup>
342
    <Compile Include="Common\CommentUserInfo.cs" />
343
    <Compile Include="Common\GetUserSign.cs" />
344
    <Compile Include="Common\StringToFont.cs" />
345
    <Compile Include="Common\Undo_data.cs" />
346
    <Compile Include="Connected Services\markus_api\Reference.cs">
347
      <AutoGen>True</AutoGen>
348
      <DesignTime>True</DesignTime>
349
      <DependentUpon>Reference.svcmap</DependentUpon>
350
    </Compile>
351
    <Compile Include="Controls\Angle\AngleControl.cs" />
352
    <Compile Include="Controls\Cad\ClipWhiteControlcs.cs" />
353
    <Compile Include="Controls\Cad\CoordinateControl.cs" />
354
    <Compile Include="Controls\Cad\InsideWhiteControlcs.cs" />
355
    <Compile Include="Controls\Cad\OverlapWhiteControl.cs" />
356
    <Compile Include="Controls\Common\ControlType.cs" />
357
    <Compile Include="Controls\Common\DrawSet.cs" />
358
    <Compile Include="Controls\Common\HatchMake.cs" />
359
    <Compile Include="Controls\Common\IMarkupCommonData.cs" />
360
    <Compile Include="Controls\Common\InkToPath.cs" />
361
    <Compile Include="Controls\Common\PenMode.cs" />
362
    <Compile Include="Controls\Common\StringToPathConverter.cs" />
363
    <Compile Include="Controls\Common\ValueConverter\StringToColorConverter.cs" />
364
    <Compile Include="Controls\Custom\CustomText.xaml.cs">
365
      <DependentUpon>CustomText.xaml</DependentUpon>
366
    </Compile>
367
    <Compile Include="Controls\Etc\SignControl.cs" />
368
    <Compile Include="Controls\Etc\SymControl.cs" />
369
    <Compile Include="Controls\Etc\SymControlN.cs" />
370
    <Compile Include="Controls\Line\ArrowArcControl.cs" />
371
    <Compile Include="Controls\Common\SelectControl.cs" />
372
    <Compile Include="Controls\Common\Interfaces.cs" />
373
    <Compile Include="Controls\Common\IPath.cs" />
374
    <Compile Include="Controls\Common\MarkupToPDF.cs" />
375
    <Compile Include="Controls\Common\MathSet.cs" />
376
    <Compile Include="Controls\Common\MouseMode.cs" />
377
    <Compile Include="Controls\Common\PaintSet.cs" />
378
    <Compile Include="Controls\Etc\DateControl.cs" />
379
    <Compile Include="Controls\Etc\ImgControl.cs" />
380
    <Compile Include="Controls\Line\ArcControl.cs" />
381
    <Compile Include="Controls\Line\ArrowControl_Multi.cs" />
382
    <Compile Include="Controls\Line\LineControl.cs" />
383
    <Compile Include="Controls\Parsing\MarkupParse.cs" />
384
    <Compile Include="Controls\Polygon\CloudControl.cs" />
385
    <Compile Include="Controls\Polygon\InkControl.cs" />
386
    <Compile Include="Controls\Polygon\PolygonControl.cs" />
387
    <Compile Include="Controls\Shape\CircleControl.cs" />
388
    <Compile Include="Controls\Shape\RectangleControl.cs" />
389
    <Compile Include="Controls\Shape\RectCloudControl.cs" />
390
    <Compile Include="Controls\Shape\TriControl.cs" />
391
    <Compile Include="Controls\Text\ArrowTextControl.cs" />
392
    <Compile Include="Controls\Text\TextControl.cs" />
393
    <Compile Include="Properties\AssemblyInfo.cs" />
394
    <Compile Include="Properties\Settings.Designer.cs">
395
      <AutoGen>True</AutoGen>
396
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
397
      <DependentUpon>Settings.settings</DependentUpon>
398
    </Compile>
399
    <Compile Include="Serialize\Core\ThicknessJsonConvert.cs" />
400
    <Compile Include="Serialize\Core\PointJsonConvert.cs" />
401
    <Compile Include="Serialize\Core\IntTodoubleJsonConvert.cs" />
402
    <Compile Include="Serialize\Core\JsonSerializerHelper.cs" />
403
    <Compile Include="Serialize\S_Control\Base\S_BaseControl.cs" />
404
    <Compile Include="Serialize\S_Control\Detail\S_ArrowArcControl.cs" />
405
    <Compile Include="Serialize\S_Control\Detail\S_ArcControl.cs" />
406
    <Compile Include="Serialize\S_Control\Detail\S_ArrowControl.cs" />
407
    <Compile Include="Serialize\S_Control\Detail\S_CircleControl.cs" />
408
    <Compile Include="Serialize\S_Control\Detail\S_ClipWhiteControl.cs" />
409
    <Compile Include="Serialize\S_Control\Detail\S_CloudControl.cs" />
410
    <Compile Include="Serialize\S_Control\Detail\S_CoordinateControl.cs" />
411
    <Compile Include="Serialize\S_Control\Detail\S_DateControl.cs" />
412
    <Compile Include="Serialize\S_Control\Detail\S_ImgControl.cs" />
413
    <Compile Include="Serialize\S_Control\Detail\S_InsideWhiteControl.cs" />
414
    <Compile Include="Serialize\S_Control\Detail\S_LineControl.cs" />
415
    <Compile Include="Serialize\S_Control\Detail\S_OverlapWhiteControl.cs" />
416
    <Compile Include="Serialize\S_Control\Detail\S_PensilControl.cs" />
417
    <Compile Include="Serialize\S_Control\Detail\S_PolyControl.cs" />
418
    <Compile Include="Serialize\S_Control\Detail\S_RectCloudControl.cs" />
419
    <Compile Include="Serialize\S_Control\Detail\S_RectControl.cs" />
420
    <Compile Include="Serialize\S_Control\Detail\S_SignControl.cs" />
421
    <Compile Include="Serialize\S_Control\Detail\S_SymControl.cs" />
422
    <Compile Include="Serialize\S_Control\Detail\S_SymControlN.cs" />
423
    <Compile Include="Serialize\S_Control\Detail\S_TextControl.cs" />
424
    <Compile Include="Serialize\S_Control\Detail\S_TriControl.cs" />
425
    <Compile Include="Settings.cs" />
426
  </ItemGroup>
427
  <ItemGroup>
428
    <Page Include="Controls\Custom\CustomText.xaml">
429
      <SubType>Designer</SubType>
430
      <Generator>MSBuild:Compile</Generator>
431
    </Page>
432
    <Page Include="Themes\generic.xaml">
433
      <Generator>MSBuild:Compile</Generator>
434
      <SubType>Designer</SubType>
435
    </Page>
436
  </ItemGroup>
437
  <ItemGroup>
438
    <None Include="App.Config">
439
      <SubType>Designer</SubType>
440
    </None>
441
    <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.FinalPDFResult.datasource">
442
      <DependentUpon>Reference.svcmap</DependentUpon>
443
    </None>
444
    <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.KCOM_SystemInfo.datasource">
445
      <DependentUpon>Reference.svcmap</DependentUpon>
446
    </None>
447
    <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.MarkupInfoItem.datasource">
448
      <DependentUpon>Reference.svcmap</DependentUpon>
449
    </None>
450
    <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.VPRevision.datasource">
451
      <DependentUpon>Reference.svcmap</DependentUpon>
452
    </None>
453
    <None Include="Connected Services\markus_api\ServiceDeepView.wsdl" />
454
    <None Include="Connected Services\markus_api\ServiceDeepView.xsd">
455
      <SubType>Designer</SubType>
456
    </None>
457
    <None Include="Connected Services\markus_api\ServiceDeepView1.wsdl" />
458
    <None Include="Connected Services\markus_api\ServiceDeepView1.xsd">
459
      <SubType>Designer</SubType>
460
    </None>
461
    <None Include="Connected Services\markus_api\ServiceDeepView2.xsd">
462
      <SubType>Designer</SubType>
463
    </None>
464
    <None Include="Connected Services\markus_api\ServiceDeepView3.xsd">
465
      <SubType>Designer</SubType>
466
    </None>
467
    <None Include="Connected Services\markus_api\ServiceDeepView4.xsd">
468
      <SubType>Designer</SubType>
469
    </None>
470
    <None Include="Connected Services\markus_api\ServiceDeepView5.xsd">
471
      <SubType>Designer</SubType>
472
    </None>
473
    <None Include="Connected Services\markus_api\ServiceDeepView6.xsd">
474
      <SubType>Designer</SubType>
475
    </None>
476
    <None Include="Connected Services\markus_api\ServiceDeepView7.xsd">
477
      <SubType>Designer</SubType>
478
    </None>
479
    <None Include="Connected Services\markus_api\ServiceDeepView8.xsd">
480
      <SubType>Designer</SubType>
481
    </None>
482
    <None Include="packages.config" />
483
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST.datasource" />
484
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST_HISTORY.datasource" />
485
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCINFO.datasource" />
486
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCUMENT_ITEM.datasource" />
487
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.FAVORITE_DOC.datasource" />
488
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_DATA.datasource" />
489
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_INFO.datasource" />
490
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.MEMBER.datasource" />
491
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PRIVATE.datasource" />
492
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PUBLIC.datasource" />
493
    <None Include="Properties\DataSources\System.Windows.Rect.datasource" />
494
    <None Include="Properties\Settings.settings">
495
      <Generator>SettingsSingleFileGenerator</Generator>
496
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
497
    </None>
498
  </ItemGroup>
499
  <ItemGroup>
500
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
501
  </ItemGroup>
502
  <ItemGroup>
503
    <WCFMetadata Include="Connected Services\" />
504
  </ItemGroup>
505
  <ItemGroup>
506
    <WCFMetadataStorage Include="Connected Services\markus_api\" />
507
  </ItemGroup>
508
  <ItemGroup>
509
    <None Include="Connected Services\markus_api\ServiceDeepView.disco" />
510
  </ItemGroup>
511
  <ItemGroup>
512
    <None Include="Connected Services\markus_api\configuration91.svcinfo" />
513
  </ItemGroup>
514
  <ItemGroup>
515
    <None Include="Connected Services\markus_api\configuration.svcinfo" />
516
  </ItemGroup>
517
  <ItemGroup>
518
    <None Include="Connected Services\markus_api\Reference.svcmap">
519
      <Generator>WCF Proxy Generator</Generator>
520
      <LastGenOutput>Reference.cs</LastGenOutput>
521
    </None>
522
  </ItemGroup>
523
  <ItemGroup>
524
    <ProjectReference Include="..\CommonLib\CommonLib.csproj">
525
      <Project>{def47fc2-b898-4c92-ad8d-d7b9e994495e}</Project>
526
      <Name>CommonLib</Name>
527
    </ProjectReference>
528
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
529
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
530
      <Name>KCOMDataModel</Name>
531
    </ProjectReference>
532
    <ProjectReference Include="..\Markus.Fonts\Markus.Fonts.csproj">
533
      <Project>{eb1de04a-d86e-4bf7-b095-f72207923c3b}</Project>
534
      <Name>Markus.Fonts</Name>
535
    </ProjectReference>
536
  </ItemGroup>
537
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
538
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
539
       Other similar extension points exist, see Microsoft.Common.targets.
540
  <Target Name="BeforeBuild">
541
  </Target>
542
  <Target Name="AfterBuild">
543
  </Target>
544
  -->
545
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)