File: Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities.csproj
Web Access
Project: src\src\EditorFeatures\TestUtilities\Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities.csproj (Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities)
<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.EditorFeatures.Test.Utilities</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;RELEASE;NETFRAMEWORK;NET472;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="AbstractCommandHandlerTestState.cs"/>
    <Compile Include="AbstractTypingCommandHandlerTest.cs"/>
    <Compile Include="Async\AsynchronousOperationBlocker.cs"/>
    <Compile Include="Async\Checkpoint.cs"/>
    <Compile Include="Async\WaitHelper.cs"/>
    <Compile Include="AutomaticCompletion\AbstractAutomaticBraceCompletionTests.cs"/>
    <Compile Include="AutomaticCompletion\AbstractAutomaticLineEnderTests.cs"/>
    <Compile Include="BlindAggregatorFactory.cs"/>
    <Compile Include="BraceHighlighting\AbstractBraceHighlightingTests.cs"/>
    <Compile Include="BraceHighlighting\MultiCharacterBraceHighlightingTests.cs"/>
    <Compile Include="BraceMatching\AbstractBraceMatcherTests.cs"/>
    <Compile Include="BracePairs\AbstractBracePairsTests.cs"/>
    <Compile Include="ChangeSignature\AddedParameterOrExistingIndex.cs"/>
    <Compile Include="ChangeSignature\TestChangeSignatureOptionsService.cs"/>
    <Compile Include="Classification\AbstractClassifierTests.cs"/>
    <Compile Include="Classification\ClassificationTestHelper.cs"/>
    <Compile Include="Classification\FormattedClassification.cs"/>
    <Compile Include="Classification\FormattedClassifications.cs"/>
    <Compile Include="Classification\FormattedClassifications.Json.cs"/>
    <Compile Include="Classification\FormattedClassifications.Operators.cs"/>
    <Compile Include="Classification\FormattedClassifications.OverloadedOperators.cs"/>
    <Compile Include="Classification\FormattedClassifications.Punctuation.cs"/>
    <Compile Include="Classification\FormattedClassifications.Regex.cs"/>
    <Compile Include="Classification\FormattedClassifications.XmlDoc.cs"/>
    <Compile Include="CodeLens\AbstractCodeLensTest.cs"/>
    <Compile Include="CommentSelection\AbstractToggleCommentTestBase.cs"/>
    <Compile Include="CompleteStatement\AbstractCompleteStatementTests.cs"/>
    <Compile Include="Completion\AbstractArgumentProviderTests`1.cs"/>
    <Compile Include="Completion\AbstractCompletionProviderTests.cs"/>
    <Compile Include="Debugging\AbstractDataTipInfoGetterTests.cs"/>
    <Compile Include="Diagnostics\DiagnosticTaggerWrapper.cs"/>
    <Compile Include="Diagnostics\GenerateType\GenerateTypeTestState.cs"/>
    <Compile Include="Diagnostics\GenerateType\TestGenerateTypeOptionsService.cs"/>
    <Compile Include="Diagnostics\GenerateType\TestProjectManagementService.cs"/>
    <Compile Include="DirectoryExtensions.cs"/>
    <Compile Include="DocumentationComments\AbstractDocumentationCommentTests.cs"/>
    <Compile Include="DocumentationComments\AbstractXmlTagCompletionTests.cs"/>
    <Compile Include="DocumentTracking\FirstDocumentIsActiveAndVisibleDocumentTrackingService.cs"/>
    <Compile Include="EditAndContinue\MockHotReloadLogger.cs"/>
    <Compile Include="EditAndContinue\MockManagedHotReloadService.cs"/>
    <Compile Include="EditorFactory.cs"/>
    <Compile Include="EditorTestCompositions.cs"/>
    <Compile Include="Extensions\ExportProviderExtensions.cs"/>
    <Compile Include="ExtractInterface\AbstractExtractInterfaceTests.cs"/>
    <Compile Include="ExtractInterface\ExtractInterfaceTestState.cs"/>
    <Compile Include="ExtractInterface\TestExtractInterfaceOptions.cs"/>
    <Compile Include="FindUsages\FindUsagesTestContext.cs"/>
    <Compile Include="FindUsages\StubStreamingFindUsagesPresenter.cs"/>
    <Compile Include="Formatting\AbstractNewDocumentFormattingServiceTests.cs"/>
    <Compile Include="Formatting\CoreFormatterTestsBase.cs"/>
    <Compile Include="GoToAdjacentMember\AbstractGoToAdjacentMemberTests.cs"/>
    <Compile Include="Interactive\TestInteractiveWindowEditorFactoryService.cs"/>
    <Compile Include="KeywordHighlighting\AbstractKeywordHighlighterTests.cs"/>
    <Compile Include="MoveStaticMembers\TestMoveStaticMembersService.cs"/>
    <Compile Include="MoveToNamespace\TestMoveToNamespaceOptionsService.cs"/>
    <Compile Include="NavigateTo\AbstractNavigateToTests.cs"/>
    <Compile Include="NavigateTo\NavigateToTestAggregator.Callback.cs"/>
    <Compile Include="NavigateTo\NavigateToTestAggregator.cs"/>
    <Compile Include="Notification\TestGlobalOperationNotificationService.cs"/>
    <Compile Include="ObsoleteSymbol\AbstractObsoleteSymbolTests.cs"/>
    <Compile Include="Options\OptionSerializerTests.cs"/>
    <Compile Include="Preview\MockPreviewPaneService.cs"/>
    <Compile Include="PullMemberUp\TestPullMemberUpService.cs"/>
    <Compile Include="QuickInfo\AbstractQuickInfoSourceTests.cs"/>
    <Compile Include="QuickInfo\AbstractSemanticQuickInfoSourceTests.cs"/>
    <Compile Include="QuickInfo\ToolTipAssert.cs"/>
    <Compile Include="ReassignedVariable\AbstractReassignedVariableTests.cs"/>
    <Compile Include="RefactoringHelpers\RefactoringHelpersTestBase.cs"/>
    <Compile Include="RenameTracking\MockPreviewDialogService.cs"/>
    <Compile Include="RenameTracking\MockRefactorNotifyService.cs"/>
    <Compile Include="Rename\RenamerTests.cs"/>
    <Compile Include="Semantics\SpeculationAnalyzerTestsBase.cs"/>
    <Compile Include="SignatureHelp\AbstractSignatureHelpProviderTests.cs"/>
    <Compile Include="SignatureHelp\SignatureHelpTestItem.cs"/>
    <Compile Include="SpellCheck\AbstractSpellCheckFixerProviderTests.cs"/>
    <Compile Include="SpellCheck\AbstractSpellCheckSpanTests.cs"/>
    <Compile Include="Squiggles\SquiggleUtilities.cs"/>
    <Compile Include="Squiggles\TestDiagnosticTagProducer.cs"/>
    <Compile Include="Structure\AbstractSyntaxNodeStructureProviderTests.cs"/>
    <Compile Include="Structure\AbstractSyntaxStructureProviderTests.cs"/>
    <Compile Include="Structure\AbstractSyntaxTriviaStructureProviderTests.cs"/>
    <Compile Include="StubLocalRegistry.cs"/>
    <Compile Include="StubSettingsManagerHost.cs"/>
    <Compile Include="StubVsEditorAdaptersFactoryService.cs"/>
    <Compile Include="StubVsServiceExporter`1.cs"/>
    <Compile Include="StubVsServiceExporter`2.cs"/>
    <Compile Include="TaskList\AbstractTaskListTests.cs"/>
    <Compile Include="TestExtensionErrorHandler.cs"/>
    <Compile Include="TestObscuringTipManager.cs"/>
    <Compile Include="TextEditorFactoryExtensions.cs"/>
    <Compile Include="TextStructureNavigation\AbstractTextStructureNavigationTests.cs"/>
    <Compile Include="Threading\ConditionalWpfFactAttribute.cs"/>
    <Compile Include="Threading\ConditionalWpfTheoryAttribute.cs"/>
    <Compile Include="Threading\CriticalWpfFactAttribute.cs"/>
    <Compile Include="Threading\CriticalWpfTheoryAttribute.cs"/>
    <Compile Include="Threading\StaTaskScheduler.cs"/>
    <Compile Include="Threading\SynchronizationContextTaskScheduler.cs"/>
    <Compile Include="Threading\TaskJoinExtensions.cs"/>
    <Compile Include="Threading\WpfDispatcherTaskJoiner.cs"/>
    <Compile Include="Threading\WpfFactAttribute.cs"/>
    <Compile Include="Threading\WpfFactDiscoverer.cs"/>
    <Compile Include="Threading\WpfTestCase.cs"/>
    <Compile Include="Threading\WpfTestCaseRunner.cs"/>
    <Compile Include="Threading\WpfTestRunner.cs"/>
    <Compile Include="Threading\WpfTestSharedData.cs"/>
    <Compile Include="Threading\WpfTheoryAttribute.cs"/>
    <Compile Include="Threading\WpfTheoryTestCase.cs"/>
    <Compile Include="Threading\WpfTheoryTestCaseRunner.cs"/>
    <Compile Include="TypeInferrer\TypeInferrerTestBase.cs"/>
    <Compile Include="Utilities\GlobalOptionsExtensions.cs"/>
    <Compile Include="Utilities\TestCommandExecutionContext.cs"/>
    <Compile Include="Utilities\TestEditorOptions.cs"/>
    <Compile Include="Utilities\TestFixtureHelper`1.cs"/>
    <Compile Include="Utilities\TestUIThreadOperationContext.cs"/>
    <Compile Include="Workspaces\CSharpTestWorkspaceFixture.cs"/>
    <Compile Include="Workspaces\EditorTestHostDocument.cs"/>
    <Compile Include="Workspaces\EditorTestHostProject.cs"/>
    <Compile Include="Workspaces\EditorTestHostSolution.cs"/>
    <Compile Include="Workspaces\EditorTestWorkspace.cs"/>
    <Compile Include="Workspaces\EditorTestWorkspace_Create.cs"/>
    <Compile Include="Workspaces\InteractiveCSharpTestWorkspaceFixture.cs"/>
    <Compile Include="Workspaces\MefTestWorkspace.cs"/>
    <Compile Include="Workspaces\NoCompilationContentTypeDefinitions.cs"/>
    <Compile Include="Workspaces\NoCompilationContentTypeLanguageService.cs"/>
    <Compile Include="Workspaces\NoCompilationDocumentDiagnosticAnalyzer.cs"/>
    <Compile Include="Workspaces\TestAddMetadataReferenceCodeActionOperationFactoryWorkspaceService.cs"/>
    <Compile Include="Workspaces\TestFormattingRuleFactoryServiceFactory.cs"/>
    <Compile Include="Workspaces\TestWorkspaceFixture.cs"/>
    <Compile Include="Workspaces\VisualBasicTestWorkspaceFixture.cs"/>
    <Compile Include="Workspaces\WorkspaceTestLogger.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities\Release\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities\Release\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities\Release\net472\Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities\Release\net472\Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities.InternalsVisibleTo.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities\Release\net472\Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities\Release\net472\Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\ref\f50fbdd6a58c413bbdcdd408060e662c\Accessibility.dll"/>
    <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\acd3bfc3be1e41228d70b955a8c09465\BasicUndo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9d8c54ca45244f958676999a8052b7d6\Castle.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f690ffe58bae47edadf0ba25372f9ce3\DiffPlex.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bbf1c21fb23e4f21bfdf386d019c443e\ICSharpCode.Decompiler.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9f3576c971c4494a94170478326f36e9\ILVerification.dll"/>
    <ReferencePath Include="..\..\..\..\ref\62587b0b81b9427bba699da0a315157e\MessagePack.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8b4afe28c4a947f9ad8b6e796e9f5b6a\MessagePack.dll"/>
    <ReferencePath Include="..\..\..\..\ref\27ea3691bd5a48e4bc6bea4b94ec80a6\Microsoft.Bcl.AsyncInterfaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b58c71adb6044e55a2583999aee51d00\Microsoft.Bcl.HashCode.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ae4c5ed0932e47bba793845c0044e044\Microsoft.Build.dll"/>
    <ReferencePath Include="..\..\..\..\ref\067894ee55b44f5aa71273a8080f70cb\Microsoft.Build.Framework.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6f94a39b2ed34d6088decd7610850360\Microsoft.Build.Tasks.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\aa729fd9520548aaa8f69cc821bba23e\Microsoft.Build.Utilities.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\43d29b5db73c4662b75e16075194f5c3\Microsoft.CodeAnalysis.Analyzer.Testing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\75e3aab872d44fb98a325289cbb99d00\Microsoft.CodeAnalysis.AnalyzerUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e271342634f14212b4fea05ad2174fb8\Microsoft.CodeAnalysis.CodeFix.Testing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1c5156e395b948319db520c497ec98bd\Microsoft.CodeAnalysis.CodeRefactoring.Testing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0826f72e7e8a48efb129d3d8eeed0f65\Microsoft.CodeAnalysis.Compiler.Test.Resources.dll"/>
    <ReferencePath Include="..\..\..\..\ref\abcf63e358314ba488ecbb87445a9ca1\Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ee007b133a12485597e12401a5552258\Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\692c3fa972a945a2ae6a02a50250e817\Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\882c7fd17fdf408d82e8f2d19bb1aba9\Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\19fb4acab01b4d2fa59edb4cacb3f666\Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\21ccc098b1d647bb8492681044109dcf\Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9e0717e4b84440828fdeaef75fb090df\Microsoft.CodeAnalysis.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9c3f99051bf244edb3ad3601decb31b7\Microsoft.CodeAnalysis.CSharp.EditorFeatures.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fd443839922e4b36a88042db0fc167a0\Microsoft.CodeAnalysis.CSharp.Features.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f549b3e43e9041cbab5ea92de4cedebf\Microsoft.CodeAnalysis.CSharp.Scripting.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a022dcfe08e5489882847f45a0f3dd57\Microsoft.CodeAnalysis.CSharp.Test.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d9f14777c4a14115bd4414d87d42f6e1\Microsoft.CodeAnalysis.CSharp.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8883597d3e09463f8c57ee60fabff246\Microsoft.CodeAnalysis.dll"/>
    <ReferencePath Include="..\..\..\..\ref\df6437210e8c4927ac4fb88ee0ad40dd\Microsoft.CodeAnalysis.EditorFeatures.dll"/>
    <ReferencePath Include="..\..\..\..\ref\aabe8a5a1a5c475fb45cc898183a32a2\Microsoft.CodeAnalysis.EditorFeatures.Text.dll"/>
    <ReferencePath Include="..\..\..\..\ref\387299ea62434ff0acb361505977ffea\Microsoft.CodeAnalysis.EditorFeatures.Wpf.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fb9336cfe13c4e7ebc869117886c596b\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\32cf0cf508e3421e819bfa1357b72426\Microsoft.CodeAnalysis.ExternalAccess.Razor.Features.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7da603ddc32d489faf33076a7616e7e2\Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll"/>
    <ReferencePath Include="..\..\..\..\ref\550295a0ac134e908175c9c23417ba5f\Microsoft.CodeAnalysis.Features.dll"/>
    <ReferencePath Include="..\..\..\..\ref\57a361cee9fd415fa820b12f9c69cd64\Microsoft.CodeAnalysis.Features.Test.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0d57262e36da44c889f7ec356c433d56\Microsoft.CodeAnalysis.InteractiveHost.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cab6cef10abf4e5e89275cabe6ecb276\Microsoft.CodeAnalysis.LanguageServer.Protocol.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3eb22b9f1b174205a6ac7a72483b3af5\Microsoft.CodeAnalysis.LanguageServer.Protocol.Test.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a4c8ce5b88bd4a45b0c505f923723de0\Microsoft.CodeAnalysis.Remote.ServiceHub.dll"/>
    <ReferencePath Include="..\..\..\..\ref\30dc9d9844b24778be704b36a0ec6c4f\Microsoft.CodeAnalysis.Remote.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\665bed0eccfb4958afecabb8fbfd75ae\Microsoft.CodeAnalysis.Scripting.dll"/>
    <ReferencePath Include="..\..\..\..\ref\53ec0b750a464a0f882593beecfb37b7\Microsoft.CodeAnalysis.Test.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d341e3e93d054aadb3dcb98172caada2\Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\62aba92fcd41488e8c7ac0226bb2d064\Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bef4869299da4c108bff77e9ca01d289\Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8f08831bae234ce59cbe88d1ef4bdf0b\Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f86ef3baccd1450e834f5cc411dc219c\Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5767bfa43d024f4b95c6cce94733aca6\Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dc391d15d4cf4cd89cf0294d573e48c1\Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8ac6155ea5a04f4a8f5af70b7f08c31b\Microsoft.CodeAnalysis.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8a93c9c812354b789caa02babb11c18d\Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fbaba1966f5e477b845a861b5f9735d4\Microsoft.CodeAnalysis.VisualBasic.Features.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dd6507b66d6344dd97539aea658d6525\Microsoft.CodeAnalysis.VisualBasic.Test.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8c09ed75af1c4a5d9d38bbc55e161a72\Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8608d374a4d84f9487613b2530233359\Microsoft.CodeAnalysis.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\56e0efe6822b4d8d8369fa9e16adae67\Microsoft.CodeAnalysis.Workspaces.MSBuild.dll"/>
    <ReferencePath Include="..\..\..\..\ref\560e05b773b74cc3a9d9ca32cabc66fd\Microsoft.CodeAnalysis.Workspaces.Test.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a50314c9f1ab45ca8703f885e3f642fd\Microsoft.CodeAnalysis.XunitHook.dll"/>
    <ReferencePath Include="..\..\..\..\ref\385346695d10456e815351c757c26be7\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\743d353581ab4c84aca9884c386e21cb\Microsoft.DiaSymReader.Converter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\99f540af296d472895a0a30b79172e01\Microsoft.DiaSymReader.Converter.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\50e5b3e657774238974fce05f54c9c16\Microsoft.DiaSymReader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b69011ec61404cb598fb8af9c0b36140\Microsoft.DiaSymReader.PortablePdb.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a103faca3b314b73adc2e29e6041e12b\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\006866cff92c48dab30d73fcc3a0904c\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\99fb95fef9824752839f481e3a8dcd72\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9bea836b4e2648dba08674e11ea6b2af\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\ref\df03f759a6004093bef32bd8263e5939\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\ref\60feceff8d804eea8b4bd96ce04f81ef\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cb1d70cb25314fb699488c7596f06196\Microsoft.IO.Redist.dll"/>
    <ReferencePath Include="..\..\..\..\ref\94284f175f054271bc367cb4b19eea49\Microsoft.Metadata.Visualizer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c96b561e00174775812d41bd976c0aeb\Microsoft.NET.StringTools.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a85954fdecc44731b8b500a359c91803\Microsoft.ServiceHub.Client.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cabd367c68244476b8a0d9c9f9d88625\Microsoft.ServiceHub.Framework.dll"/>
    <ReferencePath Include="..\..\..\..\ref\db01b1698b154c80811056b369e032fc\Microsoft.ServiceHub.Resources.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3dc86b200ed84b77893363734b74e218\Microsoft.VisualStudio.ComponentModelHost.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d4e9dc460d6244d1bdc0638c869ee153\Microsoft.VisualStudio.Composition.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1ce131df002443f68f0421e5b274938b\Microsoft.VisualStudio.CoreUtility.dll"/>
    <ReferencePath Include="..\..\..\..\ref\74a7820851d4473c812af31a79c630db\Microsoft.VisualStudio.Debugger.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\affa955d885b4717bdbb7119afb26f9a\Microsoft.VisualStudio.Editor.dll"/>
    <ReferencePath Include="..\..\..\..\ref\15c2f4b5f1354fdfad0a10953b75899f\Microsoft.VisualStudio.Extensibility.Editor.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d5e4d47205d049558bb7c8cbfdc471c7\Microsoft.VisualStudio.GraphModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a51b72d46983450e8faf86ee5c6770e8\Microsoft.VisualStudio.ImageCatalog.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3d0af70d6b14419c939ddff65f9c37fd\Microsoft.VisualStudio.Imaging.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3f7662e8efd64ad5b9985c48e301c758\Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0b76218c1b6843b892e74332f15bd749\Microsoft.VisualStudio.InteractiveWindow.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cf3c7ae56d3d44ae8f86f0cc9b835ea5\Microsoft.VisualStudio.Interop.dll"/>
    <ReferencePath Include="..\..\..\..\ref\23efda9e71904613af0c663fd59643f7\Microsoft.VisualStudio.Language.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e9aa75f77ef247ab853253d271e8ea4d\Microsoft.VisualStudio.Language.Intellisense.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e25c4d77075b402e8861bd5313f577bb\Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\53299687d3fb4a60917890d479a1a860\Microsoft.VisualStudio.Language.StandardClassification.dll"/>
    <ReferencePath Include="..\..\..\..\ref\199bd7f15eea4e15b023400cc123700a\Microsoft.VisualStudio.ProjectAggregator.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4d9d0761320849dda9e2bf705dbe6b5d\Microsoft.VisualStudio.RemoteControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\00b27b962d9f4c03ad1ee182a6e53492\Microsoft.VisualStudio.RpcContracts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f59461bc0c7649b195266f911023392a\Microsoft.VisualStudio.Shell.15.0.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c723a1ba2d404f2d94794ff269e69263\Microsoft.VisualStudio.Shell.Framework.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6011b9f761b5485e802bef298cbfd0f4\Microsoft.VisualStudio.SolutionPersistence.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6fb99b5770af4688848ad691fb70000f\Microsoft.VisualStudio.Telemetry.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a07790463c3d4b4482ece674ae3ea780\Microsoft.VisualStudio.Text.Data.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8dd57f3c47364d89a61a53108dd76229\Microsoft.VisualStudio.Text.Internal.dll"/>
    <ReferencePath Include="..\..\..\..\ref\80284eea5a054e658ca57b922edcae67\Microsoft.VisualStudio.Text.Logic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fed9851e22ec4c44a6c45a8e458afa80\Microsoft.VisualStudio.Text.UI.dll"/>
    <ReferencePath Include="..\..\..\..\ref\db13c773184047a7912c9b1a3d11ea30\Microsoft.VisualStudio.Text.UI.Wpf.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a34d613954aa45d7aadcb9e73ae4eb1a\Microsoft.VisualStudio.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6e1368aba7b94658b091fabd35c4f84a\Microsoft.VisualStudio.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3303f595199e4dee953e648aa7ec7bec\Microsoft.VisualStudio.Validation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cb8a8010139f4088aa08e5761bd1ed08\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\85e2871b0de14e7486c8e92fba5a51ad\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1b6f0b24b8af4b51b53bd130ae30d790\Moq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cafb29d5233847fbb4edcf8d7c32b1e3\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f2d3e1a97cb84021b2766c06eafb045d\Nerdbank.Streams.dll"/>
    <ReferencePath Include="..\..\..\..\ref\441ee83d10d44a1e8ef73fc3d62bc3b3\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dd21e08747d94bcebed8b56112226337\Newtonsoft.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b4aa75c02d954c38a2b9953f5dafca33\PresentationCore.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e566ab97aaa144d3ba01819694dc70da\PresentationFramework.dll"/>
    <ReferencePath Include="..\..\..\..\ref\db6c3ffbf47048e6a2ede8e8ef5d91f4\ReachFramework.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8e03c5449fc64f30a73e2996a3e2e2c2\Roslyn.Test.PdbUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2701139d93f447e0ad4f97aeaf5dbcf6\StreamJsonRpc.dll"/>
    <ReferencePath Include="..\..\..\..\ref\489e1381373b4ab7b89087f4f8dd7695\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\ref\05dfc96b0eaa40aabfb5d2f9f916d9ba\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7dce6114fa9248aebd41186c2d78c57f\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0fe37b518ae44c50b5b067ece0098751\System.ComponentModel.Composition.dll"/>
    <ReferencePath Include="..\..\..\..\ref\371968a1c1414775bb4ef3eb369745e3\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\686909f2de604e29a324d1448824bc28\System.Composition.AttributedModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7de4170de27e4375bed8ffb921809eb8\System.Composition.Convention.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4adabf816a2a4979ad897a16250b9420\System.Composition.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7efee5d34e264b1aa1d3f0c0cb22d0f4\System.Composition.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8d74a9899d84479eb3dc2345ed13517a\System.Composition.TypedParts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7de08020841840ce82b08247a40d8ebe\System.Configuration.ConfigurationManager.dll"/>
    <ReferencePath Include="..\..\..\..\ref\033a414fa3a844c28fdb2a8acdd26b68\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\70880a7a9796470bbe2aeabd3b3a45de\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3c9e850c90c548a0af7e388089bbdae9\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\638fb94fef1a4e24b2f7d63c55376443\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9830c18b4ae54d3189f16c37283329f2\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9d2bd1b9c2624809af2232632123f673\System.Design.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c80551e7549242b38f6fda553b3fea6f\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\00af9551321b471e9d63a72be7f0cd99\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\da2502c5079842b19aaf45d431b1301b\System.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5b044b0a1fe144b3b1a883bb71b5f2c7\System.Drawing.Common.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d90cfcddf8e6462f91cbf76bb06131d4\System.Drawing.Design.dll"/>
    <ReferencePath Include="..\..\..\..\ref\76e5685aed5642c2b08f6e049526ab12\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1f1227d9ece74fdaac1b00175a3a0d60\System.Formats.Nrbf.dll"/>
    <ReferencePath Include="..\..\..\..\ref\940b6654e67646738558d6eaae58eec3\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6635be9fd1ff4c5d878fac918e7e4791\System.IdentityModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\84a2eca8242442c089cb01d45dbb2397\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\ref\be636da5b9a7459dba9af713d30adf42\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7879022d4a764d6b8de8671c7b253438\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9ef06b9381694bf497bcba5b1829a2a7\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b9e98dce68ee4cbd90390da96f337bd2\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\78e23752950c464c933405cb2b5c6d1c\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\51b2773eed854f48bea90bd26c07cd62\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\ref\59c890c677e14d1e8282ecf1842c1518\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cf080edd9c634039bbc1b4489d488797\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3db5459a3ce3440497111ee3744e7688\System.Management.dll"/>
    <ReferencePath Include="..\..\..\..\ref\805945f327b047adb8f6389d9d8f82c3\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a03c062d22cc463aaea07b37d87f5a1d\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7bca3e8fb9bf439cb8eb05277077df51\System.Net.Http.WebRequest.dll"/>
    <ReferencePath Include="..\..\..\..\ref\12b177d534e6484992d699a14a86a3fb\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8d0998cfdc1b4838b3ab874866e6db68\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\64a5d4a2a4354531b41c65ed5e5534b2\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\82f2aa9766d1415bb26b177ab15731ab\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e5a7035ad1824b45b57ebf8436fd9e16\System.Printing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\65c541603d364752972f369292810cb3\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\43cc9541a3714a50833c179859aba586\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9735075b843c4eb9b72f885f3749b8f5\System.Reflection.MetadataLoadContext.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dd2eee0968c241558ab68ec4e957b9a8\System.Resources.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bc84029b11234266bc379616e5f03999\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b87c1655033c4be8b0b7dfc6b446c339\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ee6c424459d64b689f6b873bf90c7e1d\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b8cb8b6d593d42f2970cbd1185c7509f\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0ff4450353844013af5a46653207c832\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\40dd49b3da7b4fe9aa1fe56059d48289\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d047b79d49aa43a5b0fce5adcd2a4dc2\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\82db9ce518564f699c7755274fc627f7\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c460666a00ee4e809209b0ef0defb0c6\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b6a254b8b4fe4082a0f97fc749987ec3\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bcc0ed2ca13f4d6480425f4f535d6d8d\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a5b36d0b822a494487066b3b753eb901\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a63d05fb2c3642abbbdd886b13f4109f\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ac845d448ab04e328643554093fb180c\System.ServiceModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1e0153a7e2384d058e0e11c55c38f935\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4333a9084e30442b9f2fc018267c1c32\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0f8ebac6194c4d218f18b1491bfdbbc0\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\88f44fa47a2840e9a0794133acde0330\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\549777a7e41442f0bc10450d0e2b25d6\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1b3bfa1bfb224cbc9882e1d02b31975b\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c9de6c8eeff34b089dd86e539a4225d0\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bc890e4ea34f463c8fd960f43c8beb88\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7110e7ac1821409fafb1d8c3a723d013\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a087127fe1df4ea2ab18cb765be637c3\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\ref\01fd1641bebf46e19111b588fbab11b2\System.Windows.Controls.Ribbon.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0f3c6e395c4a4ae9ac2669c6a8923794\System.Windows.Forms.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dde207b0723b4d55816b6d48ef8af7b0\System.Xaml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\82ca8cb89d1a481badc16322e06a8f03\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a51d290bb29447c7b3e5b8d0df4c4e4e\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\db62343ea23c431db67d1540ecf90487\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6f6c9ece2d624653863438dc7597dd82\UIAutomationClient.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1cdb3037702b491ab91cb5f147960f2d\UIAutomationClientsideProviders.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8c1a63fdbeab4494b13dcab1110e1ce5\UIAutomationProvider.dll"/>
    <ReferencePath Include="..\..\..\..\ref\42cb917b626942179ad1334d5ec02725\UIAutomationTypes.dll"/>
    <ReferencePath Include="..\..\..\..\ref\03723e3083fc4717a76f1367d3e6ce8a\WindowsBase.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3adc334dab9c49ae9d5c19a9e63d9fbf\xunit.abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cf32ad7d003a47ceb9804fd5562864bc\xunit.assert.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4a4b8c1411a6456ea5013f47ccac7f60\Xunit.Combinatorial.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8fc4f27ec64342b0a3ccdcb599f9ab5e\xunit.core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6fe84f81d4cc4034a0f6691cbcf0c631\xunit.execution.desktop.dll"/>
    <ReferencePath Include="..\..\..\..\ref\758081735dd64405a842326a8d0e7c02\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\ref\749487a5cbd943f8b97957ebab8d1d72\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6f6e3c2e53ba44fdaa1b5cbfdacbbe92\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f2b0435ef5ab469fa2f5492a2b8f9b63\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a73ade1f11264deb82fbdb33e17011d6\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b8a1ea17280e4545bf06ee45fe376f96\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\aee1074e769a4adf9a4f77760cec9020\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2b7b28da4a9e411a9437f5e59b9965e5\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3b19d6968ca540a397edc4628113d6b6\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\967d5501fa514134b95a09d10d77bdee\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\ref\97698da53af7423da99a5cb342374389\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c3bfa6b91e2a49a69a76331d5dfbdfd7\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6c9bcc3c549c44c8875edacb8e9fec33\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8e59fd73ae4e4938a511cfd92b0e9e8e\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c23eb143a066445d9a733ae2ada6def5\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7b51e7726c1e4a8a8c411f61b1b806ff\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7e667ed42be34433ad570d932a1dcb41\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\ref\764b1fb6e0134d2780f12f1b870157cf\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5d00810846414f97ac45d40d69dd9e08\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4d01bddadcdf49fba0e447dec085866d\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d3a7238d777246c4bd0534f8b4de5ff9\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ce8711eeffd448758878f2dbef0b0bae\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\49d0275fd1104aee92983cd58248b0de\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f390d3d5f88d499abc839f340805d64e\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\ref\498b6a6d3bec4fba8c39e8955f91f347\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7a4848340b984f6fb066d4034e09758e\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fa17b6acf4b74d00907fc2a9f5cf91ac\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1a1ffd89465049d09652c67231319de8\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\ref\17a40cc2b9a5485b9dd184da76d85efd\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5628dc5bb2814b2ca7803ca4f7f1bd9e\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\234f77b51a4f4368bbf509b70f883e01\System.Net.Http.Rtc.dll"/>
    <ReferencePath Include="..\..\..\..\ref\391a911a76914da2a9134b4d827736eb\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1e04710734e34836be31ef84498f10be\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d46cf87a81b541ddad8582361e5762b8\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\ref\69f980af3ae2451da4b6bb51652446cc\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\623d99f41e7841b1a281029d2cd3f2fd\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\ref\570798e451024472bf81f56ad5511126\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9c2f077a7b0847d89989b26edc052474\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a5f9dcab6cdf40f0864fae364424cc79\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b436aee52ad64795b0ed420a97ff8dc2\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d3e9bb43e9fe4006b9b3025a6d02a59c\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1485dc2819c54a20b964dee803b01027\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a46f7fe6cf5c4ef7ab033288b3beaeec\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b8de8a10b4f846a7bdc4de79dc204616\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d38e2fe06708459f8232aa849333baef\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c55d866fed9c47e08e83fee37d79cc06\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d5de338df19f43d984195c12ca7ac7a9\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\ref\848ba5cfb7c447ef892c15d81fd01216\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2c0e0ccfd4994a488f347652b82240ef\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b592e6058bae4fbc92ff51d8ab8c0040\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\192715bbc12a408bb6f05ab342a8a481\System.Runtime.InteropServices.WindowsRuntime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0d7e38276f8c405187ed8de0edc7ff9f\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\79ab2f6a7440461ebda995beb12e08cc\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\ref\49d8dd697aeb4d83ba1eef8412ed16a2\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d5c3c38b8baa43b49ff4a88eae48f3ec\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e09ce337f33842608733f327fbc4b600\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d83338ef74594cb3abe3dd40647a6d1a\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\ref\189ac5d4f43b419792f3d6f487aff251\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d5061e867f7641b883b1dd941d0246dd\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f588d48ceae6481e9a7378f9ba4e5a54\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\ref\618d381cfb474f92bd304adf8fef0877\System.ServiceModel.Duplex.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d1477bd7f0634d1db99e7427b6db3920\System.ServiceModel.Http.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8cb69f266e7747d89f3c98c6d6ff5f1d\System.ServiceModel.NetTcp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\edf88c395c844222a03907629aeed078\System.ServiceModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\22647863edab41948de807d85c748b80\System.ServiceModel.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\212a1304c36b4dc5ae18f4c288f90d48\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8014f0c3c71846be830eace5842c3843\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\51076d36533a4d1ebbd94d2904919bd8\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\ref\71732eb309144b658ddef7167513c22a\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cead87737d984877a0393f6c6a758964\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4e98fc56b93c4e8984d2044980dd12c5\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\59b78679a8fc4dafa91c4595b8dadea0\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\ref\48c4db4933ac412482c14e7be270a257\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\ref\989f5812651c40788438bc1c3c9bdb0b\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a70ff5a4d7604e72810287a0b67863ab\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7b0e3f5ed7ef42da965d0c32f99d01e9\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7c00b1d9db76418c917b0c4960fc359b\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ee6dab7fcfcf47b0ab36fd4ee811a85a\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\ref\42dc2c5d0d0e45088306347d85599b1f\System.Xml.XPath.XDocument.dll"/>
  </ItemGroup>
</Project>