|
<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</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;COMPILERCORE;RELEASE;NET;NET8_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="AdditionalTextFile.cs"/>
<Compile Include="AssemblyUtilities.cs"/>
<Compile Include="AssemblyUtilitiesCore.cs"/>
<Compile Include="Binding\AbstractLookupSymbolsInfo.cs"/>
<Compile Include="Binding\BindingDiagnosticBag.cs"/>
<Compile Include="Binding\UseSiteInfo.cs"/>
<Compile Include="CaseInsensitiveComparison.cs"/>
<Compile Include="CodeAnalysisEventSource.Common.cs"/>
<Compile Include="CodeAnalysisEventSource.Compiler.cs"/>
<Compile Include="CodeAnalysisResourcesLocalizableErrorArgument.cs"/>
<Compile Include="CodeGen\ArrayMembers.cs"/>
<Compile Include="CodeGen\AwaitDebugId.cs"/>
<Compile Include="CodeGen\BasicBlock.cs"/>
<Compile Include="CodeGen\ClosureDebugInfo.cs"/>
<Compile Include="CodeGen\CompilationTestData.cs"/>
<Compile Include="CodeGen\DebugDocumentProvider.cs"/>
<Compile Include="CodeGen\DebugId.cs"/>
<Compile Include="CodeGen\EmitState.cs"/>
<Compile Include="CodeGen\ILBuilder.cs"/>
<Compile Include="CodeGen\ILBuilderConversions.cs"/>
<Compile Include="CodeGen\ILBuilderEmit.cs"/>
<Compile Include="CodeGen\ILEmitStyle.cs"/>
<Compile Include="CodeGen\ILOpCodeExtensions.cs"/>
<Compile Include="CodeGen\ItemTokenMap.cs"/>
<Compile Include="CodeGen\ITokenDeferral.cs"/>
<Compile Include="CodeGen\LabelInfo.cs"/>
<Compile Include="CodeGen\LambdaDebugInfo.cs"/>
<Compile Include="CodeGen\LambdaRuntimeRudeEditInfo.cs"/>
<Compile Include="CodeGen\LocalConstantDefinition.cs"/>
<Compile Include="CodeGen\LocalDebugId.cs"/>
<Compile Include="CodeGen\LocalDefinition.cs"/>
<Compile Include="CodeGen\LocalOrParameter.cs"/>
<Compile Include="CodeGen\LocalScopeManager.cs"/>
<Compile Include="CodeGen\LocalSlotDebugInfo.cs"/>
<Compile Include="CodeGen\LocalSlotManager.cs"/>
<Compile Include="CodeGen\MetadataConstant.cs"/>
<Compile Include="CodeGen\MetadataCreateArray.cs"/>
<Compile Include="CodeGen\MetadataNamedArgument.cs"/>
<Compile Include="CodeGen\MetadataTypeOf.cs"/>
<Compile Include="CodeGen\MethodBody.cs"/>
<Compile Include="CodeGen\PermissionSetAttribute.cs"/>
<Compile Include="CodeGen\PrivateImplementationDetails.cs"/>
<Compile Include="CodeGen\RawSequencePoint.cs"/>
<Compile Include="CodeGen\ReferenceDependencyWalker.cs"/>
<Compile Include="CodeGen\ScopeType.cs"/>
<Compile Include="CodeGen\SequencePointList.cs"/>
<Compile Include="CodeGen\SignatureOnlyLocalDefinition.cs"/>
<Compile Include="CodeGen\StateMachineState.cs"/>
<Compile Include="CodeGen\StateMachineStateDebugInfo.cs"/>
<Compile Include="CodeGen\SwitchIntegralJumpTableEmitter.cs"/>
<Compile Include="CodeGen\SwitchIntegralJumpTableEmitter.SwitchBucket.cs"/>
<Compile Include="CodeGen\SwitchStringJumpTableEmitter.cs"/>
<Compile Include="CodeGen\SynthesizedLocalOrdinalsDispenser.cs"/>
<Compile Include="CodeGen\TokenMap.cs"/>
<Compile Include="CodeGen\VariableSlotAllocator.cs"/>
<Compile Include="CodeGen\Win32Res.cs"/>
<Compile Include="Collections\ArrayBuilderExtensions.cs"/>
<Compile Include="Collections\ArrayElement.cs"/>
<Compile Include="Collections\BitVector.cs"/>
<Compile Include="Collections\Boxes.cs"/>
<Compile Include="Collections\ByteSequenceComparer.cs"/>
<Compile Include="Collections\CachingDictionary.cs"/>
<Compile Include="Collections\CachingFactory.cs"/>
<Compile Include="Collections\CollectionsExtensions.cs"/>
<Compile Include="Collections\ConcurrentCache.cs"/>
<Compile Include="Collections\ConsListExtensions.cs"/>
<Compile Include="Collections\DictionaryExtensions.cs"/>
<Compile Include="Collections\Grouping.cs"/>
<Compile Include="Collections\HashSetExtensions.cs"/>
<Compile Include="Collections\IdentifierCollection.Collection.cs"/>
<Compile Include="Collections\IdentifierCollection.cs"/>
<Compile Include="Collections\ImmutableArrayExtensions.cs"/>
<Compile Include="Collections\ImmutableHashSetExtensions.cs"/>
<Compile Include="Collections\ImmutableMemoryStream.cs"/>
<Compile Include="Collections\IOrderedReadOnlySet.cs"/>
<Compile Include="Collections\KeyedStack.cs"/>
<Compile Include="Collections\OrderedSet.cs"/>
<Compile Include="Collections\OrderPreservingMultiDictionary.cs"/>
<Compile Include="Collections\Rope.cs"/>
<Compile Include="Collections\SmallConcurrentSetOfInts.cs"/>
<Compile Include="Collections\SmallDictionary.cs"/>
<Compile Include="Collections\StaticCast.cs"/>
<Compile Include="Collections\TemporaryArrayExtensions.cs"/>
<Compile Include="Collections\TemporaryArray`1.cs"/>
<Compile Include="Collections\TopologicalSort.cs"/>
<Compile Include="Collections\UnionCollection.cs"/>
<Compile Include="CommandLine\AnalyzerConfig.cs"/>
<Compile Include="CommandLine\AnalyzerConfig.SectionNameMatching.cs"/>
<Compile Include="CommandLine\AnalyzerConfigOptionsResult.cs"/>
<Compile Include="CommandLine\AnalyzerConfigSet.cs"/>
<Compile Include="CommandLine\CommandLineAnalyzerReference.cs"/>
<Compile Include="CommandLine\CommandLineArguments.cs"/>
<Compile Include="CommandLine\CommandLineParser.cs"/>
<Compile Include="CommandLine\CommandLineReference.cs"/>
<Compile Include="CommandLine\CommandLineSourceFile.cs"/>
<Compile Include="CommandLine\CommonCompiler.CompilerEmitStreamProvider.cs"/>
<Compile Include="CommandLine\CommonCompiler.CompilerRelativePathResolver.cs"/>
<Compile Include="CommandLine\CommonCompiler.cs"/>
<Compile Include="CommandLine\CommonCompiler.ExistingReferencesResolver.cs"/>
<Compile Include="CommandLine\CommonCompiler.LoggingMetadataFileReferenceResolver.cs"/>
<Compile Include="CommandLine\CommonCompiler.LoggingSourceFileResolver.cs"/>
<Compile Include="CommandLine\CommonCompiler.LoggingStrongNameProvider.cs"/>
<Compile Include="CommandLine\CommonCompiler.LoggingXmlFileResolver.cs"/>
<Compile Include="CommandLine\CommonCompiler.SuppressionDiagnostic.cs"/>
<Compile Include="CommandLine\ErrorLogger.cs"/>
<Compile Include="CommandLine\ErrorLogOptions.cs"/>
<Compile Include="CommandLine\NoThrowStreamDisposer.cs"/>
<Compile Include="CommandLine\ReportAnalyzerUtil.cs"/>
<Compile Include="CommandLine\SarifDiagnosticComparer.cs"/>
<Compile Include="CommandLine\SarifErrorLogger.cs"/>
<Compile Include="CommandLine\SarifV1ErrorLogger.cs"/>
<Compile Include="CommandLine\SarifV2ErrorLogger.cs"/>
<Compile Include="CommandLine\SarifVersion.cs"/>
<Compile Include="CommandLine\TouchedFileLogger.cs"/>
<Compile Include="CommitHashAttribute.cs"/>
<Compile Include="Compilation.EmitStream.cs"/>
<Compile Include="Compilation.EmitStreamProvider.cs"/>
<Compile Include="Compilation\CandidateReason.cs"/>
<Compile Include="Compilation\CommonModuleCompilationState.cs"/>
<Compile Include="Compilation\CommonSyntaxAndDeclarationManager.cs"/>
<Compile Include="Compilation\Compilation.cs"/>
<Compile Include="Compilation\CompilationOptions.cs"/>
<Compile Include="Compilation\CompilationStage.cs"/>
<Compile Include="Compilation\ControlFlowAnalysis.cs"/>
<Compile Include="Compilation\DataFlowAnalysis.cs"/>
<Compile Include="Compilation\DeterministicKey.cs"/>
<Compile Include="Compilation\DeterministicKeyBuilder.cs"/>
<Compile Include="Compilation\DeterministicKeyOptions.cs"/>
<Compile Include="Compilation\EmitResult.cs"/>
<Compile Include="Compilation\Expression.cs"/>
<Compile Include="Compilation\Extensions.cs"/>
<Compile Include="Compilation\GeneratedKind.cs"/>
<Compile Include="Compilation\IImportScope.cs"/>
<Compile Include="Compilation\LoadDirective.cs"/>
<Compile Include="Compilation\NullableContext.cs"/>
<Compile Include="Compilation\NullableContextOptions.cs"/>
<Compile Include="Compilation\OptimizationLevel.cs"/>
<Compile Include="Compilation\ParseOptions.cs"/>
<Compile Include="Compilation\Platform.cs"/>
<Compile Include="Compilation\PreprocessingSymbolInfo.cs"/>
<Compile Include="Compilation\RebuildData.cs"/>
<Compile Include="Compilation\ScriptCompilationInfo.cs"/>
<Compile Include="Compilation\SemanticModel.cs"/>
<Compile Include="Compilation\SemanticModelOptions.cs"/>
<Compile Include="Compilation\SemanticModelProvider.cs"/>
<Compile Include="Compilation\SourceReferenceResolver.cs"/>
<Compile Include="Compilation\SpeculativeBindingOption.cs"/>
<Compile Include="Compilation\SubsystemVersion.cs"/>
<Compile Include="Compilation\SymbolFilter.cs"/>
<Compile Include="Compilation\SymbolInfo.cs"/>
<Compile Include="Compilation\SyntaxTreeOptionsProvider.cs"/>
<Compile Include="Compilation\TypeInfo.cs"/>
<Compile Include="Compilation\XmlReferenceResolver.cs"/>
<Compile Include="ConstantValue.cs"/>
<Compile Include="ConstantValueSpecialized.cs"/>
<Compile Include="CryptographicHashProvider.cs"/>
<Compile Include="CvtRes.cs"/>
<Compile Include="Desktop\AssemblyPortabilityPolicy.cs"/>
<Compile Include="Desktop\AssemblyVersion.cs"/>
<Compile Include="Desktop\DesktopAssemblyIdentityComparer.cs"/>
<Compile Include="Desktop\DesktopAssemblyIdentityComparer.Fx.cs"/>
<Compile Include="DiagnosticAnalyzer\AdditionalText.cs"/>
<Compile Include="DiagnosticAnalyzer\AdditionalTextComparer.cs"/>
<Compile Include="DiagnosticAnalyzer\AdditionalTextValueProvider.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalysisContextInfo.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalysisResult.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalysisResultBuilder.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalysisScope.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalysisValueProvider.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerActionCounts.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerAssemblyLoader.Core.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerAssemblyLoader.Desktop.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerConfigOptions.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerConfigOptionsProvider.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerDriver.CompilationData.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerDriver.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerDriver.DeclarationAnalysisData.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerDriver.EventProcessedState.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerDriver.ExecutableCodeBlockAnalyzerActions.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActions.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActionsForAnalyzer.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerDriver.IGroupedAnalyzerActions.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerExecutor.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerFileReference.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerImageReference.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerLoadFailureEventArgs.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerManager.AnalyzerExecutionContext.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerManager.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerOptions.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerOptionsExtensions.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerReference.cs"/>
<Compile Include="DiagnosticAnalyzer\AnalyzerTelemetry.cs"/>
<Compile Include="DiagnosticAnalyzer\AsyncQueue.cs"/>
<Compile Include="DiagnosticAnalyzer\CachingSemanticModelProvider.cs"/>
<Compile Include="DiagnosticAnalyzer\CompilationAnalysisValueProvider.cs"/>
<Compile Include="DiagnosticAnalyzer\CompilationAnalysisValueProviderFactory.cs"/>
<Compile Include="DiagnosticAnalyzer\CompilationCompletedEvent.cs"/>
<Compile Include="DiagnosticAnalyzer\CompilationEvent.cs"/>
<Compile Include="DiagnosticAnalyzer\CompilationStartedEvent.cs"/>
<Compile Include="DiagnosticAnalyzer\CompilationUnitCompletedEvent.cs"/>
<Compile Include="DiagnosticAnalyzer\CompilationWithAnalyzers.cs"/>
<Compile Include="DiagnosticAnalyzer\CompilationWithAnalyzersOptions.cs"/>
<Compile Include="DiagnosticAnalyzer\CompilerAnalyzerConfigOptionsProvider.cs"/>
<Compile Include="DiagnosticAnalyzer\CompilerDiagnosticAnalyzer.CompilationAnalyzer.cs"/>
<Compile Include="DiagnosticAnalyzer\CompilerDiagnosticAnalyzer.cs"/>
<Compile Include="DiagnosticAnalyzer\DefaultAnalyzerAssemblyLoader.cs"/>
<Compile Include="DiagnosticAnalyzer\DiagnosticAnalysisContext.cs"/>
<Compile Include="DiagnosticAnalyzer\DiagnosticAnalysisContextHelpers.cs"/>
<Compile Include="DiagnosticAnalyzer\DiagnosticAnalyzer.cs"/>
<Compile Include="DiagnosticAnalyzer\DiagnosticAnalyzerAction.cs"/>
<Compile Include="DiagnosticAnalyzer\DiagnosticAnalyzerAttribute.cs"/>
<Compile Include="DiagnosticAnalyzer\DiagnosticAnalyzerExtensions.cs"/>
<Compile Include="DiagnosticAnalyzer\DiagnosticQueue.cs"/>
<Compile Include="DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs"/>
<Compile Include="DiagnosticAnalyzer\DiagnosticSuppressor.cs"/>
<Compile Include="DiagnosticAnalyzer\DictionaryAnalyzerConfigOptions.cs"/>
<Compile Include="DiagnosticAnalyzer\IAnalyzerAssemblyLoader.cs"/>
<Compile Include="DiagnosticAnalyzer\IAnalyzerAssemblyResolver.cs"/>
<Compile Include="DiagnosticAnalyzer\ShadowCopyAnalyzerAssemblyLoader.cs"/>
<Compile Include="DiagnosticAnalyzer\SourceOrAdditionalFile.cs"/>
<Compile Include="DiagnosticAnalyzer\SourceTextValueProvider.cs"/>
<Compile Include="DiagnosticAnalyzer\Suppression.cs"/>
<Compile Include="DiagnosticAnalyzer\SuppressMessageAttributeState.cs"/>
<Compile Include="DiagnosticAnalyzer\SuppressMessageAttributeState.TargetScope.cs"/>
<Compile Include="DiagnosticAnalyzer\SuppressMessageAttributeState.TargetSymbolResolver.cs"/>
<Compile Include="DiagnosticAnalyzer\SuppressMessageInfo.cs"/>
<Compile Include="DiagnosticAnalyzer\SymbolDeclaredCompilationEvent.cs"/>
<Compile Include="DiagnosticAnalyzer\SyntaxTreeValueProvider.cs"/>
<Compile Include="DiagnosticAnalyzer\UnresolvedAnalyzerReference.cs"/>
<Compile Include="Diagnostic\CommonDiagnosticComparer.cs"/>
<Compile Include="Diagnostic\CommonMessageProvider.cs"/>
<Compile Include="Diagnostic\CustomObsoleteDiagnosticInfo.cs"/>
<Compile Include="Diagnostic\Diagnostic.cs"/>
<Compile Include="Diagnostic\Diagnostic.DiagnosticWithProgrammaticSuppression.cs"/>
<Compile Include="Diagnostic\DiagnosticArrayExtensions.cs"/>
<Compile Include="Diagnostic\DiagnosticBag.cs"/>
<Compile Include="Diagnostic\DiagnosticDescriptor.cs"/>
<Compile Include="Diagnostic\DiagnosticFormatter.cs"/>
<Compile Include="Diagnostic\DiagnosticInfo.cs"/>
<Compile Include="Diagnostic\DiagnosticSeverity.cs"/>
<Compile Include="Diagnostic\DiagnosticWithInfo.cs"/>
<Compile Include="Diagnostic\Diagnostic_SimpleDiagnostic.cs"/>
<Compile Include="Diagnostic\ExternalFileLocation.cs"/>
<Compile Include="Diagnostic\FileLinePositionSpan.cs"/>
<Compile Include="Diagnostic\LocalizableResourceString.cs"/>
<Compile Include="Diagnostic\LocalizableResourceString.FixedLocalizableString.cs"/>
<Compile Include="Diagnostic\LocalizableString.cs"/>
<Compile Include="Diagnostic\Location.cs"/>
<Compile Include="Diagnostic\LocationKind.cs"/>
<Compile Include="Diagnostic\MetadataLocation.cs"/>
<Compile Include="Diagnostic\NoLocation.cs"/>
<Compile Include="Diagnostic\ProgrammaticSuppressionInfo.cs"/>
<Compile Include="Diagnostic\ReportDiagnostic.cs"/>
<Compile Include="Diagnostic\SeverityFilter.cs"/>
<Compile Include="Diagnostic\SourceLocation.cs"/>
<Compile Include="Diagnostic\SuppressionDescriptor.cs"/>
<Compile Include="Diagnostic\SuppressionInfo.cs"/>
<Compile Include="Diagnostic\WellKnownDiagnosticTags.cs"/>
<Compile Include="Diagnostic\XmlLocation.cs"/>
<Compile Include="DiaSymReader\Metadata\IMetadataEmit.cs"/>
<Compile Include="DiaSymReader\Metadata\IMetadataImport.cs"/>
<Compile Include="DiaSymReader\Metadata\ISymWriterMetadataProvider.cs"/>
<Compile Include="DiaSymReader\Metadata\MetadataAdapterBase.cs"/>
<Compile Include="DiaSymReader\Metadata\MetadataImportFieldOffset.cs"/>
<Compile Include="DiaSymReader\Metadata\SymWriterMetadataAdapter.cs"/>
<Compile Include="DiaSymReader\SymUnmanagedFactory.cs"/>
<Compile Include="DiaSymReader\Utilities\ComMemoryStream.cs"/>
<Compile Include="DiaSymReader\Utilities\HResult.cs"/>
<Compile Include="DiaSymReader\Utilities\InteropUtilities.cs"/>
<Compile Include="DiaSymReader\Utilities\IUnsafeComStream.cs"/>
<Compile Include="DiaSymReader\Writer\ISymUnmanagedAsyncMethodPropertiesWriter.cs"/>
<Compile Include="DiaSymReader\Writer\ISymUnmanagedCompilerInfoWriter.cs"/>
<Compile Include="DiaSymReader\Writer\ISymUnmanagedDocumentWriter.cs"/>
<Compile Include="DiaSymReader\Writer\ISymUnmanagedWriter.cs"/>
<Compile Include="DiaSymReader\Writer\SymUnmanagedSequencePointsWriter.cs"/>
<Compile Include="DiaSymReader\Writer\SymUnmanagedWriter.cs"/>
<Compile Include="DiaSymReader\Writer\SymUnmanagedWriterCreationOptions.cs"/>
<Compile Include="DiaSymReader\Writer\SymUnmanagedWriterException.cs"/>
<Compile Include="DiaSymReader\Writer\SymUnmanagedWriterFactory.cs"/>
<Compile Include="DiaSymReader\Writer\SymUnmanagedWriterImpl.cs"/>
<Compile Include="DocumentationCommentId.cs"/>
<Compile Include="DocumentationComments\DocumentationCommentIncludeCache.cs"/>
<Compile Include="DocumentationComments\DocumentationProvider.cs"/>
<Compile Include="DocumentationComments\DocumentationProvider.NullDocumentationProvider.cs"/>
<Compile Include="DocumentationComments\XmlDocumentationCommentTextReader.cs"/>
<Compile Include="DocumentationComments\XmlDocumentationCommentTextReader.XmlStream.cs"/>
<Compile Include="DocumentationMode.cs"/>
<Compile Include="EmbeddedText.cs"/>
<Compile Include="Emit\AnonymousDelegateWithIndexedNamePartialKey.cs"/>
<Compile Include="Emit\AnonymousTypeKey.cs"/>
<Compile Include="Emit\AnonymousTypeValue.cs"/>
<Compile Include="Emit\AsyncMoveNextBodyDebugInfo.cs"/>
<Compile Include="Emit\CommonPEModuleBuilder.cs"/>
<Compile Include="Emit\Context.cs"/>
<Compile Include="Emit\DebugDocumentsBuilder.cs"/>
<Compile Include="Emit\DebugInformationFormat.cs"/>
<Compile Include="Emit\EditAndContinueMethodDebugInformation.cs"/>
<Compile Include="Emit\EditAndContinue\AddedOrChangedMethodInfo.cs"/>
<Compile Include="Emit\EditAndContinue\DefinitionMap.cs"/>
<Compile Include="Emit\EditAndContinue\DeletedMethodBody.cs"/>
<Compile Include="Emit\EditAndContinue\DeletedPEMethodDefinition.cs"/>
<Compile Include="Emit\EditAndContinue\DeletedSourceDefinition.cs"/>
<Compile Include="Emit\EditAndContinue\DeletedSourceGenericParameter.cs"/>
<Compile Include="Emit\EditAndContinue\DeletedSourceMethodDefinition.cs"/>
<Compile Include="Emit\EditAndContinue\DeletedSourceParameterDefinition.cs"/>
<Compile Include="Emit\EditAndContinue\DeletedSourceTypeDefinition.cs"/>
<Compile Include="Emit\EditAndContinue\DeltaMetadataWriter.cs"/>
<Compile Include="Emit\EditAndContinue\EmitBaseline.cs"/>
<Compile Include="Emit\EditAndContinue\EmitDifferenceResult.cs"/>
<Compile Include="Emit\EditAndContinue\EncClosureInfo.cs"/>
<Compile Include="Emit\EditAndContinue\EncClosureMapValue.cs"/>
<Compile Include="Emit\EditAndContinue\EncHoistedLocalInfo.cs"/>
<Compile Include="Emit\EditAndContinue\EncHoistedLocalMetadata.cs"/>
<Compile Include="Emit\EditAndContinue\EncLambdaInfo.cs"/>
<Compile Include="Emit\EditAndContinue\EncLambdaMapValue.cs"/>
<Compile Include="Emit\EditAndContinue\EncLocalInfo.cs"/>
<Compile Include="Emit\EditAndContinue\EncMappedMethod.cs"/>
<Compile Include="Emit\EditAndContinue\EncVariableSlotAllocator.cs"/>
<Compile Include="Emit\EditAndContinue\IDeletedMethodDefinition.cs"/>
<Compile Include="Emit\EditAndContinue\IPEDeltaAssemblyBuilder.cs"/>
<Compile Include="Emit\EditAndContinue\LambdaSyntaxFacts.cs"/>
<Compile Include="Emit\EditAndContinue\SymbolChange.cs"/>
<Compile Include="Emit\EditAndContinue\SymbolChanges.cs"/>
<Compile Include="Emit\EditAndContinue\SymbolMatcher.cs"/>
<Compile Include="Emit\EditAndContinue\SynthesizedTypeMaps.cs"/>
<Compile Include="Emit\EmitOptions.cs"/>
<Compile Include="Emit\ErrorType.cs"/>
<Compile Include="Emit\HotReloadExceptionCode.cs"/>
<Compile Include="Emit\InstrumentationKind.cs"/>
<Compile Include="Emit\IteratorMoveNextBodyDebugInfo.cs"/>
<Compile Include="Emit\MethodInstrumentation.cs"/>
<Compile Include="Emit\ModulePropertiesForSerialization.cs"/>
<Compile Include="Emit\NoPia\CommonEmbeddedEvent.cs"/>
<Compile Include="Emit\NoPia\CommonEmbeddedField.cs"/>
<Compile Include="Emit\NoPia\CommonEmbeddedMember.cs"/>
<Compile Include="Emit\NoPia\CommonEmbeddedMethod.cs"/>
<Compile Include="Emit\NoPia\CommonEmbeddedParameter.cs"/>
<Compile Include="Emit\NoPia\CommonEmbeddedProperty.cs"/>
<Compile Include="Emit\NoPia\CommonEmbeddedType.cs"/>
<Compile Include="Emit\NoPia\CommonEmbeddedTypeParameter.cs"/>
<Compile Include="Emit\NoPia\EmbeddedTypesManager.cs"/>
<Compile Include="Emit\NoPia\VtblGap.cs"/>
<Compile Include="Emit\RuntimeRudeEdit.cs"/>
<Compile Include="Emit\SemanticEdit.cs"/>
<Compile Include="Emit\SemanticEditKind.cs"/>
<Compile Include="Emit\StateMachineMoveNextDebugInfo.cs"/>
<Compile Include="Emit\SynthesizedDelegateKey.cs"/>
<Compile Include="Emit\SynthesizedDelegateValue.cs"/>
<Compile Include="EncodedStringText.cs"/>
<Compile Include="EnumConstantHelper.cs"/>
<Compile Include="ExtendedSpecialType.cs"/>
<Compile Include="FileKey.cs"/>
<Compile Include="FileSystemExtensions.cs"/>
<Compile Include="FileSystem\CompilerPathUtilities.cs"/>
<Compile Include="FileSystem\FileUtilities.cs"/>
<Compile Include="FileSystem\ICommonCompilerFileSystem.cs"/>
<Compile Include="FileSystem\PathKind.cs"/>
<Compile Include="FileSystem\PathUtilities.cs"/>
<Compile Include="FileSystem\RelativePathResolver.cs"/>
<Compile Include="Generated\FlowAnalysis.Generated.cs"/>
<Compile Include="Generated\OperationKind.Generated.cs"/>
<Compile Include="Generated\Operations.Generated.cs"/>
<Compile Include="GlobalSuppressions.cs"/>
<Compile Include="Hashing\BitOperations.cs"/>
<Compile Include="Hashing\NonCryptographicHashAlgorithm.cs"/>
<Compile Include="Hashing\XxHash128.cs"/>
<Compile Include="Hashing\XxHash64.State.cs"/>
<Compile Include="Hashing\XxHashShared.cs"/>
<Compile Include="ImplementationIsObsoleteAttribute.cs"/>
<Compile Include="InternalImplementationOnlyAttribute.cs"/>
<Compile Include="InternalSpecialType.cs"/>
<Compile Include="InternalUtilities\ArrayExtensions.cs"/>
<Compile Include="InternalUtilities\BitArithmeticUtilities.cs"/>
<Compile Include="InternalUtilities\BlobBuildingStream.cs"/>
<Compile Include="InternalUtilities\CharMemoryEqualityComparer.cs"/>
<Compile Include="InternalUtilities\CommandLineUtilities.cs"/>
<Compile Include="InternalUtilities\CompilerFeatureRequiredAttribute.cs"/>
<Compile Include="InternalUtilities\CompilerOptionParseUtilities.cs"/>
<Compile Include="InternalUtilities\ConcurrentDictionaryExtensions.cs"/>
<Compile Include="InternalUtilities\ConcurrentLruCache.cs"/>
<Compile Include="InternalUtilities\ConcurrentSet.cs"/>
<Compile Include="InternalUtilities\ConfiguredYieldAwaitable.cs"/>
<Compile Include="InternalUtilities\ConsList`1.cs"/>
<Compile Include="InternalUtilities\Debug.cs"/>
<Compile Include="InternalUtilities\DecimalUtilities.cs"/>
<Compile Include="InternalUtilities\DocumentationCommentXmlNames.cs"/>
<Compile Include="InternalUtilities\EmptyComparer.cs"/>
<Compile Include="InternalUtilities\EncodingExtensions.cs"/>
<Compile Include="InternalUtilities\EnumerableExtensions.cs"/>
<Compile Include="InternalUtilities\EnumField.cs"/>
<Compile Include="InternalUtilities\EnumUtilties.cs"/>
<Compile Include="InternalUtilities\ExceptionUtilities.cs"/>
<Compile Include="InternalUtilities\ExperimentalAttribute.cs"/>
<Compile Include="InternalUtilities\FailFast.cs"/>
<Compile Include="InternalUtilities\FatalError.cs"/>
<Compile Include="InternalUtilities\FileLockCheck.cs"/>
<Compile Include="InternalUtilities\FileNameUtilities.cs"/>
<Compile Include="InternalUtilities\Hash.cs"/>
<Compile Include="InternalUtilities\ImmutableListExtensions.cs"/>
<Compile Include="InternalUtilities\ImmutableSetWithInsertionOrder`1.cs"/>
<Compile Include="InternalUtilities\IncrementalHashExtensions.cs"/>
<Compile Include="InternalUtilities\Index.cs"/>
<Compile Include="InternalUtilities\InterlockedOperations.cs"/>
<Compile Include="InternalUtilities\InterpolatedStringHandlerArgumentAttribute.cs"/>
<Compile Include="InternalUtilities\InterpolatedStringHandlerAttribute.cs"/>
<Compile Include="InternalUtilities\IReadOnlyListExtensions.cs"/>
<Compile Include="InternalUtilities\IReadOnlySet.cs"/>
<Compile Include="InternalUtilities\ISetExtensions.cs"/>
<Compile Include="InternalUtilities\IsExternalInit.cs"/>
<Compile Include="InternalUtilities\JsonWriter.cs"/>
<Compile Include="InternalUtilities\KeyValuePairUtil.cs"/>
<Compile Include="InternalUtilities\LittleEndianReader.cs"/>
<Compile Include="InternalUtilities\MultiDictionary.cs"/>
<Compile Include="InternalUtilities\NonCopyableAttribute.cs"/>
<Compile Include="InternalUtilities\NonDefaultableAttribute.cs"/>
<Compile Include="InternalUtilities\NullableAttributes.cs"/>
<Compile Include="InternalUtilities\OneOrMany.cs"/>
<Compile Include="InternalUtilities\OrderedMultiDictionary.cs"/>
<Compile Include="InternalUtilities\PlatformInformation.cs"/>
<Compile Include="InternalUtilities\Range.cs"/>
<Compile Include="InternalUtilities\ReaderWriterLockSlimExtensions.cs"/>
<Compile Include="InternalUtilities\ReadOnlyMemoryOfCharComparer.cs"/>
<Compile Include="InternalUtilities\ReadOnlyUnmanagedMemoryStream.cs"/>
<Compile Include="InternalUtilities\ReferenceEqualityComparer.cs"/>
<Compile Include="InternalUtilities\ReflectionUtilities.cs"/>
<Compile Include="InternalUtilities\RequiredMemberAttribute.cs"/>
<Compile Include="InternalUtilities\RoslynExperiments.cs"/>
<Compile Include="InternalUtilities\RoslynLazyInitializer.cs"/>
<Compile Include="InternalUtilities\RoslynParallel.cs"/>
<Compile Include="InternalUtilities\RoslynString.cs"/>
<Compile Include="InternalUtilities\SemaphoreSlimExtensions.cs"/>
<Compile Include="InternalUtilities\SetsRequiredMembersAttribute.cs"/>
<Compile Include="InternalUtilities\SetWithInsertionOrder.cs"/>
<Compile Include="InternalUtilities\SharedStopwatch.cs"/>
<Compile Include="InternalUtilities\SingleInitNullable.cs"/>
<Compile Include="InternalUtilities\SpanUtilities.cs"/>
<Compile Include="InternalUtilities\SpecializedCollections.cs"/>
<Compile Include="InternalUtilities\SpecializedCollections.Empty.Collection.cs"/>
<Compile Include="InternalUtilities\SpecializedCollections.Empty.cs"/>
<Compile Include="InternalUtilities\SpecializedCollections.Empty.Dictionary.cs"/>
<Compile Include="InternalUtilities\SpecializedCollections.Empty.Enumerable.cs"/>
<Compile Include="InternalUtilities\SpecializedCollections.Empty.Enumerator.cs"/>
<Compile Include="InternalUtilities\SpecializedCollections.Empty.Enumerator`1.cs"/>
<Compile Include="InternalUtilities\SpecializedCollections.Empty.List.cs"/>
<Compile Include="InternalUtilities\SpecializedCollections.Empty.Set.cs"/>
<Compile Include="InternalUtilities\SpecializedCollections.ReadOnly.Collection.cs"/>
<Compile Include="InternalUtilities\SpecializedCollections.ReadOnly.Enumerable`1.cs"/>
<Compile Include="InternalUtilities\SpecializedCollections.ReadOnly.Enumerable`2.cs"/>
<Compile Include="InternalUtilities\SpecializedCollections.ReadOnly.Set.cs"/>
<Compile Include="InternalUtilities\SpecializedCollections.Singleton.Collection`1.cs"/>
<Compile Include="InternalUtilities\SpecializedCollections.Singleton.Enumerator`1.cs"/>
<Compile Include="InternalUtilities\StackGuard.cs"/>
<Compile Include="InternalUtilities\StreamExtensions.cs"/>
<Compile Include="InternalUtilities\StringExtensions.cs"/>
<Compile Include="InternalUtilities\StringOrdinalComparer.cs"/>
<Compile Include="InternalUtilities\StringTable.cs"/>
<Compile Include="InternalUtilities\SuppressUnmanagedCodeSecurityAttribute.cs"/>
<Compile Include="InternalUtilities\TextKeyedCache.cs"/>
<Compile Include="InternalUtilities\ThreadSafeFlagOperations.cs"/>
<Compile Include="InternalUtilities\ThreeState.cs"/>
<Compile Include="InternalUtilities\UICultureUtilities.cs"/>
<Compile Include="InternalUtilities\UnicodeCharacterUtilities.cs"/>
<Compile Include="InternalUtilities\ValueTaskFactory.cs"/>
<Compile Include="InternalUtilities\VoidResult.cs"/>
<Compile Include="InternalUtilities\WeakList.cs"/>
<Compile Include="InternalUtilities\WeakReferenceExtensions.cs"/>
<Compile Include="InternalUtilities\XmlUtilities.cs"/>
<Compile Include="InternalUtilities\YieldAwaitableExtensions.cs"/>
<Compile Include="Interop\ClrStrongName.cs"/>
<Compile Include="Interop\IClrMetaHost.cs"/>
<Compile Include="Interop\IClrRuntimeInfo.cs"/>
<Compile Include="Interop\IClrStrongName.cs"/>
<Compile Include="IReferenceOrISignature.cs"/>
<Compile Include="IVTConclusion.cs"/>
<Compile Include="MemberDescriptor.cs"/>
<Compile Include="MemoryExtensions.cs"/>
<Compile Include="MetadataReader\EmbeddedResource.cs"/>
<Compile Include="MetadataReader\LocalSlotConstraints.cs"/>
<Compile Include="MetadataReader\MetadataDecoder.cs"/>
<Compile Include="MetadataReader\MetadataHelpers.cs"/>
<Compile Include="MetadataReader\MetadataImportOptions.cs"/>
<Compile Include="MetadataReader\MetadataReaderExtensions.cs"/>
<Compile Include="MetadataReader\MetadataTypeCodeExtensions.cs"/>
<Compile Include="MetadataReader\MetadataTypeName.cs"/>
<Compile Include="MetadataReader\MetadataTypeName.Key.cs"/>
<Compile Include="MetadataReader\ModuleExtensions.cs"/>
<Compile Include="MetadataReader\PEAssembly.cs"/>
<Compile Include="MetadataReader\PEModule.cs"/>
<Compile Include="MetadataReader\SymbolFactory.cs"/>
<Compile Include="MetadataReader\TypeAttributesExtensions.cs"/>
<Compile Include="MetadataReader\TypeNameDecoder.cs"/>
<Compile Include="MetadataReader\UnsupportedSignatureContent.cs"/>
<Compile Include="MetadataReference\AssemblyIdentity.cs"/>
<Compile Include="MetadataReference\AssemblyIdentity.DisplayName.cs"/>
<Compile Include="MetadataReference\AssemblyIdentityComparer.cs"/>
<Compile Include="MetadataReference\AssemblyIdentityExtensions.cs"/>
<Compile Include="MetadataReference\AssemblyIdentityMap.cs"/>
<Compile Include="MetadataReference\AssemblyIdentityParts.cs"/>
<Compile Include="MetadataReference\AssemblyIdentityUtils.cs"/>
<Compile Include="MetadataReference\AssemblyMetadata.cs"/>
<Compile Include="MetadataReference\CompilationReference.cs"/>
<Compile Include="MetadataReference\Metadata.cs"/>
<Compile Include="MetadataReference\MetadataImageKind.cs"/>
<Compile Include="MetadataReference\MetadataImageReference.cs"/>
<Compile Include="MetadataReference\MetadataReference.cs"/>
<Compile Include="MetadataReference\MetadataReferenceProperties.cs"/>
<Compile Include="MetadataReference\MetadataReferenceResolver.cs"/>
<Compile Include="MetadataReference\ModuleMetadata.cs"/>
<Compile Include="MetadataReference\PortableExecutableReference.cs"/>
<Compile Include="MetadataReference\ReferenceDirective.cs"/>
<Compile Include="MetadataReference\UnresolvedMetadataReference.cs"/>
<Compile Include="NativePdbWriter\PdbWriter.cs"/>
<Compile Include="NativePdbWriter\SymWriterMetadataProvider.cs"/>
<Compile Include="Operations\ArgumentKind.cs"/>
<Compile Include="Operations\BasicBlock.cs"/>
<Compile Include="Operations\BasicBlockKind.cs"/>
<Compile Include="Operations\BinaryOperatorKind.cs"/>
<Compile Include="Operations\BranchKind.cs"/>
<Compile Include="Operations\CaptureId.cs"/>
<Compile Include="Operations\CaseKind.cs"/>
<Compile Include="Operations\CommonConversion.cs"/>
<Compile Include="Operations\ControlFlowBranch.cs"/>
<Compile Include="Operations\ControlFlowBranchSemantics.cs"/>
<Compile Include="Operations\ControlFlowConditionKind.cs"/>
<Compile Include="Operations\ControlFlowGraph.cs"/>
<Compile Include="Operations\ControlFlowGraphBuilder.BasicBlockBuilder.cs"/>
<Compile Include="Operations\ControlFlowGraphBuilder.CaptureIdDispenser.cs"/>
<Compile Include="Operations\ControlFlowGraphBuilder.ConditionalAccessOperationTracker.cs"/>
<Compile Include="Operations\ControlFlowGraphBuilder.Context.cs"/>
<Compile Include="Operations\ControlFlowGraphBuilder.cs"/>
<Compile Include="Operations\ControlFlowGraphBuilder.ImplicitInstanceInfo.cs"/>
<Compile Include="Operations\ControlFlowGraphBuilder.InterpolatedStringContext.cs"/>
<Compile Include="Operations\ControlFlowGraphBuilder.RegionBuilder.cs"/>
<Compile Include="Operations\ControlFlowGraphExtensions.cs"/>
<Compile Include="Operations\ControlFlowRegion.cs"/>
<Compile Include="Operations\ControlFlowRegionKind.cs"/>
<Compile Include="Operations\DisposeOperationInfo.cs"/>
<Compile Include="Operations\IConvertibleConversion.cs"/>
<Compile Include="Operations\InstanceReferenceKind.cs"/>
<Compile Include="Operations\InterpolatedStringArgumentPlaceholderKind.cs"/>
<Compile Include="Operations\IOperation.cs"/>
<Compile Include="Operations\IOperation.OperationList.cs"/>
<Compile Include="Operations\IOperation.OperationList.Reversed.cs"/>
<Compile Include="Operations\Loops\ForEachLoopOperationInfo.cs"/>
<Compile Include="Operations\Loops\ForToLoopOperationInfo.cs"/>
<Compile Include="Operations\Loops\LoopKind.cs"/>
<Compile Include="Operations\Operation.cs"/>
<Compile Include="Operations\OperationCloner.cs"/>
<Compile Include="Operations\OperationExtensions.cs"/>
<Compile Include="Operations\OperationFactory.cs"/>
<Compile Include="Operations\OperationMapBuilder.cs"/>
<Compile Include="Operations\OperationNodes.cs"/>
<Compile Include="Operations\OperationVisitor.cs"/>
<Compile Include="Operations\OperationWalker.cs"/>
<Compile Include="Operations\PlaceholderKind.cs"/>
<Compile Include="Operations\UnaryOperatorKind.cs"/>
<Compile Include="Optional.cs"/>
<Compile Include="OutputKind.cs"/>
<Compile Include="PEWriter\AssemblyReferenceAlias.cs"/>
<Compile Include="PEWriter\CompilationOptionNames.cs"/>
<Compile Include="PEWriter\Constants.cs"/>
<Compile Include="PEWriter\Core.cs"/>
<Compile Include="PEWriter\CustomDebugInfoWriter.cs"/>
<Compile Include="PEWriter\DebugSourceDocument.cs"/>
<Compile Include="PEWriter\DebugSourceInfo.cs"/>
<Compile Include="PEWriter\ExceptionHandlerRegion.cs"/>
<Compile Include="PEWriter\ExportedType.cs"/>
<Compile Include="PEWriter\Expressions.cs"/>
<Compile Include="PEWriter\ExtendedPEBuilder.cs"/>
<Compile Include="PEWriter\FullMetadataWriter.cs"/>
<Compile Include="PEWriter\ICustomAttribute.cs"/>
<Compile Include="PEWriter\IFileReference.cs"/>
<Compile Include="PEWriter\IImportScope.cs"/>
<Compile Include="PEWriter\InheritedTypeParameter.cs"/>
<Compile Include="PEWriter\InstructionOperandTypes.cs"/>
<Compile Include="PEWriter\ITypeReferenceExtensions.cs"/>
<Compile Include="PEWriter\LocalScope.cs"/>
<Compile Include="PEWriter\ManagedResource.cs"/>
<Compile Include="PEWriter\MemberRefComparer.cs"/>
<Compile Include="PEWriter\Members.cs"/>
<Compile Include="PEWriter\MetadataBuilderExtensions.cs"/>
<Compile Include="PEWriter\MetadataVisitor.cs"/>
<Compile Include="PEWriter\MetadataWriter.cs"/>
<Compile Include="PEWriter\MetadataWriter.DynamicAnalysis.cs"/>
<Compile Include="PEWriter\MetadataWriter.PortablePdb.cs"/>
<Compile Include="PEWriter\MethodSpecComparer.cs"/>
<Compile Include="PEWriter\Miscellaneous.cs"/>
<Compile Include="PEWriter\ModifiedTypeReference.cs"/>
<Compile Include="PEWriter\NativeResourceWriter.cs"/>
<Compile Include="PEWriter\PeWriter.cs"/>
<Compile Include="PEWriter\PooledBlobBuilder.cs"/>
<Compile Include="PEWriter\ReferenceIndexer.cs"/>
<Compile Include="PEWriter\ReferenceIndexerBase.cs"/>
<Compile Include="PEWriter\ReturnValueParameter.cs"/>
<Compile Include="PEWriter\RootModuleStaticConstructor.cs"/>
<Compile Include="PEWriter\RootModuleType.cs"/>
<Compile Include="PEWriter\SequencePoint.cs"/>
<Compile Include="PEWriter\SigningUtilities.cs"/>
<Compile Include="PEWriter\SourceSpan.cs"/>
<Compile Include="PEWriter\SymbolEquivalentEqualityComparer.cs"/>
<Compile Include="PEWriter\TypeLibTypeFlags.cs"/>
<Compile Include="PEWriter\TypeNameSerializer.cs"/>
<Compile Include="PEWriter\TypeReferenceIndexer.cs"/>
<Compile Include="PEWriter\Types.cs"/>
<Compile Include="PEWriter\TypeSpecComparer.cs"/>
<Compile Include="PEWriter\Units.cs"/>
<Compile Include="PEWriter\UsedNamespaceOrType.cs"/>
<Compile Include="PrimitiveTypeCodeExtensions.cs"/>
<Compile Include="RealParser.cs"/>
<Compile Include="ReferenceManager\AssemblyData.cs"/>
<Compile Include="ReferenceManager\AssemblyDataForAssemblyBeingBuilt.cs"/>
<Compile Include="ReferenceManager\AssemblyReferenceBinding.cs"/>
<Compile Include="ReferenceManager\AssemblyReferenceCandidate.cs"/>
<Compile Include="ReferenceManager\BoundInputAssembly.cs"/>
<Compile Include="ReferenceManager\CommonReferenceManager.Binding.cs"/>
<Compile Include="ReferenceManager\CommonReferenceManager.Resolution.cs"/>
<Compile Include="ReferenceManager\CommonReferenceManager.State.cs"/>
<Compile Include="ReferenceManager\Compilation_MetadataCache.cs"/>
<Compile Include="ReferenceManager\MergedAliases.cs"/>
<Compile Include="ReferenceManager\ModuleReferences.cs"/>
<Compile Include="ReferenceManager\UnifiedAssembly.cs"/>
<Compile Include="ResourceDescription.cs"/>
<Compile Include="ResourceException.cs"/>
<Compile Include="RuleSet\InvalidRuleSetException.cs"/>
<Compile Include="RuleSet\RuleSet.cs"/>
<Compile Include="RuleSet\RuleSetInclude.cs"/>
<Compile Include="RuleSet\RuleSetProcessor.cs"/>
<Compile Include="RuntimeCapability.cs"/>
<Compile Include="SignatureComparer.cs"/>
<Compile Include="SourceCodeKind.cs"/>
<Compile Include="SourceCodeKindExtensions.cs"/>
<Compile Include="SourceFileResolver.cs"/>
<Compile Include="SourceGeneration\AdditionalSourcesCollection.cs"/>
<Compile Include="SourceGeneration\GeneratedCodeUtilities.cs"/>
<Compile Include="SourceGeneration\GeneratedSourceText.cs"/>
<Compile Include="SourceGeneration\GeneratedSyntaxTree.cs"/>
<Compile Include="SourceGeneration\GeneratorAdaptor.cs"/>
<Compile Include="SourceGeneration\GeneratorAttribute.cs"/>
<Compile Include="SourceGeneration\GeneratorContexts.cs"/>
<Compile Include="SourceGeneration\GeneratorDriver.cs"/>
<Compile Include="SourceGeneration\GeneratorDriverCache.cs"/>
<Compile Include="SourceGeneration\GeneratorDriverOptions.cs"/>
<Compile Include="SourceGeneration\GeneratorDriverState.cs"/>
<Compile Include="SourceGeneration\GeneratorExtensions.cs"/>
<Compile Include="SourceGeneration\GeneratorState.cs"/>
<Compile Include="SourceGeneration\GeneratorSyntaxWalker.cs"/>
<Compile Include="SourceGeneration\GeneratorTimerExtensions.cs"/>
<Compile Include="SourceGeneration\GlobalAliases.cs"/>
<Compile Include="SourceGeneration\IIncrementalGenerator.cs"/>
<Compile Include="SourceGeneration\IncrementalContexts.cs"/>
<Compile Include="SourceGeneration\IncrementalGeneratorRunStep.cs"/>
<Compile Include="SourceGeneration\IncrementalStepRunReason.cs"/>
<Compile Include="SourceGeneration\IncrementalValueProvider.cs"/>
<Compile Include="SourceGeneration\IncrementalWrapper.cs"/>
<Compile Include="SourceGeneration\ISourceGenerator.cs"/>
<Compile Include="SourceGeneration\ISyntaxHelper.cs"/>
<Compile Include="SourceGeneration\ISyntaxReceiver.cs"/>
<Compile Include="SourceGeneration\Nodes\BatchNode.cs"/>
<Compile Include="SourceGeneration\Nodes\CombineNode.cs"/>
<Compile Include="SourceGeneration\Nodes\DriverStateTable.cs"/>
<Compile Include="SourceGeneration\Nodes\GeneratorRunStateTable.cs"/>
<Compile Include="SourceGeneration\Nodes\HostOutputNode.cs"/>
<Compile Include="SourceGeneration\Nodes\IIncrementalGeneratorNode.cs"/>
<Compile Include="SourceGeneration\Nodes\IIncrementalGeneratorOutputNode.cs"/>
<Compile Include="SourceGeneration\Nodes\InputNode.cs"/>
<Compile Include="SourceGeneration\Nodes\ISyntaxStrategy.cs"/>
<Compile Include="SourceGeneration\Nodes\NodeExtensions.cs"/>
<Compile Include="SourceGeneration\Nodes\NodeStateTable.cs"/>
<Compile Include="SourceGeneration\Nodes\PostInitOutputNode.cs"/>
<Compile Include="SourceGeneration\Nodes\PredicateSyntaxStrategy.cs"/>
<Compile Include="SourceGeneration\Nodes\SharedInputNodes.cs"/>
<Compile Include="SourceGeneration\Nodes\SourceOutputNode.cs"/>
<Compile Include="SourceGeneration\Nodes\StateTableStore.cs"/>
<Compile Include="SourceGeneration\Nodes\SyntaxInputNode.cs"/>
<Compile Include="SourceGeneration\Nodes\SyntaxReceiverStrategy.cs"/>
<Compile Include="SourceGeneration\Nodes\SyntaxValueProvider.cs"/>
<Compile Include="SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithMetadataName.cs"/>
<Compile Include="SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithSimpleName.cs"/>
<Compile Include="SourceGeneration\Nodes\TransformNode.cs"/>
<Compile Include="SourceGeneration\Nodes\ValueSourceExtensions.cs"/>
<Compile Include="SourceGeneration\RunResults.cs"/>
<Compile Include="SourceGeneration\SyntaxContextReceiverAdaptor.cs"/>
<Compile Include="SourceGeneration\SyntaxStore.cs"/>
<Compile Include="SourceGeneration\UserFunction.cs"/>
<Compile Include="SourceGeneration\WellKnownGeneratorInputs.cs"/>
<Compile Include="SourceGeneration\WellKnownGeneratorOutputs.cs"/>
<Compile Include="SpecialMember.cs"/>
<Compile Include="SpecialMembers.cs"/>
<Compile Include="SpecialType.cs"/>
<Compile Include="SpecialTypeExtensions.cs"/>
<Compile Include="SpecialTypes.cs"/>
<Compile Include="StrongName\CryptoBlobParser.cs"/>
<Compile Include="StrongName\DesktopStrongNameProvider.cs"/>
<Compile Include="StrongName\StrongNameFileSystem.cs"/>
<Compile Include="StrongName\StrongNameKeys.cs"/>
<Compile Include="StrongName\StrongNameProvider.cs"/>
<Compile Include="SwitchConstantValueHelper.cs"/>
<Compile Include="SymbolDisplay\AbstractSymbolDisplayVisitor.cs"/>
<Compile Include="SymbolDisplay\AbstractSymbolDisplayVisitor_Minimal.cs"/>
<Compile Include="SymbolDisplay\FormattedSymbol.cs"/>
<Compile Include="SymbolDisplay\FormattedSymbolList.cs"/>
<Compile Include="SymbolDisplay\ObjectDisplayExtensions.cs"/>
<Compile Include="SymbolDisplay\ObjectDisplayOptions.cs"/>
<Compile Include="SymbolDisplay\SymbolDisplayCompilerInternalOptions.cs"/>
<Compile Include="SymbolDisplay\SymbolDisplayDelegateStyle.cs"/>
<Compile Include="SymbolDisplay\SymbolDisplayExtensionMethodStyle.cs"/>
<Compile Include="SymbolDisplay\SymbolDisplayExtensions.cs"/>
<Compile Include="SymbolDisplay\SymbolDisplayFormat.cs"/>
<Compile Include="SymbolDisplay\SymbolDisplayGenericsOptions.cs"/>
<Compile Include="SymbolDisplay\SymbolDisplayGlobalNamespaceStyle.cs"/>
<Compile Include="SymbolDisplay\SymbolDisplayKindOptions.cs"/>
<Compile Include="SymbolDisplay\SymbolDisplayLocalOptions.cs"/>
<Compile Include="SymbolDisplay\SymbolDisplayMemberOptions.cs"/>
<Compile Include="SymbolDisplay\SymbolDisplayMiscellaneousOptions.cs"/>
<Compile Include="SymbolDisplay\SymbolDisplayParameterOptions.cs"/>
<Compile Include="SymbolDisplay\SymbolDisplayPart.cs"/>
<Compile Include="SymbolDisplay\SymbolDisplayPartKind.cs"/>
<Compile Include="SymbolDisplay\SymbolDisplayPropertyStyle.cs"/>
<Compile Include="SymbolDisplay\SymbolDisplayTypeQualificationStyle.cs"/>
<Compile Include="Symbols\Accessibility.cs"/>
<Compile Include="Symbols\AnonymousTypes\CommonAnonymousTypeManager.cs"/>
<Compile Include="Symbols\Attributes\AttributeDescription.cs"/>
<Compile Include="Symbols\Attributes\AttributeUsageInfo.cs"/>
<Compile Include="Symbols\Attributes\CommonAssemblyWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\CommonAttributeData.cs"/>
<Compile Include="Symbols\Attributes\CommonAttributeDataComparer.cs"/>
<Compile Include="Symbols\Attributes\CommonEventEarlyWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\CommonEventWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\CommonFieldEarlyWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\CommonFieldWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\CommonMethodEarlyWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\CommonMethodWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\CommonModuleWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\CommonParameterEarlyWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\CommonParameterWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\CommonPropertyEarlyWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\CommonPropertyWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\CommonReturnTypeWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\CommonTypeEarlyWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\CommonTypeWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\CustomAttributesBag.cs"/>
<Compile Include="Symbols\Attributes\DecodeWellKnownAttributeArguments.cs"/>
<Compile Include="Symbols\Attributes\EarlyDecodeWellKnownAttributeArguments.cs"/>
<Compile Include="Symbols\Attributes\EarlyWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\IMarshalAsAttributeTarget.cs"/>
<Compile Include="Symbols\Attributes\IMemberNotNullAttributeTarget.cs"/>
<Compile Include="Symbols\Attributes\ISecurityAttributeTarget.cs"/>
<Compile Include="Symbols\Attributes\ISkipLocalsInitAttributeTarget.cs"/>
<Compile Include="Symbols\Attributes\MarshalAsAttributeDecoder.cs"/>
<Compile Include="Symbols\Attributes\MarshalPseudoCustomAttributeData.cs"/>
<Compile Include="Symbols\Attributes\ObsoleteAttributeData.cs"/>
<Compile Include="Symbols\Attributes\SecurityWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\UnmanagedCallersOnlyAttributeData.cs"/>
<Compile Include="Symbols\Attributes\WellKnownAttributeData.cs"/>
<Compile Include="Symbols\CommonGeneratedNameParser.cs"/>
<Compile Include="Symbols\CommonGeneratedNames.cs"/>
<Compile Include="Symbols\CompilerFeatureRequiredFeatures.cs"/>
<Compile Include="Symbols\CustomModifier.cs"/>
<Compile Include="Symbols\CustomModifiersTuple.cs"/>
<Compile Include="Symbols\IAliasSymbol.cs"/>
<Compile Include="Symbols\IArrayTypeSymbol.cs"/>
<Compile Include="Symbols\IArrayTypeSymbolInternal.cs"/>
<Compile Include="Symbols\IAssemblySymbol.cs"/>
<Compile Include="Symbols\IAssemblySymbolInternal.cs"/>
<Compile Include="Symbols\IDiscardSymbol.cs"/>
<Compile Include="Symbols\IDynamicTypeSymbol.cs"/>
<Compile Include="Symbols\IErrorTypeSymbol.cs"/>
<Compile Include="Symbols\IEventSymbol.cs"/>
<Compile Include="Symbols\IFieldSymbol.cs"/>
<Compile Include="Symbols\IFieldSymbolInternal.cs"/>
<Compile Include="Symbols\IFunctionPointerTypeSymbol.cs"/>
<Compile Include="Symbols\ILabelSymbol.cs"/>
<Compile Include="Symbols\ILocalSymbol.cs"/>
<Compile Include="Symbols\ILocalSymbolInternal.cs"/>
<Compile Include="Symbols\IMethodSymbol.cs"/>
<Compile Include="Symbols\IMethodSymbolInternal.cs"/>
<Compile Include="Symbols\IModuleSymbol.cs"/>
<Compile Include="Symbols\IModuleSymbolInternal.cs"/>
<Compile Include="Symbols\INamedTypeSymbol.cs"/>
<Compile Include="Symbols\INamedTypeSymbolInternal.cs"/>
<Compile Include="Symbols\INamespaceOrTypeSymbol.cs"/>
<Compile Include="Symbols\INamespaceOrTypeSymbolInternal.cs"/>
<Compile Include="Symbols\INamespaceSymbol.cs"/>
<Compile Include="Symbols\INamespaceSymbolInternal.cs"/>
<Compile Include="Symbols\IParameterSymbol.cs"/>
<Compile Include="Symbols\IParameterSymbolInternal.cs"/>
<Compile Include="Symbols\IPointerTypeSymbol.cs"/>
<Compile Include="Symbols\IPreprocessingSymbol.cs"/>
<Compile Include="Symbols\IPropertySymbol.cs"/>
<Compile Include="Symbols\IPropertySymbolInternal.cs"/>
<Compile Include="Symbols\IRangeVariableSymbol.cs"/>
<Compile Include="Symbols\ISourceAssemblySymbol.cs"/>
<Compile Include="Symbols\ISourceAssemblySymbolInternal.cs"/>
<Compile Include="Symbols\ISymbol.cs"/>
<Compile Include="Symbols\ISymbolExtensions.cs"/>
<Compile Include="Symbols\ISymbolExtensions_PerformIVTCheck.cs"/>
<Compile Include="Symbols\ISymbolInternal.cs"/>
<Compile Include="Symbols\ISynthesizedGlobalMethodSymbol.cs"/>
<Compile Include="Symbols\ISynthesizedMethodBodyImplementationSymbol.cs"/>
<Compile Include="Symbols\ITypeParameterSymbol.cs"/>
<Compile Include="Symbols\ITypeParameterSymbolInternal.cs"/>
<Compile Include="Symbols\ITypeSymbol.cs"/>
<Compile Include="Symbols\ITypeSymbolInternal.cs"/>
<Compile Include="Symbols\LanguageNames.cs"/>
<Compile Include="Symbols\ManagedKind.cs"/>
<Compile Include="Symbols\MethodKind.cs"/>
<Compile Include="Symbols\NamespaceKind.cs"/>
<Compile Include="Symbols\NullabilityInfo.cs"/>
<Compile Include="Symbols\NullableAnnotation.cs"/>
<Compile Include="Symbols\NullableFlowState.cs"/>
<Compile Include="Symbols\PlatformInvokeInformation.cs"/>
<Compile Include="Symbols\RefKind.cs"/>
<Compile Include="Symbols\ScopedKind.cs"/>
<Compile Include="Symbols\SymbolEqualityComparer.cs"/>
<Compile Include="Symbols\SymbolKind.cs"/>
<Compile Include="Symbols\SymbolKindExtensions.cs"/>
<Compile Include="Symbols\SymbolVisitor.cs"/>
<Compile Include="Symbols\SymbolVisitor`1.cs"/>
<Compile Include="Symbols\SymbolVisitor`2.cs"/>
<Compile Include="Symbols\TypeCompareKind.cs"/>
<Compile Include="Symbols\TypedConstant.cs"/>
<Compile Include="Symbols\TypedConstantKind.cs"/>
<Compile Include="Symbols\TypedConstantValue.cs"/>
<Compile Include="Symbols\TypeKind.cs"/>
<Compile Include="Symbols\TypeLayout.cs"/>
<Compile Include="Symbols\TypeParameterKind.cs"/>
<Compile Include="Symbols\VarianceKind.cs"/>
<Compile Include="Symbols\WellKnownMemberNames.cs"/>
<Compile Include="Syntax\AbstractWarningStateMap.cs"/>
<Compile Include="Syntax\AnnotationExtensions.cs"/>
<Compile Include="Syntax\ChildSyntaxList.cs"/>
<Compile Include="Syntax\ChildSyntaxList.Enumerator.cs"/>
<Compile Include="Syntax\ChildSyntaxList.Reversed.cs"/>
<Compile Include="Syntax\CollectionBuilderAttribute.cs"/>
<Compile Include="Syntax\CommonSyntaxNodeRemover.cs"/>
<Compile Include="Syntax\GreenNode.cs"/>
<Compile Include="Syntax\GreenNode.NodeEnumerable.cs"/>
<Compile Include="Syntax\GreenNode.NodeFlagsAndSlotCount.cs"/>
<Compile Include="Syntax\GreenNodeExtensions.cs"/>
<Compile Include="Syntax\ICompilationUnitSyntax.cs"/>
<Compile Include="Syntax\InternalSyntax\ChildSyntaxList.cs"/>
<Compile Include="Syntax\InternalSyntax\ChildSyntaxList.Enumerator.cs"/>
<Compile Include="Syntax\InternalSyntax\ChildSyntaxList.Reversed.cs"/>
<Compile Include="Syntax\InternalSyntax\ChildSyntaxList.Reversed.Enumerator.cs"/>
<Compile Include="Syntax\InternalSyntax\GreenNodeExtensions.cs"/>
<Compile Include="Syntax\InternalSyntax\SeparatedSyntaxList.cs"/>
<Compile Include="Syntax\InternalSyntax\SeparatedSyntaxListBuilder.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxDiagnosticInfoList.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxList.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxList.WithLotsOfChildren.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxList.WithManyChildren.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxList.WithThreeChildren.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxList.WithTwoChildren.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxListBuilder.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxListBuilderExtensions.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxListBuilder`1.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxListPool.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxList`1.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxList`1.Enumerator.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxNodeCache.cs"/>
<Compile Include="Syntax\ISkippedTokensTriviaSyntax.cs"/>
<Compile Include="Syntax\IStructuredTriviaSyntax.cs"/>
<Compile Include="Syntax\LineDirectiveMap.cs"/>
<Compile Include="Syntax\LineDirectiveMap.LineMappingEntry.cs"/>
<Compile Include="Syntax\LineMapping.cs"/>
<Compile Include="Syntax\LineVisibility.cs"/>
<Compile Include="Syntax\SeparatedSyntaxList.cs"/>
<Compile Include="Syntax\SeparatedSyntaxList.Enumerator.cs"/>
<Compile Include="Syntax\SeparatedSyntaxListBuilder.cs"/>
<Compile Include="Syntax\SyntaxAnnotation.cs"/>
<Compile Include="Syntax\SyntaxDiffer.cs"/>
<Compile Include="Syntax\SyntaxList.cs"/>
<Compile Include="Syntax\SyntaxList.SeparatedWithManyChildren.cs"/>
<Compile Include="Syntax\SyntaxList.SeparatedWithManyWeakChildren.cs"/>
<Compile Include="Syntax\SyntaxList.WithManyChildren.cs"/>
<Compile Include="Syntax\SyntaxList.WithManyWeakChildren.cs"/>
<Compile Include="Syntax\SyntaxList.WithThreeChildren.cs"/>
<Compile Include="Syntax\SyntaxList.WithTwoChildren.cs"/>
<Compile Include="Syntax\SyntaxListBuilder.cs"/>
<Compile Include="Syntax\SyntaxListBuilderExtensions.cs"/>
<Compile Include="Syntax\SyntaxListBuilder`1.cs"/>
<Compile Include="Syntax\SyntaxList`1.cs"/>
<Compile Include="Syntax\SyntaxList`1.Enumerator.cs"/>
<Compile Include="Syntax\SyntaxNavigator.cs"/>
<Compile Include="Syntax\SyntaxNode.cs"/>
<Compile Include="Syntax\SyntaxNode.Iterators.cs"/>
<Compile Include="Syntax\SyntaxNodeExtensions.cs"/>
<Compile Include="Syntax\SyntaxNodeExtensions_Tracking.cs"/>
<Compile Include="Syntax\SyntaxNodeLocationComparer.cs"/>
<Compile Include="Syntax\SyntaxNodeOrToken.cs"/>
<Compile Include="Syntax\SyntaxNodeOrTokenList.cs"/>
<Compile Include="Syntax\SyntaxNodeOrTokenListBuilder.cs"/>
<Compile Include="Syntax\SyntaxReference.cs"/>
<Compile Include="Syntax\SyntaxRemoveOptions.cs"/>
<Compile Include="Syntax\SyntaxToken.cs"/>
<Compile Include="Syntax\SyntaxTokenList.cs"/>
<Compile Include="Syntax\SyntaxTokenList.Enumerator.cs"/>
<Compile Include="Syntax\SyntaxTokenList.Reversed.cs"/>
<Compile Include="Syntax\SyntaxTokenListBuilder.cs"/>
<Compile Include="Syntax\SyntaxTree.cs"/>
<Compile Include="Syntax\SyntaxTreeComparer.cs"/>
<Compile Include="Syntax\SyntaxTreeExtensions.cs"/>
<Compile Include="Syntax\SyntaxTrivia.cs"/>
<Compile Include="Syntax\SyntaxTriviaList.cs"/>
<Compile Include="Syntax\SyntaxTriviaList.Enumerator.cs"/>
<Compile Include="Syntax\SyntaxTriviaList.Reversed.cs"/>
<Compile Include="Syntax\SyntaxTriviaListBuilder.cs"/>
<Compile Include="Syntax\SyntaxWalker.cs"/>
<Compile Include="Syntax\SyntaxWalkerDepth.cs"/>
<Compile Include="Syntax\TranslationSyntaxReference.cs"/>
<Compile Include="SynthesizedLocalKind.cs"/>
<Compile Include="Text\ChangedText.cs"/>
<Compile Include="Text\CompositeText.cs"/>
<Compile Include="Text\LargeText.cs"/>
<Compile Include="Text\LargeTextWriter.cs"/>
<Compile Include="Text\LinePosition.cs"/>
<Compile Include="Text\LinePositionSpan.cs"/>
<Compile Include="Text\SourceHashAlgorithm.cs"/>
<Compile Include="Text\SourceHashAlgorithms.cs"/>
<Compile Include="Text\SourceText.cs"/>
<Compile Include="Text\SourceTextComparer.cs"/>
<Compile Include="Text\SourceTextContainer.cs"/>
<Compile Include="Text\SourceTextStream.cs"/>
<Compile Include="Text\SourceTextWriter.cs"/>
<Compile Include="Text\StringBuilderText.cs"/>
<Compile Include="Text\StringText.cs"/>
<Compile Include="Text\StringTextWriter.cs"/>
<Compile Include="Text\SubText.cs"/>
<Compile Include="Text\TextChange.cs"/>
<Compile Include="Text\TextChangeEventArgs.cs"/>
<Compile Include="Text\TextChangeRange.cs"/>
<Compile Include="Text\TextChangeRangeExtensions.cs"/>
<Compile Include="Text\TextLine.cs"/>
<Compile Include="Text\TextLineCollection.cs"/>
<Compile Include="Text\TextSpan.cs"/>
<Compile Include="Text\TextUtilities.cs"/>
<Compile Include="TreeDumper.cs"/>
<Compile Include="VersionHelper.cs"/>
<Compile Include="WellKnownMember.cs"/>
<Compile Include="WellKnownMembers.cs"/>
<Compile Include="WellKnownTypes.cs"/>
<Compile Include="XmlFileResolver.cs"/>
<Compile Include="Xml\XmlCharType.cs"/>
<Compile Include="..\AnalyzerDriver\AnalyzerExceptionDescriptionBuilder.cs" Link="src\Compilers\Core\AnalyzerDriver\AnalyzerExceptionDescriptionBuilder.cs"/>
<Compile Include="..\AnalyzerDriver\DeclarationComputer.cs" Link="src\Compilers\Core\AnalyzerDriver\DeclarationComputer.cs"/>
<Compile Include="..\AnalyzerDriver\DeclarationInfo.cs" Link="src\Compilers\Core\AnalyzerDriver\DeclarationInfo.cs"/>
<Compile Include="..\..\..\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoConstants.cs" Link="src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoConstants.cs"/>
<Compile Include="..\..\..\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoEncoder.cs" Link="src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoEncoder.cs"/>
<Compile Include="..\..\..\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoKind.cs" Link="src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoKind.cs"/>
<Compile Include="..\..\..\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoReader.cs" Link="src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoReader.cs"/>
<Compile Include="..\..\..\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoRecord.cs" Link="src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoRecord.cs"/>
<Compile Include="..\..\..\Dependencies\CodeAnalysis.Debugging\DynamicLocalInfo.cs" Link="src\Dependencies\CodeAnalysis.Debugging\DynamicLocalInfo.cs"/>
<Compile Include="..\..\..\Dependencies\CodeAnalysis.Debugging\ImportTargetKind.cs" Link="src\Dependencies\CodeAnalysis.Debugging\ImportTargetKind.cs"/>
<Compile Include="..\..\..\Dependencies\CodeAnalysis.Debugging\PortableCustomDebugInfoKinds.cs" Link="src\Dependencies\CodeAnalysis.Debugging\PortableCustomDebugInfoKinds.cs"/>
<Compile Include="..\..\..\Dependencies\CodeAnalysis.Debugging\StateMachineHoistedLocalScope.cs" Link="src\Dependencies\CodeAnalysis.Debugging\StateMachineHoistedLocalScope.cs"/>
<Compile Include="..\..\..\Dependencies\CodeAnalysis.Debugging\TupleElementNamesInfo.cs" Link="src\Dependencies\CodeAnalysis.Debugging\TupleElementNamesInfo.cs"/>
<Compile Include="..\..\..\Dependencies\CodeAnalysis.Debugging\VBImportScopeKind.cs" Link="src\Dependencies\CodeAnalysis.Debugging\VBImportScopeKind.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="..\..\..\..\..\_external\1\PerformanceSensitiveAttribute.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis\Release\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.CodeAnalysis\Release\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis\Release\net8.0\Microsoft.CodeAnalysis.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis\Release\net8.0\Microsoft.CodeAnalysis.InternalsVisibleTo.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis\Release\net8.0\Microsoft.CodeAnalysis.Collections.Internal.SR.cs" Link="artifacts\obj\Microsoft.CodeAnalysis\Release\net8.0\Microsoft.CodeAnalysis.Collections.Internal.SR.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis\Release\net8.0\Microsoft.CodeAnalysis.CodeAnalysisResources.cs" Link="artifacts\obj\Microsoft.CodeAnalysis\Release\net8.0\Microsoft.CodeAnalysis.CodeAnalysisResources.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis\Release\net8.0\Microsoft.CodeAnalysis.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis\Release\net8.0\Microsoft.CodeAnalysis.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\a3c926f9e22d4e31943db4d0690b908c\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\63c30e3af18a4f8a81de2d3824c58b14\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\71d37dded3f34b5db11bd2f2d6cdd88f\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\19b259a657184095a9b41d6982dbb211\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a08347681d8f4da584ca6615332a3d4f\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e0458d9d7d814064a5a3fe7c43cf78e9\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7e0c8895c7b2428ca9f06713b5d81ede\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aa1c2ad59beb4f38b5b9194da03616d5\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ebfad2443fe14df18ebc401c7b2029a7\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\23605650264140028b1e72a1b811b9e4\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5dbddb4193d14589980523c20aa2a71e\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3dc2eba8f05c43e881163e77206b4c24\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1536b32efa1b406fb592f87f05f9095a\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\344dd1b61c8f4f4baefa7df396247de0\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\09c7af5fba0d49cdbcc79a9893f8a22f\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\895ad6e95e414c698aaef3baec06ae9a\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e28ee53075854ee59123996deedd0cf1\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1741fcfbb43342869666def09c74e622\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f97d8f43a46d4b42b851889595fbfb1c\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\76ef77b04ab14e05b01bd61ea243ac16\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\69cafea5e1d14a3f82c2289b82894cc8\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9619eb73a2a1437086931df7bd843cb3\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d185bb1762d64ca8b08de7d528cf3a84\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2fe4ff18c8ec4ae0ab2bfb22258615f9\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d76ddaf388ef47678fea5ddd7536e399\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\94be7199ed084f80a0ad862a589f8f51\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0afe61695dac430aaa8ac9a21cc6452a\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\283a437502424836b6edf48aa1c6e921\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\856075c159f04505ac34fd419f322d25\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\875954a5a42643d292007c49cd32f6c7\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1a9597a8770b4fb0b9c504fc1704b37b\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\259ce25e96254e5a94d859bd454f8d97\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d277e8c435b640eeb3ff23eefea7cc7a\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2103346364d446fbabe8753b08258bce\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6edd14fbb9584daea679d5e29734fa18\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7fce8fd1b0c84a8b98e720b35a975018\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b8785621f035403daadc5da858310fa3\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\04453c77adbc44adb480e933d84823ca\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d0cdacd9699947debeac02d1b69941d5\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\42b51c680cec4f47b726e67f25722c7a\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b923630dab1e42a6abf1ba76d4597a8a\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\08c4d7831853474fa0cb9057eb2cc1bb\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1099fd5b8afa440fab53d23dd9bd393c\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0c64020c959e49fcb03e831d9893fdf3\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c3afd203509b4f538d9c4dae0003c51f\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\021c9910fa82404f955249267b34f544\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\26042ea99c554ba690852ed9d9cf3183\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\226eb146131e4e939e7a5248d2a1a993\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0f27b5abcc54410fb3bc95f2f30f8b65\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8640232770144fffb082f1790d6751e7\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9b96275737654ea5be5722f4566e073b\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\77a1716512b34f7f9e7e21d3727f4a0c\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8831457a929a453690e58d8448949fa6\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8154f5ef1de8460ebb4717d663228655\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\feef8752e0894b2282730951e704c2fe\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\24f657a187b9404ab95f59921dbc5107\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eb58bd90ca0c4369aad34fe086d3e68c\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\445021c3ded74ed797d039256f2e9662\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6f458acfec0f42f8b8fc0402f5339050\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aaec9889244a4579a8460191dd470c94\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f96aa99111ac436ea82300a63eb0407a\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dfba78954c004d15b2e0d236f6671178\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9505f585bd9745fda99bb0550f652624\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e5923e2c77ad4ddeb01482a6a0ac9a0c\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6fd06fd12dec4e87b24943060a0ec3a5\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c269c2326127403182a5d4657923565b\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\db236dd7feda48608bcb4e2e4b4badba\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7da4045f3fe041d893cbce99676e2e05\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d51b2f2f4f7741c1971b67ee7d6bf9ad\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ecb5ea4006ac481ebe81fc627529f11f\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3a73ad07973a49e981fd886279f3222f\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0b87ff0e12884b96b85c5893d7b99b5c\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0a85bb99d2e047f9a7f838d587a34773\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\82904adacdec4249b4d060042f88bc37\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1bfcda5d2bfb4b019efc7ded4aecb9d2\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d7652413a6524d1f86bdae0e2161cf30\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c7eee99b82fd4d9992a94e5d57298d70\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1e9e796cff284cdaad84b723ba722532\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2e15e8e207a2404e86a76faea605ea70\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c73a49a63da74261a4aab2e1c5354617\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9458e026ea2b4d4a8dd3f674471eaf9e\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e219045196024f61bd9ea733c204e865\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e77fc4bc67b146808f3bf9ed7e0829fa\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\da88052f115341c190b0303220a17586\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1d5aeb3c6e894ac78454c62c73a0c541\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\65fe95aeec3b46cda0a069ba61288fb1\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\10853982df014da3bd2759527b15bc48\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d84dc15f01b74536a26fee946a5391a5\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d99e35cc113b4d8cad6c88867091000a\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3b6a01709665446d8708327cd08c7596\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\83573e2b687943d5bec62c6abb565f7a\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\96d79fffce114a749935e7794ce64084\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6ae02ee0e08c43a9ae15c380820a1001\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\47acc17172224e7da65f2f200852b503\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\82e8275a93a544edbf6d1d3a9c832452\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\73ba9a9ed564456c9d0bdc1956ab1892\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6df629fbb2c34eba8c02526b7b939cc7\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b912cef0fefd4c098f420767e79f30b5\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d3d9c488a41f43c2ad87d3d676be58cc\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\048970ee72da4decb9da455793444593\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9d5e1d04bf0543838f8bda435b4d512e\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f1a31a0eae304bfb851c4cd5b6037a1c\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4c89d02b331741df9176d7301af0895d\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\459011b799a04267985ccb5007b02938\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b36dc846ab5e4343aacd041bfaabd740\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bcb1cc41de844c78bce960407ae0988d\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b7d6ec17d2594615bd15d7c34bfe7e97\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c40321b9596e40f6a679939b453713fd\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4e45ce907ebd4e4baf2fe694f58d873e\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eea04ec956824ac5a009b672741b4d03\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ffe16643ce0d4af58a8dd54e1473b0f2\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c3f0ba34f19144b599120104e0ca130f\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3a485e2278cd4de8857148ba4271f7a3\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3170d14fc8ab4942a9d975411bbbddfb\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bfcabf43b7ee4b5aba99f12f0f0fabcc\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3c27337e139e4c0f99f02622be3f8728\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b2182c48e2a44babba772a3731e43253\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ff2f2c2915bf4e71b1be1179317d07d4\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\19ac83d936ac4a53b9e9446445bcdc75\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e3c6ddf0d69242e8b491606392813321\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bffc3dd440774cbcbf342100fa8cc949\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fb531849843f45dfb8c4809210c04adb\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4135701c2ba84fbca3a65e0315dda34e\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\72d09107cd1c4434a9ff4544dda7d6bf\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f5482edc66f74c5691faf5c4bbf180f6\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3d952f76e3094261846b9e79b0c1e42d\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0d7b32a9e3bc4e4a8c01f051abe5f02f\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\449fd14f9e434ca185d894dd3667c86c\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\51e3d0cc88b5475584ea967bddce2332\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1e51c9abb31b4010a38433b782fa5c5f\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\71598559f4bf4a2fb951490f962b11b9\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\77cd72e70d344465a41e59ca9e2b618d\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ad88181343e741dda4e474875f84dcc9\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6c9c9f374f9042ba880712f94c4a457c\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ef177d5033544b1eb7ce6cd0fa608abe\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1f9dabe86bb24ca3a7ce4879a519cb8c\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\421b37a9d54f4da5a083aec029e09617\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\521800c3428b467fb4244f0031e42972\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7fd8a619562c43729c521ea4bf8da04b\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\750494cef0864cb4b4a74a42f9fcdca9\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e85329900171467fa4f8f6dfa30fbb10\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e0d8fe98160c4152bc6941c91a2419f9\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4ebab25f8c464054bf21b9bc36ca10a3\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b874dad701db427e99969cd4d6e95694\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b27f3909e8ae4ad48d6d5466ab262418\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cbb34de92f8047e7811611f2ce774e35\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d591609711fd443f90d0741640c8a1d4\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a372b478fcb24b60b2c3701dee49e336\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c8472d770c50461a8e25c1711e858464\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f317af524fb346bc82dc0c5f5911305c\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1d4188a2b4f7435eab6e058ca622f566\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0ab3f168dbb34854bd9c512d827f8369\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6acda7885051422080ee37afcd98b823\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bbbca5b20ab445a2a86fb8fe11925d49\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6bd78c24ee56472b99da99a679b07373\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2170560ed6fa4edfac03681fa40b94d3\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\56b013c04f054d3a9d233b6aacb62cc7\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\283703bc3a394d589c577fd267a0b018\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\df57a50c4198403cb93e6a7df00225b9\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fe09e382befe4059af03f6411863283a\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a8c32551f3764bb5b713a5cd5d69e849\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9b3379bf638247ef8ec00884464cd3c6\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\247dfca9d5874bbc95ba90aba5affbe6\WindowsBase.dll"/>
</ItemGroup>
</Project>
|