File: Microsoft.CodeAnalysis.VisualBasic.Features.UnitTests.vbproj
Web Access
Project: src\src\Features\VisualBasicTest\Microsoft.CodeAnalysis.VisualBasic.Features.UnitTests.vbproj (Microsoft.CodeAnalysis.VisualBasic.Features.UnitTests)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <AssemblyName></AssemblyName>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="AddAwait\AddAwaitTests.vb"/>
    <Compile Include="AddConstructorParametersFromMembers\AddConstructorParametersFromMembersTests.vb"/>
    <Compile Include="AddDebuggerDisplay\AddDebuggerDisplayTests.vb"/>
    <Compile Include="AddFileBanner\AddFileBannerTests.vb"/>
    <Compile Include="CodeActions\AbstractVisualBasicCodeActionTest_NoEditor.vb"/>
    <Compile Include="ConvertAnonymousType\ConvertAnonymousTypeToClassTests.vb"/>
    <Compile Include="ConvertAnonymousType\ConvertAnonymousTypeToTupleTests.vb"/>
    <Compile Include="ConvertAutoPropertyToFullProperty\ConvertAutoPropertyToFullPropertyTests.vb"/>
    <Compile Include="ConvertCast\ConvertDirectCastToTryCastTests.vb"/>
    <Compile Include="ConvertCast\ConvertTryCastToDirectCastTests.vb"/>
    <Compile Include="ConvertForEachToFor\ConvertForEachToForTests.vb"/>
    <Compile Include="ConvertForToForEach\ConvertForToForEachTests.vb"/>
    <Compile Include="ConvertIfToSwitch\ConvertIfToSwitchFixAllTests.vb"/>
    <Compile Include="ConvertIfToSwitch\ConvertIfToSwitchTests.vb"/>
    <Compile Include="ConvertNumericLiteral\ConvertNumericLiteralTests.vb"/>
    <Compile Include="ConvertToInterpolatedString\ConvertConcatenationToInterpolatedStringTests.vb"/>
    <Compile Include="ConvertToInterpolatedString\ConvertPlaceholderToInterpolatedStringTests.vb"/>
    <Compile Include="ConvertToInterpolatedString\ConvertRegularStringToInterpolatedStringTests.vb"/>
    <Compile Include="ConvertTupleToStruct\ConvertTupleToStructTests.vb"/>
    <Compile Include="CorrectNextControlVariable\CorrectNextControlVariableTests.vb"/>
    <Compile Include="Diagnostics\AbstractVisualBasicDiagnosticProviderBasedUserDiagnosticTest_NoEditor.vb"/>
    <Compile Include="Diagnostics\Configuration\ConfigureCodeStyle\BooleanCodeStyleOptionConfigurationTests.vb"/>
    <Compile Include="Diagnostics\Configuration\ConfigureSeverity\CodeStyleOptionBasedSeverityConfigurationTests.vb"/>
    <Compile Include="Diagnostics\Configuration\ConfigureSeverity\DotNetDiagnosticSeverityBasedSeverityConfigurationTests.vb"/>
    <Compile Include="Diagnostics\Configuration\ConfigureSeverity\MultipleCodeStyleOptionBasedConfigureSeverityTests.vb"/>
    <Compile Include="Diagnostics\Suppression\RemoveUnnecessaryPragmaSuppressionsTests.vb"/>
    <Compile Include="Diagnostics\Suppression\SuppressionAllCodeTests.vb"/>
    <Compile Include="Diagnostics\Suppression\SuppressionTests.vb"/>
    <Compile Include="EditAndContinue\ActiveStatementTests.vb"/>
    <Compile Include="EditAndContinue\BreakpointSpansTests.vb"/>
    <Compile Include="EditAndContinue\Helpers\EditAndContinueValidation.vb"/>
    <Compile Include="EditAndContinue\Helpers\EditingTestBase.vb"/>
    <Compile Include="EditAndContinue\Helpers\VisualBasicEditAndContinueTestVerifier.vb"/>
    <Compile Include="EditAndContinue\LineEditTests.vb"/>
    <Compile Include="EditAndContinue\StatementEditingTests.vb"/>
    <Compile Include="EditAndContinue\StatementMatchingTests.vb"/>
    <Compile Include="EditAndContinue\SyntaxComparerTests.vb"/>
    <Compile Include="EditAndContinue\SyntaxUtilitiesTests.vb"/>
    <Compile Include="EditAndContinue\TopLevelEditingTests.vb"/>
    <Compile Include="EditAndContinue\TrackingSpanTests.vb"/>
    <Compile Include="EditAndContinue\VisualBasicEditAndContinueAnalyzerTests.vb"/>
    <Compile Include="EmbeddedLanguages\ValidateJsonStringTests.vb"/>
    <Compile Include="EmbeddedLanguages\ValidateRegexStringTests.vb"/>
    <Compile Include="EncapsulateField\EncapsulateFieldTests.vb"/>
    <Compile Include="ExitContinue\ExitContinueCodeActionTests.vb"/>
    <Compile Include="ExtractMethod\ExtractMethodTests.vb"/>
    <Compile Include="FixIncorrectFunctionReturnType\FixIncorrectFunctionReturnTypeTests.vb"/>
    <Compile Include="FullyQualify\FullyQualifyTests.vb"/>
    <Compile Include="GenerateComparisonOperators\GenerateComparisonOperatorsTests.vb"/>
    <Compile Include="GenerateEndConstruct\GenerateEndConstructTests.vb"/>
    <Compile Include="GenerateEvent\GenerateEventTests.vb"/>
    <Compile Include="GenerateMethod\GenerateMethodTests.vb"/>
    <Compile Include="GenerateVariable\GenerateVariableTests.vb"/>
    <Compile Include="InlineTemporary\InlineTemporaryTests.vb"/>
    <Compile Include="IntroduceParameter\IntroduceParameterTests.vb"/>
    <Compile Include="IntroduceUsingStatement\IntroduceUsingStatementTests.vb"/>
    <Compile Include="IntroduceVariable\IntroduceLocalForExpressionTests.vb"/>
    <Compile Include="IntroduceVariable\IntroduceVariableTests.vb"/>
    <Compile Include="InvertConditional\InvertConditionalTests.vb"/>
    <Compile Include="InvertIf\InvertMultiLineIfTests.vb"/>
    <Compile Include="InvertIf\InvertSingleLineIfTests.vb"/>
    <Compile Include="InvertLogical\InvertLogicalTests.vb"/>
    <Compile Include="MoveDeclarationNearReference\MoveDeclarationNearReferenceTests.vb"/>
    <Compile Include="MoveToTopOfFile\MoveToTopOfFileTests.vb"/>
    <Compile Include="NameTupleElement\NameTupleElementTests.vb"/>
    <Compile Include="OverloadBase\OverloadBaseTests.vb"/>
    <Compile Include="PreferFrameworkType\PreferFrameworkTypeTests.vb"/>
    <Compile Include="PreferFrameworkType\PreferFrameworkTypeTests_FixAllTests.vb"/>
    <Compile Include="RemoveSharedFromModuleMembers\RemoveSharedFromModuleMembersTests.vb"/>
    <Compile Include="RemoveUnusedVariable\RemoveUnusedVariableTest.vb"/>
    <Compile Include="ReplaceConditionalWithStatements\ReplaceConditionalWithStatementsTests.vb"/>
    <Compile Include="ReplaceDocCommentTextWithTag\ReplaceDocCommentTextWithTagTests.vb"/>
    <Compile Include="ReplaceMethodWithProperty\ReplaceMethodWithPropertyTests.vb"/>
    <Compile Include="ReplacePropertyWithMethods\ReplacePropertyWithMethodsTests.vb"/>
    <Compile Include="SimplifyThisOrMe\SimplifyThisOrMeTests.vb"/>
    <Compile Include="SimplifyTypeNames\SimplifyTypeNamesTests.vb"/>
    <Compile Include="SimplifyTypeNames\SimplifyTypeNamesTests_FixAllTests.vb"/>
    <Compile Include="SpellCheck\SpellCheckTests.vb"/>
    <Compile Include="SplitOrMergeIfStatements\MergeConsecutiveIfStatementsTests_ElseIf_WithNext.vb"/>
    <Compile Include="SplitOrMergeIfStatements\MergeConsecutiveIfStatementsTests_ElseIf_WithPrevious.vb"/>
    <Compile Include="SplitOrMergeIfStatements\MergeConsecutiveIfStatementsTests_Statements_WithNext.vb"/>
    <Compile Include="SplitOrMergeIfStatements\MergeConsecutiveIfStatementsTests_Statements_WithPrevious.vb"/>
    <Compile Include="SplitOrMergeIfStatements\MergeNestedIfStatementsTests_WithNested.vb"/>
    <Compile Include="SplitOrMergeIfStatements\MergeNestedIfStatementsTests_WithOuter.vb"/>
    <Compile Include="SplitOrMergeIfStatements\SplitIntoConsecutiveIfStatementsTests.vb"/>
    <Compile Include="SplitOrMergeIfStatements\SplitIntoNestedIfStatementsTests.vb"/>
    <Compile Include="UseNamedArguments\UseNamedArgumentsTests.vb"/>
    <Compile Include="Utils.vb"/>
    <Compile Include="Wrapping\AbstractParameterWrappingTests.vb"/>
    <Compile Include="Wrapping\ArgumentWrappingTests.vb"/>
    <Compile Include="Wrapping\BinaryExpressionWrappingTests.vb"/>
    <Compile Include="Wrapping\ChainedExpressionWrappingTests.vb"/>
    <Compile Include="Wrapping\InitializerExpressionWrappingTests.vb"/>
    <Compile Include="Wrapping\ParameterWrappingTests.vb"/>
    <Compile Include="..\..\..\..\_external\1\Microsoft.NET.Test.Sdk.Program.vb"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.CodeAnalysis.VisualBasic.Features.UnitTests\Release\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.vb" Link="artifacts\obj\Microsoft.CodeAnalysis.VisualBasic.Features.UnitTests\Release\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.vb"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.CodeAnalysis.VisualBasic.Features.UnitTests\Release\net8.0\Microsoft.CodeAnalysis.VisualBasic.Features.UnitTests.AssemblyInfo.vb" Link="artifacts\obj\Microsoft.CodeAnalysis.VisualBasic.Features.UnitTests\Release\net8.0\Microsoft.CodeAnalysis.VisualBasic.Features.UnitTests.AssemblyInfo.vb"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\ref\72072184a4a6422289128d8db920ec6c\Basic.Reference.Assemblies.Net20.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f5fc2f600f8240d2b382e1139d8bf517\Basic.Reference.Assemblies.Net40.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6e8c90abb8914733af38a5b59d52d9b2\Basic.Reference.Assemblies.Net461.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ec9df7fdb5924d58abd1f42c090d0bb1\Basic.Reference.Assemblies.Net60.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ded99894024a407d9313e13e83db4ca3\Basic.Reference.Assemblies.Net70.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bd5f42dfc52b4dc4b3d2a9b8c3836354\Basic.Reference.Assemblies.NetStandard20.dll"/>
    <ReferencePath Include="..\..\..\..\ref\da6c73fc955b40fa89a48dd398af7164\Castle.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a9145212793c4002b424ca52362e33ac\DiffPlex.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bbf1c21fb23e4f21bfdf386d019c443e\ICSharpCode.Decompiler.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9f3576c971c4494a94170478326f36e9\ILVerification.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e5dd30f075ed499cae4cb2d505ebe1c2\MessagePack.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\de7e10c5b2314b7384b565dfc14bfaaf\MessagePack.dll"/>
    <ReferencePath Include="..\..\..\..\ref\93c6b7a026ca42b6913712e48f0fc051\Microsoft.Bcl.AsyncInterfaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\670e7c6f9e3b4640809cbf20403d65aa\Microsoft.Build.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5c5b789129f543e7a3b9d56b6a428081\Microsoft.Build.Framework.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ae6420b766d14ccf864f99487d56b613\Microsoft.Build.Tasks.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\631558f5839f49f393dc6fe74279e605\Microsoft.Build.Utilities.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4238dc9cd2264d03925796de5bd1e184\Microsoft.CodeAnalysis.Analyzer.Testing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\75e3aab872d44fb98a325289cbb99d00\Microsoft.CodeAnalysis.AnalyzerUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5a887d28b4534c69b6122659cd988d51\Microsoft.CodeAnalysis.CodeFix.Testing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ead551871d2d47dca76ae58ea20e3768\Microsoft.CodeAnalysis.CodeRefactoring.Testing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0374ede4b0874a968502a20e9c5bf994\Microsoft.CodeAnalysis.Compiler.Test.Resources.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0cd387c371c94292ad94acf68ba1a781\Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1f7b8dbaa5764f1e957213a6d5f9ceea\Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ec76801535664229aa7753f724b33f2b\Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\931f31bee1bd40df94dea61130a49146\Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7952436e0a9a46808d852ced761ffb65\Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fecb9f0b6d7745c88a53a0dc652c2e16\Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a114a1c409b3456bbe6a0007fc033087\Microsoft.CodeAnalysis.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\75bf835b37674c519888b4bb63e93029\Microsoft.CodeAnalysis.CSharp.Features.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ba9dfa63431b4fe7b9ddfaf8a0467a34\Microsoft.CodeAnalysis.CSharp.Test.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\86d8228755cc4af08c97a9891494702e\Microsoft.CodeAnalysis.CSharp.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1466983055b04eeb99cbf89c58c17ae6\Microsoft.CodeAnalysis.dll"/>
    <ReferencePath Include="..\..\..\..\ref\768b7247075048ab840fd4bc458b014a\Microsoft.CodeAnalysis.EditorFeatures.dll"/>
    <ReferencePath Include="..\..\..\..\ref\57af134770224808bdebf9de3eefb940\Microsoft.CodeAnalysis.EditorFeatures.Text.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a5a097c29e91407da4511512be98a873\Microsoft.CodeAnalysis.Elfie.dll"/>
    <ReferencePath Include="..\..\..\..\ref\de8e97c590e449cb971e35964341e529\Microsoft.CodeAnalysis.ExternalAccess.AspNetCore.dll"/>
    <ReferencePath Include="..\..\..\..\ref\89207d34c91041ca94266118caeacafc\Microsoft.CodeAnalysis.ExternalAccess.Razor.dll"/>
    <ReferencePath Include="..\..\..\..\ref\44a42cedca5f498684c6e21bb7c40fe9\Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll"/>
    <ReferencePath Include="..\..\..\..\ref\75df445610f94af2a2c7324ea1b24cd4\Microsoft.CodeAnalysis.Features.DiagnosticsTests.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c900f299697542beb89cf0c6f94ea158\Microsoft.CodeAnalysis.Features.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a1fa4877d1304a4bbcd5edf7b7a813e7\Microsoft.CodeAnalysis.Features.Test.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b8b25d3b875b48269695452d8aad30fc\Microsoft.CodeAnalysis.InteractiveHost.dll"/>
    <ReferencePath Include="..\..\..\..\ref\19032698284b4e1fac0524db52267632\Microsoft.CodeAnalysis.LanguageServer.Protocol.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6c6e57da9736430ebcc0fe991126591f\Microsoft.CodeAnalysis.LanguageServer.Protocol.Test.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\07e8347d7b5d4b1582e791047a907148\Microsoft.CodeAnalysis.Remote.ServiceHub.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3e51665cb827484680048ffd94fadd1f\Microsoft.CodeAnalysis.Remote.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d49f94df19fe452ab499f2c75f638dea\Microsoft.CodeAnalysis.Scripting.dll"/>
    <ReferencePath Include="..\..\..\..\ref\318b53da996d4f5192bda551a0f18528\Microsoft.CodeAnalysis.Test.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b2eb59c956c241dbbee84d012882f43c\Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bd85c53c0a02456093d1f2f1b7dfd9cf\Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\486e70c00b6041ca854ccc1234b1c68a\Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\581d675e3d084b40bb7140cd631224b2\Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6cf80e14dc4a4538b186cde0d8c462f5\Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\73b494097d7b4385a71c1a6065e98ad7\Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\93bdd5946b4642e0a12d772d59902af1\Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\aff3b89087d740da93340bd7a342e2e5\Microsoft.CodeAnalysis.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\83feedf8280c45b6b601d4d874c652ed\Microsoft.CodeAnalysis.VisualBasic.Features.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c675a06130514e3fabd27fd2d06aa415\Microsoft.CodeAnalysis.VisualBasic.Test.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0b9bc1dfd0e042bbb68a17f5efe17d1b\Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\08abc364a8bb41be8e7a272306e909e0\Microsoft.CodeAnalysis.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3f9f32227b5d4f6c9242403c7016e391\Microsoft.CodeAnalysis.Workspaces.MSBuild.dll"/>
    <ReferencePath Include="..\..\..\..\ref\35e35aa36c444cd682ff9bbdeb189ae3\Microsoft.CodeAnalysis.Workspaces.Test.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\eac97a20216346d691bc1c1897463bc3\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\633a756bae61408ca96f1e823ef9b668\Microsoft.DiaSymReader.Converter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\894fdb67789c40db8f9695ee1de56065\Microsoft.DiaSymReader.Converter.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\50e5b3e657774238974fce05f54c9c16\Microsoft.DiaSymReader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b69011ec61404cb598fb8af9c0b36140\Microsoft.DiaSymReader.PortablePdb.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2a4dad19c64a4f1a994732eaf2de348e\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fcbf4f8a5ab54375abcfa46e8f5896b5\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fc2de29b920b4475950c0adf08f18d99\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\09cb1dc997654f76836b95c5c02211cb\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\ref\676138d85f2c4c938f2e6e5de7e9f52a\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\ref\854060075cf34b92aae74d5d941038ea\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\94284f175f054271bc367cb4b19eea49\Microsoft.Metadata.Visualizer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a6fdb5e9c1ec4ed7b16a685b16126562\Microsoft.NET.StringTools.dll"/>
    <ReferencePath Include="..\..\..\..\ref\074def3546634283893efc1f99890d4f\Microsoft.ServiceHub.Client.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3b15b106203d42a589e8655043955eb0\Microsoft.ServiceHub.Framework.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7bfc7432405e4bdf80e8a022a594b955\Microsoft.ServiceHub.Resources.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1dd416f496e3485f9b9d01562dc96df7\Microsoft.TestPlatform.CommunicationUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0ad9104edc994aac8359817cacb425d4\Microsoft.TestPlatform.CoreUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c350d68207c84838b6f366c794ba9ad4\Microsoft.TestPlatform.CrossPlatEngine.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7b40b52044a5444cab19cf41f50d3f64\Microsoft.TestPlatform.PlatformAbstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bfcaa3b90cb44463b47979985dadf00d\Microsoft.TestPlatform.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\30fb2fe1e77748d2b6cd46429065817d\Microsoft.VisualStudio.CodeCoverage.Shim.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c2d8af35af354bca929d8a56e349eff2\Microsoft.VisualStudio.Composition.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a645c0758bde48e98945f95788a5e614\Microsoft.VisualStudio.CoreUtility.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4fc55391b51a42f59c993dc338549e83\Microsoft.VisualStudio.Debugger.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\52a3d4d6a5904ccfad2a60da2471b15a\Microsoft.VisualStudio.ImageCatalog.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3f7662e8efd64ad5b9985c48e301c758\Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b50c76071cc1404b8ab7964686da592e\Microsoft.VisualStudio.Interop.dll"/>
    <ReferencePath Include="..\..\..\..\ref\162d452dadb84ae38699ca1097a58bf4\Microsoft.VisualStudio.Language.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4c27aa94c96444b492bf73599f17839c\Microsoft.VisualStudio.Language.StandardClassification.dll"/>
    <ReferencePath Include="..\..\..\..\ref\78aa2bcbfad84ab1a9e5577cd2267fc3\Microsoft.VisualStudio.RemoteControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4d06d11c6fab4b6d9e4a5e5a2433b3c0\Microsoft.VisualStudio.RpcContracts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\48ce940689af45a7af70e85a6ca6b891\Microsoft.VisualStudio.Setup.Configuration.Interop.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8ef5133dedd84ea78286acff5559debc\Microsoft.VisualStudio.Telemetry.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bac6372743654d22b52ede86ecaf876f\Microsoft.VisualStudio.TestPlatform.Common.dll"/>
    <ReferencePath Include="..\..\..\..\ref\503ecc9f55b1406195554b444d3f5d0d\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0cd1bf4634574147830c24db705abf79\Microsoft.VisualStudio.Text.Data.dll"/>
    <ReferencePath Include="..\..\..\..\ref\caa30a90130d4037bf984def085c4919\Microsoft.VisualStudio.Text.Logic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3b6e98c4bd194f00946b0d0e1bdc907a\Microsoft.VisualStudio.Text.UI.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f026fe3ed9d84120841c1779d80680b8\Microsoft.VisualStudio.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bfb993de1f8a4ae2b7818a1c1bb625ba\Microsoft.VisualStudio.Validation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a0700761cdbb49a9a3436f9c61014098\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6fa6abfaa8aa433190b8922aa4921faa\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9c7a17bb5ddc410cbaab2223c5ba5ff0\Moq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\65f432fd29ed4c9c87abf66707403421\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7a19160615c2435493726a275fb38895\Nerdbank.Streams.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3e64b07ebb4645e9bd4df5ced2254fe6\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7a475bac66d44f63ae1f61034a72fa3b\NuGet.Frameworks.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4ada2b9704394f51a553a572fb5c2707\Roslyn.Test.PdbUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7bb5599c553f413a9fcca70e61bf1512\StreamJsonRpc.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3b2f616a5230493cb833e22b140060d5\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\ref\75afd9dc9bfd488bb2c4b0ddaf6aa4b6\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\ref\55e712a6e87d4502ae945174e2c33cb7\System.CodeDom.dll"/>
    <ReferencePath Include="..\..\..\..\ref\56a8a861264f461699acc55130190f6c\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2d6ab48b87724791b5c08524491edfc5\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7688d63c6ab04c23ad4de0ccd4e6da4d\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1e19f6c54fee4f2a997d61acc3bd1db6\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c6551b32d8784e229e845f8c381215b4\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d3acb9b546114ab193c13332e622167b\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0ff274fb28c640f88237809a739b126a\System.ComponentModel.Composition.dll"/>
    <ReferencePath Include="..\..\..\..\ref\21ca16fbfe874161b1249cc2095e998c\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a55f543b28f3419593f59ac537edb2ff\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\57eb253b2cf14b3692a4774ea988a862\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2144df25dd7940a188e5c7c727569274\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a8f6b9d34e4d49eba5401b41669a3e52\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f14639f5e36641e48aa2b0ff2a55dd13\System.Composition.AttributedModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cca78853a0e147d3a5d855dff016e5be\System.Composition.Convention.dll"/>
    <ReferencePath Include="..\..\..\..\ref\33e28160531945c6b9c9ea53242f364f\System.Composition.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b5e752ae8b6b42eaae3984afd1787bb3\System.Composition.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a6d82b1952c24caea36db5b311282267\System.Composition.TypedParts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2493a46eb0ad47bc8eb183a88e01130d\System.Configuration.ConfigurationManager.dll"/>
    <ReferencePath Include="..\..\..\..\ref\feb77c00fafe49f3bacda8193ea5d6e4\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5432550515c04adcb2a2143a4861bd52\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\ref\31272dc9abd14d45b0015273b743fa67\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8e859870c92c4a56bea473d7583d5d47\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\ref\07ee2255c230442cbaf465d46f589bab\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\769fc64182584aed8e186cbac909e675\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\ref\83df348f31e745599df95730dff1cd36\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\45894f03960948518df73e29070b906f\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e81398d05f88467997ebd85f0b178e43\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\91631af7a5e443daad22bea9e96e419c\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\ref\aa5de4d4474748379ea1c81abded46ae\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8e09453c9ecc418ca3d72ceb754bd94b\System.Diagnostics.PerformanceCounter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fe6e2c4b19fc423ca886500a0b4b8798\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1966d586518f47d0be26e6249d49515a\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ad57d27b5ca84eb6aab781ad55a504fb\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4514a609cb8c47faaf44d4a760b37e31\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4b829e301c374f03bfdbe9d35845ec1f\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f24931426dff4a98b31fa6554832eb5b\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b26e1ce3870d49e5a6a3f5f23a7e9115\System.dll"/>
    <ReferencePath Include="..\..\..\..\ref\afe09fbff26348f1b29c9a9cc9234c56\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6ba82f914ac0401392f6ca58eafa0afc\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9077f91500fd4b289c19671847bba742\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\43c00937f6f0431b9f06ad6cc947b15d\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\ref\92727a2052a74da3a6297e93f4c17979\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6aed0a36903a4198a667b60a2d0c1464\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2de766962aee40a884b4b2115e94bdf9\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\87c8cf4378be4380a467acb7990d8efa\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\14e2d76685b146d080608ccdce03e4f9\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f0f97035158149db8e7a3146459ccc28\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d71e3501e1ea438ea791201b12812d16\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c695d0644d55442182d43748fdbfaa6d\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2c21576d0f454c43a2c47eb1fe1d0fd9\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2f0f13fbd86949f7a25d323b04fcf101\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6fe12b8f4e374403aa1242d426e27cc1\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\40927bc837df42a8bbe93f65776616f5\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d469a01ebe5c4dd883517053961b8ac7\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fe997aa43bd14e3c913e8f874ebfc06b\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\ref\40d3d69c1ed04b53a7a9882f5ab92321\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\ref\812196bb1b2b42828a305f6e0f4c0531\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b12a8c0984934a8b9a488164bdec5031\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\ref\38038d0302af43beb4fa3a049203aba9\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2e71e29483f44986a92c2dc340194394\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\ref\92c08aa57a5f47f28e9f11b95944934e\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1c6322c6b7184a2a84efdd046d3a6e28\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7a5ef84e1d3441809be71e76b2b7bf77\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\970b3fdcb5274e168f7401308fd284e1\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d89bf3a6fa0c4f60b1225afe356d1a2c\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4f760b52595147e3bdb200d6f77b4557\System.Management.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d4842b43dab44ad78657cddc4db7484f\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8d34acb48db04bcca64806dfdc04c838\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6943ab6da4b24002b84737453db3a81d\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a86bf395f75a4267ac39a285b73d8041\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7ef2c31691604a4ea7f4127369b32ec8\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e6d6f3d3a85942eda1fcc122cd6bcaff\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0d9dac78fa85495bb8f3664bffc152aa\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7947aafd899b4558b1194f588b149743\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\66883b844be64d5eb9a82b92aeacd47b\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1de875af33ab4f76a7aa39bd9c290be4\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b1159fd0cc244abaaf65b8bfc0b7c628\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c91b580c755c4dd4adc06bf038036716\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9b8ab32c5d234524aa8aa45f0d13dcaf\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\39eb36cd840b447ea4a082e5365cd27d\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d124221dbc4644f2a7b68f4e5d1c4c97\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ca38594d0cf6463ea2c4d8598e08055b\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1fe3683c3a4849f1b655282f436bc524\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e59a66eab14c4fca99a113b52c0a55d1\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\ref\88ced5b753464c0cbf2272defbb75280\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\ref\844851f233754b82a2ece30f793be01e\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ba46eb9d534f459a9a4304adfb8e9522\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\84352f9ea9fa4a0c936264d7ddf0803c\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6883318b81294cc69c7b83d761a14947\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9605bc53a8244ae4801212ce603ec2fb\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c301ca92c06f42eabd673b704a04dfbc\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a32bdbbaf14b473d9529ee549ec500b9\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d0ccee31a17c4d4b99bb0453df589251\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\13517e9ad46b419cb424cbaa95943315\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ca78a4bd303f4cf08093fdd4b25db67a\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\756f6539e9644612b14d92bbe96a2ef7\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6d485e54f92f46a5903b6d9129317e66\System.Reflection.MetadataLoadContext.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ac50b95762c7453ab6168c47e1a6ac8d\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\75ce9522d83a4f2cac6455085fc2768f\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e41d4b666a844585a04fb7c066fb4873\System.Resources.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\18b7f89adbef44d187cfc101d4a92e2e\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1a872ae1a284448a9225d69ecb4a9f32\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\ref\557fa9ad5f8c49879718f1444ad8ccbd\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fceb0d02ee60457485127aeceee5378a\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0cbdb7ff514e4e4087798fa5fb2c712a\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2d18f342c01042469afa0b0fd1a90686\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0e1c2bc4c8fa4fe0807d7bcee1502d80\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\86b4885fce12469cbf3e1f02615b97e8\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\769f94af98cd4ed184e3923404d9518b\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e302fa180ed243f795e9ac0669e94f3d\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3b741c1a81d74d2c9ee749fd09a736a7\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ec01547ec8fc4fe99e0510b4c6c4c043\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1f0a2ffd434e450690d3e40a9a902799\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\350eca2b6146431289acbf10862b58d3\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\207a41cdbfad41f4825fdb2f357e59da\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4dc63dc0d2224a068fbfcf7cd0841e03\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\ref\40e21835aae84a029b6243fa7eca7636\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dcf2f0a65bd2429e8bc6a1322d95b041\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0f518edc6a7441ce95deeb43901df9b3\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c1802f91335941179c6a826b3029f9fc\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fe55f27dc99d40feb1bb9aee410f8b46\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a0141b93cd23458087a02924be5bad25\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f6453a9ddbad4b93ace516f9c8ca0656\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d56e278b0c604354ad85d356473c7866\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\eb3712806da442e4b30610f704304d1e\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a23fe0ce7a644d2fb54b6035daeab24f\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\10e782bc3f034181b7361e2dcd9f71a9\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9ab14d9382f044108747b64bd192d1dc\System.Security.Cryptography.Pkcs.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2a60a8df8de445b18835d9847d64a828\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2b718f0cabe5436d9241bc7f1eb1c6d2\System.Security.Cryptography.ProtectedData.dll"/>
    <ReferencePath Include="..\..\..\..\ref\63e2e176977947dd90bebff2077ec087\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\ref\905524a3896e46e9b3c53ae976f3da35\System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7836c96d28d2488cbecf2425d45666b5\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cf39b82a2d724b16afdea853670aedcb\System.Security.Permissions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\18b9ec5378e3466b87b181ccbd3ed06f\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\ref\29f7246063fd45fa8e9a0bb3286998f8\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d20f27810e184a07a48314a48276030c\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\ref\499476d7a4684da5bb74ca0173f8cd4d\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\86b2751b31f748ad914f8c86a1ec8f25\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b0f84ea4805d4aaea11b3d57063665ef\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8568cba23c474ab0aa1527ffffced4fa\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d2048c8c0a5c437a850f38166c55de14\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1eec94905b834fdfbb0ed9f4122dd768\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\679058539e7449ac8df28f33a0413f37\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e53395a8d1c343d49e5db4acbfcd0814\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e714bb41a0e74edc960be46d780893fd\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d0f4590090ec463fb705548008ba43e0\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ed096f816c1c47a198d683899e3739cf\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bb8368aa137a481599751eb8fe4a1370\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\ref\42fcae1e43ee45d19443a5f8939e56af\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0d6ec7e46a28400a862e3ddf204c2b44\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2fb052f51cc94d9e9e89838662df617a\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b8790ac83964403f85c947385edd33fa\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a2cd7a0415474fc39998e5ba814c55de\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9503f3e8e07841eaba581beff6c981a6\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2ec9ccebdbda4444ad3e4d15645e1c4f\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b80f0e7e33bd4c05a7c763e736f6ec72\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0b08c4d15bf9466c9e04a10204bea7dc\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5f7a7ec0a3f74ed68418b539882694e0\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8e935074056f4ec29fd9db4033129646\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bc5d163e0a284923aafb6d5a5c994804\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\ref\50a15161b2a349a9b9483a03c65df95e\System.Windows.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0708435d0dcf4f16b8cfb17a50d13abc\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8d99e304ec32452889bc39986fe4af60\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9b835f1f9cd6447abbfd39bd9bcc2004\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0ad1bb22cc49470aa8143cd8068b70bb\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\17c9df98327745309fa5126819134c00\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1e5b0f7e8ce14e009addf85b99d30986\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6e6904aa168648c894d042405b37248c\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d1e2ccf45b56490dad0c7b95cc1c64d9\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\ref\23ca8c89d4f041f3b31bf322d793ac7f\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c5980a202aaa4ef9b83d9606243f8770\testhost.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b30ec70d2a8f4267b0d36bbc3b4fbb46\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>