|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<AssemblyName>Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;RELEASE;NET;NET6_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_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\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\CompilerFeatureRequiredAttribute.cs" Link="src\Compilers\Core\Portable\InternalUtilities\CompilerFeatureRequiredAttribute.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\CompilerOptionParseUtilities.cs" Link="src\Compilers\Core\Portable\InternalUtilities\CompilerOptionParseUtilities.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ConcurrentDictionaryExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ConcurrentDictionaryExtensions.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ConcurrentLruCache.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ConcurrentLruCache.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ConcurrentSet.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ConcurrentSet.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ConfiguredYieldAwaitable.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ConfiguredYieldAwaitable.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\Debug.cs" Link="src\Compilers\Core\Portable\InternalUtilities\Debug.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\DecimalUtilities.cs" Link="src\Compilers\Core\Portable\InternalUtilities\DecimalUtilities.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\DocumentationCommentXmlNames.cs" Link="src\Compilers\Core\Portable\InternalUtilities\DocumentationCommentXmlNames.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\EmptyComparer.cs" Link="src\Compilers\Core\Portable\InternalUtilities\EmptyComparer.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\EncodingExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\EncodingExtensions.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\EnumerableExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\EnumerableExtensions.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\EnumField.cs" Link="src\Compilers\Core\Portable\InternalUtilities\EnumField.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\EnumUtilties.cs" Link="src\Compilers\Core\Portable\InternalUtilities\EnumUtilties.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ExceptionUtilities.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ExceptionUtilities.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ExperimentalAttribute.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ExperimentalAttribute.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\FailFast.cs" Link="src\Compilers\Core\Portable\InternalUtilities\FailFast.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\FatalError.cs" Link="src\Compilers\Core\Portable\InternalUtilities\FatalError.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\FileNameUtilities.cs" Link="src\Compilers\Core\Portable\InternalUtilities\FileNameUtilities.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\Hash.cs" Link="src\Compilers\Core\Portable\InternalUtilities\Hash.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ImmutableSetWithInsertionOrder`1.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ImmutableSetWithInsertionOrder`1.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\Index.cs" Link="src\Compilers\Core\Portable\InternalUtilities\Index.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\InterlockedOperations.cs" Link="src\Compilers\Core\Portable\InternalUtilities\InterlockedOperations.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\InterpolatedStringHandlerArgumentAttribute.cs" Link="src\Compilers\Core\Portable\InternalUtilities\InterpolatedStringHandlerArgumentAttribute.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\InterpolatedStringHandlerAttribute.cs" Link="src\Compilers\Core\Portable\InternalUtilities\InterpolatedStringHandlerAttribute.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\IReadOnlyListExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\IReadOnlyListExtensions.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\IReadOnlySet.cs" Link="src\Compilers\Core\Portable\InternalUtilities\IReadOnlySet.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ISetExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ISetExtensions.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\IsExternalInit.cs" Link="src\Compilers\Core\Portable\InternalUtilities\IsExternalInit.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\JsonWriter.cs" Link="src\Compilers\Core\Portable\InternalUtilities\JsonWriter.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\KeyValuePairUtil.cs" Link="src\Compilers\Core\Portable\InternalUtilities\KeyValuePairUtil.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\LittleEndianReader.cs" Link="src\Compilers\Core\Portable\InternalUtilities\LittleEndianReader.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs" Link="src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\NonCopyableAttribute.cs" Link="src\Compilers\Core\Portable\InternalUtilities\NonCopyableAttribute.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\NonDefaultableAttribute.cs" Link="src\Compilers\Core\Portable\InternalUtilities\NonDefaultableAttribute.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\NullableAttributes.cs" Link="src\Compilers\Core\Portable\InternalUtilities\NullableAttributes.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\OneOrMany.cs" Link="src\Compilers\Core\Portable\InternalUtilities\OneOrMany.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\OrderedMultiDictionary.cs" Link="src\Compilers\Core\Portable\InternalUtilities\OrderedMultiDictionary.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\PerformanceSensitiveAttribute.cs" Link="src\Compilers\Core\Portable\InternalUtilities\PerformanceSensitiveAttribute.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\PlatformInformation.cs" Link="src\Compilers\Core\Portable\InternalUtilities\PlatformInformation.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\Range.cs" Link="src\Compilers\Core\Portable\InternalUtilities\Range.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ReaderWriterLockSlimExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ReaderWriterLockSlimExtensions.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ReadOnlyMemoryOfCharComparer.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ReadOnlyMemoryOfCharComparer.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ReadOnlyUnmanagedMemoryStream.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ReadOnlyUnmanagedMemoryStream.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ReferenceEqualityComparer.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ReferenceEqualityComparer.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\RequiredMemberAttribute.cs" Link="src\Compilers\Core\Portable\InternalUtilities\RequiredMemberAttribute.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\RoslynExperiments.cs" Link="src\Compilers\Core\Portable\InternalUtilities\RoslynExperiments.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\RoslynLazyInitializer.cs" Link="src\Compilers\Core\Portable\InternalUtilities\RoslynLazyInitializer.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\RoslynParallel.cs" Link="src\Compilers\Core\Portable\InternalUtilities\RoslynParallel.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\RoslynString.cs" Link="src\Compilers\Core\Portable\InternalUtilities\RoslynString.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SemaphoreSlimExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SemaphoreSlimExtensions.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SetsRequiredMembersAttribute.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SetsRequiredMembersAttribute.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SharedStopwatch.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SharedStopwatch.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SingleInitNullable.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SingleInitNullable.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpanUtilities.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpanUtilities.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Collection.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Collection.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Dictionary.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Dictionary.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Enumerable.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Enumerable.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Enumerator.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Enumerator.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Enumerator`1.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Enumerator`1.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.List.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.List.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Set.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Set.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.ReadOnly.Collection.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.ReadOnly.Collection.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.ReadOnly.Enumerable`1.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.ReadOnly.Enumerable`1.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.ReadOnly.Enumerable`2.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.ReadOnly.Enumerable`2.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.ReadOnly.Set.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.ReadOnly.Set.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Singleton.Collection`1.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Singleton.Collection`1.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Singleton.Enumerator`1.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Singleton.Enumerator`1.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\StackGuard.cs" Link="src\Compilers\Core\Portable\InternalUtilities\StackGuard.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\StreamExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\StreamExtensions.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\StringExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\StringExtensions.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\StringOrdinalComparer.cs" Link="src\Compilers\Core\Portable\InternalUtilities\StringOrdinalComparer.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\StringTable.cs" Link="src\Compilers\Core\Portable\InternalUtilities\StringTable.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\SuppressUnmanagedCodeSecurityAttribute.cs" Link="src\Compilers\Core\Portable\InternalUtilities\SuppressUnmanagedCodeSecurityAttribute.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\TextKeyedCache.cs" Link="src\Compilers\Core\Portable\InternalUtilities\TextKeyedCache.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ThreadSafeFlagOperations.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ThreadSafeFlagOperations.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ThreeState.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ThreeState.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\UICultureUtilities.cs" Link="src\Compilers\Core\Portable\InternalUtilities\UICultureUtilities.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\UnicodeCharacterUtilities.cs" Link="src\Compilers\Core\Portable\InternalUtilities\UnicodeCharacterUtilities.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\ValueTaskFactory.cs" Link="src\Compilers\Core\Portable\InternalUtilities\ValueTaskFactory.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\VoidResult.cs" Link="src\Compilers\Core\Portable\InternalUtilities\VoidResult.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\WeakList.cs" Link="src\Compilers\Core\Portable\InternalUtilities\WeakList.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\WeakReferenceExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\WeakReferenceExtensions.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\XmlUtilities.cs" Link="src\Compilers\Core\Portable\InternalUtilities\XmlUtilities.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\YieldAwaitableExtensions.cs" Link="src\Compilers\Core\Portable\InternalUtilities\YieldAwaitableExtensions.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\Collections\ArrayBuilderExtensions.cs" Link="src\Compilers\Core\Portable\Collections\ArrayBuilderExtensions.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\Collections\ImmutableArrayExtensions.cs" Link="src\Compilers\Core\Portable\Collections\ImmutableArrayExtensions.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\Collections\TemporaryArray`1.cs" Link="src\Compilers\Core\Portable\Collections\TemporaryArray`1.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\Collections\IOrderedReadOnlySet.cs" Link="src\Compilers\Core\Portable\Collections\IOrderedReadOnlySet.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\FileSystem\PathKind.cs" Link="src\Compilers\Core\Portable\FileSystem\PathKind.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\FileSystem\PathUtilities.cs" Link="src\Compilers\Core\Portable\FileSystem\PathUtilities.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\FileSystem\FileUtilities.cs" Link="src\Compilers\Core\Portable\FileSystem\FileUtilities.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\Symbols\LanguageNames.cs" Link="src\Compilers\Core\Portable\Symbols\LanguageNames.cs"/>
<Compile Include="..\..\..\Compilers\Core\Portable\CaseInsensitiveComparison.cs" Link="src\Compilers\Core\Portable\CaseInsensitiveComparison.cs"/>
<Compile Include="..\..\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ImmutableArrayExtensions.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ImmutableArrayExtensions.cs"/>
<Compile Include="..\..\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\IPooled.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\IPooled.cs"/>
<Compile Include="..\..\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\Extensions.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\Extensions.cs"/>
<Compile Include="..\..\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\PooledDisposer.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\PooledDisposer.cs"/>
<Compile Include="..\..\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\PooledHashSet.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\PooledHashSet.cs"/>
<Compile Include="..\..\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\PooledObject.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\PooledObject.cs"/>
<Compile Include="..\..\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\SharedPools.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\SharedPools.cs"/>
<Compile Include="..\..\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\FixedSizeArrayBuilder.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\FixedSizeArrayBuilder.cs"/>
<Compile Include="..\..\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\Contract.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\Contract.cs"/>
<Compile Include="..\..\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\Contract.InterpolatedStringHandlers.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\Contract.InterpolatedStringHandlers.cs"/>
<Compile Include="..\..\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs"/>
<Compile Include="..\..\..\Dependencies\PooledObjects\ArrayBuilder.cs" Link="src\Dependencies\PooledObjects\ArrayBuilder.cs"/>
<Compile Include="..\..\..\Dependencies\PooledObjects\ArrayBuilder.Enumerator.cs" Link="src\Dependencies\PooledObjects\ArrayBuilder.Enumerator.cs"/>
<Compile Include="..\..\..\Dependencies\PooledObjects\ObjectPool`1.cs" Link="src\Dependencies\PooledObjects\ObjectPool`1.cs"/>
<Compile Include="..\..\..\Dependencies\PooledObjects\PooledDelegates.cs" Link="src\Dependencies\PooledObjects\PooledDelegates.cs"/>
<Compile Include="..\..\..\Dependencies\PooledObjects\PooledDictionary.cs" Link="src\Dependencies\PooledObjects\PooledDictionary.cs"/>
<Compile Include="..\..\..\Dependencies\PooledObjects\PooledHashSet.cs" Link="src\Dependencies\PooledObjects\PooledHashSet.cs"/>
<Compile Include="..\..\..\Dependencies\PooledObjects\PooledStringBuilder.cs" Link="src\Dependencies\PooledObjects\PooledStringBuilder.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder+PrivateMarshal.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder+PrivateMarshal.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary`2+Enumerator.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary`2+Enumerator.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary`2+KeyCollection+Enumerator.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary`2+KeyCollection+Enumerator.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary`2+KeyCollection.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary`2+KeyCollection.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary`2+PrivateMarshal.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary`2+PrivateMarshal.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueBuilder.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueBuilder.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueCollection+Enumerator.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueCollection+Enumerator.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueCollection.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueCollection.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs" Link="src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedHashSet.cs" Link="src\Dependencies\Collections\ImmutableSegmentedHashSet.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedHashSet`1+Builder.cs" Link="src\Dependencies\Collections\ImmutableSegmentedHashSet`1+Builder.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedHashSet`1+Enumerator.cs" Link="src\Dependencies\Collections\ImmutableSegmentedHashSet`1+Enumerator.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedHashSet`1+PrivateMarshal.cs" Link="src\Dependencies\Collections\ImmutableSegmentedHashSet`1+PrivateMarshal.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedHashSet`1+ValueBuilder.cs" Link="src\Dependencies\Collections\ImmutableSegmentedHashSet`1+ValueBuilder.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedHashSet`1.cs" Link="src\Dependencies\Collections\ImmutableSegmentedHashSet`1.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedList.cs" Link="src\Dependencies\Collections\ImmutableSegmentedList.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedListExtensions.cs" Link="src\Dependencies\Collections\ImmutableSegmentedListExtensions.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedList`1+Builder.cs" Link="src\Dependencies\Collections\ImmutableSegmentedList`1+Builder.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedList`1+Enumerator.cs" Link="src\Dependencies\Collections\ImmutableSegmentedList`1+Enumerator.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedList`1+PrivateMarshal.cs" Link="src\Dependencies\Collections\ImmutableSegmentedList`1+PrivateMarshal.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedList`1+ValueBuilder.cs" Link="src\Dependencies\Collections\ImmutableSegmentedList`1+ValueBuilder.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\ImmutableSegmentedList`1.cs" Link="src\Dependencies\Collections\ImmutableSegmentedList`1.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\Internal\ArraySortHelper.cs" Link="src\Dependencies\Collections\Internal\ArraySortHelper.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\Internal\BitHelper.cs" Link="src\Dependencies\Collections\Internal\BitHelper.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\Internal\HashHelpers.cs" Link="src\Dependencies\Collections\Internal\HashHelpers.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\Internal\ICollectionCalls.cs" Link="src\Dependencies\Collections\Internal\ICollectionCalls.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\Internal\ICollectionCalls`1.cs" Link="src\Dependencies\Collections\Internal\ICollectionCalls`1.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\Internal\ICollectionDebugView`1.cs" Link="src\Dependencies\Collections\Internal\ICollectionDebugView`1.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\Internal\IDictionaryCalls.cs" Link="src\Dependencies\Collections\Internal\IDictionaryCalls.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\Internal\IDictionaryDebugView`2.cs" Link="src\Dependencies\Collections\Internal\IDictionaryDebugView`2.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\Internal\IEnumerableCalls.cs" Link="src\Dependencies\Collections\Internal\IEnumerableCalls.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\Internal\IEnumerableCalls`1.cs" Link="src\Dependencies\Collections\Internal\IEnumerableCalls`1.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\Internal\IListCalls.cs" Link="src\Dependencies\Collections\Internal\IListCalls.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\Internal\InsertionBehavior.cs" Link="src\Dependencies\Collections\Internal\InsertionBehavior.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\Internal\RoslynUnsafe.cs" Link="src\Dependencies\Collections\Internal\RoslynUnsafe.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\Internal\SegmentedArrayHelper.cs" Link="src\Dependencies\Collections\Internal\SegmentedArrayHelper.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\Internal\SegmentedArraySegment`1.cs" Link="src\Dependencies\Collections\Internal\SegmentedArraySegment`1.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\Internal\SegmentedHashSetEqualityComparer`1.cs" Link="src\Dependencies\Collections\Internal\SegmentedHashSetEqualityComparer`1.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\Internal\ThrowHelper.cs" Link="src\Dependencies\Collections\Internal\ThrowHelper.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\RoslynEnumerable.cs" Link="src\Dependencies\Collections\RoslynEnumerable.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\RoslynImmutableInterlocked.cs" Link="src\Dependencies\Collections\RoslynImmutableInterlocked.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\SegmentedArray.cs" Link="src\Dependencies\Collections\SegmentedArray.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\SegmentedArray`1+PrivateMarshal.cs" Link="src\Dependencies\Collections\SegmentedArray`1+PrivateMarshal.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\SegmentedArray`1.cs" Link="src\Dependencies\Collections\SegmentedArray`1.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\SegmentedCollectionsMarshal.cs" Link="src\Dependencies\Collections\SegmentedCollectionsMarshal.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\SegmentedDictionary`2+PrivateMarshal.cs" Link="src\Dependencies\Collections\SegmentedDictionary`2+PrivateMarshal.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\SegmentedDictionary`2.cs" Link="src\Dependencies\Collections\SegmentedDictionary`2.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\SegmentedHashSet`1.cs" Link="src\Dependencies\Collections\SegmentedHashSet`1.cs"/>
<Compile Include="..\..\..\Dependencies\Collections\SegmentedList`1.cs" Link="src\Dependencies\Collections\SegmentedList`1.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net6.0\.NETCoreApp,Version=v6.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net6.0\.NETCoreApp,Version=v6.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net6.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net6.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.InternalsVisibleTo.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net6.0\Microsoft.CodeAnalysis.WorkspaceMSBuildBuildHostResources.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net6.0\Microsoft.CodeAnalysis.WorkspaceMSBuildBuildHostResources.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net6.0\Microsoft.CodeAnalysis.Collections.Internal.SR.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net6.0\Microsoft.CodeAnalysis.Collections.Internal.SR.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net6.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net6.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\d74383b21de14ea7a08be47a0596304e\Microsoft.Build.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2840ed13c8c749ab9c9565e59295970d\Microsoft.Build.Framework.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7707f230548747be9c2fd00ee9c1b779\Microsoft.Build.Locator.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\702982310a48454d9149a5d3035d6025\Microsoft.Build.Tasks.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6dc3dc3984cf48598a2d8384881bfa97\Microsoft.Build.Utilities.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ef5c81d53ae94409bc9702fb38be0d0d\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9e0a6bf2f00f43d0bab4ced1f61e1b68\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c4880035508948aa9f3b7aa33a429ae9\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b017d7c4f6b54ee7acef1f78d8de3547\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5b184916e1114eeca581f1e00adf3bfb\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4837ec934a984d6e80287408e745848f\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aa34a1d3bb6f494b9f5526912ba1af5c\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3d0223ca55f24a7197f03aba7c1bf2c0\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\57086f233097427ba2db13804925b888\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2426ef0606564d888f11b4b5fe7d05cd\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fcec9f9d02054c1c937d88f9299e88ad\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c1d4fc567fb14467b124ae1ae6af88ed\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2316815b4e144a9a97a5a9e7cda94b83\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c241201b3b094b40924f6858e7779c69\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1f27728ab313417689533304a501d7a5\System.CommandLine.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1582b37c6d0f4f8bada6668ad0e7322d\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9dc02a9a93594ecc8b83d945828a54fb\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1fae7bf01c134da18b787931f0c19780\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\28a8ec781c7d4872b04b2dae0dccffd9\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d4dd56bd29b149668fc4cd91250f549a\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c32ccd2b0edf48998221d81c6b53fe18\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\780fc0b7588148cca895c843fce3c9c6\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\83587d1071d34c16ae02667e24fe22be\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1875b1a757574235b280bcf8c0063b5b\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\89e6116f5f594a44920fe0126e473830\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2e5fae7116fb4a39a34073099be2955f\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7838dcba96b34253bddc716e61b9b79f\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cd1972713bd64ff18e2268ce13d1d23b\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0ac78753f5c244c1b5522c144beca18a\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9fa13203b6154c39afb2e52e578d380a\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d5585d5b4614467e9013a9ff1f713907\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\658ab147e9564ba181fbfc5a1c948010\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8bcd71ef50ed406cb6b50f1802dfdc07\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bb82fcf4acb4479983af04dd4050dd90\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c4963b27399f4e5db2a37012e424206f\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6466749bd36541fbb90cb63af649002b\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f72c280a21dc48c89ea47a9fd7786dff\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f2aedcac576845229f4c00df9313176d\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ea5f25c6c9c9470b954e9785482f0dd0\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7bdd68d5c9204c538d4a5bfc660aaff0\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\88f0be1ecac5414aaf420115e488cd53\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\682e5d3cb54843fe89d9f26af0905fcd\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8e18d9e8d33e4716ac381dc8cf73ad50\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f6de392ed1a44c65971a109e1219f2a6\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a0a3008d04f046b1a1968c21e71f3045\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dbb4af5ca5c14146a1f8ab09de6ddb86\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\73b0c1bb349841c49201a20a63a4ff9b\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\943cec5eda124d049f909c748159fbfc\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7de0fb11b6784a3ab83ed2201a7531a3\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bc052e690d65471cabbe9d527d0c03cf\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4f60ac76bc9c4f1ea72874006c5d77a9\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\81f93d0344ca46689a3ec1b0236831e1\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4667f9dec8a3429b84e4ad6fe553cdd6\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f9f5a33227d349e48f22f87e96e057a5\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8599a84c152b4566a4384f69945a59db\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9500238dd62946b5b5af2f24ad3dc5d7\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d68356440bcc456984d409ea0e014127\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e3592af49ab74774a1c04fca63c9ad1e\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\182b5feb8b9d457dadcbc5e7cc82f6f7\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b9dcc6cf990f4906846c3b716f58ced1\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6f1015a35efc4822901ae2404e14bf05\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c4af97d682274290bac5d4e13535aa84\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0bdbed66cc6342bcb935e031fe818ea9\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b91154d9c01044538a4a8c2b960ec064\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\52c1830c880e40499d7baaf84c70e15e\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\279c39531fa14ff68c411b60f0f5b1ec\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\855894f7507540e7a050684d95af8892\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\694650cbb8f7469e83771dcd22a977b5\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\560b0a40d0cf4e49b2f444dc1303993e\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a77eb7af1360470f84b6c9ae6d705013\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\14ac169f1b78480fbe19735472f6b18f\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3c5caf59ff2a4876b80349fc1c49b1c0\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b33c85ce3cb94d7face7c607c6691f6f\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f996fee0f34d42bbb47483e50aa54268\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\455d992b130e44f3bd63c6670b7098e1\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\441cea1a51aa4074af5d2359bc884728\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9114bb450da240c796928c9471e0bed8\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\73c1e96930e34cf4b17e066fdca13e6d\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\45d2f5c71b7c4e8e9e2e980afa38683e\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\11daf3c365594d5ab8d32a6b78f97047\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6c52065a6e554060bf50052a01396554\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5ff0c1f91d794f69885dac3bcdf337ad\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1b082dae4421425eb44e3d12d7c6aa0b\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\956ec7281ebc43a99330f63d3e124ccb\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\051bf2d75303464892d8f3b24fdcfe74\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fda8548d91084539b730cc75dc41ac97\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2b07b5b36b75431d854b8e0eefeb93fe\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6691141aff68439baedf7e12ada8edef\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\807335d0b8964ce299aabd6f0dea54d4\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0884eab2425949bd863c5c1f0390a344\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ac267f6a34f9429780e7cb65ebb28a4b\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4b888be43dbd4cdf809def3dc49d21cc\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\264fcb0be58c4770898bcb11d209425f\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\19cd6761e3e14b8aa1232c34a7b0d5e3\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2008ba0cfe854cf592dc688d311af642\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2d84bc6a75044e489cbf37e5060e2f8d\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\376fb61174dd4124a4ef0d64ee442b2c\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\acdd19b59a60438eb05e4c041f9dabed\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e17431dc39b4436ba6e1eab0fbd8057c\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8456ba5c1588435badd8e728ba101299\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fbb06006ad9e463ba132452910bfae4b\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e828c7daf6ea4e689114efaed2699291\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f0feaea1b5d24f38a3cd805a9cad758e\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\728d3afe5ebb4eba91968fb7655adf35\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\225c7951c2cf4fb4afce46929a265b61\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c42ee910d37b4eed90e6f21fd7c95f4b\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\163df325697f49ac9e22f21e0e7f5c95\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\35368cdc34b04a3aa3a3e1b18c10cd99\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a68e871ac36a4f2d9a0a1843a4e8efca\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\870810f4188c48ac9ba01ac1f5f513f1\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ef1d79092fea48fbace5f6f0ae69360d\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\647e99be3dac4c26be4c7e3c4519258c\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cf781da4dd4840e0abe23a83b77faf86\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\19b98688cd7548bc8389e7f23be1f717\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3f73cdba1564430faee41242eb82f74e\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\53c92ba375ed43bc9c805aec35ce8a8c\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\07b17e37755e4ff19feca61064d1ac56\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8cf5e0ec99d04ff3b6087283e32a33e0\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\03477da7de304e6ab2995f0bc6a98041\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\77d5a13ae44c4516a29dc4201463bc8f\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\70da05a0f774424f86c0b29d99669e8f\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8a8f0d630ab44e7bb78aa935699d7a5d\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5cc8280473f74806a8b464f19f5b3576\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0d802e66c0bd4ee6b84e39040e7d1a0e\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6276468ec2f8401fb118700981de6c6e\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\53471b5c353a4923be0dd10a51b1f0be\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1821714c9a244c6784214ccd4fb9d8dc\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\59adb27736144de2973912f6ffaf72d9\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\308ecff81270479b8f191b4e8fddce8b\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a3c7045f59cd4099970c50f7c4a62fba\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2773aeced8a748db832bf22adbb545f9\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\40c14b79ae8a4753a014eedf0eafa301\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6553ac2588ad498ea1d0643d0c18d7a6\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\047705d7e2964f18909ef1ca4220a9ac\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d8ff9b201af44cbf9578b0b8df763df4\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bfd249e190044207b7eb224f19e9cf54\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\96fe652551d34924b60d77fb89f243c5\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8cef2a3accf84140b331ceefdd6b995e\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0896b25f744f4c2ca038082c69569003\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d32bf875ec8a45d9ab7fc986b5819417\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9ad01980907c4086b25aa4e76ab82fe4\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9beccc5ce4b84c3598812cb8a952f664\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d3edf9323bcc418cb570bd4bfde46813\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\26cf5a19ca3a4647b9b81ce54842c0c5\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\258a4af60b55403e9afc22c8b0381a49\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\812fd92a59ff478683a1b667f347f5da\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fb255f7a3b424d3d88654a34a03d154e\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d8257cf5cd4644b4a7b42740507cd18e\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a84103537d4640c082eacb35cd6f0a02\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\56e5e8e17eb448ae858bc07e63fcf9da\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e22b5542e6d04ab89eef4596c6aeb17b\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5ddf20e0762944748d39fafcc7f7aec0\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fc6157848cd74e0fa78bb997556b7c14\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ba1123eb98a34a08874bac8fa4178e00\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3a44cbc6929f4cf19bc071fed53b2ad8\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\59df1a83cb644b5b888ea2b02ec5ebfc\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7503f041aff14567a31b49bdb03d0b82\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\33283c13a0f740588c032dce3ccfcad9\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\674f844ae0a0496f99db05e03d397302\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\79a0176bd846447aa4f22b2503b96587\WindowsBase.dll"/>
</ItemGroup>
</Project>
|