프로젝트

일반

사용자정보

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

markus / MarkupToPDF / MarkupToPDF.csproj @ eaafc1eb

이력 | 보기 | 이력해설 | 다운로드 (23.4 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
  <ItemGroup>
236
    <Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
237
      <HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath>
238
    </Reference>
239
    <Reference Include="itextsharp, Version=5.5.12.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL">
240
      <HintPath>..\packages\iTextSharp.5.5.12\lib\itextsharp.dll</HintPath>
241
    </Reference>
242
    <Reference Include="PresentationCore" />
243
    <Reference Include="PresentationFramework" />
244
    <Reference Include="Svg2Xaml, Version=0.3.0.5, Culture=neutral, processorArchitecture=MSIL">
245
      <HintPath>..\packages\Svg2Xaml.0.3.0.5\lib\net40\Svg2Xaml.dll</HintPath>
246
    </Reference>
247
    <Reference Include="System" />
248
    <Reference Include="System.ComponentModel.DataAnnotations" />
249
    <Reference Include="System.Core" />
250
    <Reference Include="System.Data.Entity" />
251
    <Reference Include="System.Drawing" />
252
    <Reference Include="System.Runtime.Serialization" />
253
    <Reference Include="System.Security" />
254
    <Reference Include="System.ServiceModel" />
255
    <Reference Include="System.Windows.Forms" />
256
    <Reference Include="System.Xaml" />
257
    <Reference Include="System.Xml.Linq" />
258
    <Reference Include="System.Data.DataSetExtensions" />
259
    <Reference Include="Microsoft.CSharp" />
260
    <Reference Include="System.Data" />
261
    <Reference Include="System.Xml" />
262
    <Reference Include="Telerik.Windows.Controls, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
263
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.dll</HintPath>
264
      <Private>True</Private>
265
    </Reference>
266
    <Reference Include="Telerik.Windows.Controls.Input, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
267
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Input.dll</HintPath>
268
      <Private>True</Private>
269
    </Reference>
270
    <Reference Include="Telerik.Windows.Controls.Navigation, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
271
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Navigation.dll</HintPath>
272
      <Private>True</Private>
273
    </Reference>
274
    <Reference Include="Telerik.Windows.Data, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
275
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Data.dll</HintPath>
276
      <Private>True</Private>
277
    </Reference>
278
    <Reference Include="Telerik.Windows.Zip, Version=2019.1.215.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
279
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Zip.dll</HintPath>
280
      <Private>True</Private>
281
    </Reference>
282
    <Reference Include="WindowsBase" />
283
  </ItemGroup>
284
  <ItemGroup>
285
    <Compile Include="Common\CommentUserInfo.cs" />
286
    <Compile Include="Common\GetUserSign.cs" />
287
    <Compile Include="Common\StringToFont.cs" />
288
    <Compile Include="Common\Undo_data.cs" />
289
    <Compile Include="Connected Services\markus_api\Reference.cs">
290
      <AutoGen>True</AutoGen>
291
      <DesignTime>True</DesignTime>
292
      <DependentUpon>Reference.svcmap</DependentUpon>
293
    </Compile>
294
    <Compile Include="Controls\Angle\AngleControl.cs" />
295
    <Compile Include="Controls\Cad\ClipWhiteControlcs.cs" />
296
    <Compile Include="Controls\Cad\CoordinateControl.cs" />
297
    <Compile Include="Controls\Cad\InsideWhiteControlcs.cs" />
298
    <Compile Include="Controls\Cad\OverlapWhiteControl.cs" />
299
    <Compile Include="Controls\Common\ControlType.cs" />
300
    <Compile Include="Controls\Common\DrawSet.cs" />
301
    <Compile Include="Controls\Common\HatchMake.cs" />
302
    <Compile Include="Controls\Common\IMarkupCommonData.cs" />
303
    <Compile Include="Controls\Common\InkToPath.cs" />
304
    <Compile Include="Controls\Common\PenMode.cs" />
305
    <Compile Include="Controls\Common\StringToPathConverter.cs" />
306
    <Compile Include="Controls\Common\ValueConverter\StringToColorConverter.cs" />
307
    <Compile Include="Controls\Custom\CustomText.xaml.cs">
308
      <DependentUpon>CustomText.xaml</DependentUpon>
309
    </Compile>
310
    <Compile Include="Controls\Etc\SignControl.cs" />
311
    <Compile Include="Controls\Etc\SymControl.cs" />
312
    <Compile Include="Controls\Etc\SymControlN.cs" />
313
    <Compile Include="Controls\Line\ArrowArcControl.cs" />
314
    <Compile Include="Controls\Common\SelectControl.cs" />
315
    <Compile Include="Controls\Common\Interfaces.cs" />
316
    <Compile Include="Controls\Common\IPath.cs" />
317
    <Compile Include="Controls\Common\MarkupToPDF.cs" />
318
    <Compile Include="Controls\Common\MathSet.cs" />
319
    <Compile Include="Controls\Common\MouseMode.cs" />
320
    <Compile Include="Controls\Common\PaintSet.cs" />
321
    <Compile Include="Controls\Etc\DateControl.cs" />
322
    <Compile Include="Controls\Etc\ImgControl.cs" />
323
    <Compile Include="Controls\Line\ArcControl.cs" />
324
    <Compile Include="Controls\Line\ArrowControl_Multi.cs" />
325
    <Compile Include="Controls\Line\LineControl.cs" />
326
    <Compile Include="Controls\Parsing\MarkupParse.cs" />
327
    <Compile Include="Controls\Polygon\CloudControl.cs" />
328
    <Compile Include="Controls\Polygon\InkControl.cs" />
329
    <Compile Include="Controls\Polygon\PolygonControl.cs" />
330
    <Compile Include="Controls\Shape\CircleControl.cs" />
331
    <Compile Include="Controls\Shape\RectangleControl.cs" />
332
    <Compile Include="Controls\Shape\RectCloudControl.cs" />
333
    <Compile Include="Controls\Shape\TriControl.cs" />
334
    <Compile Include="Controls\Text\ArrowTextControl.cs" />
335
    <Compile Include="Controls\Text\TextControl.cs" />
336
    <Compile Include="Properties\AssemblyInfo.cs" />
337
    <Compile Include="Properties\Settings.Designer.cs">
338
      <AutoGen>True</AutoGen>
339
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
340
      <DependentUpon>Settings.settings</DependentUpon>
341
    </Compile>
342
    <Compile Include="Serialize\Core\JsonSerializerHelper.cs" />
343
    <Compile Include="Serialize\S_Control\Base\S_BaseControl.cs" />
344
    <Compile Include="Serialize\S_Control\Detail\S_ArrowArcControl.cs" />
345
    <Compile Include="Serialize\S_Control\Detail\S_ArcControl.cs" />
346
    <Compile Include="Serialize\S_Control\Detail\S_ArrowControl.cs" />
347
    <Compile Include="Serialize\S_Control\Detail\S_CircleControl.cs" />
348
    <Compile Include="Serialize\S_Control\Detail\S_ClipWhiteControl.cs" />
349
    <Compile Include="Serialize\S_Control\Detail\S_CloudControl.cs" />
350
    <Compile Include="Serialize\S_Control\Detail\S_CoordinateControl.cs" />
351
    <Compile Include="Serialize\S_Control\Detail\S_DateControl.cs" />
352
    <Compile Include="Serialize\S_Control\Detail\S_ImgControl.cs" />
353
    <Compile Include="Serialize\S_Control\Detail\S_InsideWhiteControl.cs" />
354
    <Compile Include="Serialize\S_Control\Detail\S_LineControl.cs" />
355
    <Compile Include="Serialize\S_Control\Detail\S_OverlapWhiteControl.cs" />
356
    <Compile Include="Serialize\S_Control\Detail\S_PensilControl.cs" />
357
    <Compile Include="Serialize\S_Control\Detail\S_PolyControl.cs" />
358
    <Compile Include="Serialize\S_Control\Detail\S_RectCloudControl.cs" />
359
    <Compile Include="Serialize\S_Control\Detail\S_RectControl.cs" />
360
    <Compile Include="Serialize\S_Control\Detail\S_SignControl.cs" />
361
    <Compile Include="Serialize\S_Control\Detail\S_SymControl.cs" />
362
    <Compile Include="Serialize\S_Control\Detail\S_SymControlN.cs" />
363
    <Compile Include="Serialize\S_Control\Detail\S_TextControl.cs" />
364
    <Compile Include="Serialize\S_Control\Detail\S_TriControl.cs" />
365
    <Compile Include="Settings.cs" />
366
  </ItemGroup>
367
  <ItemGroup>
368
    <Page Include="Controls\Custom\CustomText.xaml">
369
      <SubType>Designer</SubType>
370
      <Generator>MSBuild:Compile</Generator>
371
    </Page>
372
    <Page Include="Themes\generic.xaml">
373
      <Generator>MSBuild:Compile</Generator>
374
      <SubType>Designer</SubType>
375
    </Page>
376
  </ItemGroup>
377
  <ItemGroup>
378
    <None Include="App.Config">
379
      <SubType>Designer</SubType>
380
    </None>
381
    <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.FinalPDFResult.datasource">
382
      <DependentUpon>Reference.svcmap</DependentUpon>
383
    </None>
384
    <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.KCOM_SystemInfo.datasource">
385
      <DependentUpon>Reference.svcmap</DependentUpon>
386
    </None>
387
    <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.MarkupInfoItem.datasource">
388
      <DependentUpon>Reference.svcmap</DependentUpon>
389
    </None>
390
    <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.VPRevision.datasource">
391
      <DependentUpon>Reference.svcmap</DependentUpon>
392
    </None>
393
    <None Include="Connected Services\markus_api\ServiceDeepView.wsdl" />
394
    <None Include="Connected Services\markus_api\ServiceDeepView.xsd">
395
      <SubType>Designer</SubType>
396
    </None>
397
    <None Include="Connected Services\markus_api\ServiceDeepView1.wsdl" />
398
    <None Include="Connected Services\markus_api\ServiceDeepView1.xsd">
399
      <SubType>Designer</SubType>
400
    </None>
401
    <None Include="Connected Services\markus_api\ServiceDeepView2.xsd">
402
      <SubType>Designer</SubType>
403
    </None>
404
    <None Include="Connected Services\markus_api\ServiceDeepView3.xsd">
405
      <SubType>Designer</SubType>
406
    </None>
407
    <None Include="Connected Services\markus_api\ServiceDeepView4.xsd">
408
      <SubType>Designer</SubType>
409
    </None>
410
    <None Include="Connected Services\markus_api\ServiceDeepView5.xsd">
411
      <SubType>Designer</SubType>
412
    </None>
413
    <None Include="Connected Services\markus_api\ServiceDeepView6.xsd">
414
      <SubType>Designer</SubType>
415
    </None>
416
    <None Include="Connected Services\markus_api\ServiceDeepView7.xsd">
417
      <SubType>Designer</SubType>
418
    </None>
419
    <None Include="Connected Services\markus_api\ServiceDeepView8.xsd">
420
      <SubType>Designer</SubType>
421
    </None>
422
    <None Include="packages.config" />
423
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST.datasource" />
424
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST_HISTORY.datasource" />
425
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCINFO.datasource" />
426
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCUMENT_ITEM.datasource" />
427
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.FAVORITE_DOC.datasource" />
428
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_DATA.datasource" />
429
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_INFO.datasource" />
430
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.MEMBER.datasource" />
431
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PRIVATE.datasource" />
432
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PUBLIC.datasource" />
433
    <None Include="Properties\DataSources\System.Windows.Rect.datasource" />
434
    <None Include="Properties\Settings.settings">
435
      <Generator>SettingsSingleFileGenerator</Generator>
436
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
437
    </None>
438
  </ItemGroup>
439
  <ItemGroup>
440
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
441
  </ItemGroup>
442
  <ItemGroup>
443
    <WCFMetadata Include="Connected Services\" />
444
  </ItemGroup>
445
  <ItemGroup>
446
    <WCFMetadataStorage Include="Connected Services\markus_api\" />
447
  </ItemGroup>
448
  <ItemGroup>
449
    <None Include="Connected Services\markus_api\ServiceDeepView.disco" />
450
  </ItemGroup>
451
  <ItemGroup>
452
    <None Include="Connected Services\markus_api\configuration91.svcinfo" />
453
  </ItemGroup>
454
  <ItemGroup>
455
    <None Include="Connected Services\markus_api\configuration.svcinfo" />
456
  </ItemGroup>
457
  <ItemGroup>
458
    <None Include="Connected Services\markus_api\Reference.svcmap">
459
      <Generator>WCF Proxy Generator</Generator>
460
      <LastGenOutput>Reference.cs</LastGenOutput>
461
    </None>
462
  </ItemGroup>
463
  <ItemGroup>
464
    <ProjectReference Include="..\CommonLib\CommonLib.csproj">
465
      <Project>{def47fc2-b898-4c92-ad8d-d7b9e994495e}</Project>
466
      <Name>CommonLib</Name>
467
    </ProjectReference>
468
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
469
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
470
      <Name>KCOMDataModel</Name>
471
    </ProjectReference>
472
  </ItemGroup>
473
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
474
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
475
       Other similar extension points exist, see Microsoft.Common.targets.
476
  <Target Name="BeforeBuild">
477
  </Target>
478
  <Target Name="AfterBuild">
479
  </Target>
480
  -->
481
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)