Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorModel/SharpVectors.Model.csproj @ 12782

Last change on this file since 12782 was 12762, checked in by aballeit, 9 years ago

#2283 GUI updates, Tree-chart, MCTS Version 2 (prune leaves)

File size: 25.5 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <ProjectType>Local</ProjectType>
5    <ProductVersion>9.0.30729</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{5D336F48-3FB9-4382-B4B9-06974C764007}</ProjectGuid>
8    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10    <ApplicationIcon>
11    </ApplicationIcon>
12    <AssemblyKeyContainerName>
13    </AssemblyKeyContainerName>
14    <AssemblyName>SharpVectors.Model</AssemblyName>
15    <AssemblyOriginatorKeyFile>SharpVectors.Model.snk</AssemblyOriginatorKeyFile>
16    <DefaultClientScript>JScript</DefaultClientScript>
17    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18    <DefaultTargetSchema>IE50</DefaultTargetSchema>
19    <DelaySign>false</DelaySign>
20    <OutputType>Library</OutputType>
21    <RootNamespace>SharpVectors.Dom</RootNamespace>
22    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
23    <StartupObject>
24    </StartupObject>
25    <FileUpgradeFlags>
26    </FileUpgradeFlags>
27    <OldToolsVersion>3.5</OldToolsVersion>
28    <UpgradeBackupLocation>
29    </UpgradeBackupLocation>
30    <PublishUrl>publish\</PublishUrl>
31    <Install>true</Install>
32    <InstallFrom>Disk</InstallFrom>
33    <UpdateEnabled>false</UpdateEnabled>
34    <UpdateMode>Foreground</UpdateMode>
35    <UpdateInterval>7</UpdateInterval>
36    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
37    <UpdatePeriodically>false</UpdatePeriodically>
38    <UpdateRequired>false</UpdateRequired>
39    <MapFileExtensions>true</MapFileExtensions>
40    <ApplicationRevision>0</ApplicationRevision>
41    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
42    <IsWebBootstrapper>false</IsWebBootstrapper>
43    <UseApplicationTrust>false</UseApplicationTrust>
44    <BootstrapperEnabled>true</BootstrapperEnabled>
45    <SignAssembly>true</SignAssembly>
46    <SccProjectName>SAK</SccProjectName>
47    <SccLocalPath>SAK</SccLocalPath>
48    <SccAuxPath>SAK</SccAuxPath>
49    <SccProvider>SAK</SccProvider>
50    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
53    <OutputPath>..\..\Output\</OutputPath>
54    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
55    <BaseAddress>285212672</BaseAddress>
56    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
57    <ConfigurationOverrideFile>
58    </ConfigurationOverrideFile>
59    <DefineConstants>TRACE;DEBUG</DefineConstants>
60    <DocumentationFile>
61    </DocumentationFile>
62    <DebugSymbols>true</DebugSymbols>
63    <FileAlignment>4096</FileAlignment>
64    <NoStdLib>false</NoStdLib>
65    <NoWarn>
66    </NoWarn>
67    <Optimize>false</Optimize>
68    <RegisterForComInterop>false</RegisterForComInterop>
69    <RemoveIntegerChecks>false</RemoveIntegerChecks>
70    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
71    <WarningLevel>4</WarningLevel>
72    <DebugType>full</DebugType>
73    <ErrorReport>prompt</ErrorReport>
74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
76    <OutputPath>..\..\Output\</OutputPath>
77    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
78    <BaseAddress>285212672</BaseAddress>
79    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
80    <ConfigurationOverrideFile>
81    </ConfigurationOverrideFile>
82    <DefineConstants>TRACE;TEST</DefineConstants>
83    <DocumentationFile>
84    </DocumentationFile>
85    <DebugSymbols>false</DebugSymbols>
86    <FileAlignment>4096</FileAlignment>
87    <NoStdLib>false</NoStdLib>
88    <NoWarn>
89    </NoWarn>
90    <Optimize>true</Optimize>
91    <RegisterForComInterop>false</RegisterForComInterop>
92    <RemoveIntegerChecks>false</RemoveIntegerChecks>
93    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
94    <WarningLevel>4</WarningLevel>
95    <DebugType>none</DebugType>
96    <ErrorReport>prompt</ErrorReport>
97  </PropertyGroup>
98  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Documentation|AnyCPU' ">
99    <OutputPath>..\..\Output\</OutputPath>
100    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
101    <BaseAddress>285212672</BaseAddress>
102    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
103    <ConfigurationOverrideFile>
104    </ConfigurationOverrideFile>
105    <DefineConstants>TRACE</DefineConstants>
106    <DocumentationFile>..\..\Output\SharpVectors.Model.xml</DocumentationFile>
107    <DebugSymbols>false</DebugSymbols>
108    <FileAlignment>4096</FileAlignment>
109    <NoStdLib>false</NoStdLib>
110    <NoWarn>
111    </NoWarn>
112    <Optimize>true</Optimize>
113    <RegisterForComInterop>false</RegisterForComInterop>
114    <RemoveIntegerChecks>false</RemoveIntegerChecks>
115    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
116    <WarningLevel>4</WarningLevel>
117    <DebugType>none</DebugType>
118    <ErrorReport>prompt</ErrorReport>
119  </PropertyGroup>
120  <ItemGroup>
121    <Reference Include="System">
122      <Name>System</Name>
123    </Reference>
124    <Reference Include="System.Data">
125      <Name>System.Data</Name>
126    </Reference>
127    <Reference Include="System.Xml">
128      <Name>System.XML</Name>
129    </Reference>
130    <ProjectReference Include="..\SharpVectorCore\SharpVectors.Core.csproj">
131      <Project>{D6BB65FC-240E-4241-B2ED-A7FB3F13E978}</Project>
132      <Name>SharpVectors.Core</Name>
133    </ProjectReference>
134    <ProjectReference Include="..\SharpVectorCss\SharpVectors.Css.csproj">
135      <Name>SharpVectors.Css</Name>
136      <Project>{351B0A6E-2F6B-497A-844B-DCB5A502FB0D}</Project>
137      <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
138    </ProjectReference>
139    <ProjectReference Include="..\SharpVectorDom\SharpVectors.Dom.csproj">
140      <Name>SharpVectors.Dom</Name>
141      <Project>{FE34CBC0-D23C-4A95-BA64-83A031814010}</Project>
142      <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
143    </ProjectReference>
144  </ItemGroup>
145  <ItemGroup>
146    <Compile Include="DocumentStructure\SvgAElement.cs" />
147    <Compile Include="DocumentStructure\SvgColorProfileElement.cs" />
148    <Compile Include="Events\SvgResolveNamespaceEventArgs.cs" />
149    <Compile Include="Events\SvgResolveUriEventArgs.cs" />
150    <Compile Include="Properties\AssemblyInfo.cs">
151      <SubType>Code</SubType>
152    </Compile>
153    <Compile Include="BasicTypes\SvgAngle.cs">
154      <SubType>Code</SubType>
155    </Compile>
156    <Compile Include="BasicTypes\SvgAnimatedAngle.cs">
157      <SubType>Code</SubType>
158    </Compile>
159    <Compile Include="BasicTypes\SvgAnimatedBoolean.cs">
160      <SubType>Code</SubType>
161    </Compile>
162    <Compile Include="BasicTypes\SvgAnimatedEnumeration.cs">
163      <SubType>Code</SubType>
164    </Compile>
165    <Compile Include="BasicTypes\SvgAnimatedLength.cs">
166      <SubType>Code</SubType>
167    </Compile>
168    <Compile Include="BasicTypes\SvgAnimatedLengthList.cs">
169      <SubType>Code</SubType>
170    </Compile>
171    <Compile Include="BasicTypes\SvgAnimatedNumber.cs">
172      <SubType>Code</SubType>
173    </Compile>
174    <Compile Include="BasicTypes\SvgAnimatedNumberList.cs">
175      <SubType>Code</SubType>
176    </Compile>
177    <Compile Include="BasicTypes\SvgAnimatedPreserveAspectRatio.cs">
178      <SubType>Code</SubType>
179    </Compile>
180    <Compile Include="BasicTypes\SvgAnimatedRect.cs">
181      <SubType>Code</SubType>
182    </Compile>
183    <Compile Include="BasicTypes\SvgAnimatedString.cs">
184      <SubType>Code</SubType>
185    </Compile>
186    <Compile Include="BasicTypes\SvgAnimatedTransformList.cs">
187      <SubType>Code</SubType>
188    </Compile>
189    <Compile Include="BasicTypes\SvgColor.cs">
190      <SubType>Code</SubType>
191    </Compile>
192    <Compile Include="BasicTypes\SvgElement.cs">
193      <SubType>Code</SubType>
194    </Compile>
195    <Compile Include="BasicTypes\SvgExternalResourcesRequired.cs">
196      <SubType>Code</SubType>
197    </Compile>
198    <Compile Include="BasicTypes\SvgFitToViewBox.cs">
199      <SubType>Code</SubType>
200    </Compile>
201    <Compile Include="BasicTypes\SvgLength.cs">
202      <SubType>Code</SubType>
203    </Compile>
204    <Compile Include="BasicTypes\SvgLengthList.cs">
205      <SubType>Code</SubType>
206    </Compile>
207    <Compile Include="BasicTypes\SvgList.cs">
208      <SubType>Code</SubType>
209    </Compile>
210    <Compile Include="BasicTypes\SvgMatrix.cs">
211      <SubType>Code</SubType>
212    </Compile>
213    <Compile Include="BasicTypes\SvgNumber.cs">
214      <SubType>Code</SubType>
215    </Compile>
216    <Compile Include="BasicTypes\SvgNumberList.cs">
217      <SubType>Code</SubType>
218    </Compile>
219    <Compile Include="BasicTypes\SvgPoint.cs">
220      <SubType>Code</SubType>
221    </Compile>
222    <Compile Include="BasicTypes\SvgPointList.cs">
223      <SubType>Code</SubType>
224    </Compile>
225    <Compile Include="BasicTypes\SvgPreserveAspectRatio.cs">
226      <SubType>Code</SubType>
227    </Compile>
228    <Compile Include="BasicTypes\SvgRect.cs">
229      <SubType>Code</SubType>
230    </Compile>
231    <Compile Include="BasicTypes\SvgStringList.cs">
232      <SubType>Code</SubType>
233    </Compile>
234    <Compile Include="BasicTypes\SvgTests.cs">
235      <SubType>Code</SubType>
236    </Compile>
237    <Compile Include="BasicTypes\SvgTransform.cs">
238      <SubType>Code</SubType>
239    </Compile>
240    <Compile Include="BasicTypes\SvgTransformList.cs">
241      <SubType>Code</SubType>
242    </Compile>
243    <Compile Include="BasicTypes\SvgUriReference.cs">
244      <SubType>Code</SubType>
245    </Compile>
246    <Compile Include="BasicTypes\SvgViewSpec.cs">
247      <SubType>Code</SubType>
248    </Compile>
249    <Compile Include="BasicTypes\SvgZoomAndPan.cs">
250      <SubType>Code</SubType>
251    </Compile>
252    <Compile Include="ClippingMaskingCompositing\SvgClipPathElement.cs">
253      <SubType>Code</SubType>
254    </Compile>
255    <Compile Include="ClippingMaskingCompositing\SvgMaskElement.cs">
256      <SubType>Code</SubType>
257    </Compile>
258    <Compile Include="DocumentStructure\SvgDefsElement.cs">
259      <SubType>Code</SubType>
260    </Compile>
261    <Compile Include="DocumentStructure\SvgDescElement.cs">
262      <SubType>Code</SubType>
263    </Compile>
264    <Compile Include="DocumentStructure\SvgDocument.cs">
265      <SubType>Code</SubType>
266    </Compile>
267    <Compile Include="DocumentStructure\SvgElementInstance.cs">
268      <SubType>Code</SubType>
269    </Compile>
270    <Compile Include="DocumentStructure\SvgElementInstanceList.cs">
271      <SubType>Code</SubType>
272    </Compile>
273    <Compile Include="DocumentStructure\SvgGElement.cs">
274      <SubType>Code</SubType>
275    </Compile>
276    <Compile Include="DocumentStructure\SvgImageElement.cs">
277      <SubType>Code</SubType>
278    </Compile>
279    <Compile Include="DocumentStructure\SvgStyleableElement.cs">
280      <SubType>Code</SubType>
281    </Compile>
282    <Compile Include="DocumentStructure\SvgSvgElement.cs">
283      <SubType>Code</SubType>
284    </Compile>
285    <Compile Include="DocumentStructure\SvgSwitchElement.cs">
286      <SubType>Code</SubType>
287    </Compile>
288    <Compile Include="DocumentStructure\SvgSymbolElement.cs">
289      <SubType>Code</SubType>
290    </Compile>
291    <Compile Include="DocumentStructure\SvgTitleElement.cs">
292      <SubType>Code</SubType>
293    </Compile>
294    <Compile Include="DocumentStructure\SvgTransformableElement.cs">
295      <SubType>Code</SubType>
296    </Compile>
297    <Compile Include="DocumentStructure\SvgUseElement.cs">
298      <SubType>Code</SubType>
299    </Compile>
300    <Compile Include="DocumentStructure\SvgWindow.cs">
301      <SubType>Code</SubType>
302    </Compile>
303    <Compile Include="Filters\SvgFilterElement.cs">
304      <SubType>Code</SubType>
305    </Compile>
306    <Compile Include="Fills\SvgGradientElement.cs">
307      <SubType>Code</SubType>
308    </Compile>
309    <Compile Include="Fills\SvgLinearGradientElement.cs">
310      <SubType>Code</SubType>
311    </Compile>
312    <Compile Include="Fills\SvgPatternElement.cs">
313      <SubType>Code</SubType>
314    </Compile>
315    <Compile Include="Fills\SvgRadialGradientElement.cs">
316      <SubType>Code</SubType>
317    </Compile>
318    <Compile Include="Fills\SvgStopElement.cs">
319      <SubType>Code</SubType>
320    </Compile>
321    <Compile Include="Metadata\SvgMetadataElement.cs">
322      <SubType>Code</SubType>
323    </Compile>
324    <Compile Include="Paint\SvgMarkerElement.cs">
325      <SubType>Code</SubType>
326    </Compile>
327    <Compile Include="Paint\SvgPaint.cs">
328      <SubType>Code</SubType>
329    </Compile>
330    <Compile Include="Paths\SvgPathElement.cs">
331      <SubType>Code</SubType>
332    </Compile>
333    <Compile Include="Paths\SvgPathSeg.cs">
334      <SubType>Code</SubType>
335    </Compile>
336    <Compile Include="Paths\SvgPathSegArc.cs">
337      <SubType>Code</SubType>
338    </Compile>
339    <Compile Include="Paths\SvgPathSegArcAbs.cs">
340      <SubType>Code</SubType>
341    </Compile>
342    <Compile Include="Paths\SvgPathSegArcRel.cs">
343      <SubType>Code</SubType>
344    </Compile>
345    <Compile Include="Paths\SvgPathSegClosePath.cs">
346      <SubType>Code</SubType>
347    </Compile>
348    <Compile Include="Paths\SvgPathSegCurveto.cs">
349      <SubType>Code</SubType>
350    </Compile>
351    <Compile Include="Paths\SvgPathSegCurveToCubic.cs">
352      <SubType>Code</SubType>
353    </Compile>
354    <Compile Include="Paths\SvgPathSegCurvetoCubicAbs.cs">
355      <SubType>Code</SubType>
356    </Compile>
357    <Compile Include="Paths\SvgPathSegCurvetoCubicRel.cs">
358      <SubType>Code</SubType>
359    </Compile>
360    <Compile Include="Paths\SvgPathSegCurvetoCubicSmoothAbs.cs">
361      <SubType>Code</SubType>
362    </Compile>
363    <Compile Include="Paths\SvgPathSegCurvetoCubicSmoothRel.cs">
364      <SubType>Code</SubType>
365    </Compile>
366    <Compile Include="Paths\SvgPathSegCurvetoQuadratic.cs">
367      <SubType>Code</SubType>
368    </Compile>
369    <Compile Include="Paths\SvgPathSegCurvetoQuadraticAbs.cs">
370      <SubType>Code</SubType>
371    </Compile>
372    <Compile Include="Paths\SvgPathSegCurvetoQuadraticRel.cs">
373      <SubType>Code</SubType>
374    </Compile>
375    <Compile Include="Paths\SvgPathSegCurvetoQuadraticSmoothAbs.cs">
376      <SubType>Code</SubType>
377    </Compile>
378    <Compile Include="Paths\SvgPathSegCurvetoQuadraticSmoothRel.cs">
379      <SubType>Code</SubType>
380    </Compile>
381    <Compile Include="Paths\SvgPathSegLineto.cs">
382      <SubType>Code</SubType>
383    </Compile>
384    <Compile Include="Paths\SvgPathSegLinetoAbs.cs">
385      <SubType>Code</SubType>
386    </Compile>
387    <Compile Include="Paths\SvgPathSegLinetoHorizontalAbs.cs">
388      <SubType>Code</SubType>
389    </Compile>
390    <Compile Include="Paths\SvgPathSegLinetoHorizontalRel.cs">
391      <SubType>Code</SubType>
392    </Compile>
393    <Compile Include="Paths\SvgPathSegLinetoRel.cs">
394      <SubType>Code</SubType>
395    </Compile>
396    <Compile Include="Paths\SvgPathSegLinetoVerticalAbs.cs">
397      <SubType>Code</SubType>
398    </Compile>
399    <Compile Include="Paths\SvgPathSegLinetoVerticalRel.cs">
400      <SubType>Code</SubType>
401    </Compile>
402    <Compile Include="Paths\SvgPathSegList.cs">
403      <SubType>Code</SubType>
404    </Compile>
405    <Compile Include="Paths\SvgPathSegMoveTo.cs">
406      <SubType>Code</SubType>
407    </Compile>
408    <Compile Include="Paths\SvgPathSegMovetoAbs.cs">
409      <SubType>Code</SubType>
410    </Compile>
411    <Compile Include="Paths\SvgPathSegMovetoRel.cs">
412      <SubType>Code</SubType>
413    </Compile>
414    <Compile Include="Resources\Root.cs" />
415    <Compile Include="Scripting\SvgScriptElement.cs">
416      <SubType>Code</SubType>
417    </Compile>
418    <Compile Include="Shapes\SvgCircleElement.cs">
419      <SubType>Code</SubType>
420    </Compile>
421    <Compile Include="Shapes\SvgEllipseElement.cs">
422      <SubType>Code</SubType>
423    </Compile>
424    <Compile Include="Shapes\SvgLineElement.cs">
425      <SubType>Code</SubType>
426    </Compile>
427    <Compile Include="Shapes\SvgPolyElement.cs">
428      <SubType>Code</SubType>
429    </Compile>
430    <Compile Include="Shapes\SvgPolygonElement.cs">
431      <SubType>Code</SubType>
432    </Compile>
433    <Compile Include="Shapes\SvgPolylineElement.cs">
434      <SubType>Code</SubType>
435    </Compile>
436    <Compile Include="Shapes\SvgRectElement.cs">
437      <SubType>Code</SubType>
438    </Compile>
439    <Compile Include="SvgException.cs">
440      <SubType>Code</SubType>
441    </Compile>
442    <Compile Include="SvgExternalResourcesRequiredException.cs">
443      <SubType>Code</SubType>
444    </Compile>
445    <Compile Include="Text\SvgTextContentElement.cs">
446      <SubType>Code</SubType>
447    </Compile>
448    <Compile Include="Text\SvgTextElement.cs">
449      <SubType>Code</SubType>
450    </Compile>
451    <Compile Include="Text\SvgTextPathElement.cs" />
452    <Compile Include="Text\SvgTextPositioningElement.cs">
453      <SubType>Code</SubType>
454    </Compile>
455    <Compile Include="Text\SvgTRefElement.cs">
456      <SubType>Code</SubType>
457    </Compile>
458    <Compile Include="Text\SvgTSpanElement.cs">
459      <SubType>Code</SubType>
460    </Compile>
461    <Compile Include="DocumentStructure\SvgElementFactory.cs" />
462  </ItemGroup>
463  <ItemGroup>
464    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
465      <Visible>False</Visible>
466      <ProductName>.NET Framework Client Profile</ProductName>
467      <Install>false</Install>
468    </BootstrapperPackage>
469    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
470      <Visible>False</Visible>
471      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
472      <Install>true</Install>
473    </BootstrapperPackage>
474    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
475      <Visible>False</Visible>
476      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
477      <Install>false</Install>
478    </BootstrapperPackage>
479    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
480      <Visible>False</Visible>
481      <ProductName>.NET Framework 3.5</ProductName>
482      <Install>false</Install>
483    </BootstrapperPackage>
484    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
485      <Visible>False</Visible>
486      <ProductName>.NET Framework 3.5 SP1</ProductName>
487      <Install>false</Install>
488    </BootstrapperPackage>
489  </ItemGroup>
490  <ItemGroup>
491    <None Include="Diagrams\SvgElements.cd" />
492    <None Include="Diagrams\SvgPathSegs.cd" />
493    <None Include="Diagrams\SvgTextContentElements.cd" />
494    <None Include="Diagrams\SvgTransformableElements.cd" />
495    <None Include="SharpVectors.Model.snk" />
496    <EmbeddedResource Include="Resources\www.w3.org\TR.xhtml1.DTD\xhtml1-strict.dtd" />
497    <EmbeddedResource Include="Resources\www.w3.org\TR.xhtml1.DTD\xhtml-special.ent" />
498    <EmbeddedResource Include="Resources\www.w3.org\TR.xhtml1.DTD\xhtml-lat1.ent" />
499    <EmbeddedResource Include="Resources\www.w3.org\TR.2003.REC-SVG11-20030114.DTD.svg11.dtd" />
500    <EmbeddedResource Include="Resources\www.w3.org\TR.2001.REC-SVG-20010904.DTD.svg10.dtd" />
501    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg11.dtd" />
502    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg11-tiny.dtd" />
503    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg11-tiny-flat.dtd" />
504    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg11-flat.dtd" />
505    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg11-basic.dtd" />
506    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg11-basic-flat.dtd" />
507  </ItemGroup>
508  <ItemGroup>
509    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-animation.mod" />
510  </ItemGroup>
511  <ItemGroup>
512    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-animevents-attrib.mod" />
513  </ItemGroup>
514  <ItemGroup>
515    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-basic-clip.mod" />
516  </ItemGroup>
517  <ItemGroup>
518    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-basic-color.mod" />
519  </ItemGroup>
520  <ItemGroup>
521    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-basic-filter.mod" />
522  </ItemGroup>
523  <ItemGroup>
524    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-basic-font.mod" />
525  </ItemGroup>
526  <ItemGroup>
527    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-basic-graphics-attrib.mod" />
528  </ItemGroup>
529  <ItemGroup>
530    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-basic-paint-attrib.mod" />
531  </ItemGroup>
532  <ItemGroup>
533    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-basic-structure.mod" />
534  </ItemGroup>
535  <ItemGroup>
536    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-basic-text.mod" />
537  </ItemGroup>
538  <ItemGroup>
539    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-clip.mod" />
540  </ItemGroup>
541  <ItemGroup>
542    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-color.mod" />
543  </ItemGroup>
544  <ItemGroup>
545    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-conditional.mod" />
546  </ItemGroup>
547  <ItemGroup>
548    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-container-attrib.mod" />
549  </ItemGroup>
550  <ItemGroup>
551    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-core-attrib.mod" />
552  </ItemGroup>
553  <ItemGroup>
554    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-cursor.mod" />
555  </ItemGroup>
556  <ItemGroup>
557    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-datatypes.mod" />
558  </ItemGroup>
559  <ItemGroup>
560    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-docevents-attrib.mod" />
561  </ItemGroup>
562  <ItemGroup>
563    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-extensibility.mod" />
564  </ItemGroup>
565  <ItemGroup>
566    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-extresources-attrib.mod" />
567  </ItemGroup>
568  <ItemGroup>
569    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-filter.mod" />
570  </ItemGroup>
571  <ItemGroup>
572    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-font.mod" />
573  </ItemGroup>
574  <ItemGroup>
575    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-framework.mod" />
576  </ItemGroup>
577  <ItemGroup>
578    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-gradient.mod" />
579  </ItemGroup>
580  <ItemGroup>
581    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-graphevents-attrib.mod" />
582  </ItemGroup>
583  <ItemGroup>
584    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-graphics-attrib.mod" />
585  </ItemGroup>
586  <ItemGroup>
587    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-hyperlink.mod" />
588  </ItemGroup>
589  <ItemGroup>
590    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-image.mod" />
591  </ItemGroup>
592  <ItemGroup>
593    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-marker.mod" />
594  </ItemGroup>
595  <ItemGroup>
596    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-mask.mod" />
597  </ItemGroup>
598  <ItemGroup>
599    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-opacity-attrib.mod" />
600  </ItemGroup>
601  <ItemGroup>
602    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-paint-attrib.mod" />
603  </ItemGroup>
604  <ItemGroup>
605    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-pattern.mod" />
606  </ItemGroup>
607  <ItemGroup>
608    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-profile.mod" />
609  </ItemGroup>
610  <ItemGroup>
611    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-qname.mod" />
612  </ItemGroup>
613  <ItemGroup>
614    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-script.mod" />
615  </ItemGroup>
616  <ItemGroup>
617    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-shape.mod" />
618  </ItemGroup>
619  <ItemGroup>
620    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-structure.mod" />
621  </ItemGroup>
622  <ItemGroup>
623    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-style.mod" />
624  </ItemGroup>
625  <ItemGroup>
626    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-text.mod" />
627  </ItemGroup>
628  <ItemGroup>
629    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-view.mod" />
630  </ItemGroup>
631  <ItemGroup>
632    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-viewport-attrib.mod" />
633  </ItemGroup>
634  <ItemGroup>
635    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg-xlink-attrib.mod" />
636  </ItemGroup>
637  <ItemGroup>
638    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg11-attribs.mod" />
639  </ItemGroup>
640  <ItemGroup>
641    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg11-basic-attribs.mod" />
642  </ItemGroup>
643  <ItemGroup>
644    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg11-basic-model.mod" />
645  </ItemGroup>
646  <ItemGroup>
647    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg11-model.mod" />
648  </ItemGroup>
649  <ItemGroup>
650    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg11-tiny-attribs.mod" />
651  </ItemGroup>
652  <ItemGroup>
653    <EmbeddedResource Include="Resources\www.w3.org\Graphics.SVG.1.1.DTD\svg11-tiny-model.mod" />
654  </ItemGroup>
655  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
656  <PropertyGroup>
657    <PreBuildEvent>
658    </PreBuildEvent>
659    <PostBuildEvent>
660    </PostBuildEvent>
661  </PropertyGroup>
662</Project>
Note: See TracBrowser for help on using the repository browser.