File: Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.csproj
Web Access
Project: src\src\Workspaces\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>
    <_SkipAnalyzers>true</_SkipAnalyzers>
    <AssemblyName>Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <PublicSign>true</PublicSign>
    <KeyOriginatorFile>..\..\..\..\..\_external\1\35MSSharedLib1024.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;RELEASE;NET;NET8_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_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="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\FileGlobs.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\MSBuildLocation.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\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\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\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\EncodingExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\EncodingExtensions.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\ExceptionExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ExceptionExtensions.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\FileLockCheck.cs" Link="src\Compilers\Core\Portable\InternalUtilities\FileLockCheck.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\InterlockedOperations.cs" Link="src\Compilers\Core\Portable\InternalUtilities\InterlockedOperations.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\IReadOnlyListExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\IReadOnlyListExtensions.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ISetExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ISetExtensions.cs"/>
    <Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\JsonWriter.cs" Link="src\Compilers\Core\Portable\InternalUtilities\JsonWriter.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\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\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\ReflectionUtilities.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.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\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\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\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\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="..\..\..\Compilers\Shared\NamedPipeUtil.cs" Link="src\Compilers\Shared\NamedPipeUtil.cs"/>
    <Compile Include="..\..\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ImmutableArrayExtensions.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ImmutableArrayExtensions.cs"/>
    <Compile Include="..\..\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\Extensions.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\Extensions.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\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\ArrayBuilderExtensions.cs" Link="src\Dependencies\PooledObjects\ArrayBuilderExtensions.cs"/>
    <Compile Include="..\..\..\Dependencies\PooledObjects\IPooled.cs" Link="src\Dependencies\PooledObjects\IPooled.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\PooledDisposer.cs" Link="src\Dependencies\PooledObjects\PooledDisposer.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\Extensions\FixedSizeArrayBuilder.cs" Link="src\Dependencies\Collections\Extensions\FixedSizeArrayBuilder.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Extensions\ICollectionExtensions.cs" Link="src\Dependencies\Collections\Extensions\ICollectionExtensions.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Extensions\IEnumerableExtensions.cs" Link="src\Dependencies\Collections\Extensions\IEnumerableExtensions.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Extensions\IListExtensions.cs" Link="src\Dependencies\Collections\Extensions\IListExtensions.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Extensions\ImmutableArrayExtensions.cs" Link="src\Dependencies\Collections\Extensions\ImmutableArrayExtensions.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Extensions\KeyValuePairExtensions.cs" Link="src\Dependencies\Collections\Extensions\KeyValuePairExtensions.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Extensions\MemoryExtensions.cs" Link="src\Dependencies\Collections\Extensions\MemoryExtensions.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\SR.cs" Link="src\Dependencies\Collections\Internal\SR.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Internal\ThrowHelper.cs" Link="src\Dependencies\Collections\Internal\ThrowHelper.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\KeyValuePair.cs" Link="src\Dependencies\Collections\KeyValuePair.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\OneOrMany.cs" Link="src\Dependencies\Collections\OneOrMany.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\Segmented\ImmutableSegmentedDictionary.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+PrivateMarshal.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+PrivateMarshal.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection+Enumerator.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection+Enumerator.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+PrivateMarshal.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+PrivateMarshal.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection+Enumerator.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection+Enumerator.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Builder.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Builder.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Enumerator.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Enumerator.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+PrivateMarshal.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+PrivateMarshal.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedListExtensions.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedListExtensions.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Enumerator.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Enumerator.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+PrivateMarshal.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+PrivateMarshal.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs" Link="src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\SegmentedArray.cs" Link="src\Dependencies\Collections\Segmented\SegmentedArray.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\SegmentedArray`1+PrivateMarshal.cs" Link="src\Dependencies\Collections\Segmented\SegmentedArray`1+PrivateMarshal.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\SegmentedArray`1.cs" Link="src\Dependencies\Collections\Segmented\SegmentedArray`1.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\SegmentedCollectionsMarshal.cs" Link="src\Dependencies\Collections\Segmented\SegmentedCollectionsMarshal.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\SegmentedDictionary`2+PrivateMarshal.cs" Link="src\Dependencies\Collections\Segmented\SegmentedDictionary`2+PrivateMarshal.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs" Link="src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs" Link="src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Segmented\SegmentedList`1.cs" Link="src\Dependencies\Collections\Segmented\SegmentedList`1.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Specialized\SpecializedCollections.cs" Link="src\Dependencies\Collections\Specialized\SpecializedCollections.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs" Link="src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Specialized\SpecializedCollections.Empty.cs" Link="src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs" Link="src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Enumerable.cs" Link="src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Enumerable.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Enumerator.cs" Link="src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Enumerator.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Enumerator`1.cs" Link="src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Enumerator`1.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs" Link="src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.List.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs" Link="src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs" Link="src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Enumerable`1.cs" Link="src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Enumerable`1.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Enumerable`2.cs" Link="src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Enumerable`2.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs" Link="src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs" Link="src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Enumerator`1.cs" Link="src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Enumerator`1.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\TemporaryArrayExtensions.cs" Link="src\Dependencies\Collections\TemporaryArrayExtensions.cs"/>
    <Compile Include="..\..\..\Dependencies\Collections\TemporaryArray`1.cs" Link="src\Dependencies\Collections\TemporaryArray`1.cs"/>
    <Compile Include="..\..\..\Dependencies\Contracts\CollectionBuilderAttribute.cs" Link="src\Dependencies\Contracts\CollectionBuilderAttribute.cs"/>
    <Compile Include="..\..\..\Dependencies\Contracts\CompilerFeatureRequiredAttribute.cs" Link="src\Dependencies\Contracts\CompilerFeatureRequiredAttribute.cs"/>
    <Compile Include="..\..\..\Dependencies\Contracts\Contract.cs" Link="src\Dependencies\Contracts\Contract.cs"/>
    <Compile Include="..\..\..\Dependencies\Contracts\Contract.InterpolatedStringHandlers.cs" Link="src\Dependencies\Contracts\Contract.InterpolatedStringHandlers.cs"/>
    <Compile Include="..\..\..\Dependencies\Contracts\EnumExtensions.cs" Link="src\Dependencies\Contracts\EnumExtensions.cs"/>
    <Compile Include="..\..\..\Dependencies\Contracts\EqualityComparerExtensions.cs" Link="src\Dependencies\Contracts\EqualityComparerExtensions.cs"/>
    <Compile Include="..\..\..\Dependencies\Contracts\ErrorReporting\FailFast.cs" Link="src\Dependencies\Contracts\ErrorReporting\FailFast.cs"/>
    <Compile Include="..\..\..\Dependencies\Contracts\ErrorReporting\FatalError.cs" Link="src\Dependencies\Contracts\ErrorReporting\FatalError.cs"/>
    <Compile Include="..\..\..\Dependencies\Contracts\ExceptionUtilities.cs" Link="src\Dependencies\Contracts\ExceptionUtilities.cs"/>
    <Compile Include="..\..\..\Dependencies\Contracts\ExperimentalAttribute.cs" Link="src\Dependencies\Contracts\ExperimentalAttribute.cs"/>
    <Compile Include="..\..\..\Dependencies\Contracts\Index.cs" Link="src\Dependencies\Contracts\Index.cs"/>
    <Compile Include="..\..\..\Dependencies\Contracts\InterpolatedStringHandlerArgumentAttribute.cs" Link="src\Dependencies\Contracts\InterpolatedStringHandlerArgumentAttribute.cs"/>
    <Compile Include="..\..\..\Dependencies\Contracts\InterpolatedStringHandlerAttribute.cs" Link="src\Dependencies\Contracts\InterpolatedStringHandlerAttribute.cs"/>
    <Compile Include="..\..\..\Dependencies\Contracts\IReadOnlySet.cs" Link="src\Dependencies\Contracts\IReadOnlySet.cs"/>
    <Compile Include="..\..\..\Dependencies\Contracts\IsExternalInit.cs" Link="src\Dependencies\Contracts\IsExternalInit.cs"/>
    <Compile Include="..\..\..\Dependencies\Contracts\NonCopyableAttribute.cs" Link="src\Dependencies\Contracts\NonCopyableAttribute.cs"/>
    <Compile Include="..\..\..\Dependencies\Contracts\NonDefaultableAttribute.cs" Link="src\Dependencies\Contracts\NonDefaultableAttribute.cs"/>
    <Compile Include="..\..\..\Dependencies\Contracts\NullableAttributes.cs" Link="src\Dependencies\Contracts\NullableAttributes.cs"/>
    <Compile Include="..\..\..\Dependencies\Contracts\Range.cs" Link="src\Dependencies\Contracts\Range.cs"/>
    <Compile Include="..\..\..\Dependencies\Contracts\ReferenceEqualityComparer.cs" Link="src\Dependencies\Contracts\ReferenceEqualityComparer.cs"/>
    <Compile Include="..\..\..\Dependencies\Contracts\RequiredMemberAttribute.cs" Link="src\Dependencies\Contracts\RequiredMemberAttribute.cs"/>
    <Compile Include="..\..\..\Dependencies\Contracts\SetsRequiredMembersAttribute.cs" Link="src\Dependencies\Contracts\SetsRequiredMembersAttribute.cs"/>
    <Compile Include="..\..\..\Dependencies\Contracts\ValueTaskExtensions.cs" Link="src\Dependencies\Contracts\ValueTaskExtensions.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net8.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net8.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.InternalsVisibleTo.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net8.0\Microsoft.CodeAnalysis.WorkspaceMSBuildBuildHostResources.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net8.0\Microsoft.CodeAnalysis.WorkspaceMSBuildBuildHostResources.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net8.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net8.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\6911dc6c2e53464ebb8248735f3c8844\Microsoft.Build.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cd56d8525662421c86a3c36233626b65\Microsoft.Build.Framework.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f4f3ac27a54c47beb08db39d7144e2a1\Microsoft.Build.Locator.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3797c2fe1d145dbb1a2624d4a4b7b4b\Microsoft.Build.Tasks.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b0ea22fedc23418a844f976a57c96c96\Microsoft.Build.Utilities.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\41678dfa87aa4d0a8c109f0da08f987d\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\75339f64b5b94748872a0cf1ee63297c\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c7c58820633b42e9b7ca0b81e29d4c1e\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cfb4979d17cb471885d8d144ca3aa93c\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\821d2c8ffe2044cf988e615c9ba457cb\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cc657818e5ad4ab285aeddd238e710a0\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9423458ff4784e7f8ea8d519e1ee316e\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\64011e7d49be4d70aee6379c1d387845\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cfb0c754a03d4652b3707b30711a0359\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fce119208bfa4da69be495251464ae3b\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\89484deb7bbf470b8919af5c857f179c\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d1a28d330f884b7b86f7bdac23bc6b2f\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9aa194c5135d48dbb81e287e1fb550e0\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f493a1dd44434489b02a9229f59a1148\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b68b244cb6784ab88af5926b24fc3e35\System.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\88ccc8fbbd2f4a64bb676bf460b911b9\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bb79c06293b746a19bf4f6d77507d143\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9cdb31ad9a674a099a3adcbd9571f95a\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e0825d8afffc451c9587de5b9ab4365c\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1c75c1525ce144869abda466439b1a82\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\57bda101a1d14794a7dc4918ceee8679\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6c21330c028a4866af365746c732f54f\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6c12099563704bac81ca614ca1647581\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b07e7fb5172c4d898513e78ae96c9bc1\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bb10e2e335df4a3f8472dba8abcbb734\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\844d0a139def4a99842b827e4141230b\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6f625887d06a4ea699b28c313dc9bb3c\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\648aa1fc468c471b935c1afaf3c552f1\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\74abb8de4d6049a485a65a966e0e0d56\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8c118455656a461eb22f36499353ef4f\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4f6ee5e867e643e9bafa8079f069f48a\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\77561dda1dc044048a9e07464cb6e46a\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\296f4487f6d34233bf46c936fa144305\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\19dadbcd1607419d82c857c28d0fee15\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f972be5c9c074e7193784ccb80a4c625\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6cb93dfc0e754ca695b3538dbc68b46e\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0f7d2f666e364c2581d08a379eba56c4\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b7e5a4d2771749b98d7c49e758b93583\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c25b24a3838c407bbba5caeb114d5f21\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8106a919ae474e86879fdf4a1c3e55a1\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\43a963a505014f9da7e11d59597246de\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f1a92f54b1e5400582e9d93b434b48f7\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9c254de975b74a149fc753a5c231832c\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d79ecf1b42f44386a528bbc44fc88fa3\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d8e80aca22194940887aa1cd4227d38d\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\efa9e5c7a91b484590012b6aee11367a\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0242af51420a44dbb78341c1037e23d8\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\173058818d8645288c0f10d71871fb33\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a1a3560400164c0facfaa648c6311089\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9be8677b2d0a4452b3b416d1db3b8702\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7131ff2cfd8049d1a5ffe73aa18d01af\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b8f763f8788048d1b1acf4cbb37cbfa8\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe735070012d42d7a64497b9437dfdfc\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f756937f4d5348b480309e79391b258c\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\598b2cdbd0874da2a9bca52d8b4df830\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ad2d4d18c533483e9408be45438b7704\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\337b2db0912e461c92f947d2fc94c7a7\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ece2d6788b45414aa13cefeb55389028\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c237ea2714654116816618c18e077523\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\456dc914e70242a7a1678781fed03366\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6bb7fed5435b4005be670fa62ed5ff8f\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0cd1f281b52244b881283a68a9a692ba\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7ff22f3468db4b43b362a471dcc36f0f\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1c63ec72f1c745fe85bce685c02a0297\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3ec851c73da54450867e0276b7e0540e\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4fa63b87f2e54cb7adb15dadd4af3ab6\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7a861e8db5ad4b8bb62e87ecf9359d40\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c156914435b745e4ad029200e216388c\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd6dae93e5364daa82268369cb8e4bac\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\df072e6fee3d4df7a0bbe802a495fa73\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b00cb27a7fd14a3aaa95d58ee58ebd91\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\62629233b5634e9eb89dc24b6a737922\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9463026bad3e4e28a14de6ca7e1147f7\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1bb9c881610142f2964278d2b43505b5\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fbc25e07c9f94e84b2c6107b525dcee2\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9bc335b205514710a8fbe32811b7cb88\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0d53f4dd381846dd82d72d964e9caae0\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c3163e3502f54cc9813d2c54619d2b5f\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d0f60afd50f34007adbe7e13ce392916\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8761481929e146f9b101eee91d4d40f6\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\50b2d70d02f9454495765c9e78a721ff\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9495a42e6a09458f88f0c20391f17e14\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a73f3da9c12044188beae8bc3102e004\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5edf04111f3548458208b415171cd22b\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7cd66505624b4047b1c82eee74d3ce56\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ec7ee97acef04993bf888e2315c4b6ef\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c1395a6116ac48feb9908cc6997eb6b1\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23c08febd2104a9296afac0e378fc364\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\160398d72d284451a43aeb6b8f8dfdee\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c0109ed56e6f459fa6e1d978d2c92d43\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\653d7ac87f9d49c1aea1c8481dacf774\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\66ef728d5eb246fda137f826d4732354\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\17de4a5d7e5f44738adddf97d7001b3f\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5be4a999eb764c7f84a9661e7cfd555d\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d37d51b329c44b4a895e0d6e95b8effc\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e268d52c05c349559d89751fd9f20b2a\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\503733701f6a43e5ad047da053c3a5bc\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dfaad4e75b1949308a80e4a5f021bf05\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b2cd5f39a7a0497fac7fa567b9b5fcfd\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3dfa53b9d39e4dbaab856337dd2ef7ba\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\52318d30ba26453aa0cb3e13db9b3c30\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\83813e6fe8b64cc7b446d3d3f86f580b\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f4d6e67f9bdc427da9b3df2f9f8e1c25\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\63819cacbd80479db96eb63b673047c1\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f70c6ac129ef4507840c67736637f481\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\01d6450fee2b4ea78c7fd5e2677c4b13\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3043f97c4810422c829617e980391b0e\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aac42a49b97c4238a12f7906eaa24b61\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6f32ae0479554ada8c89b5ec97df2a14\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\64bae706a5984410a6b84de75713430c\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1527ca69fd404957ae992f18c45c9532\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3f7a6b28f6d34b53898597c3e945cc02\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ba1bf11316bd4f8186b8aaa1b3675003\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8e8dc56c46bd496ba86aab8418da129f\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\650b6cd7d18343c49c3eb57b50bd2e69\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\274b0ed6054849f59c4e156e96f0f547\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\40a91b7a72914b9d94e6b3f59e675976\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\72f8a511d5c343899b3fb4f6e91b4ae5\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c3649cd21edc4654b100f3bf30244d4f\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8847aa576f4b4aad93ad576e90f464a3\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fd0968930d294d8ba1757791f13e0e36\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b8505d1308034ed194ca5cd77d0844e8\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a987209731774e659176d7ba9c5727ae\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\04e852155d184610bf1f5db11179c713\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4a54152c2a1f4166884bd02d8bdb2fde\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f4d561e3b396455cb0c55c1aba1aaf57\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\04d9a89fa4fd460a8c59756353b72de8\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f0239f65b0f54fb59a5caeac18182e14\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e4c347c1bc2247bb8310ecfdbe7837ec\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9eb0ebf5065147afa7e68e98c62e79c1\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\910c74b7c69d4d25844c3377fd57b168\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d994367ebe5e41fc8a649a29cfb6ffda\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ec4f9485ca6d43e8bf6252fea290558e\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4e4dba6d52bb4c4d9afb3999c060732d\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f61f7c02d18c4daea81b9aa2b99e4cd6\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\36dcc5a4348d4ee9b3ebb314437d7a0d\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8a8f66aef0e6408cbb2d3cd522853118\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\afb39cd24a8e42bb9be75aa85501ef47\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8f20212290c545dfbee390c424d01fd0\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bab2817b3167469ab2bd353eb99fd2f1\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a255bab6b33d45e8afcac8eaec325b76\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5bc5b74e9c6c46da882222220bc9a239\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\261021893e134a1c929aead2e2f292e7\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2fdaa6cd7a704a61a79b2ec472612703\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\78f6ae1739f54d1e9caf440820cf0a89\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e7d83850851e484ca39c75b2edf186f8\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\46d0d22c3d584753b37ecf4887abaf82\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\05a7e3d2c01c4054b399025e41d66cdc\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2ac20a6a82204f8cb681e76d1877680e\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\305a4fc5b91047a8bc61b9d05fa74e70\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\749772cf6b934be99624eabc262ca623\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f827752d4087492dbddf5faaa09f6e09\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eaab022bb88c497da4dc08fef7a011a2\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6f1f6616db83485c97242b38b70d768d\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\85dd450b637a4ffb82b80e80736d83a8\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\69934bafba1e4e16b749b1507450f717\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b97b1b56f9e34d0397a91cbf02e6ff48\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6df918ffdd944f168b799edaeeb61d50\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\033d316f3c9a4e0fb268d720f951fca0\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\535613c4906a4cab90c52f08700d0646\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1f85a72163394babbb9132110ee3b1db\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\555cb376d2474aff936b74b483410c13\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\01a51f39a90842eeb835460d2d4838a1\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5db3042d763d48afa182f7b806330347\WindowsBase.dll"/>
  </ItemGroup>
  <ItemGroup>
  </ItemGroup>
</Project>