프로젝트

일반

사용자정보

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

markus / MarkupToPDF / MarkupToPDF.csproj @ 07b7bd24

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