|
<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\7bad1bd984fe456780e7fbc1c04299f3\MessagePack.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\1923d9d472524fa98cbb21cbc908a76a\MessagePack.dll"/>
<ReferencePath Include="..\..\..\..\ref\b702dcfff43947f88e796fdab6c8607d\Microsoft.Bcl.AsyncInterfaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\5dec4598e7494a83a6d238dd55092309\Microsoft.Build.dll"/>
<ReferencePath Include="..\..\..\..\ref\eee727ea3b3d4651a23360c55f8387e7\Microsoft.Build.Framework.dll"/>
<ReferencePath Include="..\..\..\..\ref\71afe9d888b049b1b688075cdc8d5bb3\Microsoft.Build.Tasks.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\6ef01aba784d484ca6ec58e1a68919f3\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\0826f72e7e8a48efb129d3d8eeed0f65\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\2c58805c58b841c29871ba8024497b3f\Microsoft.CodeAnalysis.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\ref\3de45a461a8e48b7a174939b192426d0\Microsoft.CodeAnalysis.CSharp.Features.dll"/>
<ReferencePath Include="..\..\..\..\ref\e6a7a0c3213d460aba99e9dd64ce4b08\Microsoft.CodeAnalysis.CSharp.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\d7078532a61640369d656ce198754723\Microsoft.CodeAnalysis.CSharp.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\d7f7957809e4472ab42e296a443ca64a\Microsoft.CodeAnalysis.dll"/>
<ReferencePath Include="..\..\..\..\ref\a5a097c29e91407da4511512be98a873\Microsoft.CodeAnalysis.Elfie.dll"/>
<ReferencePath Include="..\..\..\..\ref\86755f9277d242b28df97fbd9c681f17\Microsoft.CodeAnalysis.ExternalAccess.AspNetCore.dll"/>
<ReferencePath Include="..\..\..\..\ref\9c72b3e3c9274c9594e0502e1ea5b25c\Microsoft.CodeAnalysis.ExternalAccess.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\4688dc3eb4b34cdda70b7969230c6371\Microsoft.CodeAnalysis.ExternalAccess.Razor.Features.dll"/>
<ReferencePath Include="..\..\..\..\ref\3f90746ef3d746be8256bd3e63276379\Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll"/>
<ReferencePath Include="..\..\..\..\ref\3e10677ed9ad4990b89c790677ba7077\Microsoft.CodeAnalysis.Features.DiagnosticsTests.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\ee9cb8112f3a4080b21a125257a8b9bb\Microsoft.CodeAnalysis.Features.dll"/>
<ReferencePath Include="..\..\..\..\ref\232bf55b117d493f925ed3f382497c41\Microsoft.CodeAnalysis.Features.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\92e340f976b04424b946be1ec2f30b38\Microsoft.CodeAnalysis.LanguageServer.Protocol.dll"/>
<ReferencePath Include="..\..\..\..\ref\f7fc41a78b854e469f99d654422d212d\Microsoft.CodeAnalysis.LanguageServer.Protocol.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\86d371c8a57e4df69777b0ce53bd4fed\Microsoft.CodeAnalysis.Remote.ServiceHub.dll"/>
<ReferencePath Include="..\..\..\..\ref\27f50de27be448fb9d809bedb8270b66\Microsoft.CodeAnalysis.Remote.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\b8fc855cf09e49f690951a39bb63ddd8\Microsoft.CodeAnalysis.Scripting.dll"/>
<ReferencePath Include="..\..\..\..\ref\10bc4c7f5de94b288ba147e554fd9165\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\9bfa7512b6d84f01a66ff2e8f513e0c5\Microsoft.CodeAnalysis.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\ref\0b2f196baebb40b381259a538229df3e\Microsoft.CodeAnalysis.VisualBasic.Features.dll"/>
<ReferencePath Include="..\..\..\..\ref\596b64620a1744ee85b505be56a67508\Microsoft.CodeAnalysis.VisualBasic.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\d4023180e6714ca3a5e2ccfaa57142b5\Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\280125e674af40889a3ec0ff491649a4\Microsoft.CodeAnalysis.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\78fbfcac58c54620bbe013f381f6a6f0\Microsoft.CodeAnalysis.Workspaces.MSBuild.dll"/>
<ReferencePath Include="..\..\..\..\ref\72ddc506ae894086996978c46d420868\Microsoft.CodeAnalysis.Workspaces.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\04acb732df5f411b8123423afd43462a\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\3f0ea9a941cd4b7a8d16f1c5e5281755\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\2cd80647253645ecb011354322cb0e5d\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\..\ref\70b74ebd5e324425ac14c31da41a841b\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\5328370899134e348e8a224f9f861644\Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\..\ref\f75451d817e54bb6af4a229fd4616d07\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\..\ref\8bff52fa064c4895a9f616029e0a387f\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\94284f175f054271bc367cb4b19eea49\Microsoft.Metadata.Visualizer.dll"/>
<ReferencePath Include="..\..\..\..\ref\83c7683e69d64055af329c40bc376406\Microsoft.NET.StringTools.dll"/>
<ReferencePath Include="..\..\..\..\ref\074def3546634283893efc1f99890d4f\Microsoft.ServiceHub.Client.dll"/>
<ReferencePath Include="..\..\..\..\ref\7b59969c984d414b8d2c014ad605d826\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\2b037499bf8141c28b2b3ba29b12ff6a\Microsoft.VisualStudio.Composition.dll"/>
<ReferencePath Include="..\..\..\..\ref\74a7820851d4473c812af31a79c630db\Microsoft.VisualStudio.Debugger.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\ref\78aa2bcbfad84ab1a9e5577cd2267fc3\Microsoft.VisualStudio.RemoteControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\662746508041472b8ff7edb341b2e048\Microsoft.VisualStudio.RpcContracts.dll"/>
<ReferencePath Include="..\..\..\..\ref\89d26e6a4f304080bbc899587e09fc51\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\d4bf436ff9c842f8b4ed6e2af3b9c911\Microsoft.VisualStudio.Threading.dll"/>
<ReferencePath Include="..\..\..\..\ref\bfb993de1f8a4ae2b7818a1c1bb625ba\Microsoft.VisualStudio.Validation.dll"/>
<ReferencePath Include="..\..\..\..\ref\9694431040cb4673afea8856e846632f\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\d79ad8c0cb774e1fb62b5462e251bcf0\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\ref\9c7a17bb5ddc410cbaab2223c5ba5ff0\Moq.dll"/>
<ReferencePath Include="..\..\..\..\ref\cda0e0abb9364f6a96a4e9be82a7cff1\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\ref\7a19160615c2435493726a275fb38895\Nerdbank.Streams.dll"/>
<ReferencePath Include="..\..\..\..\ref\3296928da5e147d0ad5758fea8233c33\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\7a475bac66d44f63ae1f61034a72fa3b\NuGet.Frameworks.dll"/>
<ReferencePath Include="..\..\..\..\ref\03c98ab99db14c3f8d319adb03a12303\Roslyn.Test.PdbUtilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\b875a5ca76b449a59a28086a7fdb4af6\StreamJsonRpc.dll"/>
<ReferencePath Include="..\..\..\..\ref\5c95b37091184e8ebb964554f3401601\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\ref\66d0331add3c41459aa653197a5b3759\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\ref\385322b9af084a4d9553c8c1744990c4\System.CodeDom.dll"/>
<ReferencePath Include="..\..\..\..\ref\df1289e8e7244d469d6067d47df949c0\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\ref\4ccce13aaac2432faef128d5ef881327\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\ref\d1a28d330f884b7b86f7bdac23bc6b2f\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\ref\f31a563115bc470896bac7b409afca71\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\ref\2fdeac4b3b024bcc942216f1822f8555\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\ref\0f4538bf8a1844ab934f5baa5668cdec\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\448f8e3483ee479791c4ee41eb01e10c\System.ComponentModel.Composition.dll"/>
<ReferencePath Include="..\..\..\..\ref\f71c8bd38569456892873548bd6b94bd\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\6dc6b9e464c54b09a10dfdeba8176bce\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\bdfad192506148529b9093923e7ccf2c\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\ref\4e0c7e2448e14c079d25c54d4f4efbb3\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\77bc5c0a81b04659b504e16eff932cbc\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\ref\3f3562672e134b5083bc4c4d0689d597\System.Composition.AttributedModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\4e4f2b186a71467fa69c00c2c1e042d2\System.Composition.Convention.dll"/>
<ReferencePath Include="..\..\..\..\ref\6b3cee2cb1da46638834920ee684c5d3\System.Composition.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\ref\bd8564826220475ebcbe198538b2fcb0\System.Composition.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\1df46e4b4e7a41f0abed2e344fcb05b1\System.Composition.TypedParts.dll"/>
<ReferencePath Include="..\..\..\..\ref\e6642af002664c92affa5e4eea89621a\System.Configuration.ConfigurationManager.dll"/>
<ReferencePath Include="..\..\..\..\ref\9edbdded34894e2f90ffe462c8dbcfa5\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\ref\8aee4154fd8441a2b1f5e1fd0149337e\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\ref\6fdb2ebbc68b4c7ea43127ea89fb0f92\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\5d9df2c2862f42858089e90ee6173718\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\ref\a40dfe0ddedc4be7a034ae56fd731749\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\5566e8a8387f47009bac1ff3f3a0d03b\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\ref\e584df97364d45ec9d0566dff4b402b3\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\ref\0e44b0fdfc284c63b7df2e982bf30093\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\ref\e017e276e1b944cdb36125a1599cb531\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\b0598776a07f4402a80a394a9de546b0\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\ref\aa7a771577b04da6ae31adfc8acf4172\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\8e09453c9ecc418ca3d72ceb754bd94b\System.Diagnostics.PerformanceCounter.dll"/>
<ReferencePath Include="..\..\..\..\ref\bf9f01891ee345bda12cf39de1e2f429\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\ref\5ba4503524dc4b4a9233cfb8aa884a9d\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\ref\c1029ea4f8524009b5ed3eb236ac357d\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\f988a6e6d54d4ceb94388eba204d839e\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\ref\c88913f2ce2a4a0cae1bbb3a1596fcf0\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\2357c425c6794b7e8d8802f068130c74\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\ref\f530c91b03854e168a7bd5e5796597a5\System.dll"/>
<ReferencePath Include="..\..\..\..\ref\7f4f72c8690f4dea888a781920887e92\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\ref\cf8c2f55cac04a95a39d538d5a0f58cc\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\adaa96f8ad034d0a80c62557113e8320\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\c870ce24cde044e19becb88fa74982a0\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\ref\e078757d07af41868702bbb998c96a47\System.Formats.Nrbf.dll"/>
<ReferencePath Include="..\..\..\..\ref\f3cb13a8abbd4ef5a3f7bfcda420a451\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\ref\979288a9ca4a4406961e2619b464bfd8\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\ref\ea66e67a0b8149f7bf2e4d5b7108dbdf\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\ref\584b6fdeffac4d48b348c6af909920ad\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\46af5905b95d451685c771489a24ed2c\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\ref\ec3c40dc15714abdb35a41a13003bbb1\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\ref\b84752bacc244da489d83a240a29d186\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\ac314334101b41428494000b34074745\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\ref\1b6ea899a8ee4e6197c548818a66b77d\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\ref\4585cee54d5e4a93942489bb93202470\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\73fa16a60216499fb67c3585f2019835\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\55bba5e347d44f3d8f9272a051fafcd6\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\81af08228b33456888a8ba9001826e8d\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\09ee34f457c64b8c8d537d6b2bb8a232\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\ref\11ff1546ad464176bd43aa4830f65c5d\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\ref\8a88f69119744b218eb12b7313f31add\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\ref\1cdb264e08784d0e939599bc2b927001\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\ref\9e2d29d92e794da7acb295bb0e371164\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\0f1d20f824bc46f8a62aa97bf5d434dd\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\ref\1f3acd3687c843a1941120a564f132b3\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\ref\027dcf6ce77c4a4ca139c6c9c5a0daf6\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\adc0a7204b5544b791adeaef5c1a5158\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\d20564b21a3d4fd895434d617bb4e94d\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\b10410573eae40958b568da087fd7eb7\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\ref\4f760b52595147e3bdb200d6f77b4557\System.Management.dll"/>
<ReferencePath Include="..\..\..\..\ref\7a8c11a04bcc4fb68565b0150f5e11bb\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\ref\cae1bbf5f9cc4f8db2af988e2cae6656\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\ref\2ddc89dfb5444303a4dc148d8a6ca00d\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\ref\d79f81c8482544249f23b75a0e9571d3\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\38e3f17f92304f099efc5148a1b33931\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\ee2a7a33245c495dae4a12d658aab342\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\ref\0d2fb763d595407aab596b396b527788\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\ref\6356287174b0445bbe6c891530976d9e\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\359b2afc1d034adf8d54dc8353d5b0c4\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\ref\2ac273bcc90143a3a4416e914ed75c9d\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\fb07bd951a054efbb565dc3379f2b370\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\ref\7d9b6ebc76d9433398fff16a10387972\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\ref\c801a25783f04cce8418907a225d6b61\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\fb7325b7caf149839a015699799e5d20\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\ref\d26c920dc75949e0a8077792c9d625a1\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\7fb526be56fb4a4cbba43e72a6dcae86\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\ref\36797306b74344f0bf3af68573e339d6\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\ref\4c3357f4893e4d218916b5ebd55b0f9f\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\9a4363c8512244bda71e8e539af4c537\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\ref\bb7a12eee0c34abf914470e5c692ced4\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\eb98610248614ef99fd9f38fad5becac\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\e79267693e25410491dc4a3db36a3bc6\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\ref\93a9dc68d69f4a6bae50ce5f9efda3e4\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\02cd7de6758441a8970a3c3c3fb42ca5\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\4f5d1971ea4246c383f3b985389112c0\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\ref\596b88daef634d309616e9379ca94c3e\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\ref\1a4e5c68d4054bc492d5d9187237c407\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\ref\b4bf53ba99b649e0be9fc636ef92d63c\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\ref\c88af756996b490994967068a4688396\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\fd338d7f33724ad88c1a94a97406a3b2\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\ref\729b1a8b16a14d9082640f4621a5d092\System.Reflection.MetadataLoadContext.dll"/>
<ReferencePath Include="..\..\..\..\ref\93f90806eb4f41cfaa9845cad68e316b\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\0c74318568de4bc980e12d7749f5f49f\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\81034bf0fe3c449a87db8c6e52dfaff9\System.Resources.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\6f7d1cda4cb84ec3892d917ee47ae603\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\ref\69c952d3023e4098be075e7a2df4cd0d\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\ref\0ff098f8b2064ae1abfb0383e5ec3d18\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\ref\1f274623cb2a4ab1809c1c0037952dde\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\ref\f89208f47d204feabd3ab8d89838f7e7\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\ref\7e605ae66d9c4c9494951f95b3f44fd0\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\6f396097fbd04688997480eb598a7622\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\7ffe71069d5c400699c22fff7a6e45a3\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\ref\df91396769f748dcae3b46620ed9744f\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\ref\bea9d4c67c314d4d9408364fd2c30396\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\ref\d35a76f0316b4692973c00ae84fea70e\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\ed2d2b6371494a7cb23683a689af4427\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\ref\517086b6ad3c42feb62c68293a30eef4\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\ref\9d43190581b64bfaba0f384038bbe229\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\eeb3b0571fdf478ba77fe4a3eed0a1a4\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\35a057d8bef247689cd2fe54dc9dba34\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\ref\3d8abc16bd514cc88a6ded88b6b8cb56\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\4d3b1ec017f448efae92c21bdd0fd997\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\9929576f1f1b49a3a8c5b93884ebcb2f\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\2ce10a3c16e0466aa95f33a7cb42a446\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\6ef3628f53df4923b786de8adc505279\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\ref\369f6c43ae8347adae73f4b20d942782\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\ref\9fa6621dd7e94a1bb5b2ca18dcc3666d\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\ref\7296cc95e77647fb954d2ea80e04f71b\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\ref\718169c59c444734b02aeda60af5be7b\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\ref\ca3da4aa68454d43a95e31ca1ac78dfb\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\2cdb1dacb65e4163b9d81c2eb9b4719d\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\ref\1af0e167861c4a718510d5cc5aaadec6\System.Security.Cryptography.Pkcs.dll"/>
<ReferencePath Include="..\..\..\..\ref\d0e8420797c0457c88ffde8e0a813f71\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\dbb4500c1eff4c81842962f63575f4e1\System.Security.Cryptography.ProtectedData.dll"/>
<ReferencePath Include="..\..\..\..\ref\6d37a5ad682d4bcaae2a2a5355fe47aa\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\ref\86506d788afd4382abdaad86ac0a9adf\System.Security.Cryptography.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\3c77b44ae8f64653900151176356bdf2\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\cf64ec50d960415a821c4635cf0dcf5c\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\ref\215a6484aa2744e697372bccdd014d70\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\39ca56e340004ca4b66b4680fcab7a79\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\ref\a8bee0d4e5eb4ad1a1b71a8578522e21\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\3a8d47f81c43480a821d0d82051bb62f\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\ref\7f82259ea6cc4e9281ceeeae8be64e8e\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\ref\f6b3267cdcbe4032a8c04ddbbe9f104d\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\fb81e84bacac4fb896298585ecea6b46\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\7f79fb3ea66c44c8b07019e8247c465f\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\75a76254ade040e6b214efd3e93b3014\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\b50884da6cd8495b8f876e0470b6bdbf\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\61fd4e846d064b0faf37342f157cfa0b\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\ref\5b989d53d9c94ad2bb5150bef5b83675\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\ref\463b037824d24830b59733854962c1ab\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\ref\b813d2e6d894480cb0b3560102f6e64b\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\ref\45db601e884748c3995f36704ccefe92\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\ref\8dcae74e3506473ba01cfe2656185cd3\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\b38067cf276344ec961340a25827e06d\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\21be139857c44f17a010f144a0bc0339\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\ref\64aa3a75c6534431897993494d1cd471\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\ref\1ab63861b6074fee82297e462c9888fc\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\ref\34b9b83b15d6422db747e10f5c85be3d\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\ref\07ea3ddc2aa24487a8289e386083b55a\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\ref\645dbbc6a21344e18d62b279ee852774\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\ref\31a3a1359ab242169f8950fc2d873b78\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\2d2e8021ca2e43e89656a95adc4079fa\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\ref\97fae69d75004029a5b201d3221a9a04\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\0f30462b243c49c581eb46f8e104e83f\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\00453c38f1ce493caaf2f985a9a2a3c0\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\1400b0eaa45d4292a0e217c646a17bb8\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\ref\d51d3caf6526446a842bad732e5c4e64\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\ddc84c112eeb43168ad0b2784aefc6d9\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\89d013734fa84994a01e185d3aa08096\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\207c78f2fca842d0bad2968febf66ad0\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\ref\42d469533e3a4e5bad4c4f9bf074002c\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\ref\f2f83c1d72c342fc9dafb4bcece4e069\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\c5980a202aaa4ef9b83d9606243f8770\testhost.dll"/>
<ReferencePath Include="..\..\..\..\ref\d7eead698cd5426a8927ea4d8c015209\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>
|