File: dotnet-svcutil-lib.csproj
Web Access
Project: src\src\dotnet-svcutil\lib\src\dotnet-svcutil-lib.csproj (dotnet-svcutil-lib)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <AssemblyName>dotnet-svcutil-lib</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <LangVersion>CSharp7_3</LangVersion>
    <DefineConstants>TRACE;HIDE_XSL;FEATURE_CORECLR;PRIVATE_RTLIB;NETCORE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="AppInsightsTelemetryClient.cs"/>
    <Compile Include="AppSettings.cs"/>
    <Compile Include="Bootstrapper\BootstrapException.cs"/>
    <Compile Include="Bootstrapper\SvcutilBootstrapper.cs"/>
    <Compile Include="CmdCredentialsProvider.cs"/>
    <Compile Include="CodeDomFixup\ArrayOfXElementTypeHelper.cs"/>
    <Compile Include="CodeDomFixup\CodeDomHelpers.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\AddAsyncOpenClose.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\AttributeFixer.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\ClientClassVisitor.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\CodeDomVisitor.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\CodeNamespaceUniqueTypeFixer.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\CodeTypeNameScope.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\ConstructorFixer.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\CreateCallbackImpl.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\DataContractVisitor.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\EnsureAdditionalAssemblyReference.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\MakeOldAsyncMethodsPrivate.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\MessageContractVisitor.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\NameScope.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\NamespaceFixer.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\PropertyFieldNameScope.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\RemoveExtensibleDataObjectImpl.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\RemoveSyncMethodsFromClientClass.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\RemoveSyncMethodsFromInterface.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\ServiceContractVisitor.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\SimpleTypeRemapper.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\SpecialIXmlSerializableRemapper.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\SpecificTypeVisitor.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\TypeDeclCollection.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\TypeNameFixer.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\TypeWithAttributeVisitor.cs"/>
    <Compile Include="CodeDomFixup\CodeDomVisitors\XmlDomAttributeFixer.cs"/>
    <Compile Include="CodeDomFixup\CodeFixup.cs"/>
    <Compile Include="CodeDomFixup\CollectionHelpers.cs"/>
    <Compile Include="CodeDomFixup\ConfigToCode.cs"/>
    <Compile Include="CodeDomFixup\ConfigToCodeConstants.cs"/>
    <Compile Include="CodeDomFixup\EndpointSelector.cs"/>
    <Compile Include="CodeDomFixup\IFixup.cs"/>
    <Compile Include="CodeDomFixup\IWcfCodeGenerationExtension.cs"/>
    <Compile Include="CodeDomFixup\MetadataFixup.cs"/>
    <Compile Include="CodeDomFixup\MethodCreationHelper.cs"/>
    <Compile Include="CodeDomFixup\NoMessageHeaderFixup.cs"/>
    <Compile Include="CodeDomFixup\NoSoapEncodingFixup.cs"/>
    <Compile Include="CodeDomFixup\StringHelpers.cs"/>
    <Compile Include="CodeDomFixup\System.ServiceModel.FederationCodeGen.cs"/>
    <Compile Include="CodeDomFixup\VisitorFixup.cs"/>
    <Compile Include="CodeDomFixup\WcfCodeGenerationExtension.cs"/>
    <Compile Include="CodeSerializer.cs"/>
    <Compile Include="CommandLineParser.cs"/>
    <Compile Include="CommandProcessorOptions.cs"/>
    <Compile Include="DebugLogger.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\Compiler\CodeCompiler.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\Compiler\CodeDOMProvider.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\Compiler\CodeGeneratorOptions.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\Compiler\CodeParser.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\Compiler\CompilerError.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\Compiler\CompilerErrorCollection.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\Compiler\CompilerInfo.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\Compiler\CompilerParameters.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\Compiler\CompilerResults.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\Compiler\GeneratedCodeAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\Compiler\GeneratorSupport.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\Compiler\ICodeCompiler.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\Compiler\ICodeGenerator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\Compiler\ICodeParser.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\Compiler\IndentTextWriter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\Compiler\LanguageOptions.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\Compiler\RedistVersionInfo.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\Compiler\TempFiles.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\Configuration\CodeDomCompilationConfiguration.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\Configuration\ConfigurationErrorsException.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeArgumentReferenceExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeArrayCreateExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeArrayIndexerExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeAssignStatement.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeAttachEventStatement.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeAttributeArgument.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeAttributeArgumentCollection.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeAttributeDeclaration.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeAttributeDeclarationCollection.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeBaseReferenceExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeBinaryOperatorExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeBinaryOperatorType.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeCastExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeCatchClause.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeCatchClauseCollection.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeChecksumPragma.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeComment.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeCommentStatement.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeCommentStatementCollection.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeCompileUnit.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeConditionStatement.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeConstructor.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeDefaultValueExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeDelegateCreateExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeDelegateInvokeExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeDirectionExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeDirective.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeDirectiveCollection.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeEntryPointMethod.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeEventReferenceExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeExpressionCollection.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeExpressionStatement.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeFieldReferenceExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeGotoStatement.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeIfDirective.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeIfMode.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeIndexerExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeIterationStatement.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeLabeledStatement.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeLinePragma.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeMemberEvent.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeMemberField.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeMemberMethod.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeMemberProperty.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeMethodInvokeExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\codemethodreferenceexpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeMethodReturnStatement.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeNamespace.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeNamespaceCollection.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeNamespaceImport.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeNamespaceImportCollection.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeObject.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeObjectCreateExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeParameterDeclarationExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeParameterDeclarationExpressionCollection.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodePrimitiveExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodePropertyReferenceExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodePropertySetValueReferenceExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeRegionDirective.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeRegionMode.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeRemoveEventStatement.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeSnippetCompileUnit.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeSnippetExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeSnippetStatement.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeSnippetTypeMember.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeStatement.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeStatementCollection.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeThisReferenceExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeThrowExceptionStatement.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeTryCatchFinallyStatement.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeTypeConstructor.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeTypeDeclaration.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeTypeDeclarationCollection.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeTypeDelegate.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeTypeMember.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeTypeMemberCollection.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeTypeOfExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeTypeParameter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeTypeParameterCollection.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeTypeReference.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeTypeReferenceCollection.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeTypeReferenceExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeVariableDeclarationStatement.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\CodeVariableReferenceExpression.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\FieldDirection.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\FixedStringLookup.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\MemberAttributes.cs"/>
    <Compile Include="FrameworkFork\Microsoft.CodeDom\System\NativeMethods.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\External\Extensions.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Misc\HResults.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Misc\InvariantComparer.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\AsyncHelper.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Base64Decoder.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Base64Encoder.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\BinaryXml\BinXmlToken.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\BinaryXml\SqlUtils.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReaderAsync.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\BinHexDecoder.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\BinHexEncoder.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Bits.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\BitStack.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\BufferBuilder.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\ByteStack.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Cache\Shape.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Cache\ShapeGenerator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentNavigator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentView.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Cache\XPathNode.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Cache\XPathNodeHelper.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Cache\XPathNodeInfoAtom.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Cache\XPathNodeView.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Cache\XPathNodeViewPropertyDescriptor.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\CharEntityEncoderFallback.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\ConformanceLevel.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\DtdProcessing.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\EntityHandling.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\HtmlTernaryTree.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\IDtdInfo.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\IDtdParser.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\IDtdParserAdapter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\IncrementalReadDecoders.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\IRemovableWriter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\IValidationEventHandling.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\NamespaceHandling.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\NewLineHandling.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriterV1.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\ReadContentAsBinaryHelper.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\ReadContentAsBinaryHelperAsync.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\ReadOnlyTernaryTree.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\ReadState.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\SecureStringHasher.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\TextEncodedRawTextWriter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\TextUtf8RawTextWriter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\util\TernaryTreeGenerator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\ValidatingReaderNodeData.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\ValidationType.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\WhiteSpaceHandling.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlAsyncCheckReader.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReader.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReaderAsync.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingWriter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlConfiguration.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlEventCache.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlParserContext.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlRawWriter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlReader.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderAsync.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderSettings.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlSpace.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReaderAsync.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextEncoder.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReader.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImplHelpers.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReader.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriterHelpers.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlWrappingReader.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlWrappingReaderAsync.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlWrappingWriter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XsdCachingReader.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XsdCachingReaderAsync.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\DomNameTable.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttributeCollection.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlCDATASection.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlCharacterData.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlChildEnumerator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlChildNodes.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlComment.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDeclaration.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocumentFragment.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocumentType.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDomTextWriter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElementList.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlEntity.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlEntityReference.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlEventChangedAction.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlImplementation.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLinkedNode.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlName.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNamedNodeMap.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNamedNodeMap.SmallXmlNodeList.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNode.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeChangedEventArgs.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeChangedEventHandler.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeList.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNotation.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlProcessingInstruction.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlSignificantWhitespace.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlText.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlUnspecifiedAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XmlWhitespace.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Dom\XPathNodeList.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\EmptyEnumerator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\HWStack.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\IApplicationResourceStreamResolver.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\IHasXmlNode.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\IxmlLineInfo.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\IXmlNamespaceResolver.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\LineInfo.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\MtNameTable.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\NameTable.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Ref.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Resolvers\XmlKnownDtds.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Resolvers\XmlPreloadedResolver.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Resolvers\XmlPreloadedResolverAsync.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Resolvers\XmlSystemPathResolver.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\autovalidator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\BaseProcessor.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\BitSet.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\ChameleonKey.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\CompiledIdentityConstraint.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\GenerateConverter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\Inference\XmlSchemaInferenceException.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\IXmlSchemaInfo.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\NamespaceList.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\ParserAsync.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\SchemaAttDef.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\SchemaBuilder.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\SchemaDeclBase.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\SchemaElementDecl.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\SchemaEntity.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\SchemaInfo.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\SchemaNames.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\SchemaNamespaceManager.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\SchemaNotation.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\SchemaType.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\ValidationEventArgs.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\ValidationEventHandler.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\validationstate.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlAtomicValue.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAll.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnnotated.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnnotation.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAny.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnyAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAppInfo.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttributeGroup.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttributeGroupRef.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaChoice.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCollection.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCompilationSettings.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexContent.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexContentExtension.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexContentRestriction.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaContent.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaContentModel.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaContentProcessing.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaContentType.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaDatatype.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaDerivationMethod.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaDocumentation.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaException.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaExternal.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaFacet.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaForm.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaGroup.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaGroupbase.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaGroupRef.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaIdentityConstraint.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaImport.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaInclude.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaInfo.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaNotation.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObject.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectCollection.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectTable.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaParticle.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaRedefine.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSequence.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContent.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContentExtension.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContentRestriction.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleType.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeContent.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeList.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeRestriction.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeUnion.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSubstitutionGroup.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaType.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaUse.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidationException.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidity.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlSeverityType.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlTokenizedType.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlTypeCode.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XsdDateTime.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\XsdDuration.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\Advanced\SchemaImporterExtension.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeExporter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerationOptions.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeIdentifier.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeIdentifiers.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\Compilation.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\IndentedWriter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\IXmlSerializable.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\IXmlTextParser.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\Models.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\NameTable.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\PrimitiveXmlSerializers.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaImporter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapAttributeAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapAttributeOverrides.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapAttributes.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapCodeExporter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapElementAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapEnumAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapIgnoreAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapIncludeAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaMember.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapTypeAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\SourceInfo.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\TypeExtensions.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAnyAttributeAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAnyElementAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAnyElementAttributes.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlArrayAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlArrayItemAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlArrayItemAttributes.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributeAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributeOverrides.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlChoiceIdentifierAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCountingReader.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCustomFormatter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlElementAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlElementAttributes.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlEnumAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlIgnoreAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlIncludeAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlMapping.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlMemberMapping.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlMembersMapping.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlNamespaceDeclarationsAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionMember.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlRootAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaProviderAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationGeneratedCode.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationILGen.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriterILGen.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializerAssemblyAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializerFactory.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializerNamespaces.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializerVersionAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlTextAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlTypeAttribute.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlTypeMapping.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Serialization\_Events.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\ValidateNames.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XmlCharType.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XmlComplianceUtil.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XmlEncoding.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XmlException.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XmlNamespaceManager.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XmlNamespaceScope.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XmlNameTable.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XmlNodeOrder.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XmlNodeType.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XmlNullResolver.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XmlQualifiedName.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XmlReservedNS.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XmlResolver.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XmlResolverAsync.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XmlUrlResolver.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XmlXapResolver.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\AbsoluteQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\AstNode.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\AttributeQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Axis.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\baseaxisquery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\BooleanExpr.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\BooleanFunctions.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheAxisQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheChildrenQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheOutputQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ChildrenQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ClonableStack.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CompiledXpathExpr.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ContextQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantBaseQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantOverDescendantQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DocumentOrderQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\EmptyQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ExtensionQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Filter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FilterQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingquery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingsibling.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ForwardPositionQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Function.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FunctionQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Group.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\GroupQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\IDQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\IteratorFilter.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\LogicalExpr.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\MergeFilterQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NamespaceQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NodeFunctions.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NumberFunctions.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NumericExpr.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Operand.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\OperandQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Operator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ParentQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingquery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingsibling.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Query.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ResetableIterator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ReversePositionQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Root.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\SortQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\StringFunctions.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\UnionExpr.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ValueQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Variable.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\VariableQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XmlIteratorQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAncestorIterator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAncestorQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathArrayIterator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAxisIterator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathChildIterator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathDescendantIterator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathEmptyIterator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathMultyIterator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathScanner.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathSelectionIterator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathSelfQuery.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathSingletonIterator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\IXPathNavigable.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\XPathDocument.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\XPathException.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\XPathExpr.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\XPathItem.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNamespaceScope.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorKeyComparer.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNodeIterator.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNodeType.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Xslt\XsltArgumentList.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Xslt\XsltCommand.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Xslt\XsltContext.cs"/>
    <Compile Include="FrameworkFork\Microsoft.Xml\Xml\Xslt\XsltSettings.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\HResults.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\NotImplemented.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Attributes.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\BitFlagsGenerator.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ClassDataContract.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContractAttribute.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ContractCodeDomInfo.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ContractNamespaceAttribute.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractAttribute.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractResolver.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSerializer.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSerializerExtensions.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSerializerSettings.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSet.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSurrogateCaller.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataMember.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataMemberAttribute.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DateTimeOffsetAdapter.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DiagnosticUtility.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DictionaryGlobals.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\EnumDataContract.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\EnumMemberAttribute.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExceptionDataContract.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExtensionDataObject.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExtensionDataReader.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\GenericParameterDataContract.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\HybridObjectCache.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\IDataContractSurrogate.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\IExtensibleDataObject.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\IgnoreDataMemberAttribute.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ImportOptions.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\InvalidDataContractException.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\KnownTypeAttribute.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\KnownTypeDataContractResolver.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ObjectReferenceStack.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ObjectToIdCache.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\OnDeserializedAttribute.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\OnDeserializingAttribute.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\OnSerializedAttribute.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\OnSerializingAttribute.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\PrimitiveDataContract.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Primitive\ISerializationSurrogateProvider.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaExporter.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaHelper.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ScopedKnownTypes.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SerializationException.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SerializationExtensionMethods.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SerializationMode.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SpecialTypeDataContract.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\StreamingContext.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\TypeCode.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlDataContract.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatReaderGenerator.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatWriterGenerator.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializer.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerContext.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerReadContext.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerWriteContextComplex.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlReaderDelegator.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableReader.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableServices.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableWriter.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlWriterDelegator.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XsdDataContractImporter.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Text\Base64Encoding.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Text\BinHexEncoding.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Text\SurrogateChar.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\ArrayHelper.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\BytesWithOffset.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\EncodingStreamWrapper.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\IStreamProvider.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\IXmlDictionary.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\PrefixHandle.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\StringHandle.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\UniqueId.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryNodeType.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReaderSession.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriterSession.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\XmlConverter.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionary.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReaderQuotas.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryString.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\XmlExceptionHelper.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\XmlNodeWriter.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\XmlStreamNodeWriter.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs"/>
    <Compile Include="FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\ExceptionHelper.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Extensions\ReflectionExtensions.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Framework\System\ComponentModel\InvalidEnumArgumentException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Framework\System\Net\Security\ProtectionLevel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\FxTrace.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\InternalSR.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\ActionItem.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\AssertHelper.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\AsyncCompletionResult.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\AsyncResult.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\BufferedOutputStream.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\CallbackException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\CompletedAsyncResult.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\DiagnosticStrings.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\DiagnosticTraceBase.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\DictionaryTraceRecord.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\EtwDiagnosticTrace.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\EventDescriptor.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\EventLogCategory.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\EventLogEventId.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\EventTraceActivity.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\ITraceSourceStringProvider.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\StringTraceRecord.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\TraceRecord.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\ExceptionTrace.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\FatalException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\Fx.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\FxCop.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\GeneratedXmlSerializers.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\MruCache.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\ScheduleActionItemAsyncResult.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\SignalGate.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\SynchronizedPool.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\TaskHelpers.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\Ticks.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\TimeoutHelper.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\TraceChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\TracePayload.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\UrlUtility.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\System\Runtime\WaitCallbackActionItem.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\TraceCore.Designer.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Internals\WcfEventSource.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\Mockups\ExtendedProtectionPolicy.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\SMDiagnostics\DiagnosticUtility.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\SMDiagnostics\System\ServiceModel\Diagnostics\Activity.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\SMDiagnostics\System\ServiceModel\Diagnostics\DiagnosticStrings.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\SMDiagnostics\System\ServiceModel\Diagnostics\ExceptionUtility.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\CanonicalFormWriter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\Claim.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\ClaimComparer.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\ClaimSet.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\ClaimTypes.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\DefaultClaimSet.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\Rights.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\WindowsClaimSet.CoreCLR.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\WindowsClaimSet.NetNative.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\X509CertificateClaimSet.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\XsiConstants.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\CryptoHelper.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\DictionaryManager.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\HashStream.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\IdentityModelDictionary.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\IdentityModelStrings.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\IdentityModelStringsVersion1.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\ISecurityElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\ISignatureValueSecurityElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Policy\AuthorizationContext.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Policy\DefaultAuthorizationContext.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Policy\DefaultEvaluationContext.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Policy\EvaluationContext.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Policy\IAuthorizationComponent.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Policy\IAuthorizationPolicy.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Policy\UnconditionalPolicy.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\SecurityMessageSerializationException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\SecurityUniqueId.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\SecurityUtils.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Security\WSTrust.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\KerberosSecurityTokenProvider.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenAuthenticator.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenManager.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenProvider.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenRequirement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenResolver.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenSerializer.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenVersion.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\UserNameSecurityTokenProvider.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\WindowsSecurityTokenAuthenticator.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\X509CertificateChain.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\X509CertificateValidator.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\X509SecurityTokenAuthenticator.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\X509SecurityTokenProvider.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\SignatureResourcePool.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\SignedXml.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\BinaryKeyIdentifierClause.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\KerberosRequestorSecurityToken.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\KeyInfoSerializer.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\LocalIdKeyIdentifierClause.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SamlAssertion.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SamlSecurityToken.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SamlSerializer.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SecurityAlgorithms.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SecurityKey.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SecurityKeyIdentifier.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SecurityKeyIdentifierClause.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SecurityKeyType.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SecurityKeyUsage.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SecurityToken.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SecurityTokenException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SecurityTokenTypes.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SecurityTokenValidationException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SymmetricKey.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SymmetricSecurityKey.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\UserNameSecurityToken.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WindowsSecurityToken.CoreCLR.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WindowsSecurityToken.NetNative.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityJan2004.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityXXX2005.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\X509SecurityToken.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\X509WindowsSecurityToken.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\XmlDsigSep2000.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\XmlEncApr2001.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\IdentityModel\XmlBuffer.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ActionMismatchAddressingException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ActionNotSupportedException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\AuditLevel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\AuditLogLocation.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpBinding.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpMessageCredentialType.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpMessageSecurity.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpsBinding.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpSecurity.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpSecurityMode.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpsSecurity.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpsSecurityMode.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\CallbackBehaviorAttribute.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelEndpointElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AddressHeader.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AddressHeaderCollection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Addressing.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AddressingVersion.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ApplicationContainerSettings.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AuthenticationSchemesHelper.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryVersion.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Binding.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BindingContext.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BindingElementCollection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BindingParameterCollection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BodyWriter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferedConnection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferedMessageData.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferedMessageWriter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferedWriteStream.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferManager.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferManagerOutputStream.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChainedAsyncResult.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBase.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBindingMessageProperty.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBindingUtility.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBuilder.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelFactoryBase.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelManagerBase.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelParameterCollection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelRequirements.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketFactory.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CloseCollectionAsyncResult.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObjectManager.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CompositeDuplexBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CompositeDuplexBindingElementImporter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CompressionFormat.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionBufferPool.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPoolHelper.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPoolRegistry.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContentOnlyMessage.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElementImporter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElementPolicy.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextExchangeMechanism.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextExchangeMechanismHelper.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrClientWebSocketFactory.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CustomBinding.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\DelegatingStream.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\DetectEofStream.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\DirectionalAction.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\DnsCache.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\EncoderHelpers.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FaultConverter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingEncoders.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingFormat.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelHelpers.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpCookieContainerManager.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpMessageHandlerFactory.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageExtensionMethods.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageExtensionMethods.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageHelper.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageProperty.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsTransportBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IAsyncChannelFactory.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IBindingDeliveryCapabilities.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IBindingMulticastCapabilities.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IBindingRuntimePreferences.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IChannelAcceptor.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IChannelBindingProvider.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IChannelFactory.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IChannelListener.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ICompressedMessageEncoder.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IContextBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ICorrelatorKey.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IDuplexChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IDuplexSession.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IDuplexSessionChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IHttpCookieContainerManager.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IInputChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IInputSession.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IInputSessionChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IMergeEnabledMessageProperty.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IMessageProperty.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IMessageSource.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\InvalidChannelBindingException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IOutputChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IOutputSession.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IOutputSessionChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IReceiveContextSettings.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IReplyChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IReplySessionChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IRequestChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IRequestReplyCorrelator.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IRequestSessionChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ISecurityCapabilities.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ISession.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ISessionChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IStreamedMessageEncoder.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IStreamUpgradeChannelBindingProvider.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ITransportCompressionSupport.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ITransportFactorySettings.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ITransportTokenAssertionProvider.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LocalClientSecuritySettings.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LocalServiceSecuritySettings.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MaxMessageSizeStream.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageBuffer.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageContent.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageEncoder.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageEncoderCompressionHandler.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageEncoderFactory.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageEncodingBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageEncodingBindingElementImporter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeader.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaderInfo.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageState.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageVersion.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MethodCall.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\NamedPipeConnectionPoolSettings.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\NamedPipeSettings.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\NamedPipeTransportBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OneWayBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OneWayBindingElementImporter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OpenCollectionAsyncResult.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OutputChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\PrivacyNoticeBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\PrivacyNoticeBindingElementImporter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ProducerConsumerStream.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\QueuedObjectPool.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestContext.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestContextBase.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestReplyCorrelator.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RTSocketConnection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityAttributeGenerationHelper.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElementImporter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityCapabilities.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityChannelFaultConverter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityHeaderLayout.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceModelHttpMessageHandler.CoreClr.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceModelHttpMessageHandler.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceModelHttpMessageHandler.NetNative.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceModelHttpMessageHandler.Windows.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StandardBindingImporter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StreamSecurityUpgradeAcceptor.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StreamSecurityUpgradeAcceptorBase.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StreamSecurityUpgradeInitiator.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StreamSecurityUpgradeInitiatorBase.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StreamSecurityUpgradeProvider.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StreamUpgradeAcceptor.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StreamUpgradeBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StreamUpgradeInitiator.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StreamUpgradeProvider.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SupportedAddressingMode.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SynchronizedMessageSource.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpChannelFactory.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpConnectionPool.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpConnectionPoolSettings.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpTransportBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TimeoutStream.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElementImporter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElementImporter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportChannelFactory.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDefaults.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportOutputChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportPolicyConstants.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpConstants.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpRetransmissionSettings.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportImporter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UnderstoodHeaders.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UnrecognizedAssertionsBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UnsafeNativeMethods.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UriEx.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UriGenerator.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UseManagedPresentationBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UseManagedPresentationBindingElementImporter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketHelper.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportSettings.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportUsage.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportUsageHelper.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WrappedOptions.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\XmlSerializerImportOptions.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelTerminatedException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\CommunicationException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\CommunicationObjectAbortedException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\CommunicationObjectFaultedException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\CommunicationState.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ConcurrencyMode.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Configuration\BindingElementExtensionElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Configuration\SecurityElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Configuration\SecurityElementBase.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\DataContractFormatAttribute.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientCredentials.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ContractDescription.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\CustomAttributeProvider.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerMessageContractImporter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerOperationBehavior.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\FaultDescription.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\FaultDescriptionCollection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\IContractBehavior.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\IContractResolver.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\IEndpointBehavior.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\IMetadataExchange.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ImportedPolicyConversionContext.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\IOperationBehavior.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\IOperationContractGenerationExtension.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\IPolicyExportExtension.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\IPolicyImportExtension.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\IServiceContractGenerationExtension.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\IWsdlExportExtension.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\IWsdlImportExtension.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ListenUriMode.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageBodyDescription.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractExporter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDescription.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDescriptionCollection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDirection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageHeaderDescription.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageHeaderDescriptionCollection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePartDescription.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePartDescriptionCollection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePropertyDescription.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePropertyDescriptionCollection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataConversionError.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeBindings.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExporter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataImporter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataImporterQuotas.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataLocation.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataReference.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataSection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataSet.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataStrings.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationContractGenerationContext.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationDescription.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationDescriptionCollection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\PolicyAssertionCollection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\PolicyConversionContext.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\PolicyReader.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\PolicyVersion.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\PrincipalPermissionMode.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SchemaHelper.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerationContext.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerationOptions.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceEndpoint.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceEndpointCollection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceMetadataExtension.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TransactionFlowAttribute.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\UniqueCodeIdentifierScope.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlContractConversionContext.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlEndpointConversionContext.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationGenerator.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\ActivityIdHeader.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\ActivityType.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\EventTraceActivityHelper.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\MessageLogger.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\MessageTraceRecord.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\MessageTransmitTraceRecord.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\ServiceModelActivity.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\TraceAsyncResult.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\TraceCode.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\TraceUtility.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcherBase.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientOperation.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerFaultFormatter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperation.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\EndpointDispatcher.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\EndpointDispatcherTable.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorBehavior.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorHandlerFaultInfo.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorHandlingReceiver.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\FaultContractInfo.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\FaultFormatter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\IChannelBinder.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\IChannelInitializer.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\IClientFaultFormatter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\IClientMessageFormatter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\IClientMessageInspector.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\IClientOperationSelector.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\IDispatchFaultFormatter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\IDispatchMessageFormatter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\IErrorHandler.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\IInstanceContextProvider.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\IInstanceProvider.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\IInteractiveChannelInitializer.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\IInvokeReceivedNotification.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\IListenerBinder.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableCommunicationTimeouts.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InputChannelBinder.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InstanceBehavior.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InstanceContextProviderBase.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InvalidBodyAccessException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InvokerUtil.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\IOperationInvoker.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\IParameterInspector.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\IResumeMessageRpc.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerBinder.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerHandler.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageOperationFormatter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\NetDispatcherFaultException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationInvokerBehavior.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationSelectorBehavior.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OutputChannelBinder.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PerSessionInstanceContextProvider.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyRpc.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ReplyChannelBinder.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\RequestChannelBinder.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\SharedRuntimeState.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\StreamFormatter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\SyncMethodInvoker.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\TaskMethodInvoker.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ThreadBehavior.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerFaultFormatter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerObjectSerializer.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\DnsEndpointIdentity.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\DuplexChannelFactory.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\DuplexClientBase.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\EmptyArray.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointIdentity.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointNotFoundException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\EnvelopeVersion.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ExceptionDetail.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ExtensionCollection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\FaultCode.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\FaultCodeConstants.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\FaultContractAttribute.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\FaultException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\FaultImportOptions.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\FaultReason.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\FaultReasonText.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\FederatedMessageSecurityOverHttp.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\HostnameComparisonMode.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\HttpClientCredentialType.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\HttpTransportSecurity.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\IChannelBaseProxy.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\IClientChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ICommunicationObject.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\IContextChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\IContextSessionProvider.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\IDefaultCommunicationTimeouts.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\IDuplexContextChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\IExtensibleObject.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\IExtension.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\IExtensionCollection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ImpersonationOption.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContextMode.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\InvalidMessageContractException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\IOperationContractAttributeProvider.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\IServiceChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\KeyedByTypeCollection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\MessageBodyMemberAttribute.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\MessageContractAttribute.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\MessageContractMemberAttribute.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\MessageCredentialType.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\MessageHeaderArrayAttribute.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\MessageHeaderAttribute.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\MessageHeaderException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\MessageHeaderT.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\MessageParameterAttribute.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverHttp.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverTcp.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityVersion.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\MustUnderstandSoapException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\NamedPipeTransportSecurity.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpMessageEncoding.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpMessageEncodingHelper.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpsBinding.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeSecurity.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeSecurityMode.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpContextBinding.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpSecurity.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\NonDualMessageSecurityOverHttp.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContextScope.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContractAttribute.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\OperationFormatStyle.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\OperationFormatUse.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Pool.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ProtocolException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\QuotaExceededException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ReceiveErrorHandling.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ReliableMessagingVersion.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ReliableSession.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\SecurityMode.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\BasicSecurityProfileVersion.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\BinaryNegotiation.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\DataProtectionSecurityStateEncoder.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedData.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\HttpDigestClientCredential.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\IdentityVerifier.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\InMemoryNonceCache.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ISecurityCommunicationObject.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ISecuritySession.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ISspiNegotiation.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\MessagePartSpecification.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\MessageProtectionOrder.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\MessageSecurityException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\MessageSecurityTokenVersion.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Namespaces.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\NonceCache.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\NonceToken.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ReceiveSecurityHeader.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ReceiveSecurityHeaderBindingModes.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ReferenceList.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\RequestSecurityToken.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\RequestSecurityTokenResponse.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\RequestSecurityTokenResponseCollection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ScopedMessagePartSpecification.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecureConversationDriver.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecureConversationVersion.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityAccessDeniedException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityAlgorithmSuite.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityAuditHelper.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityChannel.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityContextKeyIdentifierClause.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityCredentialsManager.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityHeader.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityKeyEntropyMode.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityMessageProperty.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityNegotiationException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityPolicyVersion.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocol.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityStandardsManager.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityStateEncoder.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityTimestamp.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityTokenAttachmentMode.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityTokenSpecification.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityVersion.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SendSecurityHeader.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SignatureConfirmationElement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SignatureTargetIdManager.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SspiSecurityTokenProvider.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SupportingTokenAuthenticatorSpecification.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SupportingTokenProviderSpecification.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SupportingTokenSpecification.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\TimeBoundedCache.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\BinarySecretSecurityToken.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\ClaimTypeRequirement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\GenericXmlSecurityToken.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\InitiatorServiceModelSecurityTokenRequirement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\ISecurityContextSecurityTokenCache.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\ISecurityContextSecurityTokenCacheProvider.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\KerberosSecurityTokenParameters.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\NonValidatingSecurityTokenAuthenticator.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\RecipientServiceModelSecurityTokenRequirement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\RsaSecurityTokenParameters.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SecureConversationSecurityTokenParameters.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SecurityContextCookieSerializer.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SecurityTokenContainer.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SecurityTokenInclusionMode.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SecurityTokenParameters.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SecurityTokenProviderContainer.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SecurityTokenReferenceStyle.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\ServiceModelSecurityTokenRequirement.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\ServiceModelSecurityTokenTypes.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SslSecurityTokenParameters.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SspiSecurityToken.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SspiSecurityTokenParameters.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SupportingTokenParameters.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\UserNameSecurityTokenParameters.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\WindowsSidIdentity.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\X509KeyIdentifierClauseType.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\X509SecurityTokenParameters.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\TrustDriver.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\TrustVersion.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\UserNamePasswordClientCredential.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WindowsClientCredential.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversation.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversationDec2005.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversationFeb2005.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityJan2004.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityOneDotOneReceiveSecurityHeader.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityOneDotOneSendSecurityHeader.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy11.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy12.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityTokenSerializer.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityXXX2005.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustDec2005.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSUtilitySpecificationVersion.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509CertificateInitiatorClientCredential.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509CertificateValidationMode.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509ClientCertificateAuthentication.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\Security\XmlHelper.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ServerTooBusyException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceActivationException.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceContractAttribute.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceDefaults.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceKnownTypeAttribute.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceModelAttributeTargets.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceModelDictionary.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceModelStrings.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceModelStringsVersion1.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceSecurityContext.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\SessionMode.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\SpnEndpointIdentity.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedCollection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedKeyedCollection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedReadOnlyCollection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\TcpClientCredentialType.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\TcpTransportSecurity.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\TimeSpanHelper.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\TransactionFlowOption.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\TransactionProtocol.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\TransferMode.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\UnifiedSecurityMode.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\UnknownMessageReceivedEventArgs.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\UpnEndpointIdentity.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\UriSchemeKeyedCollection.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\WS2007FederationHttpBinding.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\WS2007HttpBinding.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\WSAddressing10ProblemHeaderQNameFault.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\WSFederationHttpBinding.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\WSFederationHttpSecurity.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\WSFederationHttpSecurityMode.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBinding.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpSecurity.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\WSMessageEncoding.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\X509CertificateEndpointIdentity.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\XmlBuffer.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\XmlSerializerFormatAttribute.cs"/>
    <Compile Include="FrameworkFork\System.ServiceModel\System\ServiceModel\XmlUtil.cs"/>
    <Compile Include="FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs"/>
    <Compile Include="FrameworkFork\System.Web.Services\Fx.cs"/>
    <Compile Include="FrameworkFork\System.Web.Services\Services\Description\HttpFormatExtensions.cs"/>
    <Compile Include="FrameworkFork\System.Web.Services\Services\Description\MimeFormatExtensions.cs"/>
    <Compile Include="FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs"/>
    <Compile Include="FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionImporter.cs"/>
    <Compile Include="FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptions.cs"/>
    <Compile Include="FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs"/>
    <Compile Include="FrameworkFork\System.Web.Services\Services\Description\Soap12FormatExtensions.cs"/>
    <Compile Include="FrameworkFork\System.Web.Services\Services\Description\SoapFormatExtensions.cs"/>
    <Compile Include="FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs"/>
    <Compile Include="FrameworkFork\System.Web.Services\Services\Description\WsiProfiles.cs"/>
    <Compile Include="FrameworkFork\System.Web.Services\Services\Description\XmlFormatExtensionAttribute.cs"/>
    <Compile Include="FrameworkFork\System.Web.Services\Services\Description\XmlFormatExtensionPointAttribute.cs"/>
    <Compile Include="FrameworkFork\System.Web.Services\Services\Description\XmlFormatExtensionPrefixAttribute.cs"/>
    <Compile Include="FrameworkFork\System.Web.Services\Services\Soap.cs"/>
    <Compile Include="GlobalSuppressions.cs"/>
    <Compile Include="HelpGenerator.cs"/>
    <Compile Include="ImportModule.cs"/>
    <Compile Include="MarkupTelemetryHelper.cs"/>
    <Compile Include="Metadata\HttpAuthenticationHelper.cs"/>
    <Compile Include="Metadata\IClientCertificateProvider.cs"/>
    <Compile Include="Metadata\IHttpCredentialsProvider.cs"/>
    <Compile Include="Metadata\IServerCertificateValidationProvider.cs"/>
    <Compile Include="Metadata\MetadaExchangeResolver.cs"/>
    <Compile Include="Metadata\MetadataConstants.cs"/>
    <Compile Include="Metadata\MetadataDocumentLoader.cs"/>
    <Compile Include="Metadata\MetadataDocumentSaver.cs"/>
    <Compile Include="Metadata\MetadataExchangeException.cs"/>
    <Compile Include="Metadata\MetadataFileInfo.cs"/>
    <Compile Include="Metadata\MetadataFileNameManager.cs"/>
    <Compile Include="Metadata\MetadataFileNamingConvention.cs"/>
    <Compile Include="Metadata\ServiceDescriptor.cs"/>
    <Compile Include="Metadata\ServiceDescriptorFactory.cs"/>
    <Compile Include="OutputPathHelper.cs"/>
    <Compile Include="Shared\FrameworkInfo.cs"/>
    <Compile Include="Shared\MSBuildProj.cs"/>
    <Compile Include="Shared\OperationalContext.cs"/>
    <Compile Include="Shared\Options\ApplicationOptions.cs"/>
    <Compile Include="Shared\Options\ListValue.cs"/>
    <Compile Include="Shared\Options\ListValueOption.cs"/>
    <Compile Include="Shared\Options\OptionBase.cs"/>
    <Compile Include="Shared\Options\OptionsSerializer.cs"/>
    <Compile Include="Shared\Options\OptionValueParser.cs"/>
    <Compile Include="Shared\Options\SingleValueOption.cs"/>
    <Compile Include="Shared\Options\SvcutilOptions.cs"/>
    <Compile Include="Shared\Options\UpdateOptions.cs"/>
    <Compile Include="Shared\Options\WCFCSUpdateOptions.cs"/>
    <Compile Include="Shared\ProjectDependency.cs"/>
    <Compile Include="Shared\ProjectPropertyResolver.cs"/>
    <Compile Include="Shared\SerializerMode.cs"/>
    <Compile Include="Shared\TargetFrameworkHelper.cs"/>
    <Compile Include="Shared\TypeReuseMode.cs"/>
    <Compile Include="Shared\Utilities\AsyncHelper.cs"/>
    <Compile Include="Shared\Utilities\DebugUtils.cs"/>
    <Compile Include="Shared\Utilities\ILogger.cs"/>
    <Compile Include="Shared\Utilities\LogTag.cs"/>
    <Compile Include="Shared\Utilities\PathHelper.cs"/>
    <Compile Include="Shared\Utilities\ProcessRunner.cs"/>
    <Compile Include="Shared\Utilities\RuntimeEnvironmentHelper.cs"/>
    <Compile Include="Shared\Utilities\SafeLogger.cs"/>
    <Compile Include="Shared\Utilities\Utilities.cs"/>
    <Compile Include="Shared\Verbosity.cs"/>
    <Compile Include="Tool.cs"/>
    <Compile Include="ToolArgumentException.cs"/>
    <Compile Include="ToolConsole.cs"/>
    <Compile Include="ToolExitCodes.cs"/>
    <Compile Include="ToolInputException.cs"/>
    <Compile Include="ToolMexException.cs"/>
    <Compile Include="ToolRuntimeException.cs"/>
    <Compile Include="TypeLoader.cs"/>
    <Compile Include="XmlStrings.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" Link="artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\Resource.cs" Link="artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\Resource.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\SRCodeDom.cs" Link="artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\SRCodeDom.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\ResXml.cs" Link="artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\ResXml.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\SRSerialization.cs" Link="artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\SRSerialization.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\SRServiceModel.cs" Link="artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\SRServiceModel.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\SR_IdentityModel.cs" Link="artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\SR_IdentityModel.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\System.Web.Services.ResWebServices.cs" Link="artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\System.Web.Services.ResWebServices.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataResources.cs" Link="artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataResources.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\Microsoft.Tools.ServiceModel.Svcutil.Shared.Resources.cs" Link="artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\Microsoft.Tools.ServiceModel.Svcutil.Shared.Resources.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\Microsoft.Tools.ServiceModel.Svcutil.SR.cs" Link="artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\Microsoft.Tools.ServiceModel.Svcutil.SR.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\dotnet-svcutil-lib.AssemblyInfo.cs" Link="artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\dotnet-svcutil-lib.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\782f4df2ef3842f2b41521ef476a51c8\Microsoft.ApplicationInsights.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e3a3ff0a0e5f43dc8284949adb9f8d6c\Microsoft.DotNet.InternalAbstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\62f276049a334323a1242f6c94c34db5\Microsoft.Extensions.DependencyModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ef0f8705999f47b09bff1ee1eb8433e0\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3b0b99367b084d729c597c37d121c685\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6dadd22e019742ce80aaefef99855be0\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\318c9056f32846c0a51db38b5e195373\Newtonsoft.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\131db880c7024c1babc8c9304c842e83\NuGet.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3df74782bf0742888104936c91f0c179\NuGet.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fc62a15d2e144ebe9267ca53fcf02f56\NuGet.DependencyResolver.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c9f4b4fa2fea41fdb121f876dc00395a\NuGet.Frameworks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a5f9b1eb4762492a8438ec03b67b3dec\NuGet.LibraryModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe793b8ea89a4a89add8d021e9e9746b\NuGet.Packaging.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7b352b70a8994161a1ea18864d3eaa9b\NuGet.ProjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\992e9377ebb5434cb69d67850a22b352\NuGet.Protocol.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c6cc4ea41324446ebd00aff289ed7451\NuGet.Versioning.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\65de43242b894243b95d92cec0939e0a\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\03321e3abb6d4fe59065a8364bf8e636\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a23616b5238b4f519c18851933186bb3\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23ceb428fda94f808e62c7731fe00182\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\334d1c395c06460e8f4b88f1b9e08c94\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1e16d32ab0604128a5bcd620568d2180\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\efa9b4d86c504c84a8c116c478b1e108\System.ComponentModel.Composition.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\52d8232f00e64c38abac39babc57763c\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d984eca0269b40be93263cd41799698d\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1b6028a50fb043829ccc063f5932157c\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c7eac0fc17384883811ee62665243eb6\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d4480ce8665a4dbbb6da73e5fe655911\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\906a86c8c762416cada62a91b392bba0\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e98988a960ca4d4280b02c12d0820f3c\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f35d3439934844a8b5dfc1faa7284f43\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\30a01407740f4237b35449b8ae79399b\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ba32804535354614b017cea4aa4a751f\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5ce05d940d5740f99c1fdb29b357924c\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\12950f872e394c9792f21d60c137525e\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\45b73c3414e84a208f25cdaee05dddc2\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a585abfd6ee04983a16a11f8189a9892\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dc3bcb143c90466ca0d14f4e0fbaf7f1\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\89a9a21cfaf84b639758997b7af8f96e\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4585cf1a8a304cd2b2fc722f069ea6ac\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\761fd567a8ad431281495aa3b0ab40d8\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4b5030ebe66344e9a8a23cf3c5e8be6a\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4395da3daaec43a087c34201e65b1667\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eb1b0fcccab8490fb4278c111b33b8f2\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8ebb984825394eac97f1b67d9f9a1784\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d5041a8d11474c6faf686828fe374b3a\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\55c2321c3861487fa1f2fe3ffc5a1be9\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\066ebc4259a44361a48a440acad51283\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\71a6e26793f149bb8eeddc2cef063971\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d98db1a7fa1b455cb078a250d53d61cf\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6b3a44ab2d51443babc201aee73b82a1\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\130de9276b0b4fbca27f1504efaf28e9\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\286e02b0de6345448f58e93a976fbb1f\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\82a33ac4d3d64228a119af040c7ba69f\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\748c02c0ca6f4df8a6133c7f2cb72b39\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cd2590a0b4b34d63b9ca8d9bc6cac698\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2505323815044dd984cbd160cbeb878d\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ce3bba0d3b61431db80fc3738123e9f4\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\018b5c94d8ac44a0af642c47d6bd6101\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a84a808bdc084a3f97a4321ae5e09ab9\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7d1c9ef652b147d483221587ce76473e\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2948a49f1f4b4d91acb0478ae0750133\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\64404394933345aea6566a7e6076b849\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f4f38f1cdee749cdaa7e5d142fb264b3\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\364de6aa36384f0cb478eff7d6f86309\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\03b25722587f4ac6bc9b990ab080a796\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9cff04e6ad0641df870142e093a650d5\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\12f4440545cb4fa09eb3dd98b73b8645\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6de0a65ba0ff402c9357285f5fff9453\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ee6cf2baaf064af38abc079aba4f4bdf\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1c2f9f9187994a65b7cb713154250e73\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c08be717b6024e97ba04df88234e4cd1\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\47f8d05a06b14a70a2f6695fa2220499\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8aca79411a1443529b0aeb2a662df386\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\49ae481f39104d038acb3291592fe881\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e85872bff40745a09b5fb68df79d67ca\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d0d141cdfdb348b6a40cec8fbdb22212\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f4e001aaa6bb47dc8a74e0c187fb9007\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fd80350a03fb4f81873aacb5119f4935\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9e95c71c76d549dcabb642539bcad76b\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1f53e0a0aede400db021833db13006f4\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7fe1520de2ed4555b750e59c8379dd46\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\567061aaa5ec4091a307aed46f930103\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0f87f655bf8a42f7b62ed5d7794535d3\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e31233adc2ef4b68bdec03a6e476ae7f\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b438317bc02478bb4a6e58cd9c5886d\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b58cfcf205524cfbb22fe768e310a971\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8ea95cdf6a6046a88be30235c319f78d\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\97cf5ab4bd8e43eeafaa001fd2e53bed\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\43610aa78b3146528f9c8176637b248f\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c74dc64c434b4634ba6fdffe8c9ba149\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b681d508fe894b968b4d7d11d27d59e4\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d006d62721744738b6abb319bc371761\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\31414faf61cf442091eb440369fc5b0a\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1e074a5bc85247e6ae6fde38fd664457\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fb475d8b180e42f8917320bcbe3dbc8c\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b0156c63daa542f38a6fb62237390df4\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c451e154cfd14b6eb9991f208d072aec\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dee85ad0147b4ea293d96eeb77e8d35a\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\de2926e0fff14817ae23fea7c6dfd039\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\06cc3fcb70f14ca19f88e346222a7d1d\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b6e44dc36b4a4e8b9043c5d1417a591f\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\01d25e44f90f4a468d7dc5b28aa7c55e\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e1ad87b9dc4d48f18e69357084d09b5e\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fd75774515e4463fbe7ed908b0f36f66\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\abeeea2431a54221b1b0afa85455be1a\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aeaa865343634328a71a35e7e7744022\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a194b990db7f4584b023c88e0ea788cb\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d2bc56e28c894dfc9b3c4f156604453c\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7d517353d2d3465783d3e3be94ec882a\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\671289c5ddc04a5d9af578052317783a\System.Security.Cryptography.Pkcs.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b652ef6ba6a846b2a588b08ef3ba0358\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\19ca1ff766c846a1bd4d24c6f542e45f\System.Security.Cryptography.ProtectedData.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d87d1f6103a24cb990bedef6f0a37630\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a965a0b3946f422789d4ab82163b3a66\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe85f4c8d55e41eb995f89cfc9770cfe\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9073e110050d4d4cbf8758447c848b26\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\13f366fd0e9844838290cb85a6a1936e\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3cf4acfca0a34b6c97df33dc6758ac30\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\93d69975856b46eb88525ba51378cc8e\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a5b2646bc7054e62958ac57f173d816b\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fdd92a128c434cff93a4cff4f05beca8\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\19bbe4562b894bbb8559b36ddb27c871\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6128a3c1cb9140faa85ab67288e9259f\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\68078a5c5ab447beb14be13c6623d821\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1d902f2edb974b87a0e86daf56ab644b\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f105874b2ba74d6885f8c809e73f7cbb\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4cc2dcb52e9c4d249f48ed48d748ee1b\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d26b5aca918b498e9a93ee11a5417f3a\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b768b2e12c374143b467de8d85a53db4\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cc2f586f2cad4b499e716413e614ffd0\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\960b8399190c475bb73b4cee64ef748e\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\11699873b29a433798768900fdadd2df\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5bacc97491a34e119a0331717ddfd525\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f80e10ac164f4dfd8f61d4a723b1f4c1\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b4afa9fda2b48fda404910b287beee0\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\48c1d5542d7c4b4f9047ad9ed0cf9b35\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6b7556ae8a81446b829fc60fc8b5c834\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7efaf249c3364fbaafbfae099104a110\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4b57c086835240ab8005061eb4e5620d\System.Xml.XPath.XDocument.dll"/>
  </ItemGroup>
</Project>