File: System.Xml.csproj
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  <PropertyGroup>
    <Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
    <Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
    <ProjectGuid>{23c706b3-6f70-42a4-9476-ee1b30c0cca3}</ProjectGuid>
    <OutputPath>.</OutputPath>
    <OutputType>Library</OutputType>
    <AssemblyName>System.Xml</AssemblyName>
    <UseVSHostingProcess>False</UseVSHostingProcess>
    <NoStdLib>True</NoStdLib>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
    <DefineConstants>CODE_ANALYSIS_BASELINE;FEATURE_LEGACYSURFACEAREA;FEATURE_UTF32;FEATURE_UTF7;XMLCHARTYPE_USE_RESOURCE;ASYNC;TRACE;RETAIL;WIN32</DefineConstants>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\..\clr\src\bcl\mscorlib.csproj">
      <Project>{43e44db7-dc97-46cb-b868-751d11c60bf1}</Project>
      <Name>mscorlib</Name>
    </ProjectReference>
    <ProjectReference Include="..\System.csproj">
      <Project>{d218394f-a89e-455a-8c59-5e3554100e4a}</Project>
      <Name>System</Name>
    </ProjectReference>
    <ProjectReference Include="..\Core\System.Core.csproj">
      <Project>{e7e62ebb-b829-4b6e-9ec0-4ca0c96fe4ac}</Project>
      <Name>System.Core</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\..\..\..\InternalApis\Clr\inc\AppContextDefaultValues.cs" />
    <Compile Include="..\..\..\..\InternalApis\Clr\inc\LocalAppContext.cs" />
    <Compile Include="..\..\..\..\InternalApis\NDP_Common\inc\Win8Helpers.cs" />
    <Compile Include="..\misc\InvariantComparer.cs" />
    <Compile Include="..\misc\PrivilegedConfigurationManager.cs" />
    <Compile Include="System\Xml\Assembly\System.Xml.Assembly.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\BinaryXml\BinXmltoken.cs" />
    <Compile Include="System\Xml\BinaryXml\SqlUtils.cs" />
    <Compile Include="System\Xml\BinaryXml\XmlBinaryReader.cs" />
    <Compile Include="System\Xml\BinaryXml\XmlBinaryReaderAsync.cs" />
    <Compile Include="System\Xml\BinHexDecoder.cs" />
    <Compile Include="System\Xml\BinHexEncoder.cs" />
    <Compile Include="System\Xml\BinHexEncoderAsync.cs" />
    <Compile Include="System\Xml\Bits.cs" />
    <Compile Include="System\Xml\BitStack.cs" />
    <Compile Include="System\Xml\ByteStack.cs" />
    <Compile Include="System\Xml\Cache\Shape.cs" />
    <Compile Include="System\Xml\Cache\ShapeGenerator.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\XPathDocumentView.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\Cache\XPathNodeView.cs" />
    <Compile Include="System\Xml\Cache\XPathNodeViewPropertyDescriptor.cs" />
    <Compile Include="System\Xml\Core\AppContextDefaultValues.Defaults.cs" />
    <Compile Include="System\Xml\Core\BinaryCompatibility.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\HtmlEncodedRawTextWriter.cs" />
    <Compile Include="System\Xml\Core\HtmlTernaryTree.cs" />
    <Compile Include="System\Xml\Core\HtmlUtf8RawTextWriter.cs" />
    <Compile Include="System\Xml\Core\IDtdInfo.cs" />
    <Compile Include="System\Xml\Core\IDtdParser.cs" />
    <Compile Include="System\Xml\Core\IDtdParserAdapter.cs" />
    <Compile Include="System\Xml\Core\IDtdParserAdapterAsync.cs" />
    <Compile Include="System\Xml\Core\IDtdParserAsync.cs" />
    <Compile Include="System\Xml\Core\IncrementalReadDecoders.cs" />
    <Compile Include="System\Xml\Core\IRemovableWriter.cs" />
    <Compile Include="System\Xml\Core\IValidationEventHandling.cs" />
    <Compile Include="System\Xml\Core\LocalAppContextSwitches.cs" />
    <Compile Include="System\Xml\Core\NamespaceHandling.cs" />
    <Compile Include="System\Xml\Core\NewLineHandling.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\SecureStringHasher.cs" />
    <Compile Include="System\Xml\Core\TextEncodedRawTextWriter.cs" />
    <Compile Include="System\Xml\Core\TextUtf8RawTextWriter.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\XmlConfiguration.cs" />
    <Compile Include="System\Xml\Core\XmlEncodedRawTextWriter.cs" />
    <Compile Include="System\Xml\Core\XmlEncodedRawTextWriterAsync.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\XmlUtf8RawTextWriter.cs" />
    <Compile Include="System\Xml\Core\XmlUtf8RawTextWriterAsync.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\XsdCachingReader.cs" />
    <Compile Include="System\Xml\Core\XsdCachingReaderAsync.cs" />
    <Compile Include="System\Xml\Core\XsdValidatingReader.cs" />
    <Compile Include="System\Xml\Core\XsdValidatingReaderAsync.cs" />
    <Compile Include="System\Xml\DiagnosticsSwitches.cs" />
    <Compile Include="System\Xml\Dom\DocumentSchemaValidator.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\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\XmlNamedNodeMap.SmallXmlNodeList.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\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\Resolvers\XmlKnownDtds.cs" />
    <Compile Include="System\Xml\Resolvers\XmlPreloadedResolver.cs" />
    <Compile Include="System\Xml\Resolvers\XmlPreloadedResolverAsync.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\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\Inference\Infer.cs" />
    <Compile Include="System\Xml\Schema\Inference\XmlSchemaInferenceException.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\SchemaSetCompiler.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\XmlSchemaCompilationSettings.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\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\Serialization\_Events.cs" />
    <Compile Include="System\Xml\Serialization\Advanced\SchemaImporterExtension.cs" />
    <Compile Include="System\Xml\Serialization\AppSettings.cs" />
    <Compile Include="System\Xml\Serialization\CodeExporter.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\Configuration\ConfigurationStrings.cs" />
    <Compile Include="System\Xml\Serialization\Configuration\DateTimeSerializationSection.cs" />
    <Compile Include="System\Xml\Serialization\Configuration\SchemaImporterExtensionElement.cs" />
    <Compile Include="System\Xml\Serialization\Configuration\SchemaImporterExtensionElementCollection.cs" />
    <Compile Include="System\Xml\Serialization\Configuration\SchemaImporterExtensionsSection.cs" />
    <Compile Include="System\Xml\Serialization\Configuration\SerializationSectionGroup.cs" />
    <Compile Include="System\Xml\Serialization\Configuration\XmlSerializerSection.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\PrimitiveXmlSerializers.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\SoapCodeExporter.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\SoapSchemaExporter.cs" />
    <Compile Include="System\Xml\Serialization\SoapSchemaImporter.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\TypeExtensions.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\XmlCodeExporter.cs" />
    <Compile Include="System\Xml\Serialization\XmlCountingReader.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\XmlSerializer.cs" />
    <Compile Include="System\Xml\Serialization\XmlSerializerAssemblyAttribute.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\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\XmlDownloadManagerAsync.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\XmlNullResolver.cs" />
    <Compile Include="System\Xml\XmlQualifiedName.cs" />
    <Compile Include="System\Xml\XmlReservedNs.cs" />
    <Compile Include="System\Xml\XmlResolver.cs" />
    <Compile Include="System\Xml\XmlResolverAsync.cs" />
    <Compile Include="System\Xml\XmlSecureResolver.cs" />
    <Compile Include="System\Xml\XmlSecureResolverAsync.cs" />
    <Compile Include="System\Xml\XmlUrlResolver.cs" />
    <Compile Include="System\Xml\XmlUrlResolverAsync.cs" />
    <Compile Include="System\Xml\XmlXapResolver.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\DescendantoverDescendantQuery.cs" />
    <Compile Include="System\Xml\XPath\Internal\DescendantQuery.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\Filter.cs" />
    <Compile Include="System\Xml\XPath\Internal\FilterQuery.cs" />
    <Compile Include="System\Xml\XPath\Internal\FollowingQuery.cs" />
    <Compile Include="System\Xml\XPath\Internal\FollowingSibling.cs" />
    <Compile Include="System\Xml\XPath\Internal\ForwardPositionQuery.cs" />
    <Compile Include="System\Xml\XPath\Internal\Function.cs" />
    <Compile Include="System\Xml\XPath\Internal\FunctionQuery.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\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\PrecedingSibling.cs" />
    <Compile Include="System\Xml\XPath\Internal\Query.cs" />
    <Compile Include="System\Xml\XPath\Internal\QueryBuilder.cs" />
    <Compile Include="System\Xml\XPath\Internal\ResetableIterator.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\UnionExpr.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\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\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" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>