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