|
<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\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\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="..\..\..\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\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.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.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.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\d517afc5b90142cc96289b9f44730cc5\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e5445cb0aebb4072bd65ece25407efd2\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4fbcb8cb8cbb4207b290477b8584b382\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\59d6b1047f754a84b4910cdd282332c1\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\14c808bdec27490ebf837dae0d583b92\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9ef1950bedda4a7c8a5d9a0c94250640\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\32c86435c418439a882961fc4e0c7ed4\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f45dbd74f7144458a39611b3cb0eee89\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8a846195442b4048995563d08fc898c3\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9e152ae1f1f0493cba641958893be34e\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c06df198e8e44ae6b48d6fc90310b210\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c1d4fc567fb14467b124ae1ae6af88ed\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6e5f7760c3ab45138850565b6da49748\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d8b11d53deb042ffa7450011db717bf7\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1f27728ab313417689533304a501d7a5\System.CommandLine.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7c2b13c10b164312823721e143db47d1\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a3cf1556448b408c8796b7b6ffba6ec4\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c2f01b986d5a42508ad47351635b1763\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\292fc3d26b40458684800f1d7f8d01a2\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8cb9de23c8a649b99c356b1c8691a38b\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1bca6336a0fd462eb83d930677bbc6cd\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f9a8b02269b3407c9fe226c711515c2d\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7c3b89973fc24fe193c92e50d9da466c\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\af9ef06202fb45b58dce422b201c85d5\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6f54e81be7584ecbb7ca0d7ac073a31e\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6012c3560b1b4072a39ccd6829e788c9\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8f96d882733748a39703ac00ed7a0889\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2a2a7cefa09a4a0a9cbe8ff60dc4905a\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6d90ccd0e0864709a62f99e0cd1be83d\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b55579996ba94b70ad9847f3e7394210\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\75165475d4704d7f9c1866d38e33300a\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5f249c68616d4a9b8c841c621ac99502\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0894a13d1a104b82bbe7547217979d37\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6f260c7f91964479966326e348155f58\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fe001e137463428e94f15dc5c7822c29\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\66a246049c644c5c84bc64de0af6ecab\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a07072c434a34672858e6abe2bca2c66\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7c24e31915b04c18928fbc60f21264c1\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6d9959ae25eb4008a2edf3f1797b56e7\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cbeeac8a2ee24247957f9f4264e848d6\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4aa9f3563f9849c7934496675df68e4e\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\12880118f675490f9e9edb4742cf39d8\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bfc4e6136c2b47cdae04f9d91741a129\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5c509adfb64f4e15bd21603182e06ba4\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\01884225d728489d85869a85f939854c\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\000219487e30428393475da27cd4e3b6\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f5bf7cff319041099defda133980337d\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c1b04ca0bfd640b2826a01f72d03c404\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6300feb03fff4cb9bea558ec0d23c123\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\18e0a21fc0dc4dd0bd59d4c110f709b9\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\91069ec40cea4d82bd94da56d66e9842\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f1993ac08c5e45059e8bedc20590a0c6\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f3d27746ac134b40b9f74f4c5804fc00\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\308838a112ad4310a82763e429692b88\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\99084aacdbd543e48d88b0d25aae62cd\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aeacdbbd39f84ae8b0c446d224975b4b\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\157e4b537409471fbced97f44d6f8761\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\64e5ba36852b40fc8c102fe8ec54bc5b\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7519ad7487d24291a76f6dfdf9c5146b\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3ad7407b16424737ab52d7c89b9d4986\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\89733d6521774343af1765e28de1992f\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1228143ba99449d5a6555baa86d1f3d7\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4e398c58b43d42a5bbbfd753f51d44a3\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\de58516aada24791a570e98e7c9d9f9f\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d598ca15ec554d84b2300afa0c280675\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0f202f2dde50414e91a371f3925a9947\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ef06f16847c149ad8bec68a16eb1a78f\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\88f08f10186f4b83b6bfb17389fe0bf1\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\32609db5e4504ed78317b522ebd8dac0\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\039b5298d0754731b7fdfe71a8248218\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\42a2891a1a9448feae81f282c8e900a6\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4d8c217f4aff4fc08f928740ddccc6cb\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b91b72e3007a435cb9fbf8e9d43005fc\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bde6d7d1c3404a52833352f2f7018317\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4da517d5cf234f64be62de7658c219e6\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\255dc3f9e8044674ab6f35e24392e20d\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a82d89ea529c4d0299467e271aee9846\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9e1d21e39b45498b80ff2d169df07f6d\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\716b88b9c923485c9e668bd3a02cbcde\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b4cf3991dc3148598f72fc5ea3ac8ced\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d474402d4ead4a3a948c242d2cfac2bd\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c2afe2f3bf9f4d58876ef839e43710a1\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\afa41c7d4a0145279a5cd239406d472a\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0958773439dc4f2b88f1d736001ae6ac\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1e0347019f394558a8b146fcdf16e713\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2028f32ccc6749d9b0a9f3607ca5c31e\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b615ff470d4f42dabe82310e8ab11d16\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5d69956e737344acb68d8b33571501ae\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\23717a9377e64e4f8787498cab53e28b\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d00d6d1a0dd84d3cb4d019c9e31fef0a\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a811f7ea4c6b47419e4785c58514768c\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\28481ec2ca754dfb8a9abb5c799172ce\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0b0f62a9f3c041748f5f9ccb1a5796ee\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f9d9a5f26aa84710b5bb91a4d59c7c8f\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d239a5c14b8e422da7c2ee04e4599d06\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\03e5199bd49a4459a8312c79a5bd2c06\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\65a81d50d7324ddd963a86742a6e5222\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\364d378777644d6dab416aaafe00dd12\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e6cb53cd95af49daa4152a0601b0a432\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2dd8150c527d4a7885d74f6d49817f6b\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\02bfa03b73f94f5b8947ec21da8cdcba\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1b6b7e3bd0cc4482a287f65e9d682722\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ed6e16225d934deb9a8d89c4f0bdffcf\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\666d8268fa7d4c34ad2657c11b87a5cb\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9b6bd0cc19bd42bf8748ad50e7aca727\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d2411fa773914288bdcd62eaefb1099d\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\25a23f5837194082889b22048a9eed51\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f1290b19930044398b2470474f53bdaf\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b3ebe11b14a342848571825991562826\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9b39160ed93548cbab2f45ee1cd6e68e\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0035fbd135874936afaf9857bf17d123\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\056c2471a2764c0e81c33ae39cd157e2\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5c73d2f46da948a58d1a1de55614b48c\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2938aed351ba4bc88a1fe606de9a1d0f\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\31de83e0d9ce4538b08c25962179404d\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7969ace55d0e44e09678441138acdc8f\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\864d6ae0b75d4c47825283835b8a0177\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b1c2057b92a54589bf35ca33b2b915a1\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3ddfe33f660f4ab39091cd8ba7f7d81f\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8c365a028961421da2343df32a05b02b\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f466c6d5243c46ddb61ec89262733049\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fe7f5b2c5e8b4f19902e5906e6520fc2\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6ee0d107b8b941868736c958be7148d7\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1f37b542290a4f2d9f5f7d37a6fc75e7\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cc942641def945d797e3ca7d3eac644e\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\792f9bc960d34cfdbce7ae0b17e18269\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\146c91c8815849099e0886c8412229a9\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c3ba7a0c28fd4606a5a745ccde2dbb73\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a752f2b207f042298b22bd2a765828bc\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5ad52c6edfad4839a43009462c2281e6\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0b4e2e960186431ab17e295ab8dd3566\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2916eb0844ef4b64a6f87a64ae921560\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d2be4cae31e8429889b1a035ce0a0f68\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9fee118093474478b67adc4e11639784\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\94c41e5e331b4622bb1cd04ec6389a90\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9bec2ed3d6f44213936231ac5ce37b5e\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\086929641e33469dbe1329a800276027\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8ceb36a9c68a4930950b08829052b863\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\986a28a3cf6f4cb29a006336e0c6c496\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7b697c7aa45d45e7bc50e343ee4e6ca7\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\72baa53ad5b742768876f664cec897e3\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\525b98bfef3c4b268600f2932762bf9d\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9476e3c2adda43b98761f6db87d23fcd\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\540c671af08b4240ba6f7cf248810f93\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a33c7e5ce84945f6be2b3a5b48dff88f\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7b34385c08d84cbcb56303e3475cd3cd\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\975f28d13bf04fc0be29f314e80ea676\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ff418660341d4867bc849c2079eecce7\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e89c223bd024455db537376fb2f6709f\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e4f58ae82fad45f39ee16fa13828b6a7\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1cbca69e8756485ab84c49d77c88511e\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\47baab5bf8944d2db8d0c39c04a4fc67\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5e5d18621dfa47eeb3630fb6d67c3a50\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\acbd64523ae54336a73eb346b4b60fd2\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fc6dd7fc3e654ecabf81f23d178cd5e5\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1584887512174d83a212e8925a929c12\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4921cc4274d84bfc86d79ccd9a0a9504\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bf05d5919ef64167b0976018c62752a3\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dc32799ce18b4a478a498b2f92e66a64\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a8e3d9f1a92e4df6bebd1c907643d42d\WindowsBase.dll"/>
</ItemGroup>
</Project>
|