System.Drawing: added email to icon and test file headers
[mono.git] / mcs / class / System.XML / System.Xml-net_2_0.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699,618,612,642</NoWarn>\r
11     <OutputPath>./../../class/lib/net_2_0/tmp</OutputPath>\r
12     <NoStdLib>true</NoStdLib>\r
13     \r
14     <AppDesignerFolder>Properties</AppDesignerFolder>\r
15     <RootNamespace></RootNamespace>\r
16     <AssemblyName>System.Xml</AssemblyName>\r
17     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
18     <FileAlignment>512</FileAlignment>\r
19   </PropertyGroup>\r
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
21     <DebugSymbols>true</DebugSymbols>\r
22     <DebugType>full</DebugType>\r
23     <NoWarn>1699,618,612,642</NoWarn>\r
24     <Optimize>false</Optimize>\r
25     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;CONFIGURATION_DEP</DefineConstants>\r
26     <ErrorReport>prompt</ErrorReport>\r
27     <WarningLevel>4</WarningLevel>\r
28     <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>\r
29   </PropertyGroup>\r
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
31     <DebugType>pdbonly</DebugType>\r
32     <NoWarn>1699,618,612,642</NoWarn>\r
33     <Optimize>true</Optimize>\r
34     <DefineConstants>NET_1_1;NET_2_0;CONFIGURATION_DEP</DefineConstants>\r
35     <ErrorReport>prompt</ErrorReport>\r
36     <WarningLevel>4</WarningLevel>\r
37     <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>\r
38   </PropertyGroup>\r
39   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
40   <ItemGroup>\r
41    <Compile Include="Assembly\AssemblyInfo.cs" />
42    <Compile Include="..\..\build\common\Consts.cs" />
43    <Compile Include="..\..\build\common\Locale.cs" />
44    <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
45    <Compile Include="Mono.Xml.Schema\XmlSchemaValidatingReader.cs" />
46    <Compile Include="Mono.Xml.Schema\XsdIdentityPath.cs" />
47    <Compile Include="Mono.Xml.Schema\XsdIdentityState.cs" />
48    <Compile Include="Mono.Xml.Schema\XsdKeyTable.cs" />
49    <Compile Include="Mono.Xml.Schema\XsdParticleValidationState.cs" />
50    <Compile Include="Mono.Xml.Schema\XsdValidatingReader.cs" />
51    <Compile Include="Mono.Xml.Schema\XsdWildcard.cs" />
52    <Compile Include="Mono.Xml.XPath\DTMXPathDocument.cs" />
53    <Compile Include="Mono.Xml.XPath\DTMXPathDocumentBuilder.cs" />
54    <Compile Include="Mono.Xml.XPath\DTMXPathDocumentWriter.cs" />
55    <Compile Include="Mono.Xml.XPath\DTMXPathNavigator.cs" />
56    <Compile Include="Mono.Xml.XPath\DTMXPathNode.cs" />
57    <Compile Include="Mono.Xml.XPath\DTMXPathDocument2.cs" />
58    <Compile Include="Mono.Xml.XPath\DTMXPathDocumentBuilder2.cs" />
59    <Compile Include="Mono.Xml.XPath\DTMXPathDocumentWriter2.cs" />
60    <Compile Include="Mono.Xml.XPath\DTMXPathNavigator2.cs" />
61    <Compile Include="Mono.Xml.XPath\DTMXPathNode2.cs" />
62    <Compile Include="Mono.Xml.XPath\IdPattern.cs" />
63    <Compile Include="Mono.Xml.XPath\KeyPattern.cs" />
64    <Compile Include="Mono.Xml.XPath\LocationPathPattern.cs" />
65    <Compile Include="Mono.Xml.XPath\Pattern.cs" />
66    <Compile Include="Mono.Xml.XPath\UnionPattern.cs" />
67    <Compile Include="Mono.Xml.XPath\XPathEditableDocument.cs" />
68    <Compile Include="Mono.Xml.XPath\XPathNavigatorReader.cs" />
69    <Compile Include="Mono.Xml.Xsl.Operations\XslApplyImports.cs" />
70    <Compile Include="Mono.Xml.Xsl.Operations\XslApplyTemplates.cs" />
71    <Compile Include="Mono.Xml.Xsl.Operations\XslAttribute.cs" />
72    <Compile Include="Mono.Xml.Xsl.Operations\XslAvt.cs" />
73    <Compile Include="Mono.Xml.Xsl.Operations\XslCallTemplate.cs" />
74    <Compile Include="Mono.Xml.Xsl.Operations\XslChoose.cs" />
75    <Compile Include="Mono.Xml.Xsl.Operations\XslComment.cs" />
76    <Compile Include="Mono.Xml.Xsl.Operations\XslCompiledElement.cs" />
77    <Compile Include="Mono.Xml.Xsl.Operations\XslCopy.cs" />
78    <Compile Include="Mono.Xml.Xsl.Operations\XslCopyOf.cs" />
79    <Compile Include="Mono.Xml.Xsl.Operations\XslElement.cs" />
80    <Compile Include="Mono.Xml.Xsl.Operations\XslFallback.cs" />
81    <Compile Include="Mono.Xml.Xsl.Operations\XslForEach.cs" />
82    <Compile Include="Mono.Xml.Xsl.Operations\XslIf.cs" />
83    <Compile Include="Mono.Xml.Xsl.Operations\XslLiteralElement.cs" />
84    <Compile Include="Mono.Xml.Xsl.Operations\XslMessage.cs" />
85    <Compile Include="Mono.Xml.Xsl.Operations\XslNotSupportedOperation.cs" />
86    <Compile Include="Mono.Xml.Xsl.Operations\XslNumber.cs" />
87    <Compile Include="Mono.Xml.Xsl.Operations\XslOperation.cs" />
88    <Compile Include="Mono.Xml.Xsl.Operations\XslProcessingInstruction.cs" />
89    <Compile Include="Mono.Xml.Xsl.Operations\XslTemplateContent.cs" />
90    <Compile Include="Mono.Xml.Xsl.Operations\XslText.cs" />
91    <Compile Include="Mono.Xml.Xsl.Operations\XslValueOf.cs" />
92    <Compile Include="Mono.Xml.Xsl.Operations\XslVariable.cs" />
93    <Compile Include="Mono.Xml.Xsl\Attribute.cs" />
94    <Compile Include="Mono.Xml.Xsl\Compiler.cs" />
95    <Compile Include="Mono.Xml.Xsl\Debug.cs" />
96    <Compile Include="Mono.Xml.Xsl\Emitter.cs" />
97    <Compile Include="Mono.Xml.Xsl\GenericOutputter.cs" />
98    <Compile Include="Mono.Xml.Xsl\HtmlEmitter.cs" />
99    <Compile Include="Mono.Xml.Xsl\MSXslScriptManager.cs" />
100    <Compile Include="Mono.Xml.Xsl\Outputter.cs" />
101    <Compile Include="Mono.Xml.Xsl\ScriptCompilerInfo.cs" />
102    <Compile Include="Mono.Xml.Xsl\TextEmitter.cs" />
103    <Compile Include="Mono.Xml.Xsl\TextOutputter.cs" />
104    <Compile Include="Mono.Xml.Xsl\XmlWriterEmitter.cs" />
105    <Compile Include="Mono.Xml.Xsl\XslAttributeSet.cs" />
106    <Compile Include="Mono.Xml.Xsl\XslDecimalFormat.cs" />
107    <Compile Include="Mono.Xml.Xsl\XslKey.cs" />
108    <Compile Include="Mono.Xml.Xsl\XslOutput.cs" />
109    <Compile Include="Mono.Xml.Xsl\XslSortEvaluator.cs" />
110    <Compile Include="Mono.Xml.Xsl\XslStylesheet.cs" />
111    <Compile Include="Mono.Xml.Xsl\XslTemplate.cs" />
112    <Compile Include="Mono.Xml.Xsl\XslTransformProcessor.cs" />
113    <Compile Include="Mono.Xml.Xsl\XsltCompiledContext.cs" />
114    <Compile Include="Mono.Xml.Xsl\XsltDebuggerWrapper.cs" />
115    <Compile Include="Mono.Xml.Xsl\XslFunctions.cs" />
116    <Compile Include="Mono.Xml\IHasXmlParserContext.cs" />
117    <Compile Include="Mono.Xml\IHasXmlSchemaInfo.cs" />
118    <Compile Include="Mono.Xml\SubtreeXmlReader.cs" />
119    <Compile Include="Mono.Xml\XmlFilterReader.cs" />
120    <Compile Include="Mono.Xml\XmlNodeWriter.cs" />
121    <Compile Include="System.Xml\ConformanceLevel.cs" />
122    <Compile Include="System.Xml\DTDAutomata.cs" />
123    <Compile Include="System.Xml\DTDObjectModel.cs" />
124    <Compile Include="System.Xml\DTDReader.cs" />
125    <Compile Include="System.Xml\DTDValidatingReader2.cs" />
126    <Compile Include="System.Xml\DefaultXmlWriter.cs" />
127    <Compile Include="System.Xml\EntityResolvingXmlReader.cs" />
128    <Compile Include="System.Xml\EntityHandling.cs" />
129    <Compile Include="System.Xml\Formatting.cs" />
130    <Compile Include="System.Xml\IHasXmlNode.cs" />
131    <Compile Include="System.Xml\IXmlLineInfo.cs" />
132    <Compile Include="System.Xml\IHasXmlChildNode.cs" />
133    <Compile Include="System.Xml\IXmlNamespaceResolver.cs" />
134    <Compile Include="System.Xml\MonoFIXAttribute.cs" />
135    <Compile Include="System.Xml\NameTable.cs" />
136    <Compile Include="System.Xml\NamespaceHandling.cs" />
137    <Compile Include="System.Xml\NewLineHandling.cs" />
138    <Compile Include="System.Xml\ReadState.cs" />
139    <Compile Include="System.Xml\ValidationType.cs" />
140    <Compile Include="System.Xml\WhitespaceHandling.cs" />
141    <Compile Include="System.Xml\WriteState.cs" />
142    <Compile Include="System.Xml\XmlEntity.cs" />
143    <Compile Include="System.Xml\XmlAttribute.cs" />
144    <Compile Include="System.Xml\XmlAttributeCollection.cs" />
145    <Compile Include="System.Xml\XmlCDataSection.cs" />
146    <Compile Include="System.Xml\XmlConstructs.cs" />
147    <Compile Include="System.Xml\XmlChar.cs" />
148    <Compile Include="System.Xml\XmlCharacterData.cs" />
149    <Compile Include="System.Xml\XmlComment.cs" />
150    <Compile Include="System.Xml\XmlNotation.cs" />
151    <Compile Include="System.Xml\XmlDeclaration.cs" />
152    <Compile Include="System.Xml\XmlDocument.cs" />
153    <Compile Include="System.Xml\XmlDocumentFragment.cs" />
154    <Compile Include="System.Xml\XmlDocumentNavigator.cs" />
155    <Compile Include="System.Xml\XmlDocumentType.cs" />
156    <Compile Include="System.Xml\XmlElement.cs" />
157    <Compile Include="System.Xml\XmlEntityReference.cs" />
158    <Compile Include="System.Xml\XmlException.cs" />
159    <Compile Include="System.Xml\XmlImplementation.cs" />
160    <Compile Include="System.Xml\XmlConvert.cs" />
161    <Compile Include="System.Xml\XmlDateTimeSerializationMode.cs" />
162    <Compile Include="System.Xml\XmlLinkedNode.cs" />
163    <Compile Include="System.Xml\XmlNameEntry.cs" />
164    <Compile Include="System.Xml\XmlNameEntryCache.cs" />
165    <Compile Include="System.Xml\XmlNameTable.cs" />
166    <Compile Include="System.Xml\XmlNamedNodeMap.cs" />
167    <Compile Include="System.Xml\XmlNamespaceScope.cs" />
168    <Compile Include="System.Xml\XmlNamespaceManager.cs" />
169    <Compile Include="System.Xml\XmlNode.cs" />
170    <Compile Include="System.Xml\XmlNodeChangedAction.cs" />
171    <Compile Include="System.Xml\XmlNodeChangedEventArgs.cs" />
172    <Compile Include="System.Xml\XmlNodeChangedEventHandler.cs" />
173    <Compile Include="System.Xml\XmlNodeList.cs" />
174    <Compile Include="System.Xml\XmlNodeListChildren.cs" />
175    <Compile Include="System.Xml\XmlNodeArrayList.cs" />
176    <Compile Include="System.Xml\XmlIteratorNodeList.cs" />
177    <Compile Include="System.Xml\XmlNodeOrder.cs" />
178    <Compile Include="System.Xml\XmlNodeReader2.cs" />
179    <Compile Include="System.Xml\XmlNodeReaderImpl.cs" />
180    <Compile Include="System.Xml\XmlNodeType.cs" />
181    <Compile Include="System.Xml\XmlOutputMethod.cs" />
182    <Compile Include="System.Xml\XmlParserContext.cs" />
183    <Compile Include="System.Xml\XmlProcessingInstruction.cs" />
184    <Compile Include="System.Xml\XmlQualifiedName.cs" />
185    <Compile Include="System.Xml\XmlReader.cs" />
186    <Compile Include="System.Xml\XmlReaderBinarySupport.cs" />
187    <Compile Include="System.Xml\XmlReaderSettings.cs" />
188    <Compile Include="System.Xml\DtdProcessing.cs" />
189    <Compile Include="System.Xml\XmlResolver.cs" />
190    <Compile Include="System.Xml\XmlSecureResolver.cs" />
191    <Compile Include="System.Xml\XmlSignificantWhitespace.cs" />
192    <Compile Include="System.Xml\XmlSpace.cs" />
193    <Compile Include="System.Xml\XmlText.cs" />
194    <Compile Include="System.Xml\XmlTextReader.cs" />
195    <Compile Include="System.Xml\XmlTextReader2.cs" />
196    <Compile Include="System.Xml\XmlTokenizedType.cs" />
197    <Compile Include="System.Xml\XmlUrlResolver.cs" />
198    <Compile Include="System.Xml\XmlValidatingReader.cs" />
199    <Compile Include="System.Xml\XmlWhitespace.cs" />
200    <Compile Include="System.Xml\XmlWriter.cs" />
201    <Compile Include="System.Xml\XmlWriterSettings.cs" />
202    <Compile Include="System.Xml\XmlTextWriter2.cs" />
203    <Compile Include="System.Xml\XmlInputStream.cs" />
204    <Compile Include="System.Xml\XmlParserInput.cs" />
205    <Compile Include="System.Xml.XPath\IXPathNavigable.cs" />
206    <Compile Include="System.Xml.XPath\XPathNavigator.cs" />
207    <Compile Include="System.Xml.XPath\XPathExpression.cs" />
208    <Compile Include="System.Xml.XPath\XPathItem.cs" />
209    <Compile Include="System.Xml.XPath\XPathNamespaceScope.cs" />
210    <Compile Include="System.Xml.XPath\XPathNodeIterator.cs" />
211    <Compile Include="System.Xml.XPath\XPathResultType.cs" />
212    <Compile Include="System.Xml.XPath\XPathNodeType.cs" />
213    <Compile Include="System.Xml.XPath\XmlDataType.cs" />
214    <Compile Include="System.Xml.XPath\XmlSortOrder.cs" />
215    <Compile Include="System.Xml.XPath\XmlCaseOrder.cs" />
216    <Compile Include="System.Xml.XPath\XPathDocument.cs" />
217    <Compile Include="System.Xml.XPath\XPathException.cs" />
218    <Compile Include="System.Xml.XPath\XPathComparer.cs" />
219    <Compile Include="System.Xml.XPath\DefaultContext.cs" />
220    <Compile Include="System.Xml.XPath\Expression.cs" />
221    <Compile Include="System.Xml.XPath\Iterator.cs" />
222    <Compile Include="System.Xml.XPath\Tokenizer.cs" />
223    <Compile Include="System.Xml.Xsl\IXsltContextFunction.cs" />
224    <Compile Include="System.Xml.Xsl\IXsltContextVariable.cs" />
225    <Compile Include="System.Xml.Xsl\XslCompiledTransform.cs" />
226    <Compile Include="System.Xml.Xsl\XslTransform.cs" />
227    <Compile Include="System.Xml.Xsl\XsltArgumentList.cs" />
228    <Compile Include="System.Xml.Xsl\XsltCompileException.cs" />
229    <Compile Include="System.Xml.Xsl\XsltContext.cs" />
230    <Compile Include="System.Xml.Xsl\XsltException.cs" />
231    <Compile Include="System.Xml.Xsl\XsltMessageEncounteredEventArgs.cs" />
232    <Compile Include="System.Xml.Xsl\XsltMessageEncounteredEventHandler.cs" />
233    <Compile Include="System.Xml.Xsl\XsltSettings.cs" />
234    <Compile Include="System.Xml.Schema\BuiltInDatatype.cs" />
235    <Compile Include="System.Xml.Schema\IXmlSchemaInfo.cs" />
236    <Compile Include="System.Xml.Schema\SchemaDataValueType.cs" />
237    <Compile Include="System.Xml.Schema\ValidationEventArgs.cs" />
238    <Compile Include="System.Xml.Schema\XmlAtomicValue.cs" />
239    <Compile Include="System.Xml.Schema\XmlSchema.cs" />
240    <Compile Include="System.Xml.Schema\XmlSchemaAll.cs" />
241    <Compile Include="System.Xml.Schema\XmlSchemaAnnotated.cs" />
242    <Compile Include="System.Xml.Schema\XmlSchemaAnnotation.cs" />
243    <Compile Include="System.Xml.Schema\XmlSchemaAny.cs" />
244    <Compile Include="System.Xml.Schema\XmlSchemaAnyAttribute.cs" />
245    <Compile Include="System.Xml.Schema\XmlSchemaAppInfo.cs" />
246    <Compile Include="System.Xml.Schema\XmlSchemaAttribute.cs" />
247    <Compile Include="System.Xml.Schema\XmlSchemaAttributeGroup.cs" />
248    <Compile Include="System.Xml.Schema\XmlSchemaAttributeGroupRef.cs" />
249    <Compile Include="System.Xml.Schema\XmlSchemaChoice.cs" />
250    <Compile Include="System.Xml.Schema\XmlSchemaCollection.cs" />
251    <Compile Include="System.Xml.Schema\XmlSchemaCollectionEnumerator.cs" />
252    <Compile Include="System.Xml.Schema\XmlSchemaCompilationSettings.cs" />
253    <Compile Include="System.Xml.Schema\XmlSchemaComplexContent.cs" />
254    <Compile Include="System.Xml.Schema\XmlSchemaComplexContentExtension.cs" />
255    <Compile Include="System.Xml.Schema\XmlSchemaComplexContentRestriction.cs" />
256    <Compile Include="System.Xml.Schema\XmlSchemaComplexType.cs" />
257    <Compile Include="System.Xml.Schema\XmlSchemaContent.cs" />
258    <Compile Include="System.Xml.Schema\XmlSchemaContentModel.cs" />
259    <Compile Include="System.Xml.Schema\XmlSchemaContentProcessing.cs" />
260    <Compile Include="System.Xml.Schema\XmlSchemaContentType.cs" />
261    <Compile Include="System.Xml.Schema\XmlSchemaDatatype.cs" />
262    <Compile Include="System.Xml.Schema\XmlSchemaDatatypeVariety.cs" />
263    <Compile Include="System.Xml.Schema\XmlSchemaDerivationMethod.cs" />
264    <Compile Include="System.Xml.Schema\XmlSchemaDocumentation.cs" />
265    <Compile Include="System.Xml.Schema\XmlSchemaElement.cs" />
266    <Compile Include="System.Xml.Schema\XmlSchemaEnumerationFacet.cs" />
267    <Compile Include="System.Xml.Schema\XmlSchemaException.cs" />
268    <Compile Include="System.Xml.Schema\XmlSchemaExternal.cs" />
269    <Compile Include="System.Xml.Schema\XmlSchemaFacet.cs" />
270    <Compile Include="System.Xml.Schema\XmlSchemaForm.cs" />
271    <Compile Include="System.Xml.Schema\XmlSchemaFractionDigitsFacet.cs" />
272    <Compile Include="System.Xml.Schema\XmlSchemaGroup.cs" />
273    <Compile Include="System.Xml.Schema\XmlSchemaGroupBase.cs" />
274    <Compile Include="System.Xml.Schema\XmlSchemaGroupRef.cs" />
275    <Compile Include="System.Xml.Schema\XmlSchemaIdentityConstraint.cs" />
276    <Compile Include="System.Xml.Schema\XmlSchemaImport.cs" />
277    <Compile Include="System.Xml.Schema\XmlSchemaInclude.cs" />
278    <Compile Include="System.Xml.Schema\XmlSchemaInference.cs" />
279    <Compile Include="System.Xml.Schema\XmlSchemaInferenceException.cs" />
280    <Compile Include="System.Xml.Schema\XmlSchemaInfo.cs" />
281    <Compile Include="System.Xml.Schema\XmlSchemaKey.cs" />
282    <Compile Include="System.Xml.Schema\XmlSchemaKeyref.cs" />
283    <Compile Include="System.Xml.Schema\XmlSchemaLengthFacet.cs" />
284    <Compile Include="System.Xml.Schema\XmlSchemaMaxExclusiveFacet.cs" />
285    <Compile Include="System.Xml.Schema\XmlSchemaMaxInclusiveFacet.cs" />
286    <Compile Include="System.Xml.Schema\XmlSchemaMaxLengthFacet.cs" />
287    <Compile Include="System.Xml.Schema\XmlSchemaMinExclusiveFacet.cs" />
288    <Compile Include="System.Xml.Schema\XmlSchemaMinInclusiveFacet.cs" />
289    <Compile Include="System.Xml.Schema\XmlSchemaMinLengthFacet.cs" />
290    <Compile Include="System.Xml.Schema\XmlSchemaNotation.cs" />
291    <Compile Include="System.Xml.Schema\XmlSchemaNumericFacet.cs" />
292    <Compile Include="System.Xml.Schema\XmlSchemaObject.cs" />
293    <Compile Include="System.Xml.Schema\XmlSchemaObjectCollection.cs" />
294    <Compile Include="System.Xml.Schema\XmlSchemaObjectEnumerator.cs" />
295    <Compile Include="System.Xml.Schema\XmlSchemaObjectTable.cs" />
296    <Compile Include="System.Xml.Schema\XmlSchemaParticle.cs" />
297    <Compile Include="System.Xml.Schema\XmlSchemaPatternFacet.cs" />
298    <Compile Include="System.Xml.Schema\XmlSchemaRedefine.cs" />
299    <Compile Include="System.Xml.Schema\XmlSchemaSet.cs" />
300    <Compile Include="System.Xml.Schema\XmlSchemaSequence.cs" />
301    <Compile Include="System.Xml.Schema\XmlSchemaSerializer.cs" />
302    <Compile Include="System.Xml.Schema\XmlSchemaSimpleContent.cs" />
303    <Compile Include="System.Xml.Schema\XmlSchemaSimpleContentExtension.cs" />
304    <Compile Include="System.Xml.Schema\XmlSchemaSimpleContentRestriction.cs" />
305    <Compile Include="System.Xml.Schema\XmlSchemaSimpleType.cs" />
306    <Compile Include="System.Xml.Schema\XmlSchemaSimpleTypeContent.cs" />
307    <Compile Include="System.Xml.Schema\XmlSchemaSimpleTypeList.cs" />
308    <Compile Include="System.Xml.Schema\XmlSchemaSimpleTypeRestriction.cs" />
309    <Compile Include="System.Xml.Schema\XmlSchemaSimpleTypeUnion.cs" />
310    <Compile Include="System.Xml.Schema\XmlSchemaTotalDigitsFacet.cs" />
311    <Compile Include="System.Xml.Schema\XmlSchemaType.cs" />
312    <Compile Include="System.Xml.Schema\XmlSchemaUnique.cs" />
313    <Compile Include="System.Xml.Schema\XmlSchemaUse.cs" />
314    <Compile Include="System.Xml.Schema\XmlSchemaValidator.cs" />
315    <Compile Include="System.Xml.Schema\XmlSchemaValidity.cs" />
316    <Compile Include="System.Xml.Schema\XmlSchemaValidationException.cs" />
317    <Compile Include="System.Xml.Schema\XmlSchemaWhiteSpaceFacet.cs" />
318    <Compile Include="System.Xml.Schema\XmlSchemaXPath.cs" />
319    <Compile Include="System.Xml.Schema\XmlSeverityType.cs" />
320    <Compile Include="System.Xml.Schema\ValidationHandler.cs" />
321    <Compile Include="System.Xml.Schema\XmlSchemaUtil.cs" />
322    <Compile Include="System.Xml.Schema\XmlSchemaReader.cs" />
323    <Compile Include="System.Xml.Schema\XmlSchemaValidationFlags.cs" />
324    <Compile Include="System.Xml.Schema\XmlTypeCode.cs" />
325    <Compile Include="System.Xml.Schema\XmlValueConverter.cs" />
326    <Compile Include="System.Xml.Schema\XmlValueGetter.cs" />
327    <Compile Include="System.Xml.Serialization\IXmlTextParser.cs" />
328    <Compile Include="System.Xml.Serialization\CodeExporter.cs" />
329    <Compile Include="System.Xml.Serialization\CodeGenerationOptions.cs" />
330    <Compile Include="System.Xml.Serialization\CodeIdentifier.cs" />
331    <Compile Include="System.Xml.Serialization\CodeIdentifiers.cs" />
332    <Compile Include="System.Xml.Serialization\IXmlSerializable.cs" />
333    <Compile Include="System.Xml.Serialization\ImportContext.cs" />
334    <Compile Include="System.Xml.Serialization\KeyHelper.cs" />
335    <Compile Include="System.Xml.Serialization\MapCodeGenerator.cs" />
336    <Compile Include="System.Xml.Serialization\ReflectionHelper.cs" />
337    <Compile Include="System.Xml.Serialization\SchemaImporter.cs" />
338    <Compile Include="System.Xml.Serialization\SchemaTypes.cs" />
339    <Compile Include="System.Xml.Serialization\SerializationCodeGenerator.cs" />
340    <Compile Include="System.Xml.Serialization\SerializationCodeGeneratorConfiguration.cs" />
341    <Compile Include="System.Xml.Serialization\SerializationSource.cs" />
342    <Compile Include="System.Xml.Serialization\SoapAttributeAttribute.cs" />
343    <Compile Include="System.Xml.Serialization\SoapAttributeOverrides.cs" />
344    <Compile Include="System.Xml.Serialization\SoapAttributes.cs" />
345    <Compile Include="System.Xml.Serialization\SoapCodeExporter.cs" />
346    <Compile Include="System.Xml.Serialization\SoapElementAttribute.cs" />
347    <Compile Include="System.Xml.Serialization\SoapEnumAttribute.cs" />
348    <Compile Include="System.Xml.Serialization\SoapIgnoreAttribute.cs" />
349    <Compile Include="System.Xml.Serialization\SoapIncludeAttribute.cs" />
350    <Compile Include="System.Xml.Serialization\SoapSchemaImporter.cs" />
351    <Compile Include="System.Xml.Serialization\SoapSchemaExporter.cs" />
352    <Compile Include="System.Xml.Serialization\SoapSchemaMember.cs" />
353    <Compile Include="System.Xml.Serialization\SoapReflectionImporter.cs" />
354    <Compile Include="System.Xml.Serialization\SoapTypeAttribute.cs" />
355    <Compile Include="System.Xml.Serialization\TypeData.cs" />
356    <Compile Include="System.Xml.Serialization\TypeMember.cs" />
357    <Compile Include="System.Xml.Serialization\TypeTranslator.cs" />
358    <Compile Include="System.Xml.Serialization\UnreferencedObjectEventArgs.cs" />
359    <Compile Include="System.Xml.Serialization\UnreferencedObjectEventHandler.cs" />
360    <Compile Include="System.Xml.Serialization\XmlAnyAttributeAttribute.cs" />
361    <Compile Include="System.Xml.Serialization\XmlAnyElementAttribute.cs" />
362    <Compile Include="System.Xml.Serialization\XmlAnyElementAttributes.cs" />
363    <Compile Include="System.Xml.Serialization\XmlArrayAttribute.cs" />
364    <Compile Include="System.Xml.Serialization\XmlArrayItemAttribute.cs" />
365    <Compile Include="System.Xml.Serialization\XmlArrayItemAttributes.cs" />
366    <Compile Include="System.Xml.Serialization\XmlAttributeAttribute.cs" />
367    <Compile Include="System.Xml.Serialization\XmlAttributeEventArgs.cs" />
368    <Compile Include="System.Xml.Serialization\XmlAttributeEventHandler.cs" />
369    <Compile Include="System.Xml.Serialization\XmlAttributeOverrides.cs" />
370    <Compile Include="System.Xml.Serialization\XmlAttributes.cs" />
371    <Compile Include="System.Xml.Serialization\XmlCodeExporter.cs" />
372    <Compile Include="System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs" />
373    <Compile Include="System.Xml.Serialization\XmlCustomFormatter.cs" />
374    <Compile Include="System.Xml.Serialization\XmlDeserializationEvents.cs" />
375    <Compile Include="System.Xml.Serialization\XmlElementAttribute.cs" />
376    <Compile Include="System.Xml.Serialization\XmlElementAttributes.cs" />
377    <Compile Include="System.Xml.Serialization\XmlElementEventArgs.cs" />
378    <Compile Include="System.Xml.Serialization\XmlEnumAttribute.cs" />
379    <Compile Include="System.Xml.Serialization\XmlIgnoreAttribute.cs" />
380    <Compile Include="System.Xml.Serialization\XmlIncludeAttribute.cs" />
381    <Compile Include="System.Xml.Serialization\XmlMemberMapping.cs" />
382    <Compile Include="System.Xml.Serialization\XmlMembersMapping.cs" />
383    <Compile Include="System.Xml.Serialization\XmlMapping.cs" />
384    <Compile Include="System.Xml.Serialization\XmlMappingAccess.cs" />
385    <Compile Include="System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs" />
386    <Compile Include="System.Xml.Serialization\XmlNodeEventArgs.cs" />
387    <Compile Include="System.Xml.Serialization\XmlReflectionImporter.cs" />
388    <Compile Include="System.Xml.Serialization\XmlReflectionMember.cs" />
389    <Compile Include="System.Xml.Serialization\XmlRootAttribute.cs" />
390    <Compile Include="System.Xml.Serialization\XmlSchemaEnumerator.cs" />
391    <Compile Include="System.Xml.Serialization\XmlSchemaExporter.cs" />
392    <Compile Include="System.Xml.Serialization\XmlSchemaImporter.cs" />
393    <Compile Include="System.Xml.Serialization\XmlSchemaProviderAttribute.cs" />
394    <Compile Include="System.Xml.Serialization\XmlSchemas.cs" />
395    <Compile Include="System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs" />
396    <Compile Include="System.Xml.Serialization\XmlSerializationFixupCallback.cs" />
397    <Compile Include="System.Xml.Serialization\XmlSerializationGeneratedCode.cs" />
398    <Compile Include="System.Xml.Serialization\XmlSerializationReadCallback.cs" />
399    <Compile Include="System.Xml.Serialization\XmlSerializationReader.cs" />
400    <Compile Include="System.Xml.Serialization\XmlSerializationReaderInterpreter.cs" />
401    <Compile Include="System.Xml.Serialization\XmlSerializationWriteCallback.cs" />
402    <Compile Include="System.Xml.Serialization\XmlSerializationWriter.cs" />
403    <Compile Include="System.Xml.Serialization\XmlSerializationWriterInterpreter.cs" />
404    <Compile Include="System.Xml.Serialization\XmlSerializer.cs" />
405    <Compile Include="System.Xml.Serialization\XmlSerializerAssemblyAttribute.cs" />
406    <Compile Include="System.Xml.Serialization\XmlSerializerFactory.cs" />
407    <Compile Include="System.Xml.Serialization\XmlSerializerImplementation.cs" />
408    <Compile Include="System.Xml.Serialization\XmlSerializerNamespaces.cs" />
409    <Compile Include="System.Xml.Serialization\XmlSerializerVersionAttribute.cs" />
410    <Compile Include="System.Xml.Serialization\XmlTextAttribute.cs" />
411    <Compile Include="System.Xml.Serialization\XmlTypeAttribute.cs" />
412    <Compile Include="System.Xml.Serialization\XmlTypeMapElementInfo.cs" />
413    <Compile Include="System.Xml.Serialization\XmlTypeMapMember.cs" />
414    <Compile Include="System.Xml.Serialization\XmlTypeMapMemberAttribute.cs" />
415    <Compile Include="System.Xml.Serialization\XmlTypeMapMemberElement.cs" />
416    <Compile Include="System.Xml.Serialization\XmlTypeMapMemberNamespaces.cs" />
417    <Compile Include="System.Xml.Serialization\XmlTypeMapping.cs" />
418    <Compile Include="System.Xml.Serialization\XmlElementEventHandler.cs" />
419    <Compile Include="System.Xml.Serialization\XmlNodeEventHandler.cs" />
420    <Compile Include="System.Xml.Serialization.Advanced\SchemaImporterExtension.cs" />
421    <Compile Include="System.Xml.Serialization.Advanced\SchemaImporterExtensionCollection.cs" />
422    <Compile Include="System.Xml.Serialization.Configuration\DateTimeSerializationSection.cs" />
423    <Compile Include="System.Xml.Serialization.Configuration\SchemaImporterExtensionElement.cs" />
424    <Compile Include="System.Xml.Serialization.Configuration\SchemaImporterExtensionElementCollection.cs" />
425    <Compile Include="System.Xml.Serialization.Configuration\SchemaImporterExtensionsSection.cs" />
426    <Compile Include="System.Xml.Serialization.Configuration\SerializationSectionGroup.cs" />
427    <Compile Include="System.Xml.Serialization.Configuration\XmlSerializerSection.cs" />
428    <Compile Include="System.Xml\XQueryConvert.cs" />
429    <Compile Include="System.Xml.XPath\Parser.cs" />
430    <Compile Include="Mono.Xml.Xsl\PatternParser.cs" />
431    <Compile Include="Mono.Xml.Xsl\PatternTokenizer.cs" />
432 \r
433   </ItemGroup>\r
434   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
435        Other similar extension points exist, see Microsoft.Common.targets.\r
436   <Target Name="BeforeBuild">\r
437   </Target>\r
438   <Target Name="AfterBuild">\r
439   </Target>\r
440   -->\r
441   <PropertyGroup>\r
442     <PreBuildEvent>$(ProjectDir)\..\..\..\mono\msvc\scripts\prepare.exe $(ProjectDir)..\.. xml\r
443 $(ProjectDir)\..\..\jay\jay.exe -ct &lt; $(ProjectDir)\..\..\jay\skeleton.cs $(ProjectDir)\System.Xml.XPath\Parser.jay > $(ProjectDir)\System.Xml.XPath\Parser.cs\r
444 echo #define XSLT_PATTERN > $(ProjectDir)\Mono.Xml.Xsl\PatternParser.cs\r
445 $(ProjectDir)\..\..\jay\jay.exe -ct &lt; $(ProjectDir)\..\..\jay\skeleton.cs $(ProjectDir)\Mono.Xml.Xsl\PatternParser.jay >> $(ProjectDir)\Mono.Xml.Xsl\PatternParser.cs\r
446 echo #define XSLT_PATTERN > $(ProjectDir)\Mono.Xml.Xsl\PatternTokenizer.cs\r
447 type $(ProjectDir)\System.Xml.XPath\Tokenizer.cs >> $(ProjectDir)\Mono.Xml.Xsl\PatternTokenizer.cs\r
448 \r</PreBuildEvent>\r
449   </PropertyGroup>\r
450   <ItemGroup>\r
451     <Reference Include="mscorlib.dll">
452       <SpecificVersion>False</SpecificVersion>
453       <HintPath>mscorlib.dll</HintPath>
454     </Reference>
455     <Reference Include="mscorlib.dll">
456       <SpecificVersion>False</SpecificVersion>
457       <HintPath>mscorlib.dll</HintPath>
458     </Reference>
459     <Reference Include="System.dll">
460       <SpecificVersion>False</SpecificVersion>
461       <HintPath>System.dll</HintPath>
462     </Reference>
463     <Reference Include="System.Configuration.dll">
464       <SpecificVersion>False</SpecificVersion>
465       <HintPath>System.Configuration.dll</HintPath>
466     </Reference>
467 \r
468   </ItemGroup>\r
469   <ItemGroup>\r
470     <Folder Include="Properties\" />\r
471   </ItemGroup>\r
472   \r
473 </Project>\r
474