|
<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.CSharp</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;RELEASE;NET;NET8_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="Binder\AliasAndExternAliasDirective.cs"/>
<Compile Include="Binder\AliasAndUsingDirective.cs"/>
<Compile Include="Binder\Binder.CapturedParametersFinder.cs"/>
<Compile Include="Binder\Binder.cs"/>
<Compile Include="Binder\Binder.IdentifierUsedAsValueFinder.cs"/>
<Compile Include="Binder\Binder.NamespaceOrTypeOrAliasSymbolWithAnnotations.cs"/>
<Compile Include="Binder\Binder.OverflowChecks.cs"/>
<Compile Include="Binder\Binder.QueryTranslationState.cs"/>
<Compile Include="Binder\Binder.QueryUnboundLambdaState.cs"/>
<Compile Include="Binder\Binder.RangeVariableMap.cs"/>
<Compile Include="Binder\Binder.ValueChecks.cs"/>
<Compile Include="Binder\Binder.WithQueryLambdaParametersBinder.cs"/>
<Compile Include="Binder\BinderFactory.BinderFactoryVisitor.cs"/>
<Compile Include="Binder\BinderFactory.cs"/>
<Compile Include="Binder\BinderFactory.NodeUsage.cs"/>
<Compile Include="Binder\BinderFlags.cs"/>
<Compile Include="Binder\BinderFlagsExtensions.cs"/>
<Compile Include="Binder\Binder_AnonymousTypes.cs"/>
<Compile Include="Binder\Binder_Attributes.cs"/>
<Compile Include="Binder\Binder_Await.cs"/>
<Compile Include="Binder\Binder_Constraints.cs"/>
<Compile Include="Binder\Binder_Conversions.cs"/>
<Compile Include="Binder\Binder_Crefs.cs"/>
<Compile Include="Binder\Binder_Deconstruct.cs"/>
<Compile Include="Binder\Binder_Expressions.cs"/>
<Compile Include="Binder\Binder_Flags.cs"/>
<Compile Include="Binder\Binder_Initializers.cs"/>
<Compile Include="Binder\Binder_InterpolatedString.cs"/>
<Compile Include="Binder\Binder_Invocation.cs"/>
<Compile Include="Binder\Binder_Lambda.cs"/>
<Compile Include="Binder\Binder_Lookup.cs"/>
<Compile Include="Binder\Binder_NameConflicts.cs"/>
<Compile Include="Binder\Binder_Operators.cs"/>
<Compile Include="Binder\Binder_Patterns.cs"/>
<Compile Include="Binder\Binder_Query.cs"/>
<Compile Include="Binder\Binder_QueryErrors.cs"/>
<Compile Include="Binder\Binder_Statements.cs"/>
<Compile Include="Binder\Binder_Symbols.cs"/>
<Compile Include="Binder\Binder_TupleOperators.cs"/>
<Compile Include="Binder\Binder_Unsafe.cs"/>
<Compile Include="Binder\Binder_WithExpression.cs"/>
<Compile Include="Binder\Binder_XmlNameAttribute.cs"/>
<Compile Include="Binder\BindingDiagnosticBag.cs"/>
<Compile Include="Binder\BlockBinder.cs"/>
<Compile Include="Binder\BuckStopsHereBinder.cs"/>
<Compile Include="Binder\CatchClauseBinder.cs"/>
<Compile Include="Binder\CollectionInitializerAddMethodBinder.cs"/>
<Compile Include="Binder\ConstantFieldsInProgress.cs"/>
<Compile Include="Binder\ConstantFieldsInProgressBinder.cs"/>
<Compile Include="Binder\ContextualAttributeBinder.cs"/>
<Compile Include="Binder\DecisionDagBuilder.cs"/>
<Compile Include="Binder\DecisionDagBuilder_ListPatterns.cs"/>
<Compile Include="Binder\EarlyWellKnownAttributeBinder.cs"/>
<Compile Include="Binder\EmbeddedStatementBinder.cs"/>
<Compile Include="Binder\ExecutableCodeBinder.cs"/>
<Compile Include="Binder\ExpressionListVariableBinder.cs"/>
<Compile Include="Binder\ExpressionVariableBinder.cs"/>
<Compile Include="Binder\ExpressionVariableFinder.cs"/>
<Compile Include="Binder\ExtensionScope.cs"/>
<Compile Include="Binder\FixedStatementBinder.cs"/>
<Compile Include="Binder\ForEachEnumeratorInfo.cs"/>
<Compile Include="Binder\ForEachLoopBinder.cs"/>
<Compile Include="Binder\ForLoopBinder.cs"/>
<Compile Include="Binder\HostObjectModeBinder.cs"/>
<Compile Include="Binder\ImplicitlyTypedFieldBinder.cs"/>
<Compile Include="Binder\ImportChain.cs"/>
<Compile Include="Binder\Imports.cs"/>
<Compile Include="Binder\InContainerBinder.cs"/>
<Compile Include="Binder\InMethodBinder.cs"/>
<Compile Include="Binder\InSubmissionClassBinder.cs"/>
<Compile Include="Binder\LocalBinderFactory.cs"/>
<Compile Include="Binder\LocalInProgressBinder.cs"/>
<Compile Include="Binder\LocalScopeBinder.cs"/>
<Compile Include="Binder\LockBinder.cs"/>
<Compile Include="Binder\LockOrUsingBinder.cs"/>
<Compile Include="Binder\LookupOptions.cs"/>
<Compile Include="Binder\LookupResult.cs"/>
<Compile Include="Binder\LookupResultKind.cs"/>
<Compile Include="Binder\LookupSymbolsInfo.cs"/>
<Compile Include="Binder\LoopBinderContext.cs"/>
<Compile Include="Binder\MethodArgumentInfo.cs"/>
<Compile Include="Binder\MethodGroupResolution.cs"/>
<Compile Include="Binder\NameofBinder.cs"/>
<Compile Include="Binder\NamespaceOrTypeAndUsingDirective.cs"/>
<Compile Include="Binder\OpenTypeVisitor.cs"/>
<Compile Include="Binder\ParamsCollectionTypeInProgressBinder.cs"/>
<Compile Include="Binder\PatternExplainer.cs"/>
<Compile Include="Binder\PatternMethodLookupResult.cs"/>
<Compile Include="Binder\RefSafetyAnalysis.cs"/>
<Compile Include="Binder\SafeContext.cs"/>
<Compile Include="Binder\ScriptLocalScopeBinder.cs"/>
<Compile Include="Binder\Semantics\AccessCheck.cs"/>
<Compile Include="Binder\Semantics\BestTypeInferrer.cs"/>
<Compile Include="Binder\Semantics\Conversions\BestIndex.cs"/>
<Compile Include="Binder\Semantics\Conversions\CollectionExpressionTypeKind.cs"/>
<Compile Include="Binder\Semantics\Conversions\Conversion.cs"/>
<Compile Include="Binder\Semantics\Conversions\ConversionEasyOut.cs"/>
<Compile Include="Binder\Semantics\Conversions\ConversionKind.cs"/>
<Compile Include="Binder\Semantics\Conversions\ConversionKindExtensions.cs"/>
<Compile Include="Binder\Semantics\Conversions\Conversions.cs"/>
<Compile Include="Binder\Semantics\Conversions\ConversionsBase.cs"/>
<Compile Include="Binder\Semantics\Conversions\LambdaConversionResult.cs"/>
<Compile Include="Binder\Semantics\Conversions\TypeConversions.cs"/>
<Compile Include="Binder\Semantics\Conversions\UserDefinedConversionAnalysis.cs"/>
<Compile Include="Binder\Semantics\Conversions\UserDefinedConversionResult.cs"/>
<Compile Include="Binder\Semantics\Conversions\UserDefinedConversions.cs"/>
<Compile Include="Binder\Semantics\Conversions\UserDefinedExplicitConversions.cs"/>
<Compile Include="Binder\Semantics\Conversions\UserDefinedImplicitConversions.cs"/>
<Compile Include="Binder\Semantics\Operators\BinaryOperatorAnalysisResult.cs"/>
<Compile Include="Binder\Semantics\Operators\BinaryOperatorEasyOut.cs"/>
<Compile Include="Binder\Semantics\Operators\BinaryOperatorOverloadResolution.cs"/>
<Compile Include="Binder\Semantics\Operators\BinaryOperatorOverloadResolutionResult.cs"/>
<Compile Include="Binder\Semantics\Operators\BinaryOperatorSignature.cs"/>
<Compile Include="Binder\Semantics\Operators\OperatorAnalysisResultKind.cs"/>
<Compile Include="Binder\Semantics\Operators\OperatorFacts.cs"/>
<Compile Include="Binder\Semantics\Operators\OperatorKind.cs"/>
<Compile Include="Binder\Semantics\Operators\OperatorKindExtensions.cs"/>
<Compile Include="Binder\Semantics\Operators\UnaryOperatorAnalysisResult.cs"/>
<Compile Include="Binder\Semantics\Operators\UnaryOperatorEasyOut.cs"/>
<Compile Include="Binder\Semantics\Operators\UnaryOperatorOverloadResolution.cs"/>
<Compile Include="Binder\Semantics\Operators\UnaryOperatorOverloadResolutionResult.cs"/>
<Compile Include="Binder\Semantics\Operators\UnaryOperatorSignature.cs"/>
<Compile Include="Binder\Semantics\OverloadResolution\AnalyzedArguments.cs"/>
<Compile Include="Binder\Semantics\OverloadResolution\ArgumentAnalysisResult.cs"/>
<Compile Include="Binder\Semantics\OverloadResolution\ArgumentAnalysisResultKind.cs"/>
<Compile Include="Binder\Semantics\OverloadResolution\CallingConventionInfo.cs"/>
<Compile Include="Binder\Semantics\OverloadResolution\IMemberResolutionResultWithPriority.cs"/>
<Compile Include="Binder\Semantics\OverloadResolution\MemberAnalysisResult.cs"/>
<Compile Include="Binder\Semantics\OverloadResolution\MemberResolutionKind.cs"/>
<Compile Include="Binder\Semantics\OverloadResolution\MemberResolutionResult.cs"/>
<Compile Include="Binder\Semantics\OverloadResolution\MethodGroup.cs"/>
<Compile Include="Binder\Semantics\OverloadResolution\MethodTypeInference.cs"/>
<Compile Include="Binder\Semantics\OverloadResolution\OverloadResolution.cs"/>
<Compile Include="Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs"/>
<Compile Include="Binder\Semantics\OverloadResolution\OverloadResolution_ArgsToParameters.cs"/>
<Compile Include="Binder\Semantics\SemanticFacts.cs"/>
<Compile Include="Binder\SimpleLocalScopeBinder.cs"/>
<Compile Include="Binder\SimpleProgramBinder.cs"/>
<Compile Include="Binder\SimpleProgramUnitBinder.cs"/>
<Compile Include="Binder\SingleLookupResult.cs"/>
<Compile Include="Binder\SwitchBinder.cs"/>
<Compile Include="Binder\SwitchBinder_Patterns.cs"/>
<Compile Include="Binder\SwitchExpressionArmBinder.cs"/>
<Compile Include="Binder\SwitchExpressionBinder.cs"/>
<Compile Include="Binder\TypeofBinder.cs"/>
<Compile Include="Binder\UsingStatementBinder.cs"/>
<Compile Include="Binder\WhileBinder.cs"/>
<Compile Include="Binder\WithClassTypeParametersBinder.cs"/>
<Compile Include="Binder\WithCrefTypeParametersBinder.cs"/>
<Compile Include="Binder\WithExtensionParameterBinder.cs"/>
<Compile Include="Binder\WithExternAliasesBinder.cs"/>
<Compile Include="Binder\WithExternAndUsingAliasesBinder.cs"/>
<Compile Include="Binder\WithLambdaParametersBinder.cs"/>
<Compile Include="Binder\WithMethodTypeParametersBinder.cs"/>
<Compile Include="Binder\WithNullableContextBinder.cs"/>
<Compile Include="Binder\WithParametersBinder.cs"/>
<Compile Include="Binder\WithPrimaryConstructorParametersBinder.cs"/>
<Compile Include="Binder\WithTypeParametersBinder.cs"/>
<Compile Include="Binder\WithUsingNamespacesAndTypesBinder.cs"/>
<Compile Include="BoundTree\BoundArrayCreation.cs"/>
<Compile Include="BoundTree\BoundArrayInitialization.cs"/>
<Compile Include="BoundTree\BoundAwaitExpressionDebugInfo.cs"/>
<Compile Include="BoundTree\BoundBinaryOperator.UncommonData.cs"/>
<Compile Include="BoundTree\BoundBinaryPattern.cs"/>
<Compile Include="BoundTree\BoundCollectionExpression.cs"/>
<Compile Include="BoundTree\BoundConstantPattern.cs"/>
<Compile Include="BoundTree\BoundDagEvaluation.cs"/>
<Compile Include="BoundTree\BoundDagRelationalTest.cs"/>
<Compile Include="BoundTree\BoundDagTemp.cs"/>
<Compile Include="BoundTree\BoundDagTest.cs"/>
<Compile Include="BoundTree\BoundDecisionDag.cs"/>
<Compile Include="BoundTree\BoundDecisionDagNode.cs"/>
<Compile Include="BoundTree\BoundDeclarationPattern.cs"/>
<Compile Include="BoundTree\BoundDiscardExpression.cs"/>
<Compile Include="BoundTree\BoundDiscardPattern.cs"/>
<Compile Include="BoundTree\BoundDynamicObjectCreationExpression.cs"/>
<Compile Include="BoundTree\BoundExpression.cs"/>
<Compile Include="BoundTree\BoundExpressionExtensions.cs"/>
<Compile Include="BoundTree\BoundExpressionWithNullability.cs"/>
<Compile Include="BoundTree\BoundFunctionPointerInvocation.cs"/>
<Compile Include="BoundTree\BoundImplicitIndexerAccess.cs"/>
<Compile Include="BoundTree\BoundInlineArrayAccess.cs"/>
<Compile Include="BoundTree\BoundInterpolatedString.cs"/>
<Compile Include="BoundTree\BoundInterpolatedStringArgumentPlaceholder.cs"/>
<Compile Include="BoundTree\BoundIsPatternExpression.cs"/>
<Compile Include="BoundTree\BoundITuplePattern.cs"/>
<Compile Include="BoundTree\BoundListPattern.cs"/>
<Compile Include="BoundTree\BoundLocalDeclarationKind.cs"/>
<Compile Include="BoundTree\BoundLocalFunctionStatement.cs"/>
<Compile Include="BoundTree\BoundMethodGroup.cs"/>
<Compile Include="BoundTree\BoundMethodGroupFlags.cs"/>
<Compile Include="BoundTree\BoundNegatedPattern.cs"/>
<Compile Include="BoundTree\BoundNewT.cs"/>
<Compile Include="BoundTree\BoundNode.cs"/>
<Compile Include="BoundTree\BoundNodeExtensions.cs"/>
<Compile Include="BoundTree\BoundNode_Source.cs"/>
<Compile Include="BoundTree\BoundNoPiaObjectCreationExpression.cs"/>
<Compile Include="BoundTree\BoundNullCoalescingAssignmentOperator.cs"/>
<Compile Include="BoundTree\BoundNullCoalescingOperatorResultKind.cs"/>
<Compile Include="BoundTree\BoundObjectCreationExpression.cs"/>
<Compile Include="BoundTree\BoundObjectCreationExpressionBase.cs"/>
<Compile Include="BoundTree\BoundPattern.cs"/>
<Compile Include="BoundTree\BoundPatternBinding.cs"/>
<Compile Include="BoundTree\BoundRecursivePattern.cs"/>
<Compile Include="BoundTree\BoundRelationalPattern.cs"/>
<Compile Include="BoundTree\BoundSequencePoint.cs"/>
<Compile Include="BoundTree\BoundSlicePattern.cs"/>
<Compile Include="BoundTree\BoundSpillSequence.cs"/>
<Compile Include="BoundTree\BoundStatementExtensions.cs"/>
<Compile Include="BoundTree\BoundSwitchExpression.cs"/>
<Compile Include="BoundTree\BoundSwitchStatement.cs"/>
<Compile Include="BoundTree\BoundTreeRewriter.cs"/>
<Compile Include="BoundTree\BoundTreeVisitors.cs"/>
<Compile Include="BoundTree\BoundTreeWalker.cs"/>
<Compile Include="BoundTree\BoundTypePattern.cs"/>
<Compile Include="BoundTree\Constructors.cs"/>
<Compile Include="BoundTree\ConversionGroup.cs"/>
<Compile Include="BoundTree\Expression.cs"/>
<Compile Include="BoundTree\Formatting.cs"/>
<Compile Include="BoundTree\IBoundInvalidNode.cs"/>
<Compile Include="BoundTree\InterpolatedStringHandlerData.cs"/>
<Compile Include="BoundTree\LengthBasedStringSwitchData.cs"/>
<Compile Include="BoundTree\NoOpStatementFlavor.cs"/>
<Compile Include="BoundTree\NullabilityRewriter.cs"/>
<Compile Include="BoundTree\OutDeconstructVarPendingInference.cs"/>
<Compile Include="BoundTree\PseudoVariableExpressions.cs"/>
<Compile Include="BoundTree\Statement.cs"/>
<Compile Include="BoundTree\TupleBinaryOperatorInfo.cs"/>
<Compile Include="BoundTree\UnboundLambda.cs"/>
<Compile Include="BoundTree\VariablePendingInference.cs"/>
<Compile Include="CodeGen\CodeGenerator.cs"/>
<Compile Include="CodeGen\CodeGenerator_HasHome.cs"/>
<Compile Include="CodeGen\EmitAddress.cs"/>
<Compile Include="CodeGen\EmitArrayInitializer.cs"/>
<Compile Include="CodeGen\EmitConversion.cs"/>
<Compile Include="CodeGen\EmitExpression.cs"/>
<Compile Include="CodeGen\EmitOperators.cs"/>
<Compile Include="CodeGen\EmitStackAllocInitializer.cs"/>
<Compile Include="CodeGen\EmitStatement.cs"/>
<Compile Include="CodeGen\Optimizer.cs"/>
<Compile Include="CommandLine\CommandLineDiagnosticFormatter.cs"/>
<Compile Include="CommandLine\CSharpCommandLineArguments.cs"/>
<Compile Include="CommandLine\CSharpCommandLineParser.cs"/>
<Compile Include="CommandLine\CSharpCompiler.cs"/>
<Compile Include="Compilation\AttributeSemanticModel.cs"/>
<Compile Include="Compilation\AwaitExpressionInfo.cs"/>
<Compile Include="Compilation\BuiltInOperators.cs"/>
<Compile Include="Compilation\CSharpCompilation.cs"/>
<Compile Include="Compilation\CSharpCompilation.UsingsFromOptionsAndDiagnostics.cs"/>
<Compile Include="Compilation\CSharpCompilationExtensions.cs"/>
<Compile Include="Compilation\CSharpCompilationReference.cs"/>
<Compile Include="Compilation\CSharpCompilerDiagnosticAnalyzer.cs"/>
<Compile Include="Compilation\CSharpDeterministicKeyBuilder.cs"/>
<Compile Include="Compilation\CSharpDiagnosticFilter.cs"/>
<Compile Include="Compilation\CSharpScriptCompilationInfo.cs"/>
<Compile Include="Compilation\CSharpSemanticModel.cs"/>
<Compile Include="Compilation\DeconstructionInfo.cs"/>
<Compile Include="Compilation\ForEachStatementInfo.cs"/>
<Compile Include="Compilation\InitializerSemanticModel.cs"/>
<Compile Include="Compilation\LexicalOrderSymbolComparer.cs"/>
<Compile Include="Compilation\MemberSemanticModel.cs"/>
<Compile Include="Compilation\MemberSemanticModel.NodeMapBuilder.cs"/>
<Compile Include="Compilation\MemberSemanticModel.SpeculativeMemberSemanticModel.cs"/>
<Compile Include="Compilation\MethodBodySemanticModel.cs"/>
<Compile Include="Compilation\PublicSemanticModel.cs"/>
<Compile Include="Compilation\QueryClauseInfo.cs"/>
<Compile Include="Compilation\SpeculativeSemanticModelWithMemberModel.cs"/>
<Compile Include="Compilation\SpeculativeSyntaxTreeSemanticModel.cs"/>
<Compile Include="Compilation\SymbolInfoFactory.cs"/>
<Compile Include="Compilation\SyntaxAndDeclarationManager.cs"/>
<Compile Include="Compilation\SyntaxAndDeclarationManager.LazyState.cs"/>
<Compile Include="Compilation\SyntaxTreeSemanticModel.cs"/>
<Compile Include="Compilation\SyntaxTreeSemanticModel_RegionAnalysisContext.cs"/>
<Compile Include="Compilation\TypeInfo.cs"/>
<Compile Include="Compiler\AnonymousTypeMethodBodySynthesizer.cs"/>
<Compile Include="Compiler\ClsComplianceChecker.cs"/>
<Compile Include="Compiler\DocumentationCommentCompiler.cs"/>
<Compile Include="Compiler\DocumentationCommentCompiler.DocumentationCommentWalker.cs"/>
<Compile Include="Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs"/>
<Compile Include="Compiler\MethodBodySynthesizer.cs"/>
<Compile Include="Compiler\MethodBodySynthesizer.Lowered.cs"/>
<Compile Include="Compiler\MethodCompiler.cs"/>
<Compile Include="Compiler\ModuleCompilationState.cs"/>
<Compile Include="Compiler\SynthesizedMetadataCompiler.cs"/>
<Compile Include="Compiler\TypeCompilationState.cs"/>
<Compile Include="Compiler\UnprocessedDocumentationCommentFinder.cs"/>
<Compile Include="CSharpCompilationOptions.cs"/>
<Compile Include="CSharpExtensions.cs"/>
<Compile Include="CSharpFileSystemExtensions.cs"/>
<Compile Include="CSharpParseOptions.cs"/>
<Compile Include="Declarations\Declaration.cs"/>
<Compile Include="Declarations\DeclarationKind.cs"/>
<Compile Include="Declarations\DeclarationModifiers.cs"/>
<Compile Include="Declarations\DeclarationTable.Cache.cs"/>
<Compile Include="Declarations\DeclarationTable.cs"/>
<Compile Include="Declarations\DeclarationTreeBuilder.cs"/>
<Compile Include="Declarations\MergedNamespaceDeclaration.cs"/>
<Compile Include="Declarations\MergedNamespaceOrTypeDeclaration.cs"/>
<Compile Include="Declarations\MergedTypeDeclaration.cs"/>
<Compile Include="Declarations\RootSingleNamespaceDeclaration.cs"/>
<Compile Include="Declarations\SingleNamespaceDeclaration.cs"/>
<Compile Include="Declarations\SingleNamespaceDeclarationEx.cs"/>
<Compile Include="Declarations\SingleNamespaceOrTypeDeclaration.cs"/>
<Compile Include="Declarations\SingleTypeDeclaration.cs"/>
<Compile Include="DocumentationComments\DocumentationCommentIDVisitor.cs"/>
<Compile Include="DocumentationComments\DocumentationCommentIDVisitor.PartVisitor.cs"/>
<Compile Include="DocumentationComments\PEDocumentationCommentUtils.cs"/>
<Compile Include="DocumentationComments\SourceDocumentationCommentUtils.cs"/>
<Compile Include="Emitter\EditAndContinue\CSharpDefinitionMap.cs"/>
<Compile Include="Emitter\EditAndContinue\CSharpLambdaSyntaxFacts.cs"/>
<Compile Include="Emitter\EditAndContinue\CSharpSymbolChanges.cs"/>
<Compile Include="Emitter\EditAndContinue\CSharpSymbolMatcher.cs"/>
<Compile Include="Emitter\EditAndContinue\EmitHelpers.cs"/>
<Compile Include="Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs"/>
<Compile Include="Emitter\Model\ArrayTypeSymbolAdapter.cs"/>
<Compile Include="Emitter\Model\AssemblyReference.cs"/>
<Compile Include="Emitter\Model\AttributeDataAdapter.cs"/>
<Compile Include="Emitter\Model\CustomModifierAdapter.cs"/>
<Compile Include="Emitter\Model\EventSymbolAdapter.cs"/>
<Compile Include="Emitter\Model\ExpandedVarargsMethodReference.cs"/>
<Compile Include="Emitter\Model\FieldSymbolAdapter.cs"/>
<Compile Include="Emitter\Model\FunctionPointerTypeSymbolAdapter.cs"/>
<Compile Include="Emitter\Model\GenericMethodInstanceReference.cs"/>
<Compile Include="Emitter\Model\GenericNamespaceTypeInstanceReference.cs"/>
<Compile Include="Emitter\Model\GenericNestedTypeInstanceReference.cs"/>
<Compile Include="Emitter\Model\GenericTypeInstanceReference.cs"/>
<Compile Include="Emitter\Model\MethodReference.cs"/>
<Compile Include="Emitter\Model\MethodSymbolAdapter.cs"/>
<Compile Include="Emitter\Model\ModuleReference.cs"/>
<Compile Include="Emitter\Model\MostCommonNullableValueBuilder.cs"/>
<Compile Include="Emitter\Model\NamedTypeReference.cs"/>
<Compile Include="Emitter\Model\NamedTypeSymbolAdapter.cs"/>
<Compile Include="Emitter\Model\NamespaceSymbolAdapter.cs"/>
<Compile Include="Emitter\Model\ParameterSymbolAdapter.cs"/>
<Compile Include="Emitter\Model\ParameterTypeInformation.cs"/>
<Compile Include="Emitter\Model\PEAssemblyBuilder.cs"/>
<Compile Include="Emitter\Model\PEModuleBuilder.cs"/>
<Compile Include="Emitter\Model\PENetModuleBuilder.cs"/>
<Compile Include="Emitter\Model\PointerTypeSymbolAdapter.cs"/>
<Compile Include="Emitter\Model\PropertySymbolAdapter.cs"/>
<Compile Include="Emitter\Model\SourceAssemblySymbolAdapter.cs"/>
<Compile Include="Emitter\Model\SpecializedFieldReference.cs"/>
<Compile Include="Emitter\Model\SpecializedGenericMethodInstanceReference.cs"/>
<Compile Include="Emitter\Model\SpecializedGenericNestedTypeInstanceReference.cs"/>
<Compile Include="Emitter\Model\SpecializedMethodReference.cs"/>
<Compile Include="Emitter\Model\SpecializedNestedTypeReference.cs"/>
<Compile Include="Emitter\Model\SymbolAdapter.cs"/>
<Compile Include="Emitter\Model\SynthesizedPrivateImplementationDetailsStaticConstructor.cs"/>
<Compile Include="Emitter\Model\TypeMemberReference.cs"/>
<Compile Include="Emitter\Model\TypeParameterSymbolAdapter.cs"/>
<Compile Include="Emitter\NoPia\EmbeddedEvent.cs"/>
<Compile Include="Emitter\NoPia\EmbeddedField.cs"/>
<Compile Include="Emitter\NoPia\EmbeddedMethod.cs"/>
<Compile Include="Emitter\NoPia\EmbeddedParameter.cs"/>
<Compile Include="Emitter\NoPia\EmbeddedProperty.cs"/>
<Compile Include="Emitter\NoPia\EmbeddedType.cs"/>
<Compile Include="Emitter\NoPia\EmbeddedTypeParameter.cs"/>
<Compile Include="Emitter\NoPia\EmbeddedTypesManager.cs"/>
<Compile Include="Errors\CSDiagnostic.cs"/>
<Compile Include="Errors\CSDiagnosticInfo.cs"/>
<Compile Include="Errors\CSharpDiagnosticFormatter.cs"/>
<Compile Include="Errors\DiagnosticBagExtensions.cs"/>
<Compile Include="Errors\DiagnosticInfoWithSymbols.cs"/>
<Compile Include="Errors\ErrorCode.cs"/>
<Compile Include="Errors\ErrorFacts.cs"/>
<Compile Include="Errors\LazyArrayElementCantBeRefAnyDiagnosticInfo.cs"/>
<Compile Include="Errors\LazyDiagnosticInfo.cs"/>
<Compile Include="Errors\LazyMissingNonNullTypesContextDiagnosticInfo.cs"/>
<Compile Include="Errors\LazyObsoleteDiagnosticInfo.cs"/>
<Compile Include="Errors\LazyUnmanagedCallersOnlyMethodCalledDiagnosticInfo.cs"/>
<Compile Include="Errors\LazyUseSiteDiagnosticsInfoForNullableType.cs"/>
<Compile Include="Errors\MessageID.cs"/>
<Compile Include="Errors\MessageProvider.cs"/>
<Compile Include="Errors\SameDiagnosticComparer.cs"/>
<Compile Include="Errors\SyntaxDiagnosticInfo.cs"/>
<Compile Include="Errors\XmlParseErrorCode.cs"/>
<Compile Include="Errors\XmlSyntaxDiagnosticInfo.cs"/>
<Compile Include="FlowAnalysis\AbstractFlowPass.cs"/>
<Compile Include="FlowAnalysis\AbstractFlowPass.ILocalState.cs"/>
<Compile Include="FlowAnalysis\AbstractFlowPass.PendingBranchesCollection.cs"/>
<Compile Include="FlowAnalysis\AbstractFlowPass_LocalFunctions.cs"/>
<Compile Include="FlowAnalysis\AbstractFlowPass_Switch.cs"/>
<Compile Include="FlowAnalysis\AbstractRegionControlFlowPass.cs"/>
<Compile Include="FlowAnalysis\AbstractRegionDataFlowPass.cs"/>
<Compile Include="FlowAnalysis\AlwaysAssignedWalker.cs"/>
<Compile Include="FlowAnalysis\ControlFlowAnalysis.cs"/>
<Compile Include="FlowAnalysis\ControlFlowPass.cs"/>
<Compile Include="FlowAnalysis\CSharpDataFlowAnalysis.cs"/>
<Compile Include="FlowAnalysis\DataFlowsInWalker.cs"/>
<Compile Include="FlowAnalysis\DataFlowsOutWalker.cs"/>
<Compile Include="FlowAnalysis\DefiniteAssignment.cs"/>
<Compile Include="FlowAnalysis\DefiniteAssignment.LocalFunctions.cs"/>
<Compile Include="FlowAnalysis\DefiniteAssignment.VariableIdentifier.cs"/>
<Compile Include="FlowAnalysis\DefinitelyAssignedWalker.cs"/>
<Compile Include="FlowAnalysis\EmptyStructTypeCache.cs"/>
<Compile Include="FlowAnalysis\EntryPointsWalker.cs"/>
<Compile Include="FlowAnalysis\ExitPointsWalker.cs"/>
<Compile Include="FlowAnalysis\FlowAnalysisPass.cs"/>
<Compile Include="FlowAnalysis\LocalDataFlowPass.cs"/>
<Compile Include="FlowAnalysis\NullableWalker.cs"/>
<Compile Include="FlowAnalysis\NullableWalker.DebugVerifier.cs"/>
<Compile Include="FlowAnalysis\NullableWalker.PlaceholderLocal.cs"/>
<Compile Include="FlowAnalysis\NullableWalker.SnapshotManager.cs"/>
<Compile Include="FlowAnalysis\NullableWalker.Variables.cs"/>
<Compile Include="FlowAnalysis\NullableWalker_Patterns.cs"/>
<Compile Include="FlowAnalysis\ReadWriteWalker.cs"/>
<Compile Include="FlowAnalysis\RegionAnalysisContext.cs"/>
<Compile Include="FlowAnalysis\RegionReachableWalker.cs"/>
<Compile Include="FlowAnalysis\UnassignedAddressTakenVariablesWalker.cs"/>
<Compile Include="FlowAnalysis\UnassignedVariablesWalker.cs"/>
<Compile Include="FlowAnalysis\VariablesDeclaredWalker.cs"/>
<Compile Include="Generated\BoundNodes.xml.Generated.cs"/>
<Compile Include="Generated\ErrorFacts.Generated.cs"/>
<Compile Include="GlobalSuppressions.cs"/>
<Compile Include="LanguageVersion.cs"/>
<Compile Include="Lowering\AsyncRewriter\AsyncConstructor.cs"/>
<Compile Include="Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs"/>
<Compile Include="Lowering\AsyncRewriter\AsyncIteratorInfo.cs"/>
<Compile Include="Lowering\AsyncRewriter\AsyncIteratorMethodToStateMachineRewriter.cs"/>
<Compile Include="Lowering\AsyncRewriter\AsyncMethodBuilderMemberCollection.cs"/>
<Compile Include="Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs"/>
<Compile Include="Lowering\AsyncRewriter\AsyncRewriter.AsyncIteratorRewriter.cs"/>
<Compile Include="Lowering\AsyncRewriter\AsyncRewriter.cs"/>
<Compile Include="Lowering\AsyncRewriter\AsyncStateMachine.cs"/>
<Compile Include="Lowering\BoundTreeToDifferentEnclosingContextRewriter.cs"/>
<Compile Include="Lowering\ClosureConversion\ClosureConversion.Analysis.cs"/>
<Compile Include="Lowering\ClosureConversion\ClosureConversion.Analysis.Tree.cs"/>
<Compile Include="Lowering\ClosureConversion\ClosureConversion.cs"/>
<Compile Include="Lowering\ClosureConversion\ClosureKind.cs"/>
<Compile Include="Lowering\ClosureConversion\ExpressionLambdaRewriter.cs"/>
<Compile Include="Lowering\ClosureConversion\LambdaCapturedVariable.cs"/>
<Compile Include="Lowering\ClosureConversion\SynthesizedClosureEnvironment.cs"/>
<Compile Include="Lowering\ClosureConversion\SynthesizedClosureEnvironmentConstructor.cs"/>
<Compile Include="Lowering\ClosureConversion\SynthesizedClosureMethod.cs"/>
<Compile Include="Lowering\DiagnosticsPass_ExpressionTrees.cs"/>
<Compile Include="Lowering\DiagnosticsPass_Warnings.cs"/>
<Compile Include="Lowering\ExtensionMethodBodyRewriter.cs"/>
<Compile Include="Lowering\ExtensionMethodReferenceRewriter.cs"/>
<Compile Include="Lowering\Extensions.cs"/>
<Compile Include="Lowering\InitializerRewriter.cs"/>
<Compile Include="Lowering\Instrumentation\CodeCoverageInstrumenter.cs"/>
<Compile Include="Lowering\Instrumentation\CompoundInstrumenter.cs"/>
<Compile Include="Lowering\Instrumentation\DebugInfoInjector.cs"/>
<Compile Include="Lowering\Instrumentation\DebugInfoInjector_SequencePoints.cs"/>
<Compile Include="Lowering\Instrumentation\InstrumentationState.cs"/>
<Compile Include="Lowering\Instrumentation\Instrumenter.cs"/>
<Compile Include="Lowering\Instrumentation\LocalStateTracingInstrumenter.cs"/>
<Compile Include="Lowering\Instrumentation\ModuleCancellationInstrumenter.cs"/>
<Compile Include="Lowering\Instrumentation\StackOverflowProbingInstrumenter.cs"/>
<Compile Include="Lowering\IteratorRewriter\IteratorConstructor.cs"/>
<Compile Include="Lowering\IteratorRewriter\IteratorFinallyMethodSymbol.cs"/>
<Compile Include="Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs"/>
<Compile Include="Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.IteratorFinallyFrame.cs"/>
<Compile Include="Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.YieldsInTryAnalysis.cs"/>
<Compile Include="Lowering\IteratorRewriter\IteratorRewriter.cs"/>
<Compile Include="Lowering\IteratorRewriter\IteratorStateMachine.cs"/>
<Compile Include="Lowering\LocalRewriter\DelegateCacheContainer.cs"/>
<Compile Include="Lowering\LocalRewriter\DelegateCacheRewriter.cs"/>
<Compile Include="Lowering\LocalRewriter\DynamicSiteContainer.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.ValueDispatchNode.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter.PlaceholderReplacer.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_AnonymousObjectCreation.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_AsOperator.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_Await.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_BasePatternSwitchLocalRewriter.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_Block.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_BreakStatement.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_Call.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_CompoundAssignmentOperator.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_ConditionalAccess.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_ConditionalOperator.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_ContinueStatement.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_Conversion.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_DeconstructionAssignmentOperator.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_DelegateCreationExpression.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_DoStatement.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_Event.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_ExpressionStatement.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_Field.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_FixedStatement.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_ForStatement.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_FunctionPointerInvocation.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_GotoStatement.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_HostObjectMemberReference.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_IfStatement.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_Index.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_IndexerAccess.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_IsOperator.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_IsPatternOperator.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_LabeledStatement.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_Literal.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_LocalDeclaration.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_LockStatement.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_MultipleLocalDeclarations.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_NullCoalescingAssignmentOperator.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_NullCoalescingOperator.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_ObjectCreationExpression.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_ObjectOrCollectionInitializerExpression.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_PatternSwitchStatement.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_PointerElementAccess.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_PreviousSubmissionReference.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_PropertyAccess.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_Query.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_Range.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_ReturnStatement.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_StackAlloc.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_StringConcat.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_StringInterpolation.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_SwitchExpression.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_ThrowStatement.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_TryStatement.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_TupleBinaryOperator.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_TupleCreationExpression.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_UsingStatement.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_WhileStatement.cs"/>
<Compile Include="Lowering\LocalRewriter\LocalRewriter_Yield.cs"/>
<Compile Include="Lowering\LocalRewriter\LoweredDynamicOperation.cs"/>
<Compile Include="Lowering\LocalRewriter\LoweredDynamicOperationFactory.cs"/>
<Compile Include="Lowering\MethodToClassRewriter.cs"/>
<Compile Include="Lowering\SpillSequenceSpiller.cs"/>
<Compile Include="Lowering\StateMachineRewriter\CapturedSymbol.cs"/>
<Compile Include="Lowering\StateMachineRewriter\IteratorAndAsyncCaptureWalker.cs"/>
<Compile Include="Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs"/>
<Compile Include="Lowering\StateMachineRewriter\ResumableStateMachineStateAllocator.cs"/>
<Compile Include="Lowering\StateMachineRewriter\StateMachineFieldSymbol.cs"/>
<Compile Include="Lowering\StateMachineRewriter\StateMachineRewriter.cs"/>
<Compile Include="Lowering\StateMachineRewriter\StateMachineTypeSymbol.cs"/>
<Compile Include="Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.cs"/>
<Compile Include="Lowering\StateMachineRewriter\SynthesizedStateMachineProperty.cs"/>
<Compile Include="Lowering\SynthesizedMethodBaseSymbol.cs"/>
<Compile Include="Lowering\SynthesizedSubmissionFields.cs"/>
<Compile Include="Lowering\SyntheticBoundNodeFactory.cs"/>
<Compile Include="Lowering\UnmatchedGotoFinder.cs"/>
<Compile Include="Operations\CSharpOperationFactory.cs"/>
<Compile Include="Operations\CSharpOperationFactory_Methods.cs"/>
<Compile Include="Operations\IBoundNodeWithIOperationChildren.cs"/>
<Compile Include="Parser\AbstractLexer.cs"/>
<Compile Include="Parser\BlendedNode.cs"/>
<Compile Include="Parser\Blender.cs"/>
<Compile Include="Parser\Blender.Cursor.cs"/>
<Compile Include="Parser\Blender.Reader.cs"/>
<Compile Include="Parser\CharacterInfo.cs"/>
<Compile Include="Parser\DirectiveParser.cs"/>
<Compile Include="Parser\Directives.cs"/>
<Compile Include="Parser\DocumentationCommentParser.cs"/>
<Compile Include="Parser\DocumentationCommentXmlTokens.cs"/>
<Compile Include="Parser\LanguageParser.cs"/>
<Compile Include="Parser\LanguageParser_InterpolatedString.cs"/>
<Compile Include="Parser\LanguageParser_Patterns.cs"/>
<Compile Include="Parser\Lexer.cs"/>
<Compile Include="Parser\Lexer.Interpolation.cs"/>
<Compile Include="Parser\LexerCache.cs"/>
<Compile Include="Parser\Lexer_RawStringLiteral.cs"/>
<Compile Include="Parser\Lexer_StringLiteral.cs"/>
<Compile Include="Parser\QuickScanner.cs"/>
<Compile Include="Parser\SlidingTextWindow.cs"/>
<Compile Include="Parser\SyntaxFactoryContext.cs"/>
<Compile Include="Parser\SyntaxParser.cs"/>
<Compile Include="Parser\SyntaxParser.ResetPoint.cs"/>
<Compile Include="SourceGeneration\CSharpGeneratorDriver.cs"/>
<Compile Include="SourceGeneration\CSharpSyntaxHelper.cs"/>
<Compile Include="SymbolDisplay\ObjectDisplay.cs"/>
<Compile Include="SymbolDisplay\SymbolDisplay.cs"/>
<Compile Include="SymbolDisplay\SymbolDisplayVisitor.cs"/>
<Compile Include="SymbolDisplay\SymbolDisplayVisitor.Members.cs"/>
<Compile Include="SymbolDisplay\SymbolDisplayVisitor.Types.cs"/>
<Compile Include="SymbolDisplay\SymbolDisplayVisitor_Constants.cs"/>
<Compile Include="SymbolDisplay\SymbolDisplayVisitor_Minimal.cs"/>
<Compile Include="Symbols\AbstractTypeMap.cs"/>
<Compile Include="Symbols\AbstractTypeParameterMap.cs"/>
<Compile Include="Symbols\AccessibilityExtensions.cs"/>
<Compile Include="Symbols\AliasSymbol.cs"/>
<Compile Include="Symbols\AnonymousTypes\AnonymousTypeDescriptor.cs"/>
<Compile Include="Symbols\AnonymousTypes\AnonymousTypeField.cs"/>
<Compile Include="Symbols\AnonymousTypes\AnonymousTypeManager.cs"/>
<Compile Include="Symbols\AnonymousTypes\AnonymousTypeManager.SymbolCollection.cs"/>
<Compile Include="Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs"/>
<Compile Include="Symbols\AnonymousTypes\PublicSymbols\AnonymousManager.TypeOrDelegatePublicSymbol.cs"/>
<Compile Include="Symbols\AnonymousTypes\PublicSymbols\AnonymousType.DelegatePublicSymbol.cs"/>
<Compile Include="Symbols\AnonymousTypes\PublicSymbols\AnonymousType.TypePublicSymbol.cs"/>
<Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.ConstructorSymbol.cs"/>
<Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.DelegateTemplateSymbol.cs"/>
<Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.EqualsMethodSymbol.cs"/>
<Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.FieldSymbol.cs"/>
<Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.GetHashCodeMethodSymbol.cs"/>
<Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.PropertyAccessorSymbol.cs"/>
<Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.PropertySymbol.cs"/>
<Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.SynthesizedMethodBase.cs"/>
<Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TemplateSymbol.cs"/>
<Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.ToStringMethodSymbol.cs"/>
<Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TypeOrDelegateTemplateSymbol.cs"/>
<Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TypeParameterSymbol.cs"/>
<Compile Include="Symbols\ArrayTypeSymbol.cs"/>
<Compile Include="Symbols\AssemblySymbol.cs"/>
<Compile Include="Symbols\Attributes\AttributeData.cs"/>
<Compile Include="Symbols\Attributes\PEAttributeData.cs"/>
<Compile Include="Symbols\Attributes\RetargetingAttributeData.cs"/>
<Compile Include="Symbols\Attributes\SourceAttributeData.cs"/>
<Compile Include="Symbols\Attributes\WellKnownAttributeData\FieldWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\WellKnownAttributeData\MethodEarlyWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\WellKnownAttributeData\MethodWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\WellKnownAttributeData\ModuleWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\WellKnownAttributeData\ParameterEarlyWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\WellKnownAttributeData\ParameterWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\WellKnownAttributeData\PropertyEarlyWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\WellKnownAttributeData\PropertyWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\WellKnownAttributeData\ReturnTypeWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\WellKnownAttributeData\TypeWellKnownAttributeData.cs"/>
<Compile Include="Symbols\Attributes\WellKnownAttributeData\TypeWellKnownEarlyAttributeData.cs"/>
<Compile Include="Symbols\BaseTypeAnalysis.cs"/>
<Compile Include="Symbols\Compilation_UsedAssemblies.cs"/>
<Compile Include="Symbols\Compilation_WellKnownMembers.cs"/>
<Compile Include="Symbols\CompletionPart.cs"/>
<Compile Include="Symbols\ConstantValueUtils.cs"/>
<Compile Include="Symbols\ConstraintsHelper.cs"/>
<Compile Include="Symbols\ConstructedMethodSymbol.cs"/>
<Compile Include="Symbols\ConstructedNamedTypeSymbol.cs"/>
<Compile Include="Symbols\ConversionSignatureComparer.cs"/>
<Compile Include="Symbols\CustomModifier.cs"/>
<Compile Include="Symbols\DiscardSymbol.cs"/>
<Compile Include="Symbols\DynamicTypeEraser.cs"/>
<Compile Include="Symbols\DynamicTypeSymbol.cs"/>
<Compile Include="Symbols\EmbeddableAttributes.cs"/>
<Compile Include="Symbols\EnumConversions.cs"/>
<Compile Include="Symbols\ErrorMethodSymbol.cs"/>
<Compile Include="Symbols\ErrorPropertySymbol.cs"/>
<Compile Include="Symbols\ErrorTypeSymbol.cs"/>
<Compile Include="Symbols\ErrorTypeSymbol.ErrorTypeParameterSymbol.cs"/>
<Compile Include="Symbols\EventSymbol.cs"/>
<Compile Include="Symbols\EventSymbolExtensions.cs"/>
<Compile Include="Symbols\ExtendedErrorTypeSymbol.cs"/>
<Compile Include="Symbols\Extensions\ReceiverParameterSymbol.cs"/>
<Compile Include="Symbols\Extensions\RewrittenLambdaOrLocalFunctionSymbol.cs"/>
<Compile Include="Symbols\Extensions\RewrittenMethodSymbol.cs"/>
<Compile Include="Symbols\Extensions\RewrittenParameterSymbol.cs"/>
<Compile Include="Symbols\Extensions\SourceExtensionImplementationMethodSymbol.cs"/>
<Compile Include="Symbols\Extensions\SynthesizedExtensionMarker.cs"/>
<Compile Include="Symbols\FieldOrPropertyInitializer.cs"/>
<Compile Include="Symbols\FieldSymbol.cs"/>
<Compile Include="Symbols\FileIdentifier.cs"/>
<Compile Include="Symbols\FlowAnalysisAnnotations.cs"/>
<Compile Include="Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs"/>
<Compile Include="Symbols\FunctionPointers\FunctionPointerParameterSymbol.cs"/>
<Compile Include="Symbols\FunctionPointers\FunctionPointerTypeSymbol.cs"/>
<Compile Include="Symbols\FunctionTypeSymbol.cs"/>
<Compile Include="Symbols\LabelSymbol.cs"/>
<Compile Include="Symbols\LexicalSortKey.cs"/>
<Compile Include="Symbols\LocalDeclarationKind.cs"/>
<Compile Include="Symbols\LocalSymbol.cs"/>
<Compile Include="Symbols\MemberSignatureComparer.cs"/>
<Compile Include="Symbols\MemberSymbolExtensions.cs"/>
<Compile Include="Symbols\MergedNamespaceSymbol.cs"/>
<Compile Include="Symbols\MetadataOrSourceAssemblySymbol.cs"/>
<Compile Include="Symbols\Metadata\PE\DynamicTypeDecoder.cs"/>
<Compile Include="Symbols\Metadata\PE\MemberRefMetadataDecoder.cs"/>
<Compile Include="Symbols\Metadata\PE\MetadataDecoder.cs"/>
<Compile Include="Symbols\Metadata\PE\NativeIntegerTypeDecoder.cs"/>
<Compile Include="Symbols\Metadata\PE\NullableTypeDecoder.cs"/>
<Compile Include="Symbols\Metadata\PE\PEAssemblySymbol.cs"/>
<Compile Include="Symbols\Metadata\PE\PEEventSymbol.cs"/>
<Compile Include="Symbols\Metadata\PE\PEFieldSymbol.cs"/>
<Compile Include="Symbols\Metadata\PE\PEGlobalNamespaceSymbol.cs"/>
<Compile Include="Symbols\Metadata\PE\PEMethodSymbol.cs"/>
<Compile Include="Symbols\Metadata\PE\PEModuleSymbol.cs"/>
<Compile Include="Symbols\Metadata\PE\PENamedTypeSymbol.cs"/>
<Compile Include="Symbols\Metadata\PE\PENamespaceSymbol.cs"/>
<Compile Include="Symbols\Metadata\PE\PENestedNamespaceSymbol.cs"/>
<Compile Include="Symbols\Metadata\PE\PEParameterSymbol.cs"/>
<Compile Include="Symbols\Metadata\PE\PEPropertySymbol.cs"/>
<Compile Include="Symbols\Metadata\PE\PETypeParameterSymbol.cs"/>
<Compile Include="Symbols\Metadata\PE\PEUtilities.cs"/>
<Compile Include="Symbols\Metadata\PE\SymbolFactory.cs"/>
<Compile Include="Symbols\Metadata\PE\TupleTypeDecoder.cs"/>
<Compile Include="Symbols\MethodSymbol.cs"/>
<Compile Include="Symbols\MethodSymbolExtensions.cs"/>
<Compile Include="Symbols\MissingAssemblySymbol.cs"/>
<Compile Include="Symbols\MissingCorLibrarySymbol.cs"/>
<Compile Include="Symbols\MissingMetadataTypeSymbol.cs"/>
<Compile Include="Symbols\MissingModuleSymbol.cs"/>
<Compile Include="Symbols\MissingNamespaceSymbol.cs"/>
<Compile Include="Symbols\ModuleSymbol.cs"/>
<Compile Include="Symbols\MutableTypeMap.cs"/>
<Compile Include="Symbols\NamedTypeSymbol.cs"/>
<Compile Include="Symbols\NamespaceExtent.cs"/>
<Compile Include="Symbols\NamespaceOrTypeSymbol.cs"/>
<Compile Include="Symbols\NamespaceSymbol.cs"/>
<Compile Include="Symbols\NativeIntegerTypeSymbol.cs"/>
<Compile Include="Symbols\NonMissingAssemblySymbol.cs"/>
<Compile Include="Symbols\NonMissingModuleSymbol.cs"/>
<Compile Include="Symbols\NoPiaAmbiguousCanonicalTypeSymbol.cs"/>
<Compile Include="Symbols\NoPiaIllegalGenericInstantiationSymbol.cs"/>
<Compile Include="Symbols\NoPiaMissingCanonicalTypeSymbol.cs"/>
<Compile Include="Symbols\NullableAnnotation.cs"/>
<Compile Include="Symbols\NullableAnnotationExtensions.cs"/>
<Compile Include="Symbols\NullableContextKind.cs"/>
<Compile Include="Symbols\NullableFlowState.cs"/>
<Compile Include="Symbols\NullableFlowStateExtensions.cs"/>
<Compile Include="Symbols\ObsoleteAttributeHelpers.cs"/>
<Compile Include="Symbols\OverriddenOrHiddenMembersHelpers.cs"/>
<Compile Include="Symbols\OverriddenOrHiddenMembersResult.cs"/>
<Compile Include="Symbols\ParameterSignature.cs"/>
<Compile Include="Symbols\ParameterSymbol.cs"/>
<Compile Include="Symbols\PlaceholderTypeArgumentSymbol.cs"/>
<Compile Include="Symbols\PointerTypeSymbol.cs"/>
<Compile Include="Symbols\PropertyOrEventSymbolExtensions.cs"/>
<Compile Include="Symbols\PropertySymbol.cs"/>
<Compile Include="Symbols\PropertySymbolExtensions.cs"/>
<Compile Include="Symbols\PublicModel\AliasSymbol.cs"/>
<Compile Include="Symbols\PublicModel\ArrayTypeSymbol.cs"/>
<Compile Include="Symbols\PublicModel\AssemblySymbol.cs"/>
<Compile Include="Symbols\PublicModel\DiscardSymbol.cs"/>
<Compile Include="Symbols\PublicModel\DynamicTypeSymbol.cs"/>
<Compile Include="Symbols\PublicModel\ErrorTypeSymbol.cs"/>
<Compile Include="Symbols\PublicModel\EventSymbol.cs"/>
<Compile Include="Symbols\PublicModel\FieldSymbol.cs"/>
<Compile Include="Symbols\PublicModel\FunctionPointerTypeSymbol.cs"/>
<Compile Include="Symbols\PublicModel\LabelSymbol.cs"/>
<Compile Include="Symbols\PublicModel\LocalSymbol.cs"/>
<Compile Include="Symbols\PublicModel\MethodSymbol.cs"/>
<Compile Include="Symbols\PublicModel\ModuleSymbol.cs"/>
<Compile Include="Symbols\PublicModel\NamedTypeSymbol.cs"/>
<Compile Include="Symbols\PublicModel\NamespaceOrTypeSymbol.cs"/>
<Compile Include="Symbols\PublicModel\NamespaceSymbol.cs"/>
<Compile Include="Symbols\PublicModel\NonErrorNamedTypeSymbol.cs"/>
<Compile Include="Symbols\PublicModel\NonSourceAssemblySymbol.cs"/>
<Compile Include="Symbols\PublicModel\ParameterSymbol.cs"/>
<Compile Include="Symbols\PublicModel\PointerTypeSymbol.cs"/>
<Compile Include="Symbols\PublicModel\PreprocessingSymbol.cs"/>
<Compile Include="Symbols\PublicModel\PropertySymbol.cs"/>
<Compile Include="Symbols\PublicModel\RangeVariableSymbol.cs"/>
<Compile Include="Symbols\PublicModel\SourceAssemblySymbol.cs"/>
<Compile Include="Symbols\PublicModel\Symbol.cs"/>
<Compile Include="Symbols\PublicModel\TypeParameterSymbol.cs"/>
<Compile Include="Symbols\PublicModel\TypeSymbol.cs"/>
<Compile Include="Symbols\RangeVariableSymbol.cs"/>
<Compile Include="Symbols\ReducedExtensionMethodSymbol.cs"/>
<Compile Include="Symbols\ReferenceManager.cs"/>
<Compile Include="Symbols\RefKindExtensions.cs"/>
<Compile Include="Symbols\Retargeting\RetargetingAssemblySymbol.cs"/>
<Compile Include="Symbols\Retargeting\RetargetingEventSymbol.cs"/>
<Compile Include="Symbols\Retargeting\RetargetingFieldSymbol.cs"/>
<Compile Include="Symbols\Retargeting\RetargetingMethodSymbol.cs"/>
<Compile Include="Symbols\Retargeting\RetargetingModuleSymbol.cs"/>
<Compile Include="Symbols\Retargeting\RetargetingNamedTypeSymbol.cs"/>
<Compile Include="Symbols\Retargeting\RetargetingNamespaceSymbol.cs"/>
<Compile Include="Symbols\Retargeting\RetargetingParameterSymbol.cs"/>
<Compile Include="Symbols\Retargeting\RetargetingPropertySymbol.cs"/>
<Compile Include="Symbols\Retargeting\RetargetingSymbolTranslator.cs"/>
<Compile Include="Symbols\Retargeting\RetargetingTypeParameterSymbol.cs"/>
<Compile Include="Symbols\SignatureOnlyMethodSymbol.cs"/>
<Compile Include="Symbols\SignatureOnlyParameterSymbol.cs"/>
<Compile Include="Symbols\SignatureOnlyPropertySymbol.cs"/>
<Compile Include="Symbols\Source\AttributeLocation.cs"/>
<Compile Include="Symbols\Source\ConstantEvaluationHelpers.cs"/>
<Compile Include="Symbols\Source\CrefTypeParameterSymbol.cs"/>
<Compile Include="Symbols\Source\CustomModifierUtils.cs"/>
<Compile Include="Symbols\Source\ExplicitInterfaceHelpers.cs"/>
<Compile Include="Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs"/>
<Compile Include="Symbols\Source\GlobalExpressionVariable.cs"/>
<Compile Include="Symbols\Source\IAttributeTargetSymbol.cs"/>
<Compile Include="Symbols\Source\ImplicitNamedTypeSymbol.cs"/>
<Compile Include="Symbols\Source\IndexedTypeParameterSymbol.cs"/>
<Compile Include="Symbols\Source\LambdaParameterSymbol.cs"/>
<Compile Include="Symbols\Source\LambdaSymbol.cs"/>
<Compile Include="Symbols\Source\LocalFunctionOrSourceMemberMethodSymbol.cs"/>
<Compile Include="Symbols\Source\LocalFunctionSymbol.cs"/>
<Compile Include="Symbols\Source\ModifierUtils.cs"/>
<Compile Include="Symbols\Source\ParameterHelpers.cs"/>
<Compile Include="Symbols\Source\QuickAttributeChecker.cs"/>
<Compile Include="Symbols\Source\SourceAssemblySymbol.cs"/>
<Compile Include="Symbols\Source\SourceClonedParameterSymbol.cs"/>
<Compile Include="Symbols\Source\SourceComplexParameterSymbol.cs"/>
<Compile Include="Symbols\Source\SourceConstructorSymbol.cs"/>
<Compile Include="Symbols\Source\SourceConstructorSymbolBase.cs"/>
<Compile Include="Symbols\Source\SourceCustomEventAccessorSymbol.cs"/>
<Compile Include="Symbols\Source\SourceCustomEventSymbol.cs"/>
<Compile Include="Symbols\Source\SourceDelegateClonedParameterSymbolForBeginAndEndInvoke.cs"/>
<Compile Include="Symbols\Source\SourceDelegateMethodSymbol.cs"/>
<Compile Include="Symbols\Source\SourceDestructorSymbol.cs"/>
<Compile Include="Symbols\Source\SourceEnumConstantSymbol.cs"/>
<Compile Include="Symbols\Source\SourceEventAccessorSymbol.cs"/>
<Compile Include="Symbols\Source\SourceEventFieldSymbol.cs"/>
<Compile Include="Symbols\Source\SourceEventSymbol.cs"/>
<Compile Include="Symbols\Source\SourceFieldLikeEventSymbol.cs"/>
<Compile Include="Symbols\Source\SourceFieldSymbol.cs"/>
<Compile Include="Symbols\Source\SourceFixedFieldSymbol.cs"/>
<Compile Include="Symbols\Source\SourceLabelSymbol.cs"/>
<Compile Include="Symbols\Source\SourceLocalSymbol.cs"/>
<Compile Include="Symbols\Source\SourceMemberContainerSymbol.cs"/>
<Compile Include="Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs"/>
<Compile Include="Symbols\Source\SourceMemberFieldSymbol.cs"/>
<Compile Include="Symbols\Source\SourceMemberMethodSymbol.cs"/>
<Compile Include="Symbols\Source\SourceMethodSymbol.cs"/>
<Compile Include="Symbols\Source\SourceMethodSymbolWithAttributes.cs"/>
<Compile Include="Symbols\Source\SourceModuleSymbol.cs"/>
<Compile Include="Symbols\Source\SourceNamedTypeSymbol.cs"/>
<Compile Include="Symbols\Source\SourceNamedTypeSymbol_Bases.cs"/>
<Compile Include="Symbols\Source\SourceNamedTypeSymbol_Enum.cs"/>
<Compile Include="Symbols\Source\SourceNamedTypeSymbol_Extension.cs"/>
<Compile Include="Symbols\Source\SourceNamespaceSymbol.AliasesAndUsings.cs"/>
<Compile Include="Symbols\Source\SourceNamespaceSymbol.cs"/>
<Compile Include="Symbols\Source\SourceNamespaceSymbol_Completion.cs"/>
<Compile Include="Symbols\Source\SourceOrdinaryMethodOrUserDefinedOperatorSymbol.cs"/>
<Compile Include="Symbols\Source\SourceOrdinaryMethodSymbol.cs"/>
<Compile Include="Symbols\Source\SourceOrdinaryMethodSymbolBase.cs"/>
<Compile Include="Symbols\Source\SourceParameterSymbol.cs"/>
<Compile Include="Symbols\Source\SourceParameterSymbolBase.cs"/>
<Compile Include="Symbols\Source\SourcePropertyAccessorSymbol.cs"/>
<Compile Include="Symbols\Source\SourcePropertyClonedParameterSymbolForAccessors.cs"/>
<Compile Include="Symbols\Source\SourcePropertySymbol.cs"/>
<Compile Include="Symbols\Source\SourcePropertySymbolBase.cs"/>
<Compile Include="Symbols\Source\SourceSimpleParameterSymbol.cs"/>
<Compile Include="Symbols\Source\SourceTypeParameterSymbol.cs"/>
<Compile Include="Symbols\Source\SourceUserDefinedConversionSymbol.cs"/>
<Compile Include="Symbols\Source\SourceUserDefinedOperatorSymbol.cs"/>
<Compile Include="Symbols\Source\SourceUserDefinedOperatorSymbolBase.cs"/>
<Compile Include="Symbols\Source\SynthesizedAttributeData.cs"/>
<Compile Include="Symbols\Source\SynthesizedSourceOrdinaryMethodSymbol.cs"/>
<Compile Include="Symbols\Source\ThisParameterSymbol.cs"/>
<Compile Include="Symbols\Source\TypeParameterBuilder.cs"/>
<Compile Include="Symbols\Source\TypeParameterConstraintClause.cs"/>
<Compile Include="Symbols\Source\TypeParameterInfo.cs"/>
<Compile Include="Symbols\SpecializedSymbolCollections.cs"/>
<Compile Include="Symbols\SpecialTypeExtensions.cs"/>
<Compile Include="Symbols\SubstitutedEventSymbol.cs"/>
<Compile Include="Symbols\SubstitutedFieldSymbol.cs"/>
<Compile Include="Symbols\SubstitutedMethodSymbol.cs"/>
<Compile Include="Symbols\SubstitutedNamedTypeSymbol.cs"/>
<Compile Include="Symbols\SubstitutedParameterSymbol.cs"/>
<Compile Include="Symbols\SubstitutedPropertySymbol.cs"/>
<Compile Include="Symbols\SubstitutedTypeParameterSymbol.cs"/>
<Compile Include="Symbols\Symbol.cs"/>
<Compile Include="Symbols\SymbolCompletionState.cs"/>
<Compile Include="Symbols\SymbolDistinguisher.cs"/>
<Compile Include="Symbols\SymbolEqualityComparer.cs"/>
<Compile Include="Symbols\SymbolExtensions.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\Symbol_Attributes.cs"/>
<Compile Include="Symbols\SynthesizedNamespaceSymbol.cs"/>
<Compile Include="Symbols\SynthesizedSimpleMethodTypeParameterSymbol.cs"/>
<Compile Include="Symbols\Synthesized\GeneratedLabelSymbol.cs"/>
<Compile Include="Symbols\Synthesized\GeneratedNameConstants.cs"/>
<Compile Include="Symbols\Synthesized\GeneratedNameKind.cs"/>
<Compile Include="Symbols\Synthesized\GeneratedNameParser.cs"/>
<Compile Include="Symbols\Synthesized\GeneratedNames.cs"/>
<Compile Include="Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListConstructor.cs"/>
<Compile Include="Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListEnumeratorConstructor.cs"/>
<Compile Include="Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListEnumeratorTypeSymbol.cs"/>
<Compile Include="Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListMethod.cs"/>
<Compile Include="Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListProperty.cs"/>
<Compile Include="Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeParameterSymbol.cs"/>
<Compile Include="Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs"/>
<Compile Include="Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs"/>
<Compile Include="Symbols\Synthesized\Records\SynthesizedPrimaryConstructorParameterBackingFieldSymbol.cs"/>
<Compile Include="Symbols\Synthesized\Records\SynthesizedRecordBaseEquals.cs"/>
<Compile Include="Symbols\Synthesized\Records\SynthesizedRecordClone.cs"/>
<Compile Include="Symbols\Synthesized\Records\SynthesizedRecordCopyCtor.cs"/>
<Compile Include="Symbols\Synthesized\Records\SynthesizedRecordDeconstruct.cs"/>
<Compile Include="Symbols\Synthesized\Records\SynthesizedRecordEqualityContractProperty.cs"/>
<Compile Include="Symbols\Synthesized\Records\SynthesizedRecordEqualityOperator.cs"/>
<Compile Include="Symbols\Synthesized\Records\SynthesizedRecordEqualityOperatorBase.cs"/>
<Compile Include="Symbols\Synthesized\Records\SynthesizedRecordEquals.cs"/>
<Compile Include="Symbols\Synthesized\Records\SynthesizedRecordGetHashCode.cs"/>
<Compile Include="Symbols\Synthesized\Records\SynthesizedRecordInequalityOperator.cs"/>
<Compile Include="Symbols\Synthesized\Records\SynthesizedRecordObjectMethod.cs"/>
<Compile Include="Symbols\Synthesized\Records\SynthesizedRecordObjEquals.cs"/>
<Compile Include="Symbols\Synthesized\Records\SynthesizedRecordOrdinaryMethod.cs"/>
<Compile Include="Symbols\Synthesized\Records\SynthesizedRecordPrintMembers.cs"/>
<Compile Include="Symbols\Synthesized\Records\SynthesizedRecordPropertySymbol.cs"/>
<Compile Include="Symbols\Synthesized\Records\SynthesizedRecordToString.cs"/>
<Compile Include="Symbols\Synthesized\RefKindVector.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedAccessorValueParameterSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedContainer.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedDelegateSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedEmbeddedLifetimeAnnotationAttributeSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedEmbeddedNativeIntegerAttributeSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedEmbeddedNullableAttributeSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedEmbeddedNullableContextAttributeSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedEmbeddedNullablePublicOnlyAttributeSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedEmbeddedRefSafetyRulesAttributeSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedEntryPointSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedEnumValueFieldSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedExplicitImplementationForwardingMethod.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedFieldSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedFieldSymbolBase.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedGlobalMethodSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedHotReloadExceptionConstructorSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedHotReloadExceptionSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedImplementationMethod.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedInlineArrayAsReadOnlySpanMethod.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedInlineArrayAsSpanMethod.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedInlineArrayElementRefMethod.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedInlineArrayElementRefReadOnlyMethod.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedInlineArrayFirstElementRefMethod.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedInlineArrayFirstElementRefReadOnlyMethod.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedInlineArrayTypeSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedInstanceConstructor.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedInteractiveInitializerMethod.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedIntrinsicOperatorSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedLambdaCacheFieldSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedLocal.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedMethodSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedParameterlessThrowMethod.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedParameterSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedPrivateImplementationDetailsType.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedSealedPropertyAccessor.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedSimpleProgramEntryPointSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedStaticConstructor.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedStringHashFunctionSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedSubmissionConstructor.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedSubstitutedTypeParameterSymbol.cs"/>
<Compile Include="Symbols\Synthesized\SynthesizedThrowSwitchExpressionExceptionMethod.cs"/>
<Compile Include="Symbols\Synthesized\TypeSubstitutedLocalSymbol.cs"/>
<Compile Include="Symbols\Tuples\TupleErrorFieldSymbol.cs"/>
<Compile Include="Symbols\Tuples\TupleFieldSymbol.cs"/>
<Compile Include="Symbols\Tuples\TupleTypeSymbol.cs"/>
<Compile Include="Symbols\TypedConstantExtensions.cs"/>
<Compile Include="Symbols\TypeMap.cs"/>
<Compile Include="Symbols\TypeParameterBounds.cs"/>
<Compile Include="Symbols\TypeParameterSymbol.cs"/>
<Compile Include="Symbols\TypeParameterSymbolExtensions.cs"/>
<Compile Include="Symbols\TypeSymbol.cs"/>
<Compile Include="Symbols\TypeSymbol.SymbolAndDiagnostics.cs"/>
<Compile Include="Symbols\TypeSymbolExtensions.cs"/>
<Compile Include="Symbols\TypeUnification.cs"/>
<Compile Include="Symbols\TypeWithAnnotations.cs"/>
<Compile Include="Symbols\TypeWithState.cs"/>
<Compile Include="Symbols\UnboundGenericType.cs"/>
<Compile Include="Symbols\UnsupportedMetadataTypeSymbol.cs"/>
<Compile Include="Symbols\UpdatedContainingSymbolLocal.cs"/>
<Compile Include="Symbols\VarianceSafety.cs"/>
<Compile Include="Symbols\Wrapped\WrappedEventSymbol.cs"/>
<Compile Include="Symbols\Wrapped\WrappedFieldSymbol.cs"/>
<Compile Include="Symbols\Wrapped\WrappedMethodSymbol.cs"/>
<Compile Include="Symbols\Wrapped\WrappedNamedTypeSymbol.cs"/>
<Compile Include="Symbols\Wrapped\WrappedParameterSymbol.cs"/>
<Compile Include="Symbols\Wrapped\WrappedPropertySymbol.cs"/>
<Compile Include="Symbols\Wrapped\WrappedTypeParameterSymbol.cs"/>
<Compile Include="Syntax\AliasedQualifiedNameSyntax.cs"/>
<Compile Include="Syntax\AnonymousFunctionExpressionSyntax.cs"/>
<Compile Include="Syntax\AnonymousMethodExpressionSyntax.cs"/>
<Compile Include="Syntax\ArgumentSyntax.cs"/>
<Compile Include="Syntax\ArrayRankSpecifierSyntax.cs"/>
<Compile Include="Syntax\AttributeSyntax.cs"/>
<Compile Include="Syntax\AttributeTargetSpecifierSyntax.cs"/>
<Compile Include="Syntax\BaseFieldDeclarationSyntax.cs"/>
<Compile Include="Syntax\BaseMethodDeclarationSyntax.cs"/>
<Compile Include="Syntax\BasePropertyDeclarationSyntax.cs"/>
<Compile Include="Syntax\BlockSyntax.cs"/>
<Compile Include="Syntax\BreakStatementSyntax.cs"/>
<Compile Include="Syntax\CheckedStatementSyntax.cs"/>
<Compile Include="Syntax\ClassDeclarationSyntax.cs"/>
<Compile Include="Syntax\ClassOrStructConstraintSyntax.cs"/>
<Compile Include="Syntax\CompilationUnitSyntax.cs"/>
<Compile Include="Syntax\ConstructorDeclarationSyntax.cs"/>
<Compile Include="Syntax\ContinueStatementSyntax.cs"/>
<Compile Include="Syntax\ConversionOperatorDeclarationSyntax.cs"/>
<Compile Include="Syntax\ConversionOperatorMemberCrefSyntax.cs"/>
<Compile Include="Syntax\CrefParameterSyntax.cs"/>
<Compile Include="Syntax\CSharpLineDirectiveMap.cs"/>
<Compile Include="Syntax\CSharpPragmaWarningStateMap.cs"/>
<Compile Include="Syntax\CSharpSyntaxNode.cs"/>
<Compile Include="Syntax\CSharpSyntaxRewriter.cs"/>
<Compile Include="Syntax\CSharpSyntaxTree.cs"/>
<Compile Include="Syntax\CSharpSyntaxTree.DebuggerSyntaxTree.cs"/>
<Compile Include="Syntax\CSharpSyntaxTree.Dummy.cs"/>
<Compile Include="Syntax\CSharpSyntaxTree.LazySyntaxTree.cs"/>
<Compile Include="Syntax\CSharpSyntaxTree.ParsedSyntaxTree.cs"/>
<Compile Include="Syntax\CSharpSyntaxVisitor.cs"/>
<Compile Include="Syntax\CSharpSyntaxWalker.cs"/>
<Compile Include="Syntax\DeclarationStatementSyntax.cs"/>
<Compile Include="Syntax\DelegateDeclarationSyntax.cs"/>
<Compile Include="Syntax\DestructorDeclarationSyntax.cs"/>
<Compile Include="Syntax\DirectiveTriviaSyntax.cs"/>
<Compile Include="Syntax\DoStatementSyntax.cs"/>
<Compile Include="Syntax\EmptyStatementSyntax.cs"/>
<Compile Include="Syntax\EnumMemberDeclarationSyntax.cs"/>
<Compile Include="Syntax\EventDeclarationSyntax.cs"/>
<Compile Include="Syntax\ExpressionStatementSyntax.cs"/>
<Compile Include="Syntax\ExtensionDeclarationSyntax.cs"/>
<Compile Include="Syntax\FixedStatementSyntax.cs"/>
<Compile Include="Syntax\ForEachStatementSyntax.cs"/>
<Compile Include="Syntax\ForEachVariableStatementSyntax.cs"/>
<Compile Include="Syntax\ForStatementSyntax.cs"/>
<Compile Include="Syntax\GenericNameSyntax.cs"/>
<Compile Include="Syntax\GlobalStatementSyntax.cs"/>
<Compile Include="Syntax\GotoStatementSyntax.cs"/>
<Compile Include="Syntax\IdentifierNameSyntax.cs"/>
<Compile Include="Syntax\IfStatementSyntax.cs"/>
<Compile Include="Syntax\IndexerDeclarationSyntax.cs"/>
<Compile Include="Syntax\InterfaceDeclarationSyntax.cs"/>
<Compile Include="Syntax\InternalSyntax\ContextAwareSyntax.cs"/>
<Compile Include="Syntax\InternalSyntax\CSharpSyntaxNode.cs"/>
<Compile Include="Syntax\InternalSyntax\CSharpSyntaxNodeCache.cs"/>
<Compile Include="Syntax\InternalSyntax\CSharpSyntaxRewriter.cs"/>
<Compile Include="Syntax\InternalSyntax\CSharpSyntaxVisitor.cs"/>
<Compile Include="Syntax\InternalSyntax\DirectiveTriviaSyntax.cs"/>
<Compile Include="Syntax\InternalSyntax\IdentifierNameSyntax.cs"/>
<Compile Include="Syntax\InternalSyntax\NameColonSyntax.cs"/>
<Compile Include="Syntax\InternalSyntax\StructuredTriviaSyntax.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxFactory.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxFirstTokenReplacer.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxLastTokenReplacer.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxListPoolExtensions.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxToken.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxToken.MissingTokenWithTrivia.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxToken.SyntaxIdentifier.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxToken.SyntaxIdentifierExtended.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxToken.SyntaxIdentifierWithTrailingTrivia.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxToken.SyntaxIdentifierWithTrivia.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxToken.SyntaxLiteral.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxToken.SyntaxLiteralWithTrivia.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxToken.SyntaxTokenWithTrivia.cs"/>
<Compile Include="Syntax\InternalSyntax\SyntaxTrivia.cs"/>
<Compile Include="Syntax\InternalSyntax\TypeDeclarationSyntax.cs"/>
<Compile Include="Syntax\InternalSyntax\TypeSyntax.cs"/>
<Compile Include="Syntax\InterpolatedStringExpressionSyntax.cs"/>
<Compile Include="Syntax\LabeledStatementSyntax.cs"/>
<Compile Include="Syntax\LambdaExpressionSyntax.cs"/>
<Compile Include="Syntax\LambdaUtilities.cs"/>
<Compile Include="Syntax\LiteralExpressionSyntax.cs"/>
<Compile Include="Syntax\LocalDeclarationStatementSyntax.cs"/>
<Compile Include="Syntax\LocalFunctionStatementSyntax.cs"/>
<Compile Include="Syntax\LockStatementSyntax.cs"/>
<Compile Include="Syntax\LookupPosition.cs"/>
<Compile Include="Syntax\MethodDeclarationSyntax.cs"/>
<Compile Include="Syntax\NameColonSyntax.cs"/>
<Compile Include="Syntax\NamespaceDeclarationSyntax.cs"/>
<Compile Include="Syntax\NamespaceDeclarationSyntaxReference.cs"/>
<Compile Include="Syntax\NameSyntax.cs"/>
<Compile Include="Syntax\NullableContextStateMap.cs"/>
<Compile Include="Syntax\OperatorDeclarationSyntax.cs"/>
<Compile Include="Syntax\OperatorMemberCrefSyntax.cs"/>
<Compile Include="Syntax\ParameterDeclarationSyntax.cs"/>
<Compile Include="Syntax\ParameterListSyntax.cs"/>
<Compile Include="Syntax\ParameterSyntax.cs"/>
<Compile Include="Syntax\ParenthesizedLambdaExpressionSyntax.cs"/>
<Compile Include="Syntax\PropertyDeclarationSyntax.cs"/>
<Compile Include="Syntax\QualifiedNameSyntax.cs"/>
<Compile Include="Syntax\RecordDeclarationSyntax.cs"/>
<Compile Include="Syntax\RefTypeSyntax.cs"/>
<Compile Include="Syntax\ReturnStatementSyntax.cs"/>
<Compile Include="Syntax\ShebangDirectiveTriviaSyntax.cs"/>
<Compile Include="Syntax\SimpleLambdaExpressionSyntax.cs"/>
<Compile Include="Syntax\SimpleNameSyntax.cs"/>
<Compile Include="Syntax\SimpleSyntaxReference.cs"/>
<Compile Include="Syntax\SkippedTokensTriviaSyntax.cs"/>
<Compile Include="Syntax\StackAllocArrayCreationExpressionSyntax.cs"/>
<Compile Include="Syntax\StructDeclarationSyntax.cs"/>
<Compile Include="Syntax\StructuredTriviaSyntax.cs"/>
<Compile Include="Syntax\SubpatternSyntax.cs"/>
<Compile Include="Syntax\SwitchStatementSyntax.cs"/>
<Compile Include="Syntax\SyntaxBindingUtilities.cs"/>
<Compile Include="Syntax\SyntaxEquivalence.cs"/>
<Compile Include="Syntax\SyntaxExtensions.cs"/>
<Compile Include="Syntax\SyntaxFactory.cs"/>
<Compile Include="Syntax\SyntaxFacts.cs"/>
<Compile Include="Syntax\SyntaxKind.cs"/>
<Compile Include="Syntax\SyntaxKindEqualityComparer.cs"/>
<Compile Include="Syntax\SyntaxKindExtensions.cs"/>
<Compile Include="Syntax\SyntaxKindFacts.cs"/>
<Compile Include="Syntax\SyntaxNodeExtensions.cs"/>
<Compile Include="Syntax\SyntaxNodeRemover.cs"/>
<Compile Include="Syntax\SyntaxNormalizer.cs"/>
<Compile Include="Syntax\SyntaxReplacer.cs"/>
<Compile Include="Syntax\SyntaxTokenParser.cs"/>
<Compile Include="Syntax\SyntaxTreeDiagnosticEnumerator.cs"/>
<Compile Include="Syntax\ThrowStatementSyntax.cs"/>
<Compile Include="Syntax\TryStatementSyntax.cs"/>
<Compile Include="Syntax\TypeDeclarationSyntax.cs"/>
<Compile Include="Syntax\TypeSyntax.cs"/>
<Compile Include="Syntax\UnsafeStatementSyntax.cs"/>
<Compile Include="Syntax\UsingDirectiveSyntax.cs"/>
<Compile Include="Syntax\UsingStatementSyntax.cs"/>
<Compile Include="Syntax\WhileStatementSyntax.cs"/>
<Compile Include="Syntax\XmlNameAttributeElementKind.cs"/>
<Compile Include="Syntax\YieldStatementSyntax.cs"/>
<Compile Include="Utilities\ContentHashComparer.cs"/>
<Compile Include="Utilities\FirstAmongEqualsSet.cs"/>
<Compile Include="Utilities\InterceptableLocation.cs"/>
<Compile Include="Utilities\IValueSet.cs"/>
<Compile Include="Utilities\IValueSetFactory.cs"/>
<Compile Include="Utilities\TypeSymbolExtensions.cs"/>
<Compile Include="Utilities\ValueSetFactory.BoolValueSet.cs"/>
<Compile Include="Utilities\ValueSetFactory.BoolValueSetFactory.cs"/>
<Compile Include="Utilities\ValueSetFactory.ByteTC.cs"/>
<Compile Include="Utilities\ValueSetFactory.CharTC.cs"/>
<Compile Include="Utilities\ValueSetFactory.cs"/>
<Compile Include="Utilities\ValueSetFactory.DecimalTC.cs"/>
<Compile Include="Utilities\ValueSetFactory.DecimalValueSetFactory.cs"/>
<Compile Include="Utilities\ValueSetFactory.DoubleTC.cs"/>
<Compile Include="Utilities\ValueSetFactory.EnumeratedValueSet.cs"/>
<Compile Include="Utilities\ValueSetFactory.EnumeratedValueSetFactory.cs"/>
<Compile Include="Utilities\ValueSetFactory.FloatingTC.cs"/>
<Compile Include="Utilities\ValueSetFactory.FloatingValueSet.cs"/>
<Compile Include="Utilities\ValueSetFactory.FloatingValueSetFactory.cs"/>
<Compile Include="Utilities\ValueSetFactory.IEqualableValueTC.cs"/>
<Compile Include="Utilities\ValueSetFactory.IntTC.cs"/>
<Compile Include="Utilities\ValueSetFactory.INumericTC.cs"/>
<Compile Include="Utilities\ValueSetFactory.LongTC.cs"/>
<Compile Include="Utilities\ValueSetFactory.NintValueSet.cs"/>
<Compile Include="Utilities\ValueSetFactory.NintValueSetFactory.cs"/>
<Compile Include="Utilities\ValueSetFactory.NonNegativeIntValueSetFactory.cs"/>
<Compile Include="Utilities\ValueSetFactory.NuintValueSet.cs"/>
<Compile Include="Utilities\ValueSetFactory.NuintValueSetFactory.cs"/>
<Compile Include="Utilities\ValueSetFactory.NumericValueSet.cs"/>
<Compile Include="Utilities\ValueSetFactory.NumericValueSetFactory.cs"/>
<Compile Include="Utilities\ValueSetFactory.SByteTC.cs"/>
<Compile Include="Utilities\ValueSetFactory.ShortTC.cs"/>
<Compile Include="Utilities\ValueSetFactory.SingleTC.cs"/>
<Compile Include="Utilities\ValueSetFactory.StringTC.cs"/>
<Compile Include="Utilities\ValueSetFactory.UIntTC.cs"/>
<Compile Include="Utilities\ValueSetFactory.ULongTC.cs"/>
<Compile Include="Utilities\ValueSetFactory.UShortTC.cs"/>
<Compile Include="..\CSharpAnalyzerDriver\CSharpDeclarationComputer.cs" Link="src\Compilers\CSharp\CSharpAnalyzerDriver\CSharpDeclarationComputer.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.CSharp\Release\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.CSharp\Release\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.CSharp\Release\net8.0\Microsoft.CodeAnalysis.CSharp.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.CSharp\Release\net8.0\Microsoft.CodeAnalysis.CSharp.InternalsVisibleTo.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.CSharp\Release\net8.0\Microsoft.CodeAnalysis.CSharp.CSharpResources.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.CSharp\Release\net8.0\Microsoft.CodeAnalysis.CSharp.CSharpResources.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.CSharp\Release\net8.0\Microsoft.CodeAnalysis.CSharp.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.CSharp\Release\net8.0\Microsoft.CodeAnalysis.CSharp.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\d7f7957809e4472ab42e296a443ca64a\Microsoft.CodeAnalysis.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\04acb732df5f411b8123423afd43462a\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\445883ead00a419e832d2ffc9ebb389e\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4bbb93bd59b04c39879fd4aa43d9db9e\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9694431040cb4673afea8856e846632f\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d79ad8c0cb774e1fb62b5462e251bcf0\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cda0e0abb9364f6a96a4e9be82a7cff1\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3296928da5e147d0ad5758fea8233c33\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5c95b37091184e8ebb964554f3401601\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\66d0331add3c41459aa653197a5b3759\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\df1289e8e7244d469d6067d47df949c0\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4ccce13aaac2432faef128d5ef881327\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d1a28d330f884b7b86f7bdac23bc6b2f\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f31a563115bc470896bac7b409afca71\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2fdeac4b3b024bcc942216f1822f8555\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0f4538bf8a1844ab934f5baa5668cdec\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f71c8bd38569456892873548bd6b94bd\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6dc6b9e464c54b09a10dfdeba8176bce\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bdfad192506148529b9093923e7ccf2c\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4e0c7e2448e14c079d25c54d4f4efbb3\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\77bc5c0a81b04659b504e16eff932cbc\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9edbdded34894e2f90ffe462c8dbcfa5\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8aee4154fd8441a2b1f5e1fd0149337e\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6fdb2ebbc68b4c7ea43127ea89fb0f92\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5d9df2c2862f42858089e90ee6173718\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a40dfe0ddedc4be7a034ae56fd731749\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5566e8a8387f47009bac1ff3f3a0d03b\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e584df97364d45ec9d0566dff4b402b3\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0e44b0fdfc284c63b7df2e982bf30093\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2c66ee10e66144018be78d55df2a590f\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aa7a771577b04da6ae31adfc8acf4172\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bf9f01891ee345bda12cf39de1e2f429\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5ba4503524dc4b4a9233cfb8aa884a9d\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c1029ea4f8524009b5ed3eb236ac357d\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f988a6e6d54d4ceb94388eba204d839e\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c88913f2ce2a4a0cae1bbb3a1596fcf0\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2357c425c6794b7e8d8802f068130c74\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f530c91b03854e168a7bd5e5796597a5\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7f4f72c8690f4dea888a781920887e92\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cf8c2f55cac04a95a39d538d5a0f58cc\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\adaa96f8ad034d0a80c62557113e8320\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c870ce24cde044e19becb88fa74982a0\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f3cb13a8abbd4ef5a3f7bfcda420a451\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\979288a9ca4a4406961e2619b464bfd8\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ea66e67a0b8149f7bf2e4d5b7108dbdf\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\584b6fdeffac4d48b348c6af909920ad\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\46af5905b95d451685c771489a24ed2c\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ec3c40dc15714abdb35a41a13003bbb1\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b84752bacc244da489d83a240a29d186\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ac314334101b41428494000b34074745\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1b6ea899a8ee4e6197c548818a66b77d\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4585cee54d5e4a93942489bb93202470\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\73fa16a60216499fb67c3585f2019835\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\55bba5e347d44f3d8f9272a051fafcd6\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\81af08228b33456888a8ba9001826e8d\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\09ee34f457c64b8c8d537d6b2bb8a232\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\11ff1546ad464176bd43aa4830f65c5d\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8a88f69119744b218eb12b7313f31add\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9e2d29d92e794da7acb295bb0e371164\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0f1d20f824bc46f8a62aa97bf5d434dd\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1f3acd3687c843a1941120a564f132b3\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\027dcf6ce77c4a4ca139c6c9c5a0daf6\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\adc0a7204b5544b791adeaef5c1a5158\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d20564b21a3d4fd895434d617bb4e94d\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b10410573eae40958b568da087fd7eb7\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7a8c11a04bcc4fb68565b0150f5e11bb\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cae1bbf5f9cc4f8db2af988e2cae6656\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2ddc89dfb5444303a4dc148d8a6ca00d\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d79f81c8482544249f23b75a0e9571d3\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\38e3f17f92304f099efc5148a1b33931\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ee2a7a33245c495dae4a12d658aab342\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0d2fb763d595407aab596b396b527788\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6356287174b0445bbe6c891530976d9e\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\359b2afc1d034adf8d54dc8353d5b0c4\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2ac273bcc90143a3a4416e914ed75c9d\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fb07bd951a054efbb565dc3379f2b370\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7d9b6ebc76d9433398fff16a10387972\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c801a25783f04cce8418907a225d6b61\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fb7325b7caf149839a015699799e5d20\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d26c920dc75949e0a8077792c9d625a1\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7fb526be56fb4a4cbba43e72a6dcae86\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\36797306b74344f0bf3af68573e339d6\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4c3357f4893e4d218916b5ebd55b0f9f\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9a4363c8512244bda71e8e539af4c537\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bb7a12eee0c34abf914470e5c692ced4\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eb98610248614ef99fd9f38fad5becac\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e79267693e25410491dc4a3db36a3bc6\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\93a9dc68d69f4a6bae50ce5f9efda3e4\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\02cd7de6758441a8970a3c3c3fb42ca5\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4f5d1971ea4246c383f3b985389112c0\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\596b88daef634d309616e9379ca94c3e\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1a4e5c68d4054bc492d5d9187237c407\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b4bf53ba99b649e0be9fc636ef92d63c\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c88af756996b490994967068a4688396\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fd338d7f33724ad88c1a94a97406a3b2\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\93f90806eb4f41cfaa9845cad68e316b\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0c74318568de4bc980e12d7749f5f49f\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6f7d1cda4cb84ec3892d917ee47ae603\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\69c952d3023e4098be075e7a2df4cd0d\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0ff098f8b2064ae1abfb0383e5ec3d18\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1f274623cb2a4ab1809c1c0037952dde\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f89208f47d204feabd3ab8d89838f7e7\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7e605ae66d9c4c9494951f95b3f44fd0\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6f396097fbd04688997480eb598a7622\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7ffe71069d5c400699c22fff7a6e45a3\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\df91396769f748dcae3b46620ed9744f\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bea9d4c67c314d4d9408364fd2c30396\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d35a76f0316b4692973c00ae84fea70e\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ed2d2b6371494a7cb23683a689af4427\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\517086b6ad3c42feb62c68293a30eef4\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9d43190581b64bfaba0f384038bbe229\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eeb3b0571fdf478ba77fe4a3eed0a1a4\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\35a057d8bef247689cd2fe54dc9dba34\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3d8abc16bd514cc88a6ded88b6b8cb56\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4d3b1ec017f448efae92c21bdd0fd997\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9929576f1f1b49a3a8c5b93884ebcb2f\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2ce10a3c16e0466aa95f33a7cb42a446\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6ef3628f53df4923b786de8adc505279\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\369f6c43ae8347adae73f4b20d942782\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9fa6621dd7e94a1bb5b2ca18dcc3666d\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7296cc95e77647fb954d2ea80e04f71b\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\718169c59c444734b02aeda60af5be7b\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ca3da4aa68454d43a95e31ca1ac78dfb\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2cdb1dacb65e4163b9d81c2eb9b4719d\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d0e8420797c0457c88ffde8e0a813f71\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6d37a5ad682d4bcaae2a2a5355fe47aa\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3c77b44ae8f64653900151176356bdf2\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cf64ec50d960415a821c4635cf0dcf5c\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\215a6484aa2744e697372bccdd014d70\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\39ca56e340004ca4b66b4680fcab7a79\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a8bee0d4e5eb4ad1a1b71a8578522e21\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3a8d47f81c43480a821d0d82051bb62f\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7f82259ea6cc4e9281ceeeae8be64e8e\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f6b3267cdcbe4032a8c04ddbbe9f104d\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fb81e84bacac4fb896298585ecea6b46\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5febf591950149d8b9fb0b497580ffc7\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5ab9b8c43f9b4875acddb755f95f4622\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b50884da6cd8495b8f876e0470b6bdbf\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\61fd4e846d064b0faf37342f157cfa0b\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5b989d53d9c94ad2bb5150bef5b83675\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\463b037824d24830b59733854962c1ab\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\73e6a4b06fb0472986c3fb832705378c\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\45db601e884748c3995f36704ccefe92\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8dcae74e3506473ba01cfe2656185cd3\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b38067cf276344ec961340a25827e06d\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\21be139857c44f17a010f144a0bc0339\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\64aa3a75c6534431897993494d1cd471\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1ab63861b6074fee82297e462c9888fc\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\34b9b83b15d6422db747e10f5c85be3d\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\07ea3ddc2aa24487a8289e386083b55a\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\645dbbc6a21344e18d62b279ee852774\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\31a3a1359ab242169f8950fc2d873b78\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2d2e8021ca2e43e89656a95adc4079fa\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\97fae69d75004029a5b201d3221a9a04\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0f30462b243c49c581eb46f8e104e83f\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\00453c38f1ce493caaf2f985a9a2a3c0\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1400b0eaa45d4292a0e217c646a17bb8\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d51d3caf6526446a842bad732e5c4e64\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ddc84c112eeb43168ad0b2784aefc6d9\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\89d013734fa84994a01e185d3aa08096\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\207c78f2fca842d0bad2968febf66ad0\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\42d469533e3a4e5bad4c4f9bf074002c\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f2f83c1d72c342fc9dafb4bcece4e069\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d7eead698cd5426a8927ea4d8c015209\WindowsBase.dll"/>
</ItemGroup>
</Project>
|