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\a54688205bc6484787c9f5bd3a8e563a\Microsoft.Build.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cd56d8525662421c86a3c36233626b65\Microsoft.Build.Framework.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f4f3ac27a54c47beb08db39d7144e2a1\Microsoft.Build.Locator.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6dffd41dd0c647f6aef47a0a765d4bd3\Microsoft.Build.Tasks.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0767d99b7e7f4fc7b5cb7a4a79c256c8\Microsoft.Build.Utilities.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e6116af585324b53941da3fb20eeb122\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c027ff3f6bc44f1d92c1edd936eb1010\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\965d2294252d4aa59d29b0ad9806b603\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6c4493e8dac84d2aa27ab601b69ca410\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d820e805f0df4980b6969fc4ff23ef57\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\59e187a3fcfb4b71a9b05351ad2bec3d\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3504557e16524b1399dd806718ef133e\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6a0e84df957a41ed8cf9fcb47ffadc1d\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\33bbc73b88204f3ca8e915eba7c25216\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\064426fc7ad54d5581660fa509bfbb18\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\54d8724903e9464aac963ce831cee942\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d1a28d330f884b7b86f7bdac23bc6b2f\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f7924a74cb5f4e56864ab3438b2f1cef\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f265f9423c504a59bb91cfc236086c60\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\372aadfa5d0c4492acba33b133e27d00\System.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\41c8df87986949d1ace820dc7b8f91ce\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2b76d20a107540fb99a317b1bc885117\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d20a5b64c9c0423fb58c6ef2bd427061\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f9abb24f3fcf498e9f9bd23055c32366\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\43a7fbdfa910421fad0afad3bbc6e63e\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3ce7ecf4ad1f4809b61149114f5e2270\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d0e216b5e396459b88d9077c037d2b84\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\46d6b6ee1b584b349c2e0c30bd8ff932\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\69a2847850c94c679f8cd3f492ed13a9\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ad4c2d0729eb4a0d8acc651ed124985d\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\200f66faf8194b0ba9295fc23710edd1\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fb5ffae8c9aa43c4a75012a73656773a\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3e976434271d4263b6b88b36cdabfb11\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f9a592509ecc4e37b0eb5c28abac0411\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\00eb081f6dd9486093082371e6398e22\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e14c5cecdff54b71858691e91761411c\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cc95e5b7c36f435a97804a9e2a1d90f4\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\54ea7b7d30c147f190ba77ba9861bfe0\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e50571f91a144106a860548732820524\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e9f45921790646a4b9ec75f172819c24\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\59919792b9cc4fb1839e657c20e72ae1\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b5320c95588d4f7eadcfff6b498e2c30\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\78c8d85e02aa4131a65eebda8540cf67\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\166ca60fe5ba4902a6e12c6aa3cec782\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dcd67ca05d2d47f39d43991358d8db8e\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\42a18606b5634cbf8f4c60f82fe69868\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\71477faff27740bba958614c51726e35\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3286a1b8acf94a1d87ef06ee0c6a4574\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f1e4581eae9b4aef9ba8938971141b80\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c278cb5dce634615979b7fd30138d5d1\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\460c1e9009304f9b87b7a44bc60119a4\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f51efb0909124762b9fbd8335dfb9bf0\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6bc02a3e8fc8409faea34281a28f8f0e\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f2c6ec9e175e44feafc9b1bf5b57d4bc\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8155222fb14747839a3d311980052e59\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e5cd5b2319948a4830e7aad56048517\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\99441fcd439e42569ab9b7a94e6908d1\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6f2bd57d1a5b45568df8b0d0ab32ecf7\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cadc007616a94150b7843e0a88e3b59e\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c77b8ea848ae4c7e9b1021e00e1aa93e\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ae03f68662a94b5681c5bbeeaf5d78cd\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\933b718da9ae4716ba7e74310cf8e1f9\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9c6b7465d9784e9494fe5e671a3833db\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\37f366da54b3419ead8d48ee71be472c\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9b0e88d3bac94397b251c44533218ffd\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\166905701d5c4e70828e6e4f3a80a3df\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cf83337c7fe74a339be65f4e4fa0a4bb\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\562abf693e0f4be6944e6f81428709c2\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b26a830cbb3e49e0bc2700df4d418ffb\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3ed7c3871f9340d29a959db4ee2550ca\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5cac27962fb9481ba20c44b5770b4c67\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d0777d8aa7cf4a88931ddf94cf98b112\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\20f955d01e034df48edc6f34ad797c6e\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\08cc3a1f4330478791d5fadce9d032c3\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\46389048ddcb4383a83543e57448d548\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0a0abc697b194b2391e54c1159653a69\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0b5b003b96a74239b9f8dc42e96ece22\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8a189e5f43f4497e9671cf0c0ab553be\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\19ea03c9139047db82f0d52f2cb6f318\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c50d3bd8f292481caa293b883270128d\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\df332b81319744a796b5df5951dfc5a0\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2a6d7cc2251e4d1fa9cff6107f266738\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dccec44977c34603b700f6edc3d5c923\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\94dbe37e2b5b40ae8d14ff36872faaf0\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\81a005129a774e3e8a8a9150e06c7962\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b136001fba794fd9b78dcbdb7c903a51\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e41cf18644984c6fa4a4a0ad9f8742bc\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c6983124ab824e4284e6cf1e3404819c\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dc67c49aee884cde8ed00ac5e5d76d3e\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e814122f00d846cda1e01cb54ef01f8b\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cca2a31e7cc34166854e7ca07c16577d\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\928cb946313a4daf8fb7779aab549424\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a1780f83e821472fa0f8e5318732bc52\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c8cf81e505584800a50fc37670ac7327\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\907a5f1b8f424c568223695c8cf4e348\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd0bc9432c9845bba886139788e3d3cc\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0ca4ed77eed84f11b7e27f68dc9c821c\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fa100b4974be4d9b90ce2d38df028da6\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5c4e81195b39441a88eaf75b012c123d\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bb50d047a31640a69941945e7d830488\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3f25890bab345528aeb4fac8477d368\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\80d98ac451184ef4b6391b529f5a98d9\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\060a5c038e044ce28e696dce73dac3b2\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ad0cbf4f020f463b9c768e6034dfa4a2\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cfc31bde0ba74291bda2b844ea61710e\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\661545b009524bc5b912764211061391\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6a51806f2d3b4bcc8343b47c74600dab\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4439da9790a64b75a8c98e86a8f7201b\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1b40d706e4b440d49f73139b9588ba57\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8534c17c0b83458a8629b4edbf14e4c3\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c2f95306cacc42ee9e886d763d5754ec\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\330f58d1a128449c874581e39b62859c\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d983111d983f4303809e8b3b9492cd93\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3da8e5b42e804e47ae0e4d2d0490d62e\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a8f6a3602cdf4088bacfe02dc5d80a41\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\14317f48511947a199ab50f4064d0dce\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9db180f6c6374004a238a7e1791293c0\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a614b47f0b554f1f94676b6369f4f69d\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9d5df5684cff41c7995f13f40818dd04\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\48e1ec4172d645639da6c97e17d7dc15\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\94ccdad2270c49b997c960d87b05dfbe\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\be99f31dd7514009857ab7e33d8d0009\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4055a7b0c36e4e599ca0c81d85910267\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6b6a507a443a48e29cf5e647e735256c\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bee515f5d28243a5a9e440ab77f7f278\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aa02031294c64795bb132b3651354da6\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fa079e5631774fa68ba88a71f917c948\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d8c93c7c6377462f95c5dfc3e7fa8aa8\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e789400c93bb4fff8d359ad5ac546942\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fd28a0de76a74b938586c11ef59efe73\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7732bb5453f24c958d5bbe3707d7963f\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2c9ed94e4f5b4476954f7fac129c2384\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\09e82af9f5cb4411975e9bc283e672d8\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fdb13f7e055b4df59d38c5341338299d\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e7f774dac97a4c1c8223f40452489ac1\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3913054c6498434d9aeacf1eb2b10430\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f5a9d01fd3564db0ab4829a624b206e3\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ce2b7b98cb0d432db941160683f76d1b\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2c77cece15904768b4d315b809d8ccdd\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5a8d63004c2f4b439889d8db2136665c\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4aa13bffa0f64d1a878397a3ae075fa3\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5f875b5c9fe14946a94b025291e2a384\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2225639599884bf4b8d2932be972a673\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8e18dcd805d248438a44c68d95545dfb\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\226e2ab73aa2488fbf4d135b8f5df04f\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\16cff2cf9c904f0d96805243135738d2\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\29d932dabf794c77bbb10ff6418f9e14\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ba4e86a7eafa468ab6f503b5496ea2cf\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e361f5e76e354d0aa403e713c3a514f1\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\04c0c65da1ce41f2beef1c25be914767\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\567bb1edc9364cc3b4cd6e00c9fcf711\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9347828e43b94231a1ec192c7cb97229\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\250075f6bd67487fb5e175d88c4e1783\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3b3e061a5200485ba8fb7424607441aa\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b6ba6170a964476495719640112a77e6\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a8cf56d928284942b0a85ebd4d8c04c1\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9235db111dd24414906b6e2b9c11f62e\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\935df8d58a344811926ef8cff2471d93\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3982c6ba5a6428c9b4c970c75b68c3a\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7647b81babd949978c752ba1dd8b7b4e\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d9d118862bd2402e817ec52694efd74c\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9cf0835b94704f0c96fa736cbba326ad\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9af976b9954c48f8968335fb9d3db896\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\897141302a084692a6313461d9de093d\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\77865fc8feec4ba4882aebce1b125112\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6d2a8ee51d3e4effbcc4a8c01b07d1d7\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe4bed04ec4048a5a0c9f8de2df8d233\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ef0948bc5e0a41f787da79d70c54b631\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\18d6dd6df4bf4a74be04bec4a1ed4aea\WindowsBase.dll"/>
  </ItemGroup>
  <ItemGroup>
  </ItemGroup>
</Project>