|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<_SkipAnalyzers>true</_SkipAnalyzers>
<AssemblyName>System.Private.Xml</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublicSign>true</PublicSign>
<KeyOriginatorFile>../../../../../../artifacts/source-built-sdks/Microsoft.DotNet.Arcade.Sdk/tools/snk/Open.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;RELEASE;NET;NET11_0;NETCOREAPP;WINDOWS;WINDOWS7_0;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET11_0_OR_GREATER;NET11_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER;WINDOWS7_0_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="../../Common/src/System/Text/StringBuilderCache.cs" Link="src/runtime/src/libraries/Common/src/System/Text/StringBuilderCache.cs"/>
<Compile Include="../../Common/src/System/HexConverter.cs" Link="src/runtime/src/libraries/Common/src/System/HexConverter.cs"/>
<Compile Include="System/Xml/BinaryXml/XmlBinaryReader.cs"/>
<Compile Include="System/Xml/BinaryXml/BinXmlToken.cs"/>
<Compile Include="System/Xml/BinaryXml/SqlUtils.cs"/>
<Compile Include="Misc/HResults.cs"/>
<Compile Include="System/Xml/AsyncHelper.cs"/>
<Compile Include="System/Xml/Base64Decoder.cs"/>
<Compile Include="System/Xml/Base64Encoder.cs"/>
<Compile Include="System/Xml/Base64EncoderAsync.cs"/>
<Compile Include="System/Xml/BinHexDecoder.cs"/>
<Compile Include="System/Xml/BinHexEncoder.cs"/>
<Compile Include="System/Xml/BinHexEncoderAsync.cs"/>
<Compile Include="System/Xml/BitStack.cs"/>
<Compile Include="System/Xml/ByteStack.cs"/>
<Compile Include="System/Xml/Core/HtmlEncodedRawTextWriter.cs"/>
<Compile Include="System/Xml/Core/HtmlUtf8RawTextWriter.cs"/>
<Compile Include="System/Xml/Core/TextEncodedRawTextWriter.cs"/>
<Compile Include="System/Xml/Core/TextUtf8RawTextWriter.cs"/>
<Compile Include="System/Xml/Core/XmlEncodedRawTextWriter.cs"/>
<Compile Include="System/Xml/Core/XmlEncodedRawTextWriterAsync.cs"/>
<Compile Include="System/Xml/Core/XmlUtf8RawTextWriter.cs"/>
<Compile Include="System/Xml/Core/XmlUtf8RawTextWriterAsync.cs"/>
<Compile Include="System/Xml/DiagnosticsSwitches.cs"/>
<Compile Include="System/Xml/Dom/XmlNamedNodeMap.SmallXmlNodeList.cs"/>
<Compile Include="System/Xml/EmptyEnumerator.cs"/>
<Compile Include="System/Xml/HWStack.cs"/>
<Compile Include="System/Xml/IApplicationResourceStreamResolver.cs"/>
<Compile Include="System/Xml/IHasXmlNode.cs"/>
<Compile Include="System/Xml/IXmlLineInfo.cs"/>
<Compile Include="System/Xml/IXmlNamespaceResolver.cs"/>
<Compile Include="System/Xml/LineInfo.cs"/>
<Compile Include="System/Xml/MTNameTable.cs"/>
<Compile Include="System/Xml/NameTable.cs"/>
<Compile Include="System/Xml/Ref.cs"/>
<Compile Include="System/Xml/Serialization/XmlSerializationEventSource.cs"/>
<Compile Include="System/Xml/ValidateNames.cs"/>
<Compile Include="System/Xml/XmlCharType.cs"/>
<Compile Include="System/Xml/XmlComplianceUtil.cs"/>
<Compile Include="System/Xml/XmlConvert.cs"/>
<Compile Include="System/Xml/XmlDownloadManager.cs"/>
<Compile Include="System/Xml/XmlEncoding.cs"/>
<Compile Include="System/Xml/XmlException.cs"/>
<Compile Include="System/Xml/XmlNamespacemanager.cs"/>
<Compile Include="System/Xml/XmlNamespaceScope.cs"/>
<Compile Include="System/Xml/XmlNameTable.cs"/>
<Compile Include="System/Xml/XmlNodeOrder.cs"/>
<Compile Include="System/Xml/XmlNodeType.cs"/>
<Compile Include="System/Xml/XmlQualifiedName.cs"/>
<Compile Include="System/Xml/XmlReservedNs.cs"/>
<Compile Include="System/Xml/XmlResolver.cs"/>
<Compile Include="System/Xml/XmlResolver.FileSystemResolver.cs"/>
<Compile Include="System/Xml/XmlResolver.ThrowingResolver.cs"/>
<Compile Include="System/Xml/XmlSecureResolver.cs"/>
<Compile Include="System/Xml/XmlUrlResolver.cs"/>
<Compile Include="System/Xml/Core/CharEntityEncoderFallback.cs"/>
<Compile Include="System/Xml/Core/ConformanceLevel.cs"/>
<Compile Include="System/Xml/Core/DtdProcessing.cs"/>
<Compile Include="System/Xml/Core/EntityHandling.cs"/>
<Compile Include="System/Xml/Core/IDtdInfo.cs"/>
<Compile Include="System/Xml/Core/IDtdParser.cs"/>
<Compile Include="System/Xml/Core/IDtdParserAsync.cs"/>
<Compile Include="System/Xml/Core/IDtdParserAdapter.cs"/>
<Compile Include="System/Xml/Core/IDtdParserAdapterAsync.cs"/>
<Compile Include="System/Xml/Core/IncrementalReadDecoders.cs"/>
<Compile Include="System/Xml/Core/IValidationEventHandling.cs"/>
<Compile Include="System/Xml/Core/NamespaceHandling.cs"/>
<Compile Include="System/Xml/Core/NewLineHandling.cs"/>
<Compile Include="System/Xml/Core/IRemovableWriter.cs"/>
<Compile Include="System/Xml/Core/QueryOutputWriter.cs"/>
<Compile Include="System/Xml/Core/QueryOutputWriterV1.cs"/>
<Compile Include="System/Xml/Core/ReadContentAsBinaryHelper.cs"/>
<Compile Include="System/Xml/Core/ReadContentAsBinaryHelperAsync.cs"/>
<Compile Include="System/Xml/Core/ReadOnlyTernaryTree.cs"/>
<Compile Include="System/Xml/Core/ReadState.cs"/>
<Compile Include="System/Xml/Core/ValidatingReaderNodeData.cs"/>
<Compile Include="System/Xml/Core/ValidationType.cs"/>
<Compile Include="System/Xml/Core/WhitespaceHandling.cs"/>
<Compile Include="System/Xml/Core/XmlAsyncCheckReader.cs"/>
<Compile Include="System/Xml/Core/XmlAsyncCheckWriter.cs"/>
<Compile Include="System/Xml/Core/XmlAutoDetectWriter.cs"/>
<Compile Include="System/Xml/Core/XmlCharCheckingReader.cs"/>
<Compile Include="System/Xml/Core/XmlCharCheckingReaderAsync.cs"/>
<Compile Include="System/Xml/Core/XmlCharCheckingWriter.cs"/>
<Compile Include="System/Xml/Core/XmlCharCheckingWriterAsync.cs"/>
<Compile Include="System/Xml/Core/XmlEventCache.cs"/>
<Compile Include="System/Xml/Core/XmlParserContext.cs"/>
<Compile Include="System/Xml/Core/XmlRawWriter.cs"/>
<Compile Include="System/Xml/Core/XmlRawWriterAsync.cs"/>
<Compile Include="System/Xml/Core/XmlReader.cs"/>
<Compile Include="System/Xml/Core/XmlReaderAsync.cs"/>
<Compile Include="System/Xml/Core/XmlReaderSettings.cs"/>
<Compile Include="System/Xml/Core/XmlSpace.cs"/>
<Compile Include="System/Xml/Core/XmlSubtreeReader.cs"/>
<Compile Include="System/Xml/Core/XmlSubtreeReaderAsync.cs"/>
<Compile Include="System/Xml/Core/XmlTextEncoder.cs"/>
<Compile Include="System/Xml/Core/XmlTextReader.cs"/>
<Compile Include="System/Xml/Core/XmlTextReaderImpl.cs"/>
<Compile Include="System/Xml/Core/XmlTextReaderImplAsync.cs"/>
<Compile Include="System/Xml/Core/XmlTextReaderImplHelpers.cs"/>
<Compile Include="System/Xml/Core/XmlTextReaderImplHelpersAsync.cs"/>
<Compile Include="System/Xml/Core/XmlTextWriter.cs"/>
<Compile Include="System/Xml/Core/XmlValidatingReader.cs"/>
<Compile Include="System/Xml/Core/XmlValidatingReaderImpl.cs"/>
<Compile Include="System/Xml/Core/XmlValidatingReaderImplAsync.cs"/>
<Compile Include="System/Xml/Core/XmlWellFormedWriter.cs"/>
<Compile Include="System/Xml/Core/XmlWellFormedWriterAsync.cs"/>
<Compile Include="System/Xml/Core/XmlWellFormedWriterHelpers.cs"/>
<Compile Include="System/Xml/Core/XmlWellFormedWriterHelpersAsync.cs"/>
<Compile Include="System/Xml/Core/XmlWrappingReader.cs"/>
<Compile Include="System/Xml/Core/XmlWrappingReaderAsync.cs"/>
<Compile Include="System/Xml/Core/XmlWrappingWriter.cs"/>
<Compile Include="System/Xml/Core/XmlWrappingWriterAsync.cs"/>
<Compile Include="System/Xml/Core/XmlWriter.cs"/>
<Compile Include="System/Xml/Core/XmlWriterAsync.cs"/>
<Compile Include="System/Xml/Core/XmlWriterSettings.cs"/>
<Compile Include="System/Xml/Core/XsdValidatingReader.cs"/>
<Compile Include="System/Xml/Core/XsdValidatingReaderAsync.cs"/>
<Compile Include="System/Xml/Core/XsdCachingReader.cs"/>
<Compile Include="System/Xml/Core/XsdCachingReaderAsync.cs"/>
<Compile Include="System/Xml/Dom/DocumentXmlWriter.cs"/>
<Compile Include="System/Xml/Dom/DocumentXPathNavigator.cs"/>
<Compile Include="System/Xml/Dom/DomNameTable.cs"/>
<Compile Include="System/Xml/Dom/XmlAttribute.cs"/>
<Compile Include="System/Xml/Dom/XmlAttributeCollection.cs"/>
<Compile Include="System/Xml/Dom/XmlCDataSection.cs"/>
<Compile Include="System/Xml/Dom/XmlCharacterData.cs"/>
<Compile Include="System/Xml/Dom/XmlChildEnumerator.cs"/>
<Compile Include="System/Xml/Dom/XmlChildNodes.cs"/>
<Compile Include="System/Xml/Dom/XmlComment.cs"/>
<Compile Include="System/Xml/Dom/XmlDeclaration.cs"/>
<Compile Include="System/Xml/Dom/XmlDocument.cs"/>
<Compile Include="System/Xml/Dom/XmlDocumentFragment.cs"/>
<Compile Include="System/Xml/Dom/XmlDocumentType.cs"/>
<Compile Include="System/Xml/Dom/DocumentSchemaValidator.cs"/>
<Compile Include="System/Xml/Dom/XmlDomTextWriter.cs"/>
<Compile Include="System/Xml/Dom/XmlElement.cs"/>
<Compile Include="System/Xml/Dom/XmlElementList.cs"/>
<Compile Include="System/Xml/Dom/XmlEntity.cs"/>
<Compile Include="System/Xml/Dom/XmlEntityReference.cs"/>
<Compile Include="System/Xml/Dom/XmlEventChangedAction.cs"/>
<Compile Include="System/Xml/Dom/XmlImplementation.cs"/>
<Compile Include="System/Xml/Dom/XmlLinkedNode.cs"/>
<Compile Include="System/Xml/Dom/XmlLoader.cs"/>
<Compile Include="System/Xml/Dom/XmlName.cs"/>
<Compile Include="System/Xml/Dom/XmlNamedNodemap.cs"/>
<Compile Include="System/Xml/Dom/XmlNode.cs"/>
<Compile Include="System/Xml/Dom/XmlNodeChangedEventArgs.cs"/>
<Compile Include="System/Xml/Dom/XmlNodeChangedEventHandler.cs"/>
<Compile Include="System/Xml/Dom/XmlNodeList.cs"/>
<Compile Include="System/Xml/Dom/XmlNodeReader.cs"/>
<Compile Include="System/Xml/Dom/XmlNotation.cs"/>
<Compile Include="System/Xml/Dom/XmlProcessingInstruction.cs"/>
<Compile Include="System/Xml/Dom/XmlSignificantWhiteSpace.cs"/>
<Compile Include="System/Xml/Dom/XmlText.cs"/>
<Compile Include="System/Xml/Dom/XmlUnspecifiedAttribute.cs"/>
<Compile Include="System/Xml/Dom/XmlWhitespace.cs"/>
<Compile Include="System/Xml/Dom/XPathNodeList.cs"/>
<Compile Include="System/Xml/Cache/XPathDocumentBuilder.cs"/>
<Compile Include="System/Xml/Cache/XPathDocumentIterator.cs"/>
<Compile Include="System/Xml/Cache/XPathDocumentNavigator.cs"/>
<Compile Include="System/Xml/Cache/XPathNode.cs"/>
<Compile Include="System/Xml/Cache/XPathNodeHelper.cs"/>
<Compile Include="System/Xml/Cache/XPathNodeInfoAtom.cs"/>
<Compile Include="System/Xml/Resolvers/XmlKnownDtds.cs"/>
<Compile Include="System/Xml/Resolvers/XmlPreloadedResolver.cs"/>
<Compile Include="System/Xml/Resolvers/XmlPreloadedResolverAsync.cs"/>
<Compile Include="System/Xml/XPath/IXPathNavigable.cs"/>
<Compile Include="System/Xml/XPath/XPathDocument.cs"/>
<Compile Include="System/Xml/XPath/XPathException.cs"/>
<Compile Include="System/Xml/XPath/XPathExpr.cs"/>
<Compile Include="System/Xml/XPath/XPathItem.cs"/>
<Compile Include="System/Xml/XPath/XPathNamespaceScope.cs"/>
<Compile Include="System/Xml/XPath/XPathNavigator.cs"/>
<Compile Include="System/Xml/XPath/XPathNavigatorKeyComparer.cs"/>
<Compile Include="System/Xml/XPath/XPathNavigatorReader.cs"/>
<Compile Include="System/Xml/XPath/XPathNodeIterator.cs"/>
<Compile Include="System/Xml/XPath/XPathNodeType.cs"/>
<Compile Include="System/Xml/XPath/Internal/AbsoluteQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/AstNode.cs"/>
<Compile Include="System/Xml/XPath/Internal/AttributeQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/Axis.cs"/>
<Compile Include="System/Xml/XPath/Internal/BaseAxisQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/BooleanExpr.cs"/>
<Compile Include="System/Xml/XPath/Internal/BooleanFunctions.cs"/>
<Compile Include="System/Xml/XPath/Internal/CacheAxisQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/CacheChildrenQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/CacheOutputQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/ChildrenQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/ClonableStack.cs"/>
<Compile Include="System/Xml/XPath/Internal/CompiledXPathExpr.cs"/>
<Compile Include="System/Xml/XPath/Internal/ContextQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/DescendantBaseQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/DescendantQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/DescendantoverDescendantQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/DocumentorderQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/EmptyQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/ExtensionQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/FunctionQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/Filter.cs"/>
<Compile Include="System/Xml/XPath/Internal/FilterQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/FollowingQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/FollSiblingQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/ForwardPositionQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/Function.cs"/>
<Compile Include="System/Xml/XPath/Internal/Group.cs"/>
<Compile Include="System/Xml/XPath/Internal/GroupQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/IdQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/IteratorFilter.cs"/>
<Compile Include="System/Xml/XPath/Internal/Query.cs"/>
<Compile Include="System/Xml/XPath/Internal/LogicalExpr.cs"/>
<Compile Include="System/Xml/XPath/Internal/MergeFilterQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/NamespaceQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/NodeFunctions.cs"/>
<Compile Include="System/Xml/XPath/Internal/NumberFunctions.cs"/>
<Compile Include="System/Xml/XPath/Internal/NumericExpr.cs"/>
<Compile Include="System/Xml/XPath/Internal/Operand.cs"/>
<Compile Include="System/Xml/XPath/Internal/OperandQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/Operator.cs"/>
<Compile Include="System/Xml/XPath/Internal/ParentQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/PrecedingQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/PreSiblingQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/QueryBuilder.cs"/>
<Compile Include="System/Xml/XPath/Internal/UnionExpr.cs"/>
<Compile Include="System/Xml/XPath/Internal/ResettableIterator.cs"/>
<Compile Include="System/Xml/XPath/Internal/ReversePositionQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/Root.cs"/>
<Compile Include="System/Xml/XPath/Internal/SortQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/StringFunctions.cs"/>
<Compile Include="System/Xml/XPath/Internal/ValueQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/Variable.cs"/>
<Compile Include="System/Xml/XPath/Internal/VariableQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/XPathAncestorIterator.cs"/>
<Compile Include="System/Xml/XPath/Internal/XPathAncestorQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/XPathArrayIterator.cs"/>
<Compile Include="System/Xml/XPath/Internal/XPathAxisIterator.cs"/>
<Compile Include="System/Xml/XPath/Internal/XPathChildIterator.cs"/>
<Compile Include="System/Xml/XPath/Internal/XPathDescendantIterator.cs"/>
<Compile Include="System/Xml/XPath/Internal/XPathEmptyIterator.cs"/>
<Compile Include="System/Xml/XPath/Internal/XPathMultyIterator.cs"/>
<Compile Include="System/Xml/XPath/Internal/XPathParser.cs"/>
<Compile Include="System/Xml/XPath/Internal/XPathScanner.cs"/>
<Compile Include="System/Xml/XPath/Internal/XPathSelectionIterator.cs"/>
<Compile Include="System/Xml/XPath/Internal/XPathSelfQuery.cs"/>
<Compile Include="System/Xml/XPath/Internal/XPathSingletonIterator.cs"/>
<Compile Include="System/Xml/Xslt/XslCompiledTransform.cs"/>
<Compile Include="System/Xml/Xslt/XsltArgumentList.cs"/>
<Compile Include="System/Xml/Xslt/XsltContext.cs"/>
<Compile Include="System/Xml/Xslt/XsltException.cs"/>
<Compile Include="System/Xml/Xslt/XslTransform.cs"/>
<Compile Include="System/Xml/Xslt/XsltSettings.cs"/>
<Compile Include="System/Xml/Schema/Asttree.cs"/>
<Compile Include="System/Xml/Schema/AutoValidator.cs"/>
<Compile Include="System/Xml/Schema/BaseProcessor.cs"/>
<Compile Include="System/Xml/Schema/BaseValidator.cs"/>
<Compile Include="System/Xml/Schema/BitSet.cs"/>
<Compile Include="System/Xml/Schema/Chameleonkey.cs"/>
<Compile Include="System/Xml/Schema/CompiledidEntityConstraint.cs"/>
<Compile Include="System/Xml/Schema/SchemaSetCompiler.cs"/>
<Compile Include="System/Xml/Schema/ConstraintStruct.cs"/>
<Compile Include="System/Xml/Schema/ContentValidator.cs"/>
<Compile Include="System/Xml/Schema/DataTypeImplementation.cs"/>
<Compile Include="System/Xml/Schema/DtdParser.cs"/>
<Compile Include="System/Xml/Schema/DtdParserAsync.cs"/>
<Compile Include="System/Xml/Schema/DtdValidator.cs"/>
<Compile Include="System/Xml/Schema/FacetChecker.cs"/>
<Compile Include="System/Xml/Schema/IXmlSchemaInfo.cs"/>
<Compile Include="System/Xml/Schema/NamespaceList.cs"/>
<Compile Include="System/Xml/Schema/Parser.cs"/>
<Compile Include="System/Xml/Schema/ParserAsync.cs"/>
<Compile Include="System/Xml/Schema/Preprocessor.cs"/>
<Compile Include="System/Xml/Schema/SchemaAttDef.cs"/>
<Compile Include="System/Xml/Schema/SchemaBuilder.cs"/>
<Compile Include="System/Xml/Schema/SchemaCollectionCompiler.cs"/>
<Compile Include="System/Xml/Schema/SchemaCollectionpreProcessor.cs"/>
<Compile Include="System/Xml/Schema/SchemaDeclBase.cs"/>
<Compile Include="System/Xml/Schema/SchemaElementDecl.cs"/>
<Compile Include="System/Xml/Schema/SchemaEntity.cs"/>
<Compile Include="System/Xml/Schema/SchemaInfo.cs"/>
<Compile Include="System/Xml/Schema/SchemaNames.cs"/>
<Compile Include="System/Xml/Schema/SchemaNamespacemanager.cs"/>
<Compile Include="System/Xml/Schema/SchemaNotation.cs"/>
<Compile Include="System/Xml/Schema/SchemaType.cs"/>
<Compile Include="System/Xml/Schema/ValidationEventArgs.cs"/>
<Compile Include="System/Xml/Schema/ValidationEventHandler.cs"/>
<Compile Include="System/Xml/Schema/ValidationState.cs"/>
<Compile Include="System/Xml/Schema/XdrBuilder.cs"/>
<Compile Include="System/Xml/Schema/XdrValidator.cs"/>
<Compile Include="System/Xml/Schema/XmlAtomicValue.cs"/>
<Compile Include="System/Xml/Schema/XmlSchema.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaAll.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaAnnotated.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaAnnotation.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaAny.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaAnyAttribute.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaAppInfo.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaAttribute.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaAttributeGroup.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaAttributeGroupref.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaChoice.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaCollection.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaComplexContent.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaComplexContentExtension.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaComplexContentRestriction.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaComplexType.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaContent.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaContentModel.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaContentProcessing.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaContentType.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaDataType.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaDerivationMethod.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaDocumentation.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaElement.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaException.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaExternal.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaFacet.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaForm.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaGroup.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaGroupBase.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaGroupRef.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaIdEntityConstraint.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaImport.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaInclude.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaInfo.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaNotation.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaObject.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaObjectCollection.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaObjectTable.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaParticle.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaRedefine.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaSequence.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaSet.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaCompilationSettings.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaSimpleContent.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaSimpleContentExtension.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaSimpleContentRestriction.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaSimpleType.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaSimpleTypeContent.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaSimpleTypeList.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaSimpleTypeRestriction.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaSimpleTypeUnion.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaSubstitutionGroup.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaType.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaUse.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaValidationException.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaValidator.cs"/>
<Compile Include="System/Xml/Schema/XmlSchemaValidity.cs"/>
<Compile Include="System/Xml/Schema/XmlSeverityType.cs"/>
<Compile Include="System/Xml/Schema/XmlTokenizedType.cs"/>
<Compile Include="System/Xml/Schema/XmlTypeCode.cs"/>
<Compile Include="System/Xml/Schema/XmlValueConverter.cs"/>
<Compile Include="System/Xml/Schema/XsdBuilder.cs"/>
<Compile Include="System/Xml/Schema/XsdDateTime.cs"/>
<Compile Include="System/Xml/Schema/XsdDuration.cs"/>
<Compile Include="System/Xml/Schema/XsdValidator.cs"/>
<Compile Include="System/Xml/Schema/Inference/Infer.cs"/>
<Compile Include="System/Xml/Schema/Inference/XmlSchemaInferenceException.cs"/>
<Compile Include="System/Xml/Serialization/CodeGenerationoptions.cs"/>
<Compile Include="System/Xml/Serialization/CodeGenerator.cs"/>
<Compile Include="System/Xml/Serialization/CodeIdentifier.cs"/>
<Compile Include="System/Xml/Serialization/CodeIdentifiers.cs"/>
<Compile Include="System/Xml/Serialization/Compilation.cs"/>
<Compile Include="System/Xml/Serialization/Compiler.cs"/>
<Compile Include="System/Xml/Serialization/ContextAwareTables.cs"/>
<Compile Include="System/Xml/Serialization/ImportContext.cs"/>
<Compile Include="System/Xml/Serialization/indentedWriter.cs"/>
<Compile Include="System/Xml/Serialization/IXmlSerializable.cs"/>
<Compile Include="System/Xml/Serialization/IXmlTextParser.cs"/>
<Compile Include="System/Xml/Serialization/Mappings.cs"/>
<Compile Include="System/Xml/Serialization/Models.cs"/>
<Compile Include="System/Xml/Serialization/NameTable.cs"/>
<Compile Include="System/Xml/Serialization/ReflectionXmlSerializationReader.cs"/>
<Compile Include="System/Xml/Serialization/ReflectionXmlSerializationWriter.cs"/>
<Compile Include="System/Xml/Serialization/SchemaImporter.cs"/>
<Compile Include="System/Xml/Serialization/SchemaObjectWriter.cs"/>
<Compile Include="System/Xml/Serialization/SoapAttributeAttribute.cs"/>
<Compile Include="System/Xml/Serialization/SoapAttributeOverrides.cs"/>
<Compile Include="System/Xml/Serialization/SoapAttributes.cs"/>
<Compile Include="System/Xml/Serialization/SoapElementAttribute.cs"/>
<Compile Include="System/Xml/Serialization/SoapEnumAttribute.cs"/>
<Compile Include="System/Xml/Serialization/SoapIgnoreAttribute.cs"/>
<Compile Include="System/Xml/Serialization/SoapIncludeAttribute.cs"/>
<Compile Include="System/Xml/Serialization/SoapReflectionImporter.cs"/>
<Compile Include="System/Xml/Serialization/SoapSchemamember.cs"/>
<Compile Include="System/Xml/Serialization/SoapTypeAttribute.cs"/>
<Compile Include="System/Xml/Serialization/SourceInfo.cs"/>
<Compile Include="System/Xml/Serialization/Types.cs"/>
<Compile Include="System/Xml/Serialization/XmlAnyAttributeAttribute.cs"/>
<Compile Include="System/Xml/Serialization/XmlAnyElementAttribute.cs"/>
<Compile Include="System/Xml/Serialization/XmlAnyElementAttributes.cs"/>
<Compile Include="System/Xml/Serialization/XmlArrayAttribute.cs"/>
<Compile Include="System/Xml/Serialization/XmlArrayItemAttribute.cs"/>
<Compile Include="System/Xml/Serialization/XmlArrayItemAttributes.cs"/>
<Compile Include="System/Xml/Serialization/XmlAttributeAttribute.cs"/>
<Compile Include="System/Xml/Serialization/XmlAttributeOverrides.cs"/>
<Compile Include="System/Xml/Serialization/XmlAttributes.cs"/>
<Compile Include="System/Xml/Serialization/XmlChoiceIdentifierAttribute.cs"/>
<Compile Include="System/Xml/Serialization/Xmlcustomformatter.cs"/>
<Compile Include="System/Xml/Serialization/XmlElementAttribute.cs"/>
<Compile Include="System/Xml/Serialization/XmlElementAttributes.cs"/>
<Compile Include="System/Xml/Serialization/XmlEnumAttribute.cs"/>
<Compile Include="System/Xml/Serialization/XmlIgnoreAttribute.cs"/>
<Compile Include="System/Xml/Serialization/XmlIncludeAttribute.cs"/>
<Compile Include="System/Xml/Serialization/XmlMapping.cs"/>
<Compile Include="System/Xml/Serialization/XmlMemberMapping.cs"/>
<Compile Include="System/Xml/Serialization/XmlMembersMapping.cs"/>
<Compile Include="System/Xml/Serialization/XmlNamespaceDeclarationsAttribute.cs"/>
<Compile Include="System/Xml/Serialization/XmlReflectionImporter.cs"/>
<Compile Include="System/Xml/Serialization/XmlReflectionMember.cs"/>
<Compile Include="System/Xml/Serialization/XmlRootAttribute.cs"/>
<Compile Include="System/Xml/Serialization/XmlSchemaExporter.cs"/>
<Compile Include="System/Xml/Serialization/XmlSchemaImporter.cs"/>
<Compile Include="System/Xml/Serialization/XmlSchemaProviderAttribute.cs"/>
<Compile Include="System/Xml/Serialization/XmlSchemas.cs"/>
<Compile Include="System/Xml/Serialization/XmlSerializationGeneratedCode.cs"/>
<Compile Include="System/Xml/Serialization/XmlSerializationILGen.cs"/>
<Compile Include="System/Xml/Serialization/XmlSerializationReader.cs"/>
<Compile Include="System/Xml/Serialization/XmlSerializationReaderILGen.cs"/>
<Compile Include="System/Xml/Serialization/XmlSerializationWriter.cs"/>
<Compile Include="System/Xml/Serialization/XmlSerializationWriterILGen.cs"/>
<Compile Include="System/Xml/Serialization/XmlSerializerAssemblyAttribute.cs"/>
<Compile Include="System/Xml/Serialization/XmlSerializer.cs"/>
<Compile Include="System/Xml/Serialization/XmlSerializerFactory.cs"/>
<Compile Include="System/Xml/Serialization/XmlSerializerNamespaces.cs"/>
<Compile Include="System/Xml/Serialization/XmlSerializerVersionAttribute.cs"/>
<Compile Include="System/Xml/Serialization/XmlTextAttribute.cs"/>
<Compile Include="System/Xml/Serialization/XmlTypeAttribute.cs"/>
<Compile Include="System/Xml/Serialization/XmlTypeMapping.cs"/>
<Compile Include="System/Xml/Serialization/_Events.cs"/>
<Compile Include="System/Xml/Serialization/TypeExtensions.cs"/>
<Compile Include="System/Xml/Serialization/PrimitiveXmlSerializers.cs"/>
<Compile Include="System/Xml/Serialization/Configuration/DateTimeSerializationSection.cs"/>
<Compile Include="System/Xml/Serialization/Globals.cs"/>
<Compile Include="System/Xml/Xsl/IlGen/GenerateHelper.cs"/>
<Compile Include="System/Xml/Xsl/IlGen/IteratorDescriptor.cs"/>
<Compile Include="System/Xml/Xsl/IlGen/OptimizerPatterns.cs"/>
<Compile Include="System/Xml/Xsl/IlGen/StaticDataManager.cs"/>
<Compile Include="System/Xml/Xsl/IlGen/TailCallAnalyzer.cs"/>
<Compile Include="System/Xml/Xsl/IlGen/XmlILAnnotation.cs"/>
<Compile Include="System/Xml/Xsl/IlGen/XmlILConstructAnalyzer.cs"/>
<Compile Include="System/Xml/Xsl/IlGen/XmlILModule.cs"/>
<Compile Include="System/Xml/Xsl/IlGen/XmlILOptimization.cs"/>
<Compile Include="System/Xml/Xsl/IlGen/XmlILOptimizerVisitor.cs"/>
<Compile Include="System/Xml/Xsl/IlGen/XmlILTrace.cs"/>
<Compile Include="System/Xml/Xsl/IlGen/XmlIlTypeHelper.cs"/>
<Compile Include="System/Xml/Xsl/IlGen/XmlIlVisitor.cs"/>
<Compile Include="System/Xml/Xsl/XmlIlGenerator.cs"/>
<Compile Include="System/Xml/Xsl/XmlILCommand.cs"/>
<Compile Include="System/Xml/Xsl/ISourceLineInfo.cs"/>
<Compile Include="System/Xml/Xsl/ListBase.cs"/>
<Compile Include="System/Xml/Xsl/Pair.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilBinary.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilChoice.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilCloneVisitor.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilDataSource.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilExpression.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilFactory.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilFunction.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilInvoke.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilInvokeEarlyBound.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilInvokeLateBound.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilIterator.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilList.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilLiteral.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilLoop.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilName.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilNode.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilNodeType.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilParameter.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilPatternFactory.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilPatternVisitor.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilReference.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilReplaceVisitor.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilScopedVisitor.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilSortKey.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilStrConcat.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilTargetType.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilTernary.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilTypeChecker.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilUnary.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilValidationVisitor.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilVisitor.cs"/>
<Compile Include="System/Xml/Xsl/QIL/QilXmlWriter.cs"/>
<Compile Include="System/Xml/Xsl/QIL/SerializationHints.cs"/>
<Compile Include="System/Xml/Xsl/QIL/SubstitutionList.cs"/>
<Compile Include="System/Xml/Xsl/QIL/WhitespaceRule.cs"/>
<Compile Include="System/Xml/Xsl/QueryReaderSettings.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/ContentIterators.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/DecimalFormatter.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/DocumentOrderComparer.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/DodSequenceMerge.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/EarlyBoundInfo.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/NumberFormatter.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/RtfNavigator.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/SetIterators.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/SiblingIterators.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/StringConcat.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/TreeIterators.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/WhitespaceRuleLookup.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/WhitespaceRuleReader.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/XmlAggregates.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/XmlAttributeCache.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/XmlCollation.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/XmlExtensionFunction.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/XmlILIndex.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/XmlILStorageConverter.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/XmlIterators.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/XmlNavigatorFilter.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/XmlNavigatorStack.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/XmlQueryContext.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/XmlQueryOutput.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/XmlQueryRuntime.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/XmlQuerySequence.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/XmlQueryStaticData.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/XmlRawWriterWrapper.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/XmlSequenceWriter.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/XmlSortKey.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/XmlSortKeyAccumulator.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/XslNumber.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/XsltConvert.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/XsltFunctions.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/XsltLibrary.cs"/>
<Compile Include="System/Xml/Xsl/SourceLineInfo.cs"/>
<Compile Include="System/Xml/Xsl/XmlNodeKindFlags.cs"/>
<Compile Include="System/Xml/Xsl/XmlQualifiedNameTest.cs"/>
<Compile Include="System/Xml/Xsl/XmlQueryCardinality.cs"/>
<Compile Include="System/Xml/Xsl/XmlQueryType.cs"/>
<Compile Include="System/Xml/Xsl/XmlQueryTypeFactory.cs"/>
<Compile Include="System/Xml/Xsl/XPathConvert.cs"/>
<Compile Include="System/Xml/Xsl/XPath/IXpathBuilder.cs"/>
<Compile Include="System/Xml/Xsl/XPath/IXPathEnvironment.cs"/>
<Compile Include="System/Xml/Xsl/XPath/XPathAxis.cs"/>
<Compile Include="System/Xml/Xsl/XPath/XPathBuilder.cs"/>
<Compile Include="System/Xml/Xsl/XPath/XPathCompileException.cs"/>
<Compile Include="System/Xml/Xsl/XPath/XPathContext.cs"/>
<Compile Include="System/Xml/Xsl/XPath/XPathOperator.cs"/>
<Compile Include="System/Xml/Xsl/XPath/XPathParser.cs"/>
<Compile Include="System/Xml/Xsl/XPath/XPathQilFactory.cs"/>
<Compile Include="System/Xml/Xsl/XPath/XPathScanner.cs"/>
<Compile Include="System/Xml/Xsl/XslException.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/Action.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/ActionFrame.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/ApplyImportsAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/ApplyTemplatesAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/AttributeAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/AttributeSetAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/Avt.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/AvtEvent.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/BeginEvent.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/BuilderInfo.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/CallTemplateAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/ChooseAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/CommentAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/CompiledAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/Compiler.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/ContainerAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/CopyAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/CopyAttributesAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/CopyCodeAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/CopyNamespacesAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/CopyNodeSetAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/CopyOfAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/DocumentScope.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/ElementAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/EndEvent.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/Event.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/ForEachAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/HtmlProps.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/IfAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/InputScope.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/InputScopeManager.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/IRecordOutput.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/MessageAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/NamespaceDecl.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/NameSpaceEvent.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/NavigatorInput.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/NavigatorOutput.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/newinstructionaction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/NumberAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/OutKeywords.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/OutputScope.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/OutputScopeManager.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/PrefixQName.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/ProcessingInstructionAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/Processor.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/ReaderOutput.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/RecordBuilder.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/RootAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/SequentialOutput.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/SortAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/StateMachine.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/StringOutput.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/Stylesheet.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/TemplateAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/TemplateBaseAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/TemplateLookupAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/TemplateManager.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/TextAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/TextEvent.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/TextOnlyOutput.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/TextOutput.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/TheQuery.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/UseAttributeSetsAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/ValueOfAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/VariableAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/WithParamAction.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/WriterOutput.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/XsltCompileContext.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/XsltDebugger.cs"/>
<Compile Include="System/Xml/Xsl/XsltOld/XsltOutput.cs"/>
<Compile Include="System/Xml/Xsl/Xslt/Compiler.cs"/>
<Compile Include="System/Xml/Xsl/Xslt/CompilerError.cs"/>
<Compile Include="System/Xml/Xsl/Xslt/CompilerScopeManager.cs"/>
<Compile Include="System/Xml/Xsl/Xslt/Focus.cs"/>
<Compile Include="System/Xml/Xsl/Xslt/IErrorHelper.cs"/>
<Compile Include="System/Xml/Xsl/Xslt/InvokeGenerator.cs"/>
<Compile Include="System/Xml/Xsl/Xslt/KeyMatchBuilder.cs"/>
<Compile Include="System/Xml/Xsl/Xslt/Keywords.cs"/>
<Compile Include="System/Xml/Xsl/Xslt/MatcherBuilder.cs"/>
<Compile Include="System/Xml/Xsl/Xslt/OutputScopeManager.cs"/>
<Compile Include="System/Xml/Xsl/Xslt/QilGenerator.cs"/>
<Compile Include="System/Xml/Xsl/Xslt/QilGeneratorEnv.cs"/>
<Compile Include="System/Xml/Xsl/Xslt/QilStrConcatenator.cs"/>
<Compile Include="System/Xml/Xsl/Xslt/Scripts.cs"/>
<Compile Include="System/Xml/Xsl/Xslt/Stylesheet.cs"/>
<Compile Include="System/Xml/Xsl/Xslt/XPathPatternBuilder.cs"/>
<Compile Include="System/Xml/Xsl/Xslt/XPathPatternParser.cs"/>
<Compile Include="System/Xml/Xsl/Xslt/XslAst.cs"/>
<Compile Include="System/Xml/Xsl/Xslt/XslAstAnalyzer.cs"/>
<Compile Include="System/Xml/Xsl/Xslt/XslFlags.cs"/>
<Compile Include="System/Xml/Xsl/Xslt/XsltInput.cs"/>
<Compile Include="System/Xml/Xsl/Xslt/XsltLoader.cs"/>
<Compile Include="System/Xml/Xsl/Xslt/XsltQilFactory.cs"/>
<Compile Include="System/Xml/Xsl/Xslt/XslVisitor.cs"/>
<Compile Include="../../Common/src/System/LocalAppContextSwitches.Common.cs" Link="src/runtime/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs"/>
<Compile Include="System/Xml/Core/LocalAppContextSwitches.cs"/>
<Compile Include="../../Common/src/System/CSharpHelpers.cs" Link="src/runtime/src/libraries/Common/src/System/CSharpHelpers.cs"/>
<Compile Include="../../Common/src/System/Text/ValueStringBuilder.cs" Link="src/runtime/src/libraries/Common/src/System/Text/ValueStringBuilder.cs"/>
<Compile Include="../../Common/src/System/Text/ValueStringBuilder.AppendSpanFormattable.cs" Link="src/runtime/src/libraries/Common/src/System/Text/ValueStringBuilder.AppendSpanFormattable.cs"/>
<Compile Include="../../Common/src/System/Obsoletions.cs" Link="src/runtime/src/libraries/Common/src/System/Obsoletions.cs"/>
<Compile Include="System/Xml/Xsl/Runtime/XmlCollation.Windows.cs"/>
<Compile Include="../../Common/src/System/SR.cs" Link="src/runtime/src/libraries/Common/src/System/SR.cs"/>
<Compile Include="../../Common/src/SkipLocalsInit.cs" Link="src/runtime/src/libraries/Common/src/SkipLocalsInit.cs"/>
<Compile Include="../../../../artifacts/obj/System.Private.Xml/Release/net11.0-windows/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/runtime/artifacts/obj/System.Private.Xml/Release/net11.0-windows/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
<Compile Include="../../../../artifacts/obj/System.Private.Xml/Release/net11.0-windows/System.SR.cs" Link="src/runtime/artifacts/obj/System.Private.Xml/Release/net11.0-windows/System.SR.cs"/>
<Compile Include="../../../../artifacts/obj/System.Private.Xml/Release/net11.0-windows/System.Private.Xml.AssemblyInfo.cs" Link="src/runtime/artifacts/obj/System.Private.Xml/Release/net11.0-windows/System.Private.Xml.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="../../../../../../ref/069b8e9e934a4ef983a6db1b949668d7/System.Collections.Concurrent.dll"/>
<ReferencePath Include="../../../../../../ref/8bd82b869c294a6aa4081c93d4b92452/System.Collections.dll"/>
<ReferencePath Include="../../../../../../ref/e334ccad4ce440c89a18ff9f74073584/System.Collections.NonGeneric.dll"/>
<ReferencePath Include="../../../../../../ref/4c941a2681ed412498410801184c9307/System.Collections.Specialized.dll"/>
<ReferencePath Include="../../../../../../ref/f500412f8d2a49a5b98079dcaeb140c2/System.Console.dll"/>
<ReferencePath Include="../../../../../../ref/cb6f17ae80a04d5697af21cb3ff9102c/System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="../../../../../../ref/0e5befbb999348f79d616e0d672cff80/System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="../../../../../../ref/0201c8f14cbd4c2e8cee90f4428ea174/System.Linq.Expressions.dll"/>
<ReferencePath Include="../../../../../../ref/1f83066816434173b4e9afd3a8555a05/System.Memory.dll"/>
<ReferencePath Include="../../../../../../ref/2e78459a3ae14fbdb014f79e1364d0e2/System.Net.Http.dll"/>
<ReferencePath Include="../../../../../../ref/40eae5436f354b2d97029882b237f7ae/System.Net.Primitives.dll"/>
<ReferencePath Include="../../../../../../ref/82dc5db1fd5a484d94e46333390818a1/System.ObjectModel.dll"/>
<ReferencePath Include="../../../../../../ref/430738c0396a40c2b4b971bbb7d60b78/System.Reflection.Emit.dll"/>
<ReferencePath Include="../../../../../../ref/3c80f89c29564b38b14dc610f8379eeb/System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="../../../../../../ref/60f22d3e3ada4b78b2521605ffbe9fb7/System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="../../../../../../ref/cb89857cf5eb453e93a62514fda87503/System.Reflection.Primitives.dll"/>
<ReferencePath Include="../../../../../../ref/d4bf71505976454fbbb6f34e5eaa05ab/System.Runtime.dll"/>
<ReferencePath Include="../../../../../../ref/96d94ee9ccbb44d98db3cd7aea17adf7/System.Runtime.InteropServices.dll"/>
<ReferencePath Include="../../../../../../ref/245f0d4a3ff44bca9529489e7d3da974/System.Runtime.Loader.dll"/>
<ReferencePath Include="../../../../../../ref/f18683cb1f4c402dbbf567cef3e8d90c/System.Security.Cryptography.dll"/>
<ReferencePath Include="../../../../../../ref/5c72661e24844ff8bc47fde971357fbb/System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="../../../../../../ref/e469e5cf5dbc43dcb8e5c2258e94e778/System.Text.RegularExpressions.dll"/>
<ReferencePath Include="../../../../../../ref/544163d8aeed4ca78b66c85114182950/System.Threading.dll"/>
<ReferencePath Include="../../../../../../ref/9f75480d23ab401dbf3ddf17fca45268/System.Threading.Thread.dll"/>
</ItemGroup>
<ItemGroup>
<Compile Include="_generated/0/RegexGenerator.g.cs"/>
<Compile Include="_generated/1/XmlSerializationEventSource.g.cs"/>
</ItemGroup>
</Project>
|