File: Microsoft.AspNetCore.Razor.Language.UnitTests.csproj
Web Access
Project: src\src\Razor\src\Compiler\Microsoft.AspNetCore.Razor.Language\test\Microsoft.AspNetCore.Razor.Language.UnitTests.csproj (Microsoft.AspNetCore.Razor.Language.UnitTests)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <AssemblyName>Microsoft.AspNetCore.Razor.Language.UnitTests</AssemblyName>
    <KeyOriginatorFile>..\..\..\..\..\..\..\_external\1\AspNetCore.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;RELEASE;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="..\..\..\Shared\files\LanguageSupport\IsExternalInit.cs" Link="src\Razor\src\Shared\files\LanguageSupport\IsExternalInit.cs"/>
    <Compile Include="BoundAttributeDescriptorExtensionsTest.cs"/>
    <Compile Include="CodeGeneration\CodeRenderingContextTest.cs"/>
    <Compile Include="CodeGeneration\CodeTargetTest.cs"/>
    <Compile Include="CodeGeneration\CSharpCodeWriterTest.cs"/>
    <Compile Include="CodeGeneration\DefaultCodeTargetBuilderTest.cs"/>
    <Compile Include="CodeGeneration\DefaultCodeTargetTest.cs"/>
    <Compile Include="CodeGeneration\IndentCacheTests.cs"/>
    <Compile Include="CodeGeneration\LiteralRuntimeNodeWriterTest.cs"/>
    <Compile Include="CodeGeneration\RuntimeNodeWriterTest.cs"/>
    <Compile Include="CodeGeneration\TagHelperHtmlAttributeRuntimeNodeWriterTest.cs"/>
    <Compile Include="Components\ComponentDocumentClassifierPassTest.cs"/>
    <Compile Include="Components\ComponentDuplicateAttributeDiagnosticPassTest.cs"/>
    <Compile Include="Components\ComponentMarkupBlockPassTest.cs"/>
    <Compile Include="Components\ComponentMarkupEncodingPassTest.cs"/>
    <Compile Include="Components\ComponentWhitespacePassTest.cs"/>
    <Compile Include="Components\NodeAssert.cs"/>
    <Compile Include="CSharpIdentifierTest.cs"/>
    <Compile Include="DefaultAllowedChildTagDescriptorBuilderTest.cs"/>
    <Compile Include="DefaultBoundAttributeDescriptorBuilderTest.cs"/>
    <Compile Include="DefaultDocumentClassifierPassTest.cs"/>
    <Compile Include="DefaultRazorCSharpLoweringPhaseTest.cs"/>
    <Compile Include="DefaultRazorDirectiveClassifierPhaseTest.cs"/>
    <Compile Include="DefaultRazorDocumentClassifierPhaseTest.cs"/>
    <Compile Include="DefaultRazorIntermediateNodeLoweringPhaseIntegrationTest.cs"/>
    <Compile Include="DefaultRazorIntermediateNodeLoweringPhaseTest.cs"/>
    <Compile Include="DefaultRazorOptimizationPhaseTest.cs"/>
    <Compile Include="DefaultRazorParsingPhaseTest.cs"/>
    <Compile Include="DefaultRazorProjectEngineIntegrationTest.cs"/>
    <Compile Include="DefaultRazorProjectFileSystemTest.cs"/>
    <Compile Include="DefaultRazorProjectItemTest.cs"/>
    <Compile Include="DefaultRazorSyntaxTreePhaseTest.cs"/>
    <Compile Include="DefaultRazorTagHelperBinderPhaseTest.cs"/>
    <Compile Include="DefaultRequiredAttributeDescriptorBuilderTest.cs"/>
    <Compile Include="DefaultTagHelperResolutionPhaseTest.cs"/>
    <Compile Include="DirectiveDescriptorBuilderExtensionsTest.cs"/>
    <Compile Include="DirectiveDescriptorTest.cs"/>
    <Compile Include="DirectiveRemovalOptimizationPassTest.cs"/>
    <Compile Include="DirectiveTokenEditHandlerTest.cs"/>
    <Compile Include="DocumentClassifierPassBaseTest.cs"/>
    <Compile Include="Extensions\DefaultMetadataIdentifierFeatureTest.cs"/>
    <Compile Include="Extensions\DefaultTagHelperOptimizationPassTest.cs"/>
    <Compile Include="Extensions\DefaultTagHelperTargetExtensionTest.cs"/>
    <Compile Include="Extensions\FunctionsDirectivePassTest.cs"/>
    <Compile Include="Extensions\InheritsDirectivePassTest.cs"/>
    <Compile Include="Extensions\MetadataAttributePassTest.cs"/>
    <Compile Include="Extensions\MetadataAttributeTargetExtensionTest.cs"/>
    <Compile Include="Extensions\PreallocatedAttributeTargetExtensionTest.cs"/>
    <Compile Include="Extensions\SectionDirectivePassTest.cs"/>
    <Compile Include="Extensions\SectionTargetExtensionTest.cs"/>
    <Compile Include="Extensions\TemplateTargetExtensionTest.cs"/>
    <Compile Include="GlobalUsings.cs"/>
    <Compile Include="HashCodeCombinerTest.cs"/>
    <Compile Include="HtmlConventionsTest.cs"/>
    <Compile Include="HtmlNodeOptimizationPassTest.cs"/>
    <Compile Include="IntegrationTests\BasicIntegrationTest.cs"/>
    <Compile Include="IntegrationTests\CodeGenerationIntegrationTest.cs"/>
    <Compile Include="IntegrationTests\ComponentBindIntegrationTest.cs"/>
    <Compile Include="IntegrationTests\ComponentChildContentIntegrationTest.cs"/>
    <Compile Include="IntegrationTests\ComponentCodeGenerationTestBase.cs"/>
    <Compile Include="IntegrationTests\ComponentDeclarationIntegrationTest.cs"/>
    <Compile Include="IntegrationTests\ComponentDiagnosticRazorIntegrationTest.cs"/>
    <Compile Include="IntegrationTests\ComponentDirectiveIntegrationTest.cs"/>
    <Compile Include="IntegrationTests\ComponentDiscoveryIntegrationTest.cs"/>
    <Compile Include="IntegrationTests\ComponentFilePathIntegrationTest.cs"/>
    <Compile Include="IntegrationTests\ComponentGenericTypeIntegrationTest.cs"/>
    <Compile Include="IntegrationTests\ComponentImportsIntegrationTest.cs"/>
    <Compile Include="IntegrationTests\ComponentPreprocessorDirectiveTest.cs"/>
    <Compile Include="IntegrationTests\ComponentRenderModeAttributeIntegrationTests.cs"/>
    <Compile Include="IntegrationTests\ComponentRenderModeDirectiveIntegrationTests.cs"/>
    <Compile Include="IntegrationTests\ComponentTemplateIntegrationTest.cs"/>
    <Compile Include="IntegrationTests\FindTokenIntegrationTest.cs"/>
    <Compile Include="IntegrationTests\HtmlAttributeIntegrationTest.cs"/>
    <Compile Include="IntegrationTests\TagHelpersIntegrationTest.cs"/>
    <Compile Include="IntegrationTests\TestTagHelperDescriptors.cs"/>
    <Compile Include="Intermediate\DefaultRazorIntermediateNodeBuilderTest.cs"/>
    <Compile Include="Intermediate\DocumentIntermediateNodeExtensionsTest.cs"/>
    <Compile Include="Intermediate\ExtensionIntermediateNodeTest.cs"/>
    <Compile Include="Intermediate\IntermediateNodeReferenceTest.cs"/>
    <Compile Include="Intermediate\IntermediateNodeWalkerTest.cs"/>
    <Compile Include="Intermediate\LazyContentTests.cs"/>
    <Compile Include="Legacy\BaselineWriter.cs"/>
    <Compile Include="Legacy\CodeBlockEditHandlerTest.cs"/>
    <Compile Include="Legacy\CSharpAutoCompleteTest.cs"/>
    <Compile Include="Legacy\CSharpBlockTest.cs"/>
    <Compile Include="Legacy\CSharpCodeParserTest.cs"/>
    <Compile Include="Legacy\CSharpErrorTest.cs"/>
    <Compile Include="Legacy\CSharpExplicitExpressionTest.cs"/>
    <Compile Include="Legacy\CSharpFunctionsTest.cs"/>
    <Compile Include="Legacy\CSharpImplicitExpressionTest.cs"/>
    <Compile Include="Legacy\CSharpLanguageCharacteristicsTest.cs"/>
    <Compile Include="Legacy\CSharpNestedStatementsTest.cs"/>
    <Compile Include="Legacy\CSharpPreprocessorTest.cs"/>
    <Compile Include="Legacy\CSharpRazorCommentsTest.cs"/>
    <Compile Include="Legacy\CSharpReservedWordsTest.cs"/>
    <Compile Include="Legacy\CSharpSectionTest.cs"/>
    <Compile Include="Legacy\CSharpSpecialBlockTest.cs"/>
    <Compile Include="Legacy\CSharpStatementTest.cs"/>
    <Compile Include="Legacy\CSharpTemplateTest.cs"/>
    <Compile Include="Legacy\CSharpTokenizerCommentTest.cs"/>
    <Compile Include="Legacy\CSharpTokenizerIdentifierTest.cs"/>
    <Compile Include="Legacy\CSharpTokenizerLiteralTest.cs"/>
    <Compile Include="Legacy\CSharpTokenizerOperatorsTest.cs"/>
    <Compile Include="Legacy\CSharpTokenizerTest.cs"/>
    <Compile Include="Legacy\CSharpTokenizerTestBase.cs"/>
    <Compile Include="Legacy\CSharpToMarkupSwitchTest.cs"/>
    <Compile Include="Legacy\CSharpVerbatimBlockTest.cs"/>
    <Compile Include="Legacy\CSharpWhitespaceHandlingTest.cs"/>
    <Compile Include="Legacy\DirectiveCSharpTokenizerTest.cs"/>
    <Compile Include="Legacy\DirectiveHtmlTokenizerTest.cs"/>
    <Compile Include="Legacy\DisposableActionTest.cs"/>
    <Compile Include="Legacy\HtmlAttributeTest.cs"/>
    <Compile Include="Legacy\HtmlBlockTest.cs"/>
    <Compile Include="Legacy\HtmlDocumentTest.cs"/>
    <Compile Include="Legacy\HtmlErrorTest.cs"/>
    <Compile Include="Legacy\HtmlMarkupParserTests.cs"/>
    <Compile Include="Legacy\HtmlTagsTest.cs"/>
    <Compile Include="Legacy\HtmlToCodeSwitchTest.cs"/>
    <Compile Include="Legacy\HtmlTokenizerTest.cs"/>
    <Compile Include="Legacy\HtmlTokenizerTestBase.cs"/>
    <Compile Include="Legacy\MarkupElementGroupingTest.cs"/>
    <Compile Include="Legacy\ParserHelpersTest.cs"/>
    <Compile Include="Legacy\RazorDirectivesTest.cs"/>
    <Compile Include="Legacy\RazorParserTest.cs"/>
    <Compile Include="Legacy\SourceLocationTrackerTest.cs"/>
    <Compile Include="Legacy\TagHelperBlockRewriterTest.cs"/>
    <Compile Include="Legacy\TagHelperParseTreeRewriterTest.cs"/>
    <Compile Include="Legacy\TagHelperRewritingTestBase.cs"/>
    <Compile Include="Legacy\TextReaderExtensionsTest.cs"/>
    <Compile Include="Legacy\TokenizerLookaheadTest.cs"/>
    <Compile Include="Legacy\TokenizerTestBase.cs"/>
    <Compile Include="Legacy\WhiteSpaceRewriterTest.cs"/>
    <Compile Include="RazorCodeDocumentExtensionsTest.cs"/>
    <Compile Include="RazorDiagnosticDescriptorTest.cs"/>
    <Compile Include="RazorDiagnosticTest.cs"/>
    <Compile Include="RazorEngineMockFactory.cs"/>
    <Compile Include="RazorEngineTest.cs"/>
    <Compile Include="RazorLanguageVersionTest.cs"/>
    <Compile Include="RazorParserOptionsTest.cs"/>
    <Compile Include="RazorProjectEngineBuilderExtensionsTest.cs"/>
    <Compile Include="RazorProjectEngineBuilderTest.cs"/>
    <Compile Include="RazorProjectEngineFeatureBaseTest.cs"/>
    <Compile Include="RazorProjectEngineTest.cs"/>
    <Compile Include="RazorProjectFileSystemTest.cs"/>
    <Compile Include="RazorProjectItemTest.cs"/>
    <Compile Include="RazorSourceDocumentTest.cs"/>
    <Compile Include="RazorSyntaxTreeTest.cs"/>
    <Compile Include="SourceChangeTest.cs"/>
    <Compile Include="SourceLocationTest.cs"/>
    <Compile Include="SourceSpanTest.cs"/>
    <Compile Include="StringTokenizerTest.cs"/>
    <Compile Include="Syntax\FindTokenTests.cs"/>
    <Compile Include="Syntax\GreenNodeTests.cs"/>
    <Compile Include="Syntax\SyntaxListTests.cs"/>
    <Compile Include="Syntax\SyntaxTokenCacheTest.cs"/>
    <Compile Include="Syntax\SyntaxTokenListTests.cs"/>
    <Compile Include="TagHelperBinderTest.cs"/>
    <Compile Include="TagHelperCollectionTest.cs"/>
    <Compile Include="TagHelperDescriptorBuilderTest.cs"/>
    <Compile Include="TagHelperDescriptorComparerTest.cs"/>
    <Compile Include="TagHelperDescriptorExtensionsTest.cs"/>
    <Compile Include="TagHelperMatchingConventionsTest.cs"/>
    <Compile Include="VirtualRazorProjectFileSystemTest.cs"/>
    <Compile Include="..\..\..\..\..\..\eng\config\test\Core\InstallTraceListener.cs" Link="eng\config\test\Core\InstallTraceListener.cs"/>
    <Compile Include="..\..\..\..\..\..\..\_external\2\Microsoft.NET.Test.Sdk.Program.cs"/>
    <Compile Include="..\..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Razor.Language.UnitTests\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.AspNetCore.Razor.Language.UnitTests\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Razor.Language.UnitTests\Release\net10.0\Microsoft.AspNetCore.Razor.Language.UnitTests.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Razor.Language.UnitTests\Release\net10.0\Microsoft.AspNetCore.Razor.Language.UnitTests.InternalsVisibleTo.cs"/>
    <Compile Include="..\..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Razor.Language.UnitTests\Release\net10.0\Microsoft.AspNetCore.Razor.Language.UnitTests.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Razor.Language.UnitTests\Release\net10.0\Microsoft.AspNetCore.Razor.Language.UnitTests.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\d2938b3616184d4597709874751a93c6\Basic.Reference.Assemblies.AspNet80.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\873b57029bed4d56bb57f787abfcdad2\Basic.Reference.Assemblies.Net20.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\23b95ffa0e9b400f9b0f046d1d7f005c\Basic.Reference.Assemblies.Net40.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\05405ee0f7f74fd5a4d9d69ff90e7df8\Basic.Reference.Assemblies.Net461.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\dd509faa76ec49e6a519b361a8b108d0\Basic.Reference.Assemblies.Net70.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\ce4c569fd3dd41739254c61a26a8d35a\Basic.Reference.Assemblies.Net80.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\ea83f45d763e4c78bc4dcab141e8a045\Basic.Reference.Assemblies.NetStandard20.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\da6c73fc955b40fa89a48dd398af7164\Castle.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\a9145212793c4002b424ca52362e33ac\DiffPlex.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\84e788a51a2d4dae8c6707e12c8fd46d\ICSharpCode.Decompiler.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\c903479a9ec44f4fb6be2549728b937b\ILVerification.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\164bc12c58a7447e842e7cef87c15ee4\Microsoft.AspNetCore.Razor.Test.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\70a82d0341704f7c9eddcfc392fd234f\Microsoft.AspNetCore.Razor.Utilities.Shared.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\f4f3ac27a54c47beb08db39d7144e2a1\Microsoft.Build.Locator.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\2363a9dc031d4e21aa0a5f09ea2e01e8\Microsoft.CodeAnalysis.Compiler.Test.Resources.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\575670c1449846009c947464cbd6ad12\Microsoft.CodeAnalysis.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\49af155a993f4609ad0a616b349219f5\Microsoft.CodeAnalysis.CSharp.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\188ec43d3c434baf8bb7bf386d8952d5\Microsoft.CodeAnalysis.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\591d85e03dd04ee7b16c9e2dda4285ea\Microsoft.CodeAnalysis.Razor.Compiler.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\e1febbeef6d343a196c990c5f3bcc85d\Microsoft.CodeAnalysis.Test.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\eced4a0da11a4627be4bd6410c552700\Microsoft.CodeAnalysis.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\e8e2004995ab461d9e21ab955b651822\Microsoft.CodeAnalysis.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\0a76ed9e47884d65ae191228a76b6999\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\33b63a32b4ea4551a13ff93400412292\Microsoft.DiaSymReader.Converter.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\50e5b3e657774238974fce05f54c9c16\Microsoft.DiaSymReader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\b69011ec61404cb598fb8af9c0b36140\Microsoft.DiaSymReader.PortablePdb.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\5eb61dfd6f0e4263885552a0968d8a5b\Microsoft.Extensions.DependencyModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\ea1f5fca22ac41529dea3ba5fb72289d\Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\eb234fe40b2044d982900c4ea4d41015\Microsoft.Metadata.Visualizer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\da2b39132af5475689bc0ec99a90c8df\Microsoft.TestPlatform.CommunicationUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\4868396bc2984256bccc886dcf3d40f4\Microsoft.TestPlatform.CoreUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\dcdcb98578c94db19ebcd00d51a9e363\Microsoft.TestPlatform.CrossPlatEngine.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\b3dd17f7bcc74912b437e976c137fffa\Microsoft.TestPlatform.PlatformAbstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\224ede22e62146a09d1613c21f0bce71\Microsoft.TestPlatform.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\ae0c876cd7704f4f8417e80fb6c4cefb\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\77fed7cf139f473aaaaf5c6d2b881993\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\92fcc80cb6ea4a2e8304df26022009a1\Microsoft.VisualStudio.CodeCoverage.Shim.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\f3559e1592644d84a184aa3e5122217b\Microsoft.VisualStudio.TestPlatform.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\668d92f0a2d64ddba3c8841dccebf3ca\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\9099171300d34ada87a0b47c7fb98cc5\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\bc2201f6e38d4fc8b7f7b43ed0cb416e\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\9c7a17bb5ddc410cbaab2223c5ba5ff0\Moq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\9d8dfb41e3a542e2973315c2c8dc16ee\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\81d16cc4cb404463a348f838b472435b\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\b73fd5e649fb46d7b67355385fd0e8b1\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\bbc002268bed4140b2589da99599f8b7\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\8568727ba9e242f1b16b6a676575d869\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\41a31b1bbd3d4021aceab4e0e4216b28\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\1d72fe0cb55342d09fcb3b84e5c461f8\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\251aa7036eee43d89efeee9fad2ffde3\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\99958891c2ca4361ab441299163e8268\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\1ac29b89b639420391627818aa258b99\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\504869faaa3e40c8a2b951963f238d5d\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\7b60e75be3f942b298ed4e6e09e844b7\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\8d1f22169e8d48f4af4d81038ee18f11\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\f2b0a38e897749318b9466053a0042b9\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\0d0120c2cbb34814b1583d078c42084b\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\9e3e437ad340444ab936a1f198aaf23b\System.Composition.AttributedModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\02128770d736488fae0498fd6a461dad\System.Composition.Convention.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\b5698287e3c340f5b08d26ade675875c\System.Composition.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\eb410fb97c1544b8bb6b064ca9271643\System.Composition.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\0cf6a5e4b69c4bb49be1a1bb6486be8b\System.Composition.TypedParts.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\ed6465c0c6f6416c8d50ead598b713d9\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\19102cb8217f4d72ad9bdf6eb1cdbc99\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\1d17a3a7a00841b6a702934c5cdce3a2\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\586d18a2d25b499ab3ce797d402700f7\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\e2dd8e3ec2dc426396d38a5c7f88be66\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\b4b90452d7c746558fba06dd9c48c285\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\338c30fef56241449aeb57d738600940\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\6740a9e1d7514f5ea776dd45c9245e40\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\ac4d449e32c84c5f95143ddedd74e296\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\6a61d8b4dafb49c8a898221f4e928a4f\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\994f0e07682a43769332180cdbe91f43\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\fc313532fb5443509ff2cba5d10833cc\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\c3babb18f4844bcba32545b6a47174e0\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\5bf4877c140543619afc01220c587f19\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\98b5a3969c5f4385bdf09c92806cd85d\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\f1926eafefb347f49f5ffaed9558b8be\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\55aa110b7c0e4d7fa102b2cb7bd7eb12\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\e90fb240fda041acaac78c4249ea6ff7\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\a87c9d86cac345068dc4fa22f6d6c52c\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\2aeee328c3164300ac35cde6fd63533c\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\668c70414d3846b38b16d0520039c562\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\909e3ca1dd4d409f99f57e4dcd188256\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\4e01b35d855749c49b98fae6f1fb0b2f\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\01ac839bee4f4b9fadfd0196b665fdac\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\d4897a77b66147368956db466e31aba3\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\fde1ff56fd0f4f4787debb94cd178913\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\30d1219231f84f518c5c46d1739ecb30\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\f0104732e15043eb86ff1300eb940bee\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\43a7d5ee451449b18b3eb64b89adf8cc\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\5ff1652283a5496cad1e05483a3a1558\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\ff2c455154e64e4bae461083b671fc16\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\623c3dc8754d4af5965f70fbb09af6de\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\ea07d2e1d78b4229865a252450a4d674\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\59a48ee2d74146778625de02bf6945e7\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\eee1e7e09948439388cfc00aaacd94ac\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\b5d245e7fd604dce853887823dd5c0a4\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\6401f65c11e44e678b10e0a0c2d22e86\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\cd1c13fe71a449dbba43c165c13cf47f\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\e01ba73273fb4d9c978ddaf9ca4ad2fe\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\86914bb501dc47b792697e2d8ea22cba\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\31e114cd87c64f18a5f78b70b263ca61\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\6a309ec1baa44acbb89079c74a0cb86a\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\458e511c10534adf97c72f6ff18ce779\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\72bcb7aa318b4fa88471dc409f0183de\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\27349fad2c3d4053b8653b55618f97dc\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\cd63c2ea1b284214b30754f529797b2c\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\3513830cfe354cb890788b29c5d830e6\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\cac889092fb04b96bed41ed75c4788b1\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\8a85a80f9eec40989ab5aba5b805e3bb\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\f98a2c88e1f84558b780030dd8791501\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\fdb2cfe982554352afc3f55294063ec7\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\4b1bb9ce836544beb512f255d89bf64c\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\a949e091cea4404fa70893f68dfd30fa\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\c95c57856e8142f79ad9569866a747c8\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\2dc17c6102e74152a1c21e326959ab7b\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\7adf23a287c74f52b907e3f1b40993dd\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\1e1fe4ceee9d4359b036f47fe40967cc\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\ea40cd2f7c70455e9bc6280f95f9447f\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\7f989d1164154228848a93f886cca9aa\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\0d9bcd5b9d564f1b94be48c5be77e21c\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\8cd49567bd434acc92bdd621dca305b6\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\b17513a0c3404641b878b91943db1b7a\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\d94409e0e1c248da9d1a9f6ea0edce80\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\99e044e444ea48dc8c741f2cdbdbbf88\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\8895fa99aefc415491da738db40a0634\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\af25985011934ca4bf896177f8ab8ac2\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\04af8393b44e43a4a3cc2295960d6a20\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\03143edb08734facb58fe0fdf44e5899\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\0c2f624361f04c07a9ea3922b7556f24\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\e8a4a83ed02b48b4a6d7cfde01c556ef\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\31861a98567b45be853964701a165d4c\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\f9fd13d092824eefad7b5c88d877d4d4\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\6ad97a6d6b834feb8407df0e106e9ca1\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\2aebd8456ab54d7cb5890ce84d7b34c4\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\fa54fdfcb6164603ae4977eafefa90ec\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\3ec18a477cca44e1a67d30870d12bbb5\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\035c1dc79b5c49ccbcc056ca522f62d6\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\428726dee7a248fbaae9d748974d454c\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\4e7acd8b1bf04acd858763bf03001b93\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\1e5b35aad9e449f19732c4e46711cf7a\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\aa73204b22eb4b208de9f1c3b4e14203\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\58beb3a60daf44ed961994e57f407521\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\e35e7a0c5e094504b81fdedc9fd80420\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\b2d0f035fc354380abe666dc73a381ea\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\e6985fc99d8c4cbb920d30137512bdca\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\d5d5a341eaa143de945957d5f23387ad\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\89327f98360c4b73964592d3870960c9\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\68c57546863a4678b9faa0449fa9ddf6\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\55b7954491fd4087a46fc6d0610a1cbd\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\84fad2d6ecee49178305bbef5b78ff2c\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\2768e4447cef430f9454b93751a083a5\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\459a339d540248fb8d0fbf2d321443cd\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\e4d725fd31ba48369c95549ff6eddf53\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\5c16775e319a4e298fcdb0fa5355fe7e\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\6c962e5d61224d01b5525edfea0b6179\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\3b1c6dd6e7594d5e88cf79ece026cd82\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\5587ec6c0c074b24878ef914808485c8\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\2520d9734ffb4a049c2eb46118fb99f1\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\9d4bb305f64643149f40679166061801\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\cd5a554c60154aa8be2a1bd0cf800feb\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\66648c313e5849b99965eda606fc8357\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\1b0d64df7c4e4f27b1b90ae1d40f414a\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\710c75474f494e5bb1161a06dfd7bb68\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\ab9fc11b1bc348b28eebc8cf3cd7133e\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\3294707a08a4416e9e218738956a16e9\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\1871a641e98643dcb848f2db2a4f0b1c\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\79a2ba6a2a0443f39e29122bf7fbf7ff\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\70df216a5d874a4aa3fb16b94d34f898\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\dd5bcb8f22dd41e78177ba2121906abf\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\b4aeae3d63f74883a38585516c2fdd16\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\5604a2764b5c42749ccb3c499b6afffa\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\0cf0688a8fc84750a18e53a5009bdee3\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\248828486c8a492ea19fd506e77faf58\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\c7ddd28704fc4441aa13b7a56109977e\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\5a5f22c8d8a448fbb9b43425d12287d8\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\45ca12b35e6347399240d110a8627173\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\5e20d1a172af49edb45b8f440188bb5f\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\0c519252eefe4aabae53b374224b5b24\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\236071d464ed4cdb80da0406d959bfd7\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\b35fd82735c44352a30c1e7457fdd37e\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\11e0d8dbcd184a50988338953a51951d\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\a684c93134144d72a20a3aaffc946425\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\6c40412bcc9d4f7e8cc4d9c5c3668dc6\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\775852f276fb4befb9582d2bf2266422\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\65972229017649288bc70965ea8c78c4\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\3324f1f1cd144ee0abfd3cefc7a36cef\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\35ab728d78b24b2ca7ae376d8d8609a6\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\9332b08edb4d4b38a7cae882ab077902\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\7d9c8b6880af4879bafd196db55c877c\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\a4045e39b9f647a1a00be6512356cf6c\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\76494a872c2646769933ac90dddd0d49\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\9f2ac6ffd8094128bf215ac514f163c3\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\aa372b3927174ae780fe0ba2afee1c56\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\5ecf78e3c60f4ae0a7d855ec54ca3436\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\4f65fbbd51fe4690aa4eae5b9d514fbc\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\55c36477b19b46ccbf7bd305deb57619\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\9be32f06b2124a56aabcb4526dfd270c\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\5673b8994ddb4fd0a659790c16fa4e69\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\bd253bca9d6044bca3559bf997d745f4\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\940c20d6e0094231ba8ae829b5beca44\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\eb8724ba115646a8b69554f7760b5dae\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\491b2bbf5d2248028f3ff8235ea01a92\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\18bc2ba59b674ca395c19d5a06feeab6\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\891ffdd104aa4fb5b956924e66a35d45\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\3813276ad757463aafa32d32cf83fb3d\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\b335ffe77d6b4d6f9d94f3f396c4d88c\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\99d75a2705fd44dba175120461a00edd\testhost.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\04c6b0cdb6b44ed384609674acac71ca\WindowsBase.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\b8b10b8247cb413eab5175c26a5956a7\xunit.abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\285675a6903d43ca89ed13e37e2bfe3c\xunit.assert.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\92d6b6f0e453448ba04916fae45d23ce\Xunit.Combinatorial.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\8fc4f27ec64342b0a3ccdcb599f9ab5e\xunit.core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\85d851c0999e47c98ebf2edc8a9a22d4\xunit.execution.dotnet.dll"/>
  </ItemGroup>
</Project>