File: Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.csproj
Web Access
Project: src\src\Workspaces\Core\MSBuild.BuildHost\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.csproj (Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost)
<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.Workspaces.MSBuild.BuildHost</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;RELEASE;NETFRAMEWORK;NET472;NET20_OR_GREATER;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="BuildHost.cs"/>
    <Compile Include="BuildHostLogger.cs"/>
    <Compile Include="Build\ProjectBuildManager.cs"/>
    <Compile Include="MSBuild\Constants\ItemNames.cs"/>
    <Compile Include="MSBuild\Constants\MetadataNames.cs"/>
    <Compile Include="MSBuild\Constants\PropertyNames.cs"/>
    <Compile Include="MSBuild\Constants\PropertyValues.cs"/>
    <Compile Include="MSBuild\Constants\TargetNames.cs"/>
    <Compile Include="MSBuild\CSharp\CSharpCommandLineArgumentReader.cs"/>
    <Compile Include="MSBuild\CSharp\CSharpProjectFile.cs"/>
    <Compile Include="MSBuild\CSharp\CSharpProjectFileLoader.cs"/>
    <Compile Include="MSBuild\Logging\DiagnosticLog.cs"/>
    <Compile Include="MSBuild\Logging\MSBuildDiagnosticLogger.cs"/>
    <Compile Include="MSBuild\Logging\MSBuildDiagnosticLogItem.cs"/>
    <Compile Include="MSBuild\ProjectFile\CommandLineArgumentReader.cs"/>
    <Compile Include="MSBuild\ProjectFile\Conversions.cs"/>
    <Compile Include="MSBuild\ProjectFile\Extensions.cs"/>
    <Compile Include="MSBuild\ProjectFile\ProjectFile.cs"/>
    <Compile Include="MSBuild\ProjectFile\ProjectFileLoader.cs"/>
    <Compile Include="MSBuild\VisualBasic\VisualBasicCommandLineArgumentReader.cs"/>
    <Compile Include="MSBuild\VisualBasic\VisualBasicProjectFile.cs"/>
    <Compile Include="MSBuild\VisualBasic\VisualBasicProjectFileLoader.cs"/>
    <Compile Include="Program.cs"/>
    <Compile Include="Rpc\Contracts\DiagnosticLogItem.cs"/>
    <Compile Include="Rpc\Contracts\DocumentFileInfo.cs"/>
    <Compile Include="Rpc\Contracts\IBuildHost.cs"/>
    <Compile Include="Rpc\Contracts\IProjectFile.cs"/>
    <Compile Include="Rpc\Contracts\JsonSettings.cs"/>
    <Compile Include="Rpc\Contracts\MonoMSBuildDiscovery.cs"/>
    <Compile Include="Rpc\Contracts\PackageReference.cs"/>
    <Compile Include="Rpc\Contracts\ProjectFileInfo.cs"/>
    <Compile Include="Rpc\Contracts\ProjectFileReference.cs"/>
    <Compile Include="Rpc\Contracts\Request.cs"/>
    <Compile Include="Rpc\Contracts\Response.cs"/>
    <Compile Include="Rpc\Contracts\TextReaderExtensions.cs"/>
    <Compile Include="Rpc\RpcServer.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ArrayExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ArrayExtensions.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\BitArithmeticUtilities.cs" Link="src\Compilers\Core\Portable\InternalUtilities\BitArithmeticUtilities.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\BlobBuildingStream.cs" Link="src\Compilers\Core\Portable\InternalUtilities\BlobBuildingStream.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\CharMemoryEqualityComparer.cs" Link="src\Compilers\Core\Portable\InternalUtilities\CharMemoryEqualityComparer.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\CommandLineUtilities.cs" Link="src\Compilers\Core\Portable\InternalUtilities\CommandLineUtilities.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\CompilerFeatureRequiredAttribute.cs" Link="src\Compilers\Core\Portable\InternalUtilities\CompilerFeatureRequiredAttribute.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\CompilerOptionParseUtilities.cs" Link="src\Compilers\Core\Portable\InternalUtilities\CompilerOptionParseUtilities.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ConcurrentDictionaryExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ConcurrentDictionaryExtensions.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ConcurrentLruCache.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ConcurrentLruCache.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ConcurrentSet.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ConcurrentSet.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ConfiguredYieldAwaitable.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ConfiguredYieldAwaitable.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\Debug.cs" Link="src\Compilers\Core\Portable\InternalUtilities\Debug.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\DecimalUtilities.cs" Link="src\Compilers\Core\Portable\InternalUtilities\DecimalUtilities.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\DocumentationCommentXmlNames.cs" Link="src\Compilers\Core\Portable\InternalUtilities\DocumentationCommentXmlNames.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\EmptyComparer.cs" Link="src\Compilers\Core\Portable\InternalUtilities\EmptyComparer.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\EncodingExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\EncodingExtensions.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\EnumerableExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\EnumerableExtensions.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\EnumField.cs" Link="src\Compilers\Core\Portable\InternalUtilities\EnumField.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\EnumUtilties.cs" Link="src\Compilers\Core\Portable\InternalUtilities\EnumUtilties.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ExceptionUtilities.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ExceptionUtilities.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ExperimentalAttribute.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ExperimentalAttribute.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\FailFast.cs" Link="src\Compilers\Core\Portable\InternalUtilities\FailFast.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\FatalError.cs" Link="src\Compilers\Core\Portable\InternalUtilities\FatalError.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\FileNameUtilities.cs" Link="src\Compilers\Core\Portable\InternalUtilities\FileNameUtilities.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\Hash.cs" Link="src\Compilers\Core\Portable\InternalUtilities\Hash.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ImmutableSetWithInsertionOrder`1.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ImmutableSetWithInsertionOrder`1.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\IncrementalHashExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\IncrementalHashExtensions.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\Index.cs" Link="src\Compilers\Core\Portable\InternalUtilities\Index.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\InterlockedOperations.cs" Link="src\Compilers\Core\Portable\InternalUtilities\InterlockedOperations.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\InterpolatedStringHandlerArgumentAttribute.cs" Link="src\Compilers\Core\Portable\InternalUtilities\InterpolatedStringHandlerArgumentAttribute.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\InterpolatedStringHandlerAttribute.cs" Link="src\Compilers\Core\Portable\InternalUtilities\InterpolatedStringHandlerAttribute.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\IReadOnlyListExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\IReadOnlyListExtensions.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\IReadOnlySet.cs" Link="src\Compilers\Core\Portable\InternalUtilities\IReadOnlySet.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ISetExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ISetExtensions.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\IsExternalInit.cs" Link="src\Compilers\Core\Portable\InternalUtilities\IsExternalInit.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\JsonWriter.cs" Link="src\Compilers\Core\Portable\InternalUtilities\JsonWriter.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\KeyValuePairUtil.cs" Link="src\Compilers\Core\Portable\InternalUtilities\KeyValuePairUtil.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\LittleEndianReader.cs" Link="src\Compilers\Core\Portable\InternalUtilities\LittleEndianReader.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs" Link="src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\NonCopyableAttribute.cs" Link="src\Compilers\Core\Portable\InternalUtilities\NonCopyableAttribute.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\NonDefaultableAttribute.cs" Link="src\Compilers\Core\Portable\InternalUtilities\NonDefaultableAttribute.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\NullableAttributes.cs" Link="src\Compilers\Core\Portable\InternalUtilities\NullableAttributes.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\OneOrMany.cs" Link="src\Compilers\Core\Portable\InternalUtilities\OneOrMany.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\OrderedMultiDictionary.cs" Link="src\Compilers\Core\Portable\InternalUtilities\OrderedMultiDictionary.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\PerformanceSensitiveAttribute.cs" Link="src\Compilers\Core\Portable\InternalUtilities\PerformanceSensitiveAttribute.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\PlatformInformation.cs" Link="src\Compilers\Core\Portable\InternalUtilities\PlatformInformation.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\Range.cs" Link="src\Compilers\Core\Portable\InternalUtilities\Range.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ReaderWriterLockSlimExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ReaderWriterLockSlimExtensions.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ReadOnlyMemoryOfCharComparer.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ReadOnlyMemoryOfCharComparer.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ReadOnlyUnmanagedMemoryStream.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ReadOnlyUnmanagedMemoryStream.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ReferenceEqualityComparer.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ReferenceEqualityComparer.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\RequiredMemberAttribute.cs" Link="src\Compilers\Core\Portable\InternalUtilities\RequiredMemberAttribute.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\RoslynExperiments.cs" Link="src\Compilers\Core\Portable\InternalUtilities\RoslynExperiments.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\RoslynLazyInitializer.cs" Link="src\Compilers\Core\Portable\InternalUtilities\RoslynLazyInitializer.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\RoslynParallel.cs" Link="src\Compilers\Core\Portable\InternalUtilities\RoslynParallel.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\RoslynString.cs" Link="src\Compilers\Core\Portable\InternalUtilities\RoslynString.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SemaphoreSlimExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SemaphoreSlimExtensions.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SetsRequiredMembersAttribute.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SetsRequiredMembersAttribute.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SharedStopwatch.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SharedStopwatch.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SingleInitNullable.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SingleInitNullable.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpanUtilities.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpanUtilities.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Collection.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Collection.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Dictionary.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Dictionary.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Enumerable.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Enumerable.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Enumerator.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Enumerator.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Enumerator`1.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Enumerator`1.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.List.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.List.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Set.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Set.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.ReadOnly.Collection.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.ReadOnly.Collection.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.ReadOnly.Enumerable`1.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.ReadOnly.Enumerable`1.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.ReadOnly.Enumerable`2.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.ReadOnly.Enumerable`2.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.ReadOnly.Set.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.ReadOnly.Set.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Singleton.Collection`1.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Singleton.Collection`1.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Singleton.Enumerator`1.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Singleton.Enumerator`1.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\StackGuard.cs" Link="src\Compilers\Core\Portable\InternalUtilities\StackGuard.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\StreamExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\StreamExtensions.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\StringExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\StringExtensions.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\StringOrdinalComparer.cs" Link="src\Compilers\Core\Portable\InternalUtilities\StringOrdinalComparer.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\StringTable.cs" Link="src\Compilers\Core\Portable\InternalUtilities\StringTable.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SuppressUnmanagedCodeSecurityAttribute.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SuppressUnmanagedCodeSecurityAttribute.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\TextKeyedCache.cs" Link="src\Compilers\Core\Portable\InternalUtilities\TextKeyedCache.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ThreadSafeFlagOperations.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ThreadSafeFlagOperations.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ThreeState.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ThreeState.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\UICultureUtilities.cs" Link="src\Compilers\Core\Portable\InternalUtilities\UICultureUtilities.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\UnicodeCharacterUtilities.cs" Link="src\Compilers\Core\Portable\InternalUtilities\UnicodeCharacterUtilities.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ValueTaskFactory.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ValueTaskFactory.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\VoidResult.cs" Link="src\Compilers\Core\Portable\InternalUtilities\VoidResult.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\WeakList.cs" Link="src\Compilers\Core\Portable\InternalUtilities\WeakList.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\WeakReferenceExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\WeakReferenceExtensions.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\XmlUtilities.cs" Link="src\Compilers\Core\Portable\InternalUtilities\XmlUtilities.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\YieldAwaitableExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\YieldAwaitableExtensions.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\Collections\ArrayBuilderExtensions.cs" Link="src\Compilers\Core\Portable\Collections\ArrayBuilderExtensions.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\Collections\ImmutableArrayExtensions.cs" Link="src\Compilers\Core\Portable\Collections\ImmutableArrayExtensions.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\Collections\TemporaryArray`1.cs" Link="src\Compilers\Core\Portable\Collections\TemporaryArray`1.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\Collections\IOrderedReadOnlySet.cs" Link="src\Compilers\Core\Portable\Collections\IOrderedReadOnlySet.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\FileSystem\PathKind.cs" Link="src\Compilers\Core\Portable\FileSystem\PathKind.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\FileSystem\PathUtilities.cs" Link="src\Compilers\Core\Portable\FileSystem\PathUtilities.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\FileSystem\FileUtilities.cs" Link="src\Compilers\Core\Portable\FileSystem\FileUtilities.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\Symbols\LanguageNames.cs" Link="src\Compilers\Core\Portable\Symbols\LanguageNames.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\CaseInsensitiveComparison.cs" Link="src\Compilers\Core\Portable\CaseInsensitiveComparison.cs"/>
    <Compile Include="..\..\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ImmutableArrayExtensions.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ImmutableArrayExtensions.cs"/>
    <Compile Include="..\..\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\IPooled.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\IPooled.cs"/>
    <Compile Include="..\..\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\Extensions.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\Extensions.cs"/>
    <Compile Include="..\..\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\PooledDisposer.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\PooledDisposer.cs"/>
    <Compile Include="..\..\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\PooledHashSet.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\PooledHashSet.cs"/>
    <Compile Include="..\..\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\PooledObject.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\PooledObject.cs"/>
    <Compile Include="..\..\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\SharedPools.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\SharedPools.cs"/>
    <Compile Include="..\..\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\FixedSizeArrayBuilder.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\FixedSizeArrayBuilder.cs"/>
    <Compile Include="..\..\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\Contract.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\Contract.cs"/>
    <Compile Include="..\..\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\Contract.InterpolatedStringHandlers.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\Contract.InterpolatedStringHandlers.cs"/>
    <Compile Include="..\..\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs"/>
    <Compile Include="..\..\..\Dependencies\PooledObjects\ArrayBuilder.cs" Link="src\Dependencies\PooledObjects\ArrayBuilder.cs"/>
    <Compile Include="..\..\..\Dependencies\PooledObjects\ArrayBuilder.Enumerator.cs" Link="src\Dependencies\PooledObjects\ArrayBuilder.Enumerator.cs"/>
    <Compile Include="..\..\..\Dependencies\PooledObjects\ObjectPool`1.cs" Link="src\Dependencies\PooledObjects\ObjectPool`1.cs"/>
    <Compile Include="..\..\..\Dependencies\PooledObjects\PooledDelegates.cs" Link="src\Dependencies\PooledObjects\PooledDelegates.cs"/>
    <Compile Include="..\..\..\Dependencies\PooledObjects\PooledDictionary.cs" Link="src\Dependencies\PooledObjects\PooledDictionary.cs"/>
    <Compile Include="..\..\..\Dependencies\PooledObjects\PooledHashSet.cs" Link="src\Dependencies\PooledObjects\PooledHashSet.cs"/>
    <Compile Include="..\..\..\Dependencies\PooledObjects\PooledStringBuilder.cs" Link="src\Dependencies\PooledObjects\PooledStringBuilder.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder+PrivateMarshal.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder+PrivateMarshal.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary`2+Enumerator.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary`2+Enumerator.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary`2+KeyCollection+Enumerator.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary`2+KeyCollection+Enumerator.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary`2+KeyCollection.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary`2+KeyCollection.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary`2+PrivateMarshal.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary`2+PrivateMarshal.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueBuilder.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueBuilder.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueCollection+Enumerator.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueCollection+Enumerator.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueCollection.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueCollection.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedHashSet.cs" Link="src\Dependencies\Collections\ImmutableSegmentedHashSet.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedHashSet`1+Builder.cs" Link="src\Dependencies\Collections\ImmutableSegmentedHashSet`1+Builder.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedHashSet`1+Enumerator.cs" Link="src\Dependencies\Collections\ImmutableSegmentedHashSet`1+Enumerator.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedHashSet`1+PrivateMarshal.cs" Link="src\Dependencies\Collections\ImmutableSegmentedHashSet`1+PrivateMarshal.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedHashSet`1+ValueBuilder.cs" Link="src\Dependencies\Collections\ImmutableSegmentedHashSet`1+ValueBuilder.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedHashSet`1.cs" Link="src\Dependencies\Collections\ImmutableSegmentedHashSet`1.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedList.cs" Link="src\Dependencies\Collections\ImmutableSegmentedList.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedListExtensions.cs" Link="src\Dependencies\Collections\ImmutableSegmentedListExtensions.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedList`1+Builder.cs" Link="src\Dependencies\Collections\ImmutableSegmentedList`1+Builder.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedList`1+Enumerator.cs" Link="src\Dependencies\Collections\ImmutableSegmentedList`1+Enumerator.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedList`1+PrivateMarshal.cs" Link="src\Dependencies\Collections\ImmutableSegmentedList`1+PrivateMarshal.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedList`1+ValueBuilder.cs" Link="src\Dependencies\Collections\ImmutableSegmentedList`1+ValueBuilder.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedList`1.cs" Link="src\Dependencies\Collections\ImmutableSegmentedList`1.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Internal\ArraySortHelper.cs" Link="src\Dependencies\Collections\Internal\ArraySortHelper.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Internal\BitHelper.cs" Link="src\Dependencies\Collections\Internal\BitHelper.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Internal\HashHelpers.cs" Link="src\Dependencies\Collections\Internal\HashHelpers.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Internal\ICollectionCalls.cs" Link="src\Dependencies\Collections\Internal\ICollectionCalls.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Internal\ICollectionCalls`1.cs" Link="src\Dependencies\Collections\Internal\ICollectionCalls`1.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Internal\ICollectionDebugView`1.cs" Link="src\Dependencies\Collections\Internal\ICollectionDebugView`1.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Internal\IDictionaryCalls.cs" Link="src\Dependencies\Collections\Internal\IDictionaryCalls.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Internal\IDictionaryDebugView`2.cs" Link="src\Dependencies\Collections\Internal\IDictionaryDebugView`2.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Internal\IEnumerableCalls.cs" Link="src\Dependencies\Collections\Internal\IEnumerableCalls.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Internal\IEnumerableCalls`1.cs" Link="src\Dependencies\Collections\Internal\IEnumerableCalls`1.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Internal\IListCalls.cs" Link="src\Dependencies\Collections\Internal\IListCalls.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Internal\InsertionBehavior.cs" Link="src\Dependencies\Collections\Internal\InsertionBehavior.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Internal\RoslynUnsafe.cs" Link="src\Dependencies\Collections\Internal\RoslynUnsafe.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Internal\SegmentedArrayHelper.cs" Link="src\Dependencies\Collections\Internal\SegmentedArrayHelper.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Internal\SegmentedArraySegment`1.cs" Link="src\Dependencies\Collections\Internal\SegmentedArraySegment`1.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Internal\SegmentedHashSetEqualityComparer`1.cs" Link="src\Dependencies\Collections\Internal\SegmentedHashSetEqualityComparer`1.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Internal\ThrowHelper.cs" Link="src\Dependencies\Collections\Internal\ThrowHelper.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\RoslynEnumerable.cs" Link="src\Dependencies\Collections\RoslynEnumerable.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\RoslynImmutableInterlocked.cs" Link="src\Dependencies\Collections\RoslynImmutableInterlocked.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\SegmentedArray.cs" Link="src\Dependencies\Collections\SegmentedArray.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\SegmentedArray`1+PrivateMarshal.cs" Link="src\Dependencies\Collections\SegmentedArray`1+PrivateMarshal.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\SegmentedArray`1.cs" Link="src\Dependencies\Collections\SegmentedArray`1.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\SegmentedCollectionsMarshal.cs" Link="src\Dependencies\Collections\SegmentedCollectionsMarshal.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\SegmentedDictionary`2+PrivateMarshal.cs" Link="src\Dependencies\Collections\SegmentedDictionary`2+PrivateMarshal.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\SegmentedDictionary`2.cs" Link="src\Dependencies\Collections\SegmentedDictionary`2.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\SegmentedHashSet`1.cs" Link="src\Dependencies\Collections\SegmentedHashSet`1.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\SegmentedList`1.cs" Link="src\Dependencies\Collections\SegmentedList`1.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net472\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net472\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.InternalsVisibleTo.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net472\Microsoft.CodeAnalysis.WorkspaceMSBuildBuildHostResources.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net472\Microsoft.CodeAnalysis.WorkspaceMSBuildBuildHostResources.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net472\Microsoft.CodeAnalysis.Collections.Internal.SR.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net472\Microsoft.CodeAnalysis.Collections.Internal.SR.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net472\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net472\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\49e424219c4a4763a398a5192b431d03\Microsoft.Bcl.AsyncInterfaces.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\db2d3af622a14951b2ae868c6ae57673\Microsoft.Build.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\af655297785e49e5914c787a37c36b4d\Microsoft.Build.Framework.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4a9fa8e18ffd42b48cfb4f00289dbad3\Microsoft.Build.Locator.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2c36da6894bb4017bd14f266fb6db850\Microsoft.Build.Tasks.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cda08ef26e1743e38a9c3682283a8346\Microsoft.Build.Utilities.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cb1d70cb25314fb699488c7596f06196\Microsoft.IO.Redist.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\de469b49e1914f20b39e5a05a17352a5\Microsoft.NET.StringTools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cafb29d5233847fbb4edcf8d7c32b1e3\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd21e08747d94bcebed8b56112226337\Newtonsoft.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\05dfc96b0eaa40aabfb5d2f9f916d9ba\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8448ed54b23840d8a464bff29b2d85b9\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\90623f6152584bdcbe77abdcfded3b60\System.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fd0fcb8f9ea64b6d826002f69130a293\System.Configuration.ConfigurationManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3c9e850c90c548a0af7e388089bbdae9\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9830c18b4ae54d3189f16c37283329f2\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\da2502c5079842b19aaf45d431b1301b\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\76e5685aed5642c2b08f6e049526ab12\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\be636da5b9a7459dba9af713d30adf42\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\805945f327b047adb8f6389d9d8f82c3\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\64a5d4a2a4354531b41c65ed5e5534b2\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\82f2aa9766d1415bb26b177ab15731ab\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\46bfa1cf83454596a2947d77f828802c\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23b4510314c34659ba7e89e688cde56a\System.Reflection.MetadataLoadContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\efe718142b824e97b598670ead64f4bf\System.Resources.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bc84029b11234266bc379616e5f03999\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\40dd49b3da7b4fe9aa1fe56059d48289\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\34553c85daa9492b9f2f061f10e4aa05\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d267e778f3b748d4a7544adb2eeb2095\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5096ee640c99435daf1cdb6f2ab12bce\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bc890e4ea34f463c8fd960f43c8beb88\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a087127fe1df4ea2ab18cb765be637c3\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\82ca8cb89d1a481badc16322e06a8f03\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a51d290bb29447c7b3e5b8d0df4c4e4e\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\441ee83d10d44a1e8ef73fc3d62bc3b3\netstandard.dll"/>
  </ItemGroup>
</Project>