File: Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests.csproj
Web Access
Project: src\src\EditorFeatures\CSharpTest2\Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests.csproj (Microsoft.CodeAnalysis.CSharp.EditorFeatures2.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.CodeAnalysis.CSharp.EditorFeatures2.UnitTests</AssemblyName>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;RELEASE;NET;NET9_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_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="EmbeddedLanguages\Json\CSharpJsonParserTests.cs"/>
    <Compile Include="EmbeddedLanguages\Json\CSharpJsonParserTests_BasicTests.cs"/>
    <Compile Include="EmbeddedLanguages\Json\CSharpJsonParserTests_NstTests.cs"/>
    <Compile Include="EmbeddedLanguages\RegularExpressions\CSharpRegexParserTests.cs"/>
    <Compile Include="EmbeddedLanguages\RegularExpressions\CSharpRegexParserTests_BasicTests.cs"/>
    <Compile Include="EmbeddedLanguages\RegularExpressions\CSharpRegexParserTests_DotnetNegativeTests.cs"/>
    <Compile Include="EmbeddedLanguages\RegularExpressions\CSharpRegexParserTests_RealWorld.cs"/>
    <Compile Include="EmbeddedLanguages\RegularExpressions\CSharpRegexParserTests_ReferenceTests.cs"/>
    <Compile Include="EmbeddedLanguages\RegularExpressions\CSharpRegexParserTests_TestGeneration.cs"/>
    <Compile Include="Recommendations\AbstractKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\AddKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\AliasKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\AllowsKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\AndKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\AnnotationsKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\AscendingKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\AsKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\AssemblyKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\AsyncKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\BaseKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\BoolKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\BreakKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ByKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ByteKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\CaseKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\CatchKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\CharKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\CheckedKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ChecksumKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ClassKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ConstKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ContinueKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\DecimalKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\DefaultKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\DefineKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\DelegateKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\DescendingKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\DisableKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\DoKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\DoubleKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\DynamicKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ElifKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ElseKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\EnableKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\EndIfKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\EndRegionKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\EnumKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\EqualsKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ErrorKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\EventKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ExplicitKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ExternKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\FalseKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\FieldKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\FinallyKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\FixedKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\FloatKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ForEachKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ForKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\FromKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\GetKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\GlobalKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\GotoKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\GroupKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\HiddenKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\IfKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ImplicitKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\InitKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\InKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\InterfaceKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\InternalKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\IntKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\IntoKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\IsKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\JoinKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\KeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\LetKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\LineKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\LockKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\LongKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ManagedKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\MethodKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ModuleKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\NameOfKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\NamespaceKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\NativeIntegerKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\NewKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\NintKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\NotKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\NotnullKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\NuintKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\NullableKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\NullKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ObjectKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\OnKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\OperatorKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\OrderByKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\OrKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\OutKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\OverrideKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ParamKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ParamsKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\PartialKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\PragmaKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\PrivateKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\PropertyKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ProtectedKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\PublicKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ReadOnlyKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\RecommenderTests.cs"/>
    <Compile Include="Recommendations\RecordKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ReferenceKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\RefKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\RegionKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\RemoveKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\RestoreKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ReturnKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\SByteKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ScopedKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\SealedKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\SelectKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\SetKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ShortKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\SizeOfKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\StackAllocKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\StaticKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\StringKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\StructKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\SwitchKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\TheoryDataKeywordsIndicatingLocalFunction.cs"/>
    <Compile Include="Recommendations\ThisKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ThrowKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\TrueKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\TryKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\TypeKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\TypeOfKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\TypeVarKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\UIntKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\ULongKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\UncheckedKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\UndefKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\UnmanagedKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\UnsafeKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\UShortKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\UsingKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\VarKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\VirtualKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\VoidKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\VolatileKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\WarningKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\WarningsKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\WhenKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\WhereKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\WhileKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\WithKeywordRecommenderTests.cs"/>
    <Compile Include="Recommendations\YieldKeywordRecommenderTests.cs"/>
    <Compile Include="..\..\..\eng\config\test\Core\InstallTraceListener.cs" Link="eng\config\test\Core\InstallTraceListener.cs"/>
    <Compile Include="..\..\..\..\_external\1\Microsoft.NET.Test.Sdk.Program.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests\Release\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests\Release\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests\Release\net9.0\Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests\Release\net9.0\Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests.AssemblyInfo.cs"/>
  </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\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\649fed527d514736942f735e9207d5fb\Microsoft.CodeAnalysis.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\08830fdc66f34b3fb407d2bbdcc19874\Microsoft.CodeAnalysis.CSharp.Features.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7a88f39dd7514c509c2fb0b1d4f49ddb\Microsoft.CodeAnalysis.CSharp.Test.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d312368915c54ca89ce575d85102b24c\Microsoft.CodeAnalysis.CSharp.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\81e9134cd7d746c38749c2d7e73b00f9\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\794f89c980a8457f99a4c4ed5684f00e\Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll"/>
    <ReferencePath Include="..\..\..\..\ref\667e59387a194150a4b8226426bab90d\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\07e8347d7b5d4b1582e791047a907148\Microsoft.CodeAnalysis.Remote.ServiceHub.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3e51665cb827484680048ffd94fadd1f\Microsoft.CodeAnalysis.Remote.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bcd5b5a1c43d48f186d7920bb09e7e32\Microsoft.CodeAnalysis.Scripting.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f3d2aa6a83f343c3930ef4d449f194c0\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\1ffcd41e919d478f90af36dc51ea6684\Microsoft.CodeAnalysis.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5c2cd572b42e4132bbbb68e9b5b3afa2\Microsoft.CodeAnalysis.VisualBasic.Features.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3a4d96f947ec437490b7aa2e421b731f\Microsoft.CodeAnalysis.VisualBasic.Test.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f9d1f0a981754df9a9cd38a17fa71786\Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\51c76ce8ecd04b0883f12cbc3c261fdc\Microsoft.CodeAnalysis.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\12156f0a10b940e68e13c44d4bfbe605\Microsoft.CodeAnalysis.Workspaces.MSBuild.dll"/>
    <ReferencePath Include="..\..\..\..\ref\35e35aa36c444cd682ff9bbdeb189ae3\Microsoft.CodeAnalysis.Workspaces.Test.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\28ea35a279cc4548be9cc15db492bb6f\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\ece1a867267443858b527c0f5c9bd9ec\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\050b4312f13545ce8a0825e89de9db7c\Microsoft.VisualBasic.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\bfca65f9066d4c00930a865cf9233417\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4247f868b944471e89686ad3de9f9cfb\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9c7a17bb5ddc410cbaab2223c5ba5ff0\Moq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\189af208e8ea47088a5eaac9ba841686\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7a19160615c2435493726a275fb38895\Nerdbank.Streams.dll"/>
    <ReferencePath Include="..\..\..\..\ref\10ef8bdb4ef74436b3f4c06a297342ed\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7a475bac66d44f63ae1f61034a72fa3b\NuGet.Frameworks.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5b43b584d83a481d9627b60e3d429413\Roslyn.Test.PdbUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7bb5599c553f413a9fcca70e61bf1512\StreamJsonRpc.dll"/>
    <ReferencePath Include="..\..\..\..\ref\37f319d310f74116b750c8f0843c5a54\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8f667e9edd97444d944aea09c588a66c\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\ref\55e712a6e87d4502ae945174e2c33cb7\System.CodeDom.dll"/>
    <ReferencePath Include="..\..\..\..\ref\17453b4db7cf4645b2c44ea2729700e1\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2dddc188534d4215b11df0074705cf5d\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2771e9576f704255b1da44163d885486\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2e11babde6bd4df482551d9645dc824a\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\ref\48ffbab05c964c03a2c5ff9a6b7543a0\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4e58d59d8f09421180fdb90710efd40a\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0ff274fb28c640f88237809a739b126a\System.ComponentModel.Composition.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6d0e4335ac8b4ccc86f21a9d1ae537ec\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a1ddc3cc56a944c2a2b82810dc5d62dd\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f91b5b7b56cc4ee1a6bed32bdfdadaf5\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bc1167f4612749f0b4971aea10d8744b\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\35d2d17d83e244e2b9d6f52dbc452fda\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\82d9f4c147eb47aab1336ca32cf78cf5\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fee7aaef59fd41aca0da8a578e6952c2\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4fb0c712e13e4ca98944d265929d060c\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\495f619cfc584538a4d24160c9a141a8\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bb9f544f9a41474e958f526e557edd6a\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\18df42c0d9cc4f6582178d39c3063539\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\ref\264a33c130ca4c29b21539a0a80adca1\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5fb95220443f41978fee58427f9857e4\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\ref\69f961818103463bb2a7abf03a617bdd\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\91631af7a5e443daad22bea9e96e419c\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7d8ae3bc12a24fdb9c1ba7788f57ec2f\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8e09453c9ecc418ca3d72ceb754bd94b\System.Diagnostics.PerformanceCounter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\350ca7de0b954c4e9d2c92843f45002e\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5d0f22c27c39424fb9fe4c435a23c8d5\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\ref\61552a6f28114dd6944ae56d6dbf4153\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ba7678f9c9fa432dbe29cc9642e47778\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7fafedbda17541ec9ef750e75d2226ce\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e1941240d8a24d53b54214907535a269\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\01932b3a178f452186c1b22e7b83b370\System.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dd40b3c342ef419fbaa1273d0ca0cd06\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fa1937097d4f4517b6fa07cf3c65fa54\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dc5bbb8283b24083962d58917f1b1725\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\49c1e65533274118ad8280c497313122\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ae024668d13b4191b6c05e436f9feaf6\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\ref\32b81e9e05f94d7fb27838d6921f8900\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\ref\798d91c0abfc4ce89ac957208ee79752\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\00921523285d46e499a71f83b4961cc2\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\316b6bb076174c56adb831b5182643dd\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6c48f89748e44bad94035a2bc6af0dc2\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9ed5602ac1ff4a34b7f14af29b3f0a3d\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\64e62498c7534f24bb0e51da3647bcb1\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\ref\aeb29696fa194ab6897c39447dd3fb5f\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0eaeabef8406403eb2a55782138c7697\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b8e0fae2a6f1464b88ee14cc179a8a84\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e273b34b9a1c4357a6d504ee98e802bc\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3fa58e510be549cfa9aefe47c997226f\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\83ba8c649b514cfd86740faf7f2f0843\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2650ccb3f3194677aefff380db1b1817\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f2d93d31681b434a83a38723831d3dc5\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\990fd9f275314e60be4d0bf6f214199f\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\ref\23642ad30c544a68a9fc042a6ee1fd45\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0d63dde05a6941138133b0478b1068fb\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4b701119917b4bb280a3cfcdd548f3c3\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2c92218ac87646a99ef5515c3116f222\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5d4e10ca9d1c47eca9be816231b12f7d\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7c7b4f4c9d05432c86ba6c3256be9854\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\02ccfb6a278a48a28b1de9a770303766\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4f760b52595147e3bdb200d6f77b4557\System.Management.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9c331a1fb38e4754bb93c27fb4e81a4d\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\ref\744986351a0a44dbb5809c921452d26d\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b651e6075f344db09bf22f2a769e00b9\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d64799401e4e451395352066e7db7de2\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d14881d09e5f4d2aab350c7f322a825c\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7c9fffde034c4035a369f642d71f1eb7\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\ref\aac972683cb34b12a76aae1860ba1969\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6b20a97db9934305999da7e3a6cf812c\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c22edefbdbd04c83aa48d003635e73f7\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9586636b174b4722a04c34bfbff50190\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0cf24da47f8a4e90a171d53595a50a3e\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4bca6a9988774b588818bdbc2b9df7a6\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\ref\20ab7db1cfa647e3ae8ba0042d70509b\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b36a7454f398479b8034c48060e6522b\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\ref\13f27b8deba8498f9c004d5f314e39ea\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bdb63ae961614b93ae636dc733fa9409\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f858dfc5573043f2ab9952226a5e577b\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\59d3ecc8b7f84b6dbaacdbed6962c8ce\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1b86d03cb0554b9abe04f13e7b1c9592\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\ref\667b58843cb84829afa7a10e361dcb3c\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a9c80a083004447c9aa241327c3b66e6\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2b240b4b62e44ae6814bbb5d3818d283\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\ref\de6604d5a820425899a4adc9ec12fc80\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\064f7400536749e585c3a2097418f0bb\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\ref\33baacc4154644e3ae28573489e2e4fa\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dd5836c96ca54e688e073f651114ee62\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\730cc311f75342bb8e1428f1a900b7d3\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\104f7a654c964b50863e2ed3034033b9\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d170f5777dbc4569880b7b814ad35f7e\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cccdb10255774f22a9a7b23775f64e50\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6d485e54f92f46a5903b6d9129317e66\System.Reflection.MetadataLoadContext.dll"/>
    <ReferencePath Include="..\..\..\..\ref\edf6fe4850164c728213d1ada4c567c6\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e51b80acec3248cca734ea4ea2f1665c\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e41d4b666a844585a04fb7c066fb4873\System.Resources.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3cd6ab8fa7ee4470a99a3a9fe483c380\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\76c0251a189843d5a2a5f567ac51deaa\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3595c3da7b3241978c807a22ff87f29c\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d9798c31fa6b4cbdb5d9e8662d7510f5\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4a207a2c786d4a5393d3a6e529279cb7\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5fee4c1a7e444ed3b65c4da1e9480ea5\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5032f84dfdda4eb7b03e13d2ca2d7c17\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\edfe541b13444c1b9a802d007665b881\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8735ac097efb42c9b437f62e0bb79fdc\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\ref\33299eb0cc5b4bf2a1453784d21b0e9c\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\ref\96add0b49525472baa4a805931902288\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d11fa55b06ec43a99fe14f73562ef05a\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fe7c4fd544a14846b9abd32793608498\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fac99e448d0d4d898ec561c01406dc90\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\19bd9a05d54b4070b25345dfbaec5893\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9a743524545a47b2889ed103f5d04a2f\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cf969496da4b47bb950a2bdac76ef77c\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dd91b2d33c8d4b738abc5ba8d20fe933\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d42696f0a3a4436b9167bd6303aa5a64\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a9c5887b8b0d45f68e1eed811139039a\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\80f6d7aabe0041179a5f4baf54b8fa20\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\ref\57f97f75a4c44619b211e60752208f8a\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7af86bae5bf145c6b90552d67a5a0338\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\ref\43943f6433bc43388f621266daba3f32\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c328e62678fe4385b12bb3a4c65d784e\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f23143a5265f4292aa2f4b0e3113ad47\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\49ce33df57f340ffaead44ebcff51ea1\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9ab14d9382f044108747b64bd192d1dc\System.Security.Cryptography.Pkcs.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6bdd692e8edf4d579944943a4d5d09b3\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2b718f0cabe5436d9241bc7f1eb1c6d2\System.Security.Cryptography.ProtectedData.dll"/>
    <ReferencePath Include="..\..\..\..\ref\27e9cac650ab4378a0676dce8f5be439\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\ref\905524a3896e46e9b3c53ae976f3da35\System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\633a6ff75cc14a119d661d5a513d4c7f\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cf39b82a2d724b16afdea853670aedcb\System.Security.Permissions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\492f172546ab4f7f828c304866483136\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9eb18de32fc94dcc8647971317a1690d\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\ref\41217c83490046cd95a1c880c6b7e7bf\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\ref\62daf1a8ca9b455091243a090b7bb41b\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cff9a98435af48b9911e27dda750d762\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a1af16a5e0c641058aebe95b77636f39\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1b30f8317b944e14b29152584e80c6dd\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8c58c2ec9c71415fb0bf6bd2991f7363\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b7b7f8f4840741968a370cfec174d8bc\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\58cca9d6385345d6be4fda5b4c515127\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bcd0be3fd109434482b8245a7b0f6296\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0d0b793e66ce45ca9539e9661c17cb04\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e87ba8eb8a62411e850c4d5ee20607de\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\ref\83f1c80d2adb41649095b4a2f745ceaf\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ff717e07d79e41d8a70258f90ec0d173\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6bd87a0fc1ff4112b7fa64a352d483b8\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0272df86ff1944198354f8ab6ec45a41\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1b5a98d50fdc442d9d3cb4c5c3c05910\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6980c125c02947b29a68c7783f779894\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\ref\de72cc486a734777b1b0051e2d22545b\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d69bd5c92dff499fbccb1e78047f98f4\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a8e32a7e270646dbabc2078d5628a5d9\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ad2ddecaeece438fb6764ce63a600ffb\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\ref\602ca95fe8af4409b4acaa1ba1da26c3\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\ref\009425eae8804ab98971dae665d48ea0\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bd75f98549ca4e0f87241a0c8cb88ea2\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f843a8a8852d459c9458d41bf7cdc482\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\ref\50a15161b2a349a9b9483a03c65df95e\System.Windows.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a84baf5c0f364c859d4f15500f265f0f\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2aaf00e8d4784855a0e13b1c9d6f747c\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\35b908c1677e451e80260c26f418abcd\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bd98f5867d3743179a8c23e4399d5cef\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0c1992631e8e4e9db66edd2d43930057\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\62073ef515cc4fdba32b69fcbf673895\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\21498344f8934ee8af366214ad8d2339\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ebcc51d7869d478982df6fca0eca9cf5\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b7ab4574661a45a5bf5fdb5d2893e9f9\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c5980a202aaa4ef9b83d9606243f8770\testhost.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9df89141a7974807864c94d67f2bd36c\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>