File: Microsoft.CodeAnalysis.VisualBasic.vbproj
Web Access
Project: src\src\Compilers\VisualBasic\Portable\Microsoft.CodeAnalysis.VisualBasic.vbproj (Microsoft.CodeAnalysis.VisualBasic)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <AssemblyName></AssemblyName>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="Analysis\Analyzer.vb"/>
    <Compile Include="Analysis\FlowAnalysis\AbstractFlowPass.AbstractLocalState.vb"/>
    <Compile Include="Analysis\FlowAnalysis\AbstractFlowPass.NestedTypes.vb"/>
    <Compile Include="Analysis\FlowAnalysis\AbstractFlowPass.Regions.vb"/>
    <Compile Include="Analysis\FlowAnalysis\AbstractFlowPass.vb"/>
    <Compile Include="Analysis\FlowAnalysis\AbstractRegionControlFlowPass.vb"/>
    <Compile Include="Analysis\FlowAnalysis\AbstractRegionDataFlowPass.vb"/>
    <Compile Include="Analysis\FlowAnalysis\AlwaysAssignedWalker.vb"/>
    <Compile Include="Analysis\FlowAnalysis\ControlFlowAnalysis.vb"/>
    <Compile Include="Analysis\FlowAnalysis\ControlFlowPass.LocalState.vb"/>
    <Compile Include="Analysis\FlowAnalysis\ControlFlowPass.vb"/>
    <Compile Include="Analysis\FlowAnalysis\DataFlowPass.LocalState.vb"/>
    <Compile Include="Analysis\FlowAnalysis\DataFlowPass.SlotCollection.vb"/>
    <Compile Include="Analysis\FlowAnalysis\DataFlowPass.Symbols.vb"/>
    <Compile Include="Analysis\FlowAnalysis\DataFlowPass.VariableIdentifier.vb"/>
    <Compile Include="Analysis\FlowAnalysis\DataFlowPass.vb"/>
    <Compile Include="Analysis\FlowAnalysis\DataFlowsInWalker.vb"/>
    <Compile Include="Analysis\FlowAnalysis\DataFlowsOutWalker.vb"/>
    <Compile Include="Analysis\FlowAnalysis\DefinitelyAssignedWalker.vb"/>
    <Compile Include="Analysis\FlowAnalysis\EntryPointsWalker.vb"/>
    <Compile Include="Analysis\FlowAnalysis\ExitPointsWalker.vb"/>
    <Compile Include="Analysis\FlowAnalysis\FlowAnalysisInfo.vb"/>
    <Compile Include="Analysis\FlowAnalysis\FlowAnalysisPass.vb"/>
    <Compile Include="Analysis\FlowAnalysis\ReadWriteWalker.vb"/>
    <Compile Include="Analysis\FlowAnalysis\RegionAnalysisContext.vb"/>
    <Compile Include="Analysis\FlowAnalysis\RegionReachableWalker.vb"/>
    <Compile Include="Analysis\FlowAnalysis\UnassignedVariablesWalker.vb"/>
    <Compile Include="Analysis\FlowAnalysis\VariablesDeclaredWalker.vb"/>
    <Compile Include="Analysis\FlowAnalysis\VisualBasicDataFlowAnalysis.vb"/>
    <Compile Include="Analysis\ForLoopVerification.vb"/>
    <Compile Include="Analysis\InitializerRewriter.vb"/>
    <Compile Include="Analysis\IteratorAndAsyncAnalysis\IteratorAndAsyncCaptureWalker.vb"/>
    <Compile Include="Analysis\MissingRuntimeMemberDiagnosticHelper.vb"/>
    <Compile Include="Binding\AttributeBinder.vb"/>
    <Compile Include="Binding\AttributeSemanticModel.vb"/>
    <Compile Include="Binding\BackstopBinder.vb"/>
    <Compile Include="Binding\BasesBeingResolvedBinder.vb"/>
    <Compile Include="Binding\Binder.vb"/>
    <Compile Include="Binding\BinderBuilder.vb"/>
    <Compile Include="Binding\BinderFactory.BinderFactoryVisitor.vb"/>
    <Compile Include="Binding\BinderFactory.NodeUsage.vb"/>
    <Compile Include="Binding\BinderFactory.vb"/>
    <Compile Include="Binding\Binders\AliasAndImportsClause.vb"/>
    <Compile Include="Binding\Binders\NamespaceOrTypeAndImportsClause.vb"/>
    <Compile Include="Binding\Binders\XmlNamespaceAndImportsClause.vb"/>
    <Compile Include="Binding\Binder_AnonymousTypes.vb"/>
    <Compile Include="Binding\Binder_Attributes.vb"/>
    <Compile Include="Binding\Binder_ConditionalAccess.vb"/>
    <Compile Include="Binding\Binder_Constraints.vb"/>
    <Compile Include="Binding\Binder_Conversions.vb"/>
    <Compile Include="Binding\Binder_Delegates.vb"/>
    <Compile Include="Binding\Binder_Diagnostics.vb"/>
    <Compile Include="Binding\Binder_DocumentationComments.vb"/>
    <Compile Include="Binding\Binder_Expressions.vb"/>
    <Compile Include="Binding\Binder_Imports.vb"/>
    <Compile Include="Binding\Binder_Initializers.vb"/>
    <Compile Include="Binding\Binder_InterpolatedString.vb"/>
    <Compile Include="Binding\Binder_Invocation.vb"/>
    <Compile Include="Binding\Binder_Lambda.vb"/>
    <Compile Include="Binding\Binder_Latebound.vb"/>
    <Compile Include="Binding\Binder_Lookup.vb"/>
    <Compile Include="Binding\Binder_ObjectInitializer.vb"/>
    <Compile Include="Binding\Binder_Operators.vb"/>
    <Compile Include="Binding\Binder_Query.vb"/>
    <Compile Include="Binding\Binder_SelectCase.vb"/>
    <Compile Include="Binding\Binder_Statements.vb"/>
    <Compile Include="Binding\Binder_Symbols.vb"/>
    <Compile Include="Binding\Binder_Utils.vb"/>
    <Compile Include="Binding\Binder_WithBlock.vb"/>
    <Compile Include="Binding\Binder_XmlLiterals.vb"/>
    <Compile Include="Binding\BindingDiagnosticBag.vb"/>
    <Compile Include="Binding\BindingLocation.vb"/>
    <Compile Include="Binding\BlockBaseBinder.vb"/>
    <Compile Include="Binding\BlockStatementBinders.vb"/>
    <Compile Include="Binding\CatchBlockBinder.vb"/>
    <Compile Include="Binding\ConstantFieldsInProgress.vb"/>
    <Compile Include="Binding\ConstantFieldsInProgressBinder.vb"/>
    <Compile Include="Binding\DeclarationInitializerBinder.vb"/>
    <Compile Include="Binding\DefaultParametersInProgressBinder.vb"/>
    <Compile Include="Binding\DescendantBinderFactory.vb"/>
    <Compile Include="Binding\DocumentationCommentBinder.vb"/>
    <Compile Include="Binding\DocumentationCommentCrefBinder.vb"/>
    <Compile Include="Binding\DocumentationCommentCrefBinder_Compat.vb"/>
    <Compile Include="Binding\DocumentationCommentCrefBinder_TypeParameters.vb"/>
    <Compile Include="Binding\DocumentationCommentParamBinder.vb"/>
    <Compile Include="Binding\DocumentationCommentTypeParamBinder.vb"/>
    <Compile Include="Binding\DocumentationCommentTypeParamRefBinder.vb"/>
    <Compile Include="Binding\EarlyWellKnownAttributeBinder.vb"/>
    <Compile Include="Binding\ExecutableCodeBinder.vb"/>
    <Compile Include="Binding\FinallyBlockBinder.vb"/>
    <Compile Include="Binding\ForEachEnumeratorInfo.vb"/>
    <Compile Include="Binding\ForOrForEachBlockBinder.vb"/>
    <Compile Include="Binding\GetTypeBinder.vb"/>
    <Compile Include="Binding\IgnoreAccessibilityBinder.vb"/>
    <Compile Include="Binding\IgnoreBaseClassesBinder.vb"/>
    <Compile Include="Binding\ImplicitVariableBinder.vb"/>
    <Compile Include="Binding\ImportAliasesBinder.vb"/>
    <Compile Include="Binding\ImportedTypesAndNamespacesMembersBinder.vb"/>
    <Compile Include="Binding\InitializerSemanticModel.vb"/>
    <Compile Include="Binding\LocalBinderBuilder.vb"/>
    <Compile Include="Binding\LocalInProgressBinder.vb"/>
    <Compile Include="Binding\LocationSpecificBinder.vb"/>
    <Compile Include="Binding\LookupOptions.vb"/>
    <Compile Include="Binding\LookupResult.vb"/>
    <Compile Include="Binding\MemberSemanticModel.vb"/>
    <Compile Include="Binding\MethodBodyBinder.vb"/>
    <Compile Include="Binding\MethodBodySemanticModel.vb"/>
    <Compile Include="Binding\MethodTypeParametersBinder.vb"/>
    <Compile Include="Binding\NamedTypeBinder.vb"/>
    <Compile Include="Binding\NamespaceBinder.vb"/>
    <Compile Include="Binding\OptionStrictOffBinder.vb"/>
    <Compile Include="Binding\ProjectImportsBinder.vb"/>
    <Compile Include="Binding\SemanticModelBinder.vb"/>
    <Compile Include="Binding\SourceFileBinder.vb"/>
    <Compile Include="Binding\SourceModuleBinder.vb"/>
    <Compile Include="Binding\SpeculativeBinder.vb"/>
    <Compile Include="Binding\SpeculativeMemberSemanticModel.vb"/>
    <Compile Include="Binding\SpeculativeStatementBinder.vb"/>
    <Compile Include="Binding\StatementListBinder.vb"/>
    <Compile Include="Binding\SubOrFunctionBodyBinder.vb"/>
    <Compile Include="Binding\SymbolsInProgress.vb"/>
    <Compile Include="Binding\SyntheticBoundTrees\AnonymousTypeSyntheticMethods.vb"/>
    <Compile Include="Binding\SyntheticBoundTrees\SynthesizedConstructorSymbol.vb"/>
    <Compile Include="Binding\SyntheticBoundTrees\SynthesizedPropertyAccessorBase.vb"/>
    <Compile Include="Binding\SyntheticBoundTrees\SynthesizedStringSwitchHashMethod.vb"/>
    <Compile Include="Binding\TopLevelCodeBinder.vb"/>
    <Compile Include="Binding\TypesOfImportedNamespacesMembersBinder.vb"/>
    <Compile Include="Binding\UsingBlockBinder.vb"/>
    <Compile Include="Binding\UsingInfo.vb"/>
    <Compile Include="BoundTree\BoundAddressOfOperator.vb"/>
    <Compile Include="BoundTree\BoundAggregateClause.vb"/>
    <Compile Include="BoundTree\BoundAnonymousTypeCreationExpression.vb"/>
    <Compile Include="BoundTree\BoundAnonymousTypePropertyAccess.vb"/>
    <Compile Include="BoundTree\BoundArrayAccess.vb"/>
    <Compile Include="BoundTree\BoundArrayCreation.vb"/>
    <Compile Include="BoundTree\BoundArrayLiteral.vb"/>
    <Compile Include="BoundTree\BoundAssignmentOperator.vb"/>
    <Compile Include="BoundTree\BoundAttribute.vb"/>
    <Compile Include="BoundTree\BoundAwaitOperator.vb"/>
    <Compile Include="BoundTree\BoundBadExpression.vb"/>
    <Compile Include="BoundTree\BoundBadVariable.vb"/>
    <Compile Include="BoundTree\BoundBinaryConditionalExpression.vb"/>
    <Compile Include="BoundTree\BoundBinaryOperator.vb"/>
    <Compile Include="BoundTree\BoundByRefArgumentWithCopyBack.vb"/>
    <Compile Include="BoundTree\BoundCall.vb"/>
    <Compile Include="BoundTree\BoundCaseClause.vb"/>
    <Compile Include="BoundTree\BoundCollectionInitializerExpression.vb"/>
    <Compile Include="BoundTree\BoundConversion.vb"/>
    <Compile Include="BoundTree\BoundConversionOrCast.vb"/>
    <Compile Include="BoundTree\BoundConvertedTupleElements.vb"/>
    <Compile Include="BoundTree\BoundDimStatement.vb"/>
    <Compile Include="BoundTree\BoundDirectCast.vb"/>
    <Compile Include="BoundTree\BoundDoLoop.vb"/>
    <Compile Include="BoundTree\BoundEventAccess.vb"/>
    <Compile Include="BoundTree\BoundExpression.vb"/>
    <Compile Include="BoundTree\BoundExpressionExtensions.vb"/>
    <Compile Include="BoundTree\BoundFieldAccess.vb"/>
    <Compile Include="BoundTree\BoundInterpolatedStringExpression.vb"/>
    <Compile Include="BoundTree\BoundLabel.vb"/>
    <Compile Include="BoundTree\BoundLambda.vb"/>
    <Compile Include="BoundTree\BoundLateBoundArgumentSupportingAssignmentWithCapture.vb"/>
    <Compile Include="BoundTree\BoundLateInvocation.vb"/>
    <Compile Include="BoundTree\BoundLateMemberAccess.vb"/>
    <Compile Include="BoundTree\BoundLiteral.vb"/>
    <Compile Include="BoundTree\BoundLocal.vb"/>
    <Compile Include="BoundTree\BoundLocalDeclaration.vb"/>
    <Compile Include="BoundTree\BoundLoweredConditionalAccess.vb"/>
    <Compile Include="BoundTree\BoundLValuePlaceholderBase.vb"/>
    <Compile Include="BoundTree\BoundLValueToRValueWrapper.vb"/>
    <Compile Include="BoundTree\BoundMethodGroup.vb"/>
    <Compile Include="BoundTree\BoundMethodOrPropertyGroup.vb"/>
    <Compile Include="BoundTree\BoundMyBaseReference.vb"/>
    <Compile Include="BoundTree\BoundMyClassReference.vb"/>
    <Compile Include="BoundTree\BoundNamespaceExpression.vb"/>
    <Compile Include="BoundTree\BoundNewT.vb"/>
    <Compile Include="BoundTree\BoundNode.vb"/>
    <Compile Include="BoundTree\BoundNodeExtensions.vb"/>
    <Compile Include="BoundTree\BoundNodeFinder.vb"/>
    <Compile Include="BoundTree\BoundNoOpStatement.vb"/>
    <Compile Include="BoundTree\BoundNullableIsTrueOperator.vb"/>
    <Compile Include="BoundTree\BoundObjectCreationExpression.vb"/>
    <Compile Include="BoundTree\BoundObjectCreationExpressionBase.vb"/>
    <Compile Include="BoundTree\BoundObjectInitializerExpression.vb"/>
    <Compile Include="BoundTree\BoundOnErrorStatement.vb"/>
    <Compile Include="BoundTree\BoundOrdering.vb"/>
    <Compile Include="BoundTree\BoundParameter.vb"/>
    <Compile Include="BoundTree\BoundParenthesized.vb"/>
    <Compile Include="BoundTree\BoundPropertyAccess.vb"/>
    <Compile Include="BoundTree\BoundPseudoVariable.vb"/>
    <Compile Include="BoundTree\BoundQueryableSource.vb"/>
    <Compile Include="BoundTree\BoundQueryClause.vb"/>
    <Compile Include="BoundTree\BoundQuerySource.vb"/>
    <Compile Include="BoundTree\BoundRangeCaseClause.vb"/>
    <Compile Include="BoundTree\BoundRangeVariable.vb"/>
    <Compile Include="BoundTree\BoundRedimClause.vb"/>
    <Compile Include="BoundTree\BoundReferenceAssignment.vb"/>
    <Compile Include="BoundTree\BoundRelationalCaseClause.vb"/>
    <Compile Include="BoundTree\BoundResumeStatement.vb"/>
    <Compile Include="BoundTree\BoundReturnStatement.vb"/>
    <Compile Include="BoundTree\BoundSequence.vb"/>
    <Compile Include="BoundTree\BoundSequencePointExpression.vb"/>
    <Compile Include="BoundTree\BoundSimpleCaseClause.vb"/>
    <Compile Include="BoundTree\BoundSpillSequence.vb"/>
    <Compile Include="BoundTree\BoundTernaryConditionalExpression.vb"/>
    <Compile Include="BoundTree\BoundToQueryableCollectionConversion.vb"/>
    <Compile Include="BoundTree\BoundTreeRewriter.vb"/>
    <Compile Include="BoundTree\BoundTreeVisitor.vb"/>
    <Compile Include="BoundTree\BoundTreeWalker.vb"/>
    <Compile Include="BoundTree\BoundTryCast.vb"/>
    <Compile Include="BoundTree\BoundTypeExpression.vb"/>
    <Compile Include="BoundTree\BoundTypeOrValueExpression.vb"/>
    <Compile Include="BoundTree\BoundUnaryOperator.vb"/>
    <Compile Include="BoundTree\BoundUnstructuredExceptionHandlingCatchFilter.vb"/>
    <Compile Include="BoundTree\BoundUnstructuredExceptionHandlingStatement.vb"/>
    <Compile Include="BoundTree\BoundUserDefinedBinaryOperator.vb"/>
    <Compile Include="BoundTree\BoundUserDefinedConversion.vb"/>
    <Compile Include="BoundTree\BoundUserDefinedShortCircuitingOperator.vb"/>
    <Compile Include="BoundTree\BoundUserDefinedUnaryOperator.vb"/>
    <Compile Include="BoundTree\BoundValueTypeMeReference.vb"/>
    <Compile Include="BoundTree\BoundWithStatement.vb"/>
    <Compile Include="BoundTree\BoundXmlAttribute.vb"/>
    <Compile Include="BoundTree\BoundYieldStatement.vb"/>
    <Compile Include="BoundTree\Expression.vb"/>
    <Compile Include="BoundTree\GroupTypeInferenceLambda.vb"/>
    <Compile Include="BoundTree\IBoundInvalidNode.vb"/>
    <Compile Include="BoundTree\IBoundLocalDeclarations.vb"/>
    <Compile Include="BoundTree\NoOpStatementFlavor.vb"/>
    <Compile Include="BoundTree\PseudoVariableExpressions.vb"/>
    <Compile Include="BoundTree\Statement.vb"/>
    <Compile Include="BoundTree\UnboundLambda.vb"/>
    <Compile Include="CodeGen\CodeGenerator.vb"/>
    <Compile Include="CodeGen\EmitAddress.vb"/>
    <Compile Include="CodeGen\EmitArrayInitializer.vb"/>
    <Compile Include="CodeGen\EmitConversion.vb"/>
    <Compile Include="CodeGen\EmitExpression.vb"/>
    <Compile Include="CodeGen\EmitOperators.vb"/>
    <Compile Include="CodeGen\EmitStatement.vb"/>
    <Compile Include="CodeGen\OperatorKind.vb"/>
    <Compile Include="CodeGen\Optimizer\Optimizer.vb"/>
    <Compile Include="CodeGen\Optimizer\StackScheduler.Analyzer.vb"/>
    <Compile Include="CodeGen\Optimizer\StackScheduler.DummyLocal.vb"/>
    <Compile Include="CodeGen\Optimizer\StackScheduler.LocalDefUseInfo.vb"/>
    <Compile Include="CodeGen\Optimizer\StackScheduler.LocalDefUseSpan.vb"/>
    <Compile Include="CodeGen\Optimizer\StackScheduler.Rewriter.vb"/>
    <Compile Include="CodeGen\Optimizer\StackScheduler.vb"/>
    <Compile Include="CodeGen\ResumableStateMachineStateAllocator.vb"/>
    <Compile Include="CommandLine\CommandLineDiagnosticFormatter.vb"/>
    <Compile Include="CommandLine\VisualBasicCommandLineArguments.vb"/>
    <Compile Include="CommandLine\VisualBasicCommandLineParser.vb"/>
    <Compile Include="CommandLine\VisualBasicCompiler.vb"/>
    <Compile Include="Compilation\AwaitExpressionInfo.vb"/>
    <Compile Include="Compilation\BoundNodeSummary.vb"/>
    <Compile Include="Compilation\ClsComplianceChecker.vb"/>
    <Compile Include="Compilation\DocumentationComments\DocumentationCommentCompiler.Common.vb"/>
    <Compile Include="Compilation\DocumentationComments\DocumentationCommentCompiler.Event.vb"/>
    <Compile Include="Compilation\DocumentationComments\DocumentationCommentCompiler.Field.vb"/>
    <Compile Include="Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb"/>
    <Compile Include="Compilation\DocumentationComments\DocumentationCommentCompiler.Method.vb"/>
    <Compile Include="Compilation\DocumentationComments\DocumentationCommentCompiler.NamedType.vb"/>
    <Compile Include="Compilation\DocumentationComments\DocumentationCommentCompiler.Namespace.vb"/>
    <Compile Include="Compilation\DocumentationComments\DocumentationCommentCompiler.Property.vb"/>
    <Compile Include="Compilation\DocumentationComments\DocumentationCommentCompiler.TextUtils.vb"/>
    <Compile Include="Compilation\DocumentationComments\DocumentationCommentCompiler.vb"/>
    <Compile Include="Compilation\DocumentationComments\DocumentationCommentWalker.vb"/>
    <Compile Include="Compilation\DocumentationComments\DocWriter.vb"/>
    <Compile Include="Compilation\DocumentationComments\UnprocessedDocumentationCommentFinder.vb"/>
    <Compile Include="Compilation\ForEachStatementInfo.vb"/>
    <Compile Include="Compilation\LexicalOrderSymbolComparer.vb"/>
    <Compile Include="Compilation\LookupSymbolsInfo.vb"/>
    <Compile Include="Compilation\MethodCompiler.vb"/>
    <Compile Include="Compilation\MethodResolutionResult.vb"/>
    <Compile Include="Compilation\ModuleCompilationState.vb"/>
    <Compile Include="Compilation\NamespaceScopeBuilder.vb"/>
    <Compile Include="Compilation\OverloadResolutionResult.vb"/>
    <Compile Include="Compilation\PreprocessingSymbolInfo.vb"/>
    <Compile Include="Compilation\PublicSemanticModel.vb"/>
    <Compile Include="Compilation\QuerySymbolInfo.vb"/>
    <Compile Include="Compilation\SemanticModel.vb"/>
    <Compile Include="Compilation\SpeculativeSemanticModelWithMemberModel.vb"/>
    <Compile Include="Compilation\SpeculativeSyntaxTreeSemanticModel.vb"/>
    <Compile Include="Compilation\SymbolInfo.vb"/>
    <Compile Include="Compilation\SyntaxTreeSemanticModel.vb"/>
    <Compile Include="Compilation\SynthesizedMetadataCompiler.vb"/>
    <Compile Include="Compilation\TypeCompilationState.vb"/>
    <Compile Include="Compilation\TypeInfo.vb"/>
    <Compile Include="Compilation\VisualBasicCompilation.vb"/>
    <Compile Include="Compilation\VisualBasicCompilationReference.vb"/>
    <Compile Include="Compilation\VisualBasicCompilerDiagnosticAnalyzer.vb"/>
    <Compile Include="Compilation\VisualBasicDeterministicKeyBuilder.vb"/>
    <Compile Include="Compilation\VisualBasicDiagnosticFilter.vb"/>
    <Compile Include="Compilation\VisualBasicScriptCompilationInfo.vb"/>
    <Compile Include="Declarations\Declaration.vb"/>
    <Compile Include="Declarations\DeclarationKind.vb"/>
    <Compile Include="Declarations\DeclarationModifiers.vb"/>
    <Compile Include="Declarations\DeclarationModifiersExtensions.vb"/>
    <Compile Include="Declarations\DeclarationTable.Cache.vb"/>
    <Compile Include="Declarations\DeclarationTable.vb"/>
    <Compile Include="Declarations\DeclarationTreeBuilder.vb"/>
    <Compile Include="Declarations\GlobalNamespaceDeclaration.vb"/>
    <Compile Include="Declarations\MergedNamespaceDeclaration.vb"/>
    <Compile Include="Declarations\MergedNamespaceOrTypeDeclaration.vb"/>
    <Compile Include="Declarations\MergedTypeDeclaration.vb"/>
    <Compile Include="Declarations\RootSingleNamespaceDeclaration.vb"/>
    <Compile Include="Declarations\SingleNamespaceDeclaration.vb"/>
    <Compile Include="Declarations\SingleNamespaceOrTypeDeclaration.vb"/>
    <Compile Include="Declarations\SingleTypeDeclaration.vb"/>
    <Compile Include="DocumentationComments\DocumentationCommentIDVisitor.PartVisitor.vb"/>
    <Compile Include="DocumentationComments\DocumentationCommentIDVisitor.vb"/>
    <Compile Include="DocumentationComments\PEDocumenationCommentUtils.vb"/>
    <Compile Include="DocumentationComments\SourceDocumentationCommentUtils.vb"/>
    <Compile Include="Emit\ArrayTypeSymbolAdapter.vb"/>
    <Compile Include="Emit\AssemblyReference.vb"/>
    <Compile Include="Emit\AttributeDataAdapter.vb"/>
    <Compile Include="Emit\CustomModifierAdapter.vb"/>
    <Compile Include="Emit\EditAndContinue\EmitHelpers.vb"/>
    <Compile Include="Emit\EditAndContinue\PEDeltaAssemblyBuilder.vb"/>
    <Compile Include="Emit\EditAndContinue\VisualBasicDefinitionMap.vb"/>
    <Compile Include="Emit\EditAndContinue\VisualBasicLambdaSyntaxFacts.vb"/>
    <Compile Include="Emit\EditAndContinue\VisualBasicSymbolChanges.vb"/>
    <Compile Include="Emit\EditAndContinue\VisualBasicSymbolMatcher.vb"/>
    <Compile Include="Emit\EventSymbolAdapter.vb"/>
    <Compile Include="Emit\FieldSymbolAdapter.vb"/>
    <Compile Include="Emit\GenericMethodInstanceReference.vb"/>
    <Compile Include="Emit\GenericNamespaceTypeInstanceReference.vb"/>
    <Compile Include="Emit\GenericNestedTypeInstanceReference.vb"/>
    <Compile Include="Emit\GenericTypeInstanceReference.vb"/>
    <Compile Include="Emit\MethodReference.vb"/>
    <Compile Include="Emit\MethodSymbolAdapter.vb"/>
    <Compile Include="Emit\ModuleReference.vb"/>
    <Compile Include="Emit\NamedTypeReference.vb"/>
    <Compile Include="Emit\NamedTypeSymbolAdapter.vb"/>
    <Compile Include="Emit\NamespaceSymbolAdapter.vb"/>
    <Compile Include="Emit\NoPia\EmbeddedEvent.vb"/>
    <Compile Include="Emit\NoPia\EmbeddedField.vb"/>
    <Compile Include="Emit\NoPia\EmbeddedMethod.vb"/>
    <Compile Include="Emit\NoPia\EmbeddedParameter.vb"/>
    <Compile Include="Emit\NoPia\EmbeddedProperty.vb"/>
    <Compile Include="Emit\NoPia\EmbeddedType.vb"/>
    <Compile Include="Emit\NoPia\EmbeddedTypeParameter.vb"/>
    <Compile Include="Emit\NoPia\EmbeddedTypesManager.vb"/>
    <Compile Include="Emit\ParameterSymbolAdapter.vb"/>
    <Compile Include="Emit\ParameterTypeInformation.vb"/>
    <Compile Include="Emit\PEAssemblyBuilder.vb"/>
    <Compile Include="Emit\PEModuleBuilder.vb"/>
    <Compile Include="Emit\PENetModuleBuilder.vb"/>
    <Compile Include="Emit\PropertySymbolAdapter.vb"/>
    <Compile Include="Emit\SourceAssemblySymbolAdapter.vb"/>
    <Compile Include="Emit\SpecializedFieldReference.vb"/>
    <Compile Include="Emit\SpecializedGenericMethodInstanceReference.vb"/>
    <Compile Include="Emit\SpecializedGenericNestedTypeInstanceReference.vb"/>
    <Compile Include="Emit\SpecializedMethodReference.vb"/>
    <Compile Include="Emit\SpecializedNestedTypeReference.vb"/>
    <Compile Include="Emit\SymbolAdapter.vb"/>
    <Compile Include="Emit\SymbolTranslator.vb"/>
    <Compile Include="Emit\SynthesizedNamespaceSymbol.vb"/>
    <Compile Include="Emit\SynthesizedPrivateImplementationDetailsSharedConstructor.vb"/>
    <Compile Include="Emit\SynthesizedStaticLocalBackingFieldAdapter.vb"/>
    <Compile Include="Emit\TypeMemberReference.vb"/>
    <Compile Include="Emit\TypeParameterSymbolAdapter.vb"/>
    <Compile Include="Errors\CustomDiagnostics.vb"/>
    <Compile Include="Errors\DiagnosticBagExtensions.vb"/>
    <Compile Include="Errors\DiagnosticFormatter.vb"/>
    <Compile Include="Errors\ErrorFactories.vb"/>
    <Compile Include="Errors\ErrorFacts.vb"/>
    <Compile Include="Errors\ErrorMessageHelpers.vb"/>
    <Compile Include="Errors\Errors.vb"/>
    <Compile Include="Errors\LazyObsoleteDiagnosticInfo.vb"/>
    <Compile Include="Errors\LocalizableErrorArgument.vb"/>
    <Compile Include="Errors\MessageProvider.vb"/>
    <Compile Include="Errors\VBDiagnostic.vb"/>
    <Compile Include="Generated\BoundNodes.xml.Generated.vb"/>
    <Compile Include="Generated\ErrorFacts.Generated.vb"/>
    <Compile Include="Generated\Syntax.xml.Internal.Generated.vb"/>
    <Compile Include="Generated\Syntax.xml.Main.Generated.vb"/>
    <Compile Include="Generated\Syntax.xml.Syntax.Generated.vb"/>
    <Compile Include="GlobalImport.ImportDiagnosticInfo.vb"/>
    <Compile Include="GlobalImport.vb"/>
    <Compile Include="GlobalSuppressions.vb"/>
    <Compile Include="LanguageVersion.vb"/>
    <Compile Include="Locations\EmbeddedTreeLocation.vb"/>
    <Compile Include="Locations\LocationExtensions.vb"/>
    <Compile Include="Locations\MyTemplateLocation.vb"/>
    <Compile Include="Locations\VBLocation.vb"/>
    <Compile Include="Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Await.vb"/>
    <Compile Include="Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Expressions.vb"/>
    <Compile Include="Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Spilling.vb"/>
    <Compile Include="Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Statements.vb"/>
    <Compile Include="Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.vb"/>
    <Compile Include="Lowering\AsyncRewriter\AsyncRewriter.CapturedSymbolOrExpression.vb"/>
    <Compile Include="Lowering\AsyncRewriter\AsyncRewriter.SpillBuilder.vb"/>
    <Compile Include="Lowering\AsyncRewriter\AsyncRewriter.SpillFieldAllocator.vb"/>
    <Compile Include="Lowering\AsyncRewriter\AsyncRewriter.vb"/>
    <Compile Include="Lowering\AsyncRewriter\AsyncStateMachine.vb"/>
    <Compile Include="Lowering\AsyncRewriter\ClosureKind.vb"/>
    <Compile Include="Lowering\Diagnostics\DiagnosticsPass.vb"/>
    <Compile Include="Lowering\Diagnostics\DiagnosticsPass_ExpressionLambdas.vb"/>
    <Compile Include="Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb"/>
    <Compile Include="Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb"/>
    <Compile Include="Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_ConditionalExpresion.vb"/>
    <Compile Include="Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_Conversion.vb"/>
    <Compile Include="Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_UnaryOperator.vb"/>
    <Compile Include="Lowering\Instrumentation\CodeCoverageInstrumenter.vb"/>
    <Compile Include="Lowering\Instrumentation\CompoundInstrumenter.vb"/>
    <Compile Include="Lowering\Instrumentation\DebugInfoInjector.vb"/>
    <Compile Include="Lowering\Instrumentation\DebugInfoInjector_SequencePoints.vb"/>
    <Compile Include="Lowering\Instrumentation\Instrumenter.vb"/>
    <Compile Include="Lowering\IteratorRewriter\IteratorRewriter.IteratorMethodToClassRewriter.vb"/>
    <Compile Include="Lowering\IteratorRewriter\IteratorRewriter.vb"/>
    <Compile Include="Lowering\IteratorRewriter\IteratorStateMachine.vb"/>
    <Compile Include="Lowering\LambdaRewriter\LambdaCapturedVariable.vb"/>
    <Compile Include="Lowering\LambdaRewriter\LambdaFrame.vb"/>
    <Compile Include="Lowering\LambdaRewriter\LambdaFrameConstructor.vb"/>
    <Compile Include="Lowering\LambdaRewriter\LambdaFrameCopyConstructor.vb"/>
    <Compile Include="Lowering\LambdaRewriter\LambdaRewriter.Analysis.vb"/>
    <Compile Include="Lowering\LambdaRewriter\LambdaRewriter.vb"/>
    <Compile Include="Lowering\LambdaRewriter\SynthesizedLambdaCacheFieldSymbol.vb"/>
    <Compile Include="Lowering\LambdaRewriter\SynthesizedLambdaMethod.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_AddRemoveHandler.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_AnonymousTypeCreationExpression.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_AsNewLocalDeclarations.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_Block.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_Call.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_ConditionalAccess.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_ConditionalExpressions.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_Constant.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_Continue.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_Conversion.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_DelegateCreation.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_DimStatement.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_DoLoop.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_Erase.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_Exit.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_ExpressionStatement.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_FieldAccess.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_FieldOrPropertyInitializer.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_Flags.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_ForEach.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_ForTo.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_Goto.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_HostObjectMemberReference.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_If.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_InterpolatedString.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_Label.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_Lambda.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_LateAddressOf.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_LateBindingHelpers.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_LateInvocation.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_LateMemberAccess.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_LocalDeclaration.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_NullableHelpers.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_ObjectCreation.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_OmittedArgument.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_PreviousSubmissionReference.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_PropertyAccess.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_Query.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_RaiseEvent.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_Redim.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_RedimClause.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_Return.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_SelectCase.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_StringConcat.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_SyncLock.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_Throw.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_Try.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_TupleLiteralExpression.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_UnaryOperators.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_Using.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_While.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_With.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_XmlLiteralFixupData.vb"/>
    <Compile Include="Lowering\LocalRewriter\LocalRewriter_XmlLiterals.vb"/>
    <Compile Include="Lowering\MethodToClassRewriter\MethodToClassRewriter.MyBaseMyClassWrapper.vb"/>
    <Compile Include="Lowering\MethodToClassRewriter\MethodToClassRewriter.vb"/>
    <Compile Include="Lowering\Rewriter.vb"/>
    <Compile Include="Lowering\StateMachineRewriter\StateMachineFieldSymbol.vb"/>
    <Compile Include="Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb"/>
    <Compile Include="Lowering\StateMachineRewriter\StateMachineRewriter.vb"/>
    <Compile Include="Lowering\StateMachineRewriter\StateMachineTypeSymbol.vb"/>
    <Compile Include="Lowering\StateMachineRewriter\SynthesizedContainer.vb"/>
    <Compile Include="Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.vb"/>
    <Compile Include="Lowering\StateMachineRewriter\SynthesizedStateMachineProperty.vb"/>
    <Compile Include="Lowering\SynthesizedSubmissionFields.vb"/>
    <Compile Include="Lowering\SyntheticBoundNodeFactory.vb"/>
    <Compile Include="Lowering\UseTwiceRewriter.vb"/>
    <Compile Include="Lowering\WithExpressionRewriter.vb"/>
    <Compile Include="Operations\IBoundNodeWithIOperationChildren.vb"/>
    <Compile Include="Operations\VisualBasicOperationFactory.vb"/>
    <Compile Include="Operations\VisualBasicOperationFactory_Methods.vb"/>
    <Compile Include="Operations\VisualBasicOperationFactory_QueryLambdaRewriter.vb"/>
    <Compile Include="OptionStrict.vb"/>
    <Compile Include="OptionsValidator.vb"/>
    <Compile Include="Parser\BlockContexts\BlockContext.vb"/>
    <Compile Include="Parser\BlockContexts\BlockContextExtensions.vb"/>
    <Compile Include="Parser\BlockContexts\CaseBlockContext.vb"/>
    <Compile Include="Parser\BlockContexts\CatchPartContext.vb"/>
    <Compile Include="Parser\BlockContexts\CompilationUnitContext.vb"/>
    <Compile Include="Parser\BlockContexts\DeclarationContext.vb"/>
    <Compile Include="Parser\BlockContexts\DoLoopBlockContext.vb"/>
    <Compile Include="Parser\BlockContexts\EnumDeclarationBlockContext.vb"/>
    <Compile Include="Parser\BlockContexts\EventBlockContext.vb"/>
    <Compile Include="Parser\BlockContexts\ExecutableStatementContext.vb"/>
    <Compile Include="Parser\BlockContexts\FinallyPartBlock.vb"/>
    <Compile Include="Parser\BlockContexts\ForBlockContext.vb"/>
    <Compile Include="Parser\BlockContexts\IfBlockContext.vb"/>
    <Compile Include="Parser\BlockContexts\IfPartContext.vb"/>
    <Compile Include="Parser\BlockContexts\InterfaceDeclarationBlockContext.vb"/>
    <Compile Include="Parser\BlockContexts\LambdaContext.vb"/>
    <Compile Include="Parser\BlockContexts\MethodBlockContext.vb"/>
    <Compile Include="Parser\BlockContexts\NamespaceBlockContext.vb"/>
    <Compile Include="Parser\BlockContexts\PropertyBlockContext.vb"/>
    <Compile Include="Parser\BlockContexts\SelectBlockContext.vb"/>
    <Compile Include="Parser\BlockContexts\SingleLineElseContext.vb"/>
    <Compile Include="Parser\BlockContexts\SingleLineIfBlockContext.vb"/>
    <Compile Include="Parser\BlockContexts\SingleLineIfOrElseBlockContext.vb"/>
    <Compile Include="Parser\BlockContexts\SingleLineLambdaContext.vb"/>
    <Compile Include="Parser\BlockContexts\StatementBlockContext.vb"/>
    <Compile Include="Parser\BlockContexts\TryBlockContext.vb"/>
    <Compile Include="Parser\BlockContexts\TypeBlockContext.vb"/>
    <Compile Include="Parser\ISyntaxFactoryContext.vb"/>
    <Compile Include="Parser\ParseConditional.vb"/>
    <Compile Include="Parser\ParseExpression.vb"/>
    <Compile Include="Parser\ParseInterpolatedString.vb"/>
    <Compile Include="Parser\ParseQuery.vb"/>
    <Compile Include="Parser\Parser.vb"/>
    <Compile Include="Parser\ParseReportError.vb"/>
    <Compile Include="Parser\ParserExtensions.vb"/>
    <Compile Include="Parser\ParserFeature.vb"/>
    <Compile Include="Parser\ParseScan.vb"/>
    <Compile Include="Parser\ParseStatement.vb"/>
    <Compile Include="Parser\ParseTerminal.vb"/>
    <Compile Include="Parser\ParseVerify.vb"/>
    <Compile Include="Parser\ParseXml.vb"/>
    <Compile Include="PredefinedPreprocessorSymbols.vb"/>
    <Compile Include="Preprocessor\CConst.vb"/>
    <Compile Include="Preprocessor\ExpressionEvaluator.vb"/>
    <Compile Include="Preprocessor\OperatorResolution.vb"/>
    <Compile Include="Preprocessor\TypeHelpers.vb"/>
    <Compile Include="Scanner\Blender.vb"/>
    <Compile Include="Scanner\CharacterInfo.vb"/>
    <Compile Include="Scanner\Directives.vb"/>
    <Compile Include="Scanner\KeywordTable.vb"/>
    <Compile Include="Scanner\QuickTokenAccumulator.vb"/>
    <Compile Include="Scanner\Scanner.vb"/>
    <Compile Include="Scanner\ScannerBuffer.vb"/>
    <Compile Include="Scanner\ScannerInterpolatedString.vb"/>
    <Compile Include="Scanner\ScannerXml.vb"/>
    <Compile Include="Scanner\TokenFactories.vb"/>
    <Compile Include="Scanner\TokenStream.vb"/>
    <Compile Include="Scanner\XmlCharacterGlobalHelpers.vb"/>
    <Compile Include="Scanner\XmlDocComments.vb"/>
    <Compile Include="Scanner\XmlTokenFactories.vb"/>
    <Compile Include="Semantics\AccessCheck.vb"/>
    <Compile Include="Semantics\CompileTimeCalculations.vb"/>
    <Compile Include="Semantics\Conversions.vb"/>
    <Compile Include="Semantics\Operators.vb"/>
    <Compile Include="Semantics\OverloadResolution.vb"/>
    <Compile Include="Semantics\SemanticFacts.vb"/>
    <Compile Include="Semantics\StatementSyntaxWalker.vb"/>
    <Compile Include="Semantics\TypeInference\Graph.vb"/>
    <Compile Include="Semantics\TypeInference\RequiredConversion.vb"/>
    <Compile Include="Semantics\TypeInference\TypeArgumentInference.vb"/>
    <Compile Include="Semantics\TypeInference\TypeInferenceCollection.vb"/>
    <Compile Include="SourceGeneration\VisualBasicGeneratorDriver.vb"/>
    <Compile Include="SourceGeneration\VisualBasicSyntaxHelper.vb"/>
    <Compile Include="StringConstants.vb"/>
    <Compile Include="SymbolDisplay\CustomSymbolDisplayFormatter.vb"/>
    <Compile Include="SymbolDisplay\ObjectDisplay.vb"/>
    <Compile Include="SymbolDisplay\SymbolDisplay.vb"/>
    <Compile Include="SymbolDisplay\SymbolDisplayVisitor.Members.vb"/>
    <Compile Include="SymbolDisplay\SymbolDisplayVisitor.Types.vb"/>
    <Compile Include="SymbolDisplay\SymbolDisplayVisitor.vb"/>
    <Compile Include="SymbolDisplay\SymbolDisplayVisitor_Constants.vb"/>
    <Compile Include="SymbolDisplay\SymbolDisplayVisitor_Minimal.vb"/>
    <Compile Include="Symbols\AccessibilityExtensions.vb"/>
    <Compile Include="Symbols\AliasSymbol.vb"/>
    <Compile Include="Symbols\AnonymousTypes\AnonymousTypeDescriptor.vb"/>
    <Compile Include="Symbols\AnonymousTypes\AnonymousTypeExtensions.vb"/>
    <Compile Include="Symbols\AnonymousTypes\AnonymousTypeManager.vb"/>
    <Compile Include="Symbols\AnonymousTypes\AnonymousTypeManager_Templates.vb"/>
    <Compile Include="Symbols\AnonymousTypes\AnonymousType_SymbolCollection.vb"/>
    <Compile Include="Symbols\AnonymousTypes\CRC32.vb"/>
    <Compile Include="Symbols\AnonymousTypes\PublicSymbols\AnonymousDelegate_TypePublicSymbol.vb"/>
    <Compile Include="Symbols\AnonymousTypes\PublicSymbols\AnonymousTypeOrDelegatePublicSymbol.vb"/>
    <Compile Include="Symbols\AnonymousTypes\PublicSymbols\AnonymousType_PropertyPublicAccessors.vb"/>
    <Compile Include="Symbols\AnonymousTypes\PublicSymbols\AnonymousType_PropertyPublicSymbol.vb"/>
    <Compile Include="Symbols\AnonymousTypes\PublicSymbols\AnonymousType_TypePublicSymbol.vb"/>
    <Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousDelegate_TemplateSymbol.vb"/>
    <Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTemplateSymbol.vb"/>
    <Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTypeParameterSymbol.vb"/>
    <Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegate_ParameterSymbol.vb"/>
    <Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_ConstructorSymbol.vb"/>
    <Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_EqualsMethodSymbol.vb"/>
    <Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_GetHashCodeMethodSymbol.vb"/>
    <Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_IEquatable_EqualsMethodSymbol.vb"/>
    <Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_PropertyAccessors.vb"/>
    <Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_PropertyBackingFieldSymbol.vb"/>
    <Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_PropertySymbol.vb"/>
    <Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_TemplateSymbol.vb"/>
    <Compile Include="Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_ToStringMethodSymbol.vb"/>
    <Compile Include="Symbols\ArrayTypeSymbol.vb"/>
    <Compile Include="Symbols\AssemblySymbol.vb"/>
    <Compile Include="Symbols\Attributes\AttributeData.vb"/>
    <Compile Include="Symbols\Attributes\PEAttributeData.vb"/>
    <Compile Include="Symbols\Attributes\RetargetingAttributeData.vb"/>
    <Compile Include="Symbols\Attributes\SourceAttributeData.vb"/>
    <Compile Include="Symbols\Attributes\WellKnownAttributeData\EventWellKnownAttributeData.vb"/>
    <Compile Include="Symbols\Attributes\WellKnownAttributeData\MethodEarlyWellKnownAttributeData.vb"/>
    <Compile Include="Symbols\Attributes\WellKnownAttributeData\MethodWellKnownAttributeData.vb"/>
    <Compile Include="Symbols\Attributes\WellKnownAttributeData\ParameterEarlyWellKnownAttributeData.vb"/>
    <Compile Include="Symbols\Attributes\WellKnownAttributeData\TypeEarlyWellKnownAttributeData.vb"/>
    <Compile Include="Symbols\BaseTypeAnalysis.vb"/>
    <Compile Include="Symbols\ConstantValueUtils.vb"/>
    <Compile Include="Symbols\ConstraintsHelper.vb"/>
    <Compile Include="Symbols\CustomModifier.vb"/>
    <Compile Include="Symbols\EmbeddedSymbols\EmbeddedResources.vb"/>
    <Compile Include="Symbols\EmbeddedSymbols\EmbeddedSymbolExtensions.vb"/>
    <Compile Include="Symbols\EmbeddedSymbols\EmbeddedSymbolKind.vb"/>
    <Compile Include="Symbols\EmbeddedSymbols\EmbeddedSymbolManager.SymbolsCollection.vb"/>
    <Compile Include="Symbols\EmbeddedSymbols\EmbeddedSymbolManager.vb"/>
    <Compile Include="Symbols\EmbeddedSymbols\Symbols\EmbeddedNamedTypeSymbol.vb"/>
    <Compile Include="Symbols\ErrorMethodSymbol.vb"/>
    <Compile Include="Symbols\ErrorTypeSymbol.vb"/>
    <Compile Include="Symbols\EventSignatureComparer.vb"/>
    <Compile Include="Symbols\EventSymbol.vb"/>
    <Compile Include="Symbols\ExtendedErrorTypeSymbol.vb"/>
    <Compile Include="Symbols\ExtensionMethods.vb"/>
    <Compile Include="Symbols\FieldOrPropertyInitializer.vb"/>
    <Compile Include="Symbols\FieldSymbol.vb"/>
    <Compile Include="Symbols\HandledEvent.vb"/>
    <Compile Include="Symbols\IndexedTypeParameterSymbol.vb"/>
    <Compile Include="Symbols\InstanceErrorTypeSymbol.vb"/>
    <Compile Include="Symbols\InstanceTypeSymbol.vb"/>
    <Compile Include="Symbols\LabelSymbol.vb"/>
    <Compile Include="Symbols\LexicalSortKey.vb"/>
    <Compile Include="Symbols\MemberSignatureComparer.vb"/>
    <Compile Include="Symbols\MergedNamespaceSymbol.vb"/>
    <Compile Include="Symbols\MetadataOrSourceAssemblySymbol.vb"/>
    <Compile Include="Symbols\Metadata\PE\MemberRefMetadataDecoder.vb"/>
    <Compile Include="Symbols\Metadata\PE\MetadataDecoder.vb"/>
    <Compile Include="Symbols\Metadata\PE\PEAssemblySymbol.vb"/>
    <Compile Include="Symbols\Metadata\PE\PEEventSymbol.vb"/>
    <Compile Include="Symbols\Metadata\PE\PEFieldSymbol.vb"/>
    <Compile Include="Symbols\Metadata\PE\PEGlobalNamespaceSymbol.vb"/>
    <Compile Include="Symbols\Metadata\PE\PEMethodSymbol.vb"/>
    <Compile Include="Symbols\Metadata\PE\PEModuleSymbol.vb"/>
    <Compile Include="Symbols\Metadata\PE\PENamedTypeSymbol.vb"/>
    <Compile Include="Symbols\Metadata\PE\PENamedTypeSymbolWithEmittedNamespaceName.vb"/>
    <Compile Include="Symbols\Metadata\PE\PENamespaceSymbol.vb"/>
    <Compile Include="Symbols\Metadata\PE\PENestedNamespaceSymbol.vb"/>
    <Compile Include="Symbols\Metadata\PE\PEParameterSymbol.vb"/>
    <Compile Include="Symbols\Metadata\PE\PEPropertyOrEventHelpers.vb"/>
    <Compile Include="Symbols\Metadata\PE\PEPropertySymbol.vb"/>
    <Compile Include="Symbols\Metadata\PE\PETypeParameterSymbol.vb"/>
    <Compile Include="Symbols\Metadata\PE\PEUtilities.vb"/>
    <Compile Include="Symbols\Metadata\PE\SymbolFactory.vb"/>
    <Compile Include="Symbols\Metadata\PE\TupleTypeDecoder.vb"/>
    <Compile Include="Symbols\MethodKindExtensions.vb"/>
    <Compile Include="Symbols\MethodSignatureComparer.vb"/>
    <Compile Include="Symbols\MethodSymbol.vb"/>
    <Compile Include="Symbols\MethodSymbolExtensions.vb"/>
    <Compile Include="Symbols\MissingAssemblySymbol.vb"/>
    <Compile Include="Symbols\MissingMetadataTypeSymbol.vb"/>
    <Compile Include="Symbols\MissingModuleSymbol.vb"/>
    <Compile Include="Symbols\MissingNamespaceSymbol.vb"/>
    <Compile Include="Symbols\ModuleSymbol.vb"/>
    <Compile Include="Symbols\NamedTypeSymbol.vb"/>
    <Compile Include="Symbols\NamedTypeSymbolExtensions.vb"/>
    <Compile Include="Symbols\NamespaceExtent.vb"/>
    <Compile Include="Symbols\NamespaceOrTypeSymbol.vb"/>
    <Compile Include="Symbols\NamespaceSymbol.vb"/>
    <Compile Include="Symbols\NonMissingAssemblySymbol.vb"/>
    <Compile Include="Symbols\NonMissingModuleSymbol.vb"/>
    <Compile Include="Symbols\NoPiaAmbiguousCanonicalTypeSymbol.vb"/>
    <Compile Include="Symbols\NoPiaIllegalGenericInstantiationSymbol.vb"/>
    <Compile Include="Symbols\NoPiaMissingCanonicalTypeSymbol.vb"/>
    <Compile Include="Symbols\ObsoleteAttributeHelpers.vb"/>
    <Compile Include="Symbols\OverriddenMembersResult.vb"/>
    <Compile Include="Symbols\ParameterSymbol.vb"/>
    <Compile Include="Symbols\PEOrSourceOrMergedNamespaceSymbol.vb"/>
    <Compile Include="Symbols\PointerTypeSymbol.vb"/>
    <Compile Include="Symbols\PreprocessingSymbol.vb"/>
    <Compile Include="Symbols\PropertySignatureComparer.vb"/>
    <Compile Include="Symbols\PropertySymbol.vb"/>
    <Compile Include="Symbols\PropertySymbolExtensions.vb"/>
    <Compile Include="Symbols\ReducedExtensionMethodSymbol.vb"/>
    <Compile Include="Symbols\ReferenceManager.vb"/>
    <Compile Include="Symbols\Retargeting\RetargetingAssemblySymbol.vb"/>
    <Compile Include="Symbols\Retargeting\RetargetingEventSymbol.vb"/>
    <Compile Include="Symbols\Retargeting\RetargetingFieldSymbol.vb"/>
    <Compile Include="Symbols\Retargeting\RetargetingMethodSymbol.vb"/>
    <Compile Include="Symbols\Retargeting\RetargetingModuleSymbol.vb"/>
    <Compile Include="Symbols\Retargeting\RetargetingNamedTypeSymbol.vb"/>
    <Compile Include="Symbols\Retargeting\RetargetingNamespaceSymbol.vb"/>
    <Compile Include="Symbols\Retargeting\RetargetingParameterSymbol.vb"/>
    <Compile Include="Symbols\Retargeting\RetargetingPropertySymbol.vb"/>
    <Compile Include="Symbols\Retargeting\RetargetingSymbolTranslator.vb"/>
    <Compile Include="Symbols\Retargeting\RetargetingTypeParameterSymbol.vb"/>
    <Compile Include="Symbols\SignatureOnlyMethodSymbol.vb"/>
    <Compile Include="Symbols\SignatureOnlyParameterSymbol.vb"/>
    <Compile Include="Symbols\SignatureOnlyPropertySymbol.vb"/>
    <Compile Include="Symbols\Source\AttributeLocation.vb"/>
    <Compile Include="Symbols\Source\BoundLambdaParameterSymbol.vb"/>
    <Compile Include="Symbols\Source\CrefTypeParameterSymbol.vb"/>
    <Compile Include="Symbols\Source\CustomEventAccessorSymbol.vb"/>
    <Compile Include="Symbols\Source\CustomModifierUtils.vb"/>
    <Compile Include="Symbols\Source\IAttributeTargetSymbol.vb"/>
    <Compile Include="Symbols\Source\ImplementsHelper.vb"/>
    <Compile Include="Symbols\Source\ImplicitNamedTypeSymbol.vb"/>
    <Compile Include="Symbols\Source\LambdaParameterSymbol.vb"/>
    <Compile Include="Symbols\Source\LambdaSymbol.vb"/>
    <Compile Include="Symbols\Source\LocalDeclarationKind.vb"/>
    <Compile Include="Symbols\Source\LocalSymbol.vb"/>
    <Compile Include="Symbols\Source\MeParameterSymbol.vb"/>
    <Compile Include="Symbols\Source\OverloadingHelper.vb"/>
    <Compile Include="Symbols\Source\OverrideHidingHelper.vb"/>
    <Compile Include="Symbols\Source\QuickAttributeChecker.vb"/>
    <Compile Include="Symbols\Source\RangeVariableSymbol.vb"/>
    <Compile Include="Symbols\Source\SourceAssemblySymbol.vb"/>
    <Compile Include="Symbols\Source\SourceClonedParameterSymbol.vb"/>
    <Compile Include="Symbols\Source\SourceComplexParameterSymbol.vb"/>
    <Compile Include="Symbols\Source\SourceDeclareMethodSymbol.vb"/>
    <Compile Include="Symbols\Source\SourceDelegateClonedParameterSymbolForBeginAndEndInvoke.vb"/>
    <Compile Include="Symbols\Source\SourceDelegateMethodSymbol.vb"/>
    <Compile Include="Symbols\Source\SourceEnumConstantSymbol.vb"/>
    <Compile Include="Symbols\Source\SourceEventSymbol.vb"/>
    <Compile Include="Symbols\Source\SourceFieldSymbol.vb"/>
    <Compile Include="Symbols\Source\SourceFile.vb"/>
    <Compile Include="Symbols\Source\SourceLabelSymbol.vb"/>
    <Compile Include="Symbols\Source\SourceLambdaSymbol.vb"/>
    <Compile Include="Symbols\Source\SourceMemberContainerTypeSymbol.vb"/>
    <Compile Include="Symbols\Source\SourceMemberFieldSymbol.vb"/>
    <Compile Include="Symbols\Source\SourceMemberMethodSymbol.vb"/>
    <Compile Include="Symbols\Source\SourceMethodSymbol.vb"/>
    <Compile Include="Symbols\Source\SourceModuleSymbol.BoundImports.vb"/>
    <Compile Include="Symbols\Source\SourceModuleSymbol.vb"/>
    <Compile Include="Symbols\Source\SourceNamedTypeSymbol.vb"/>
    <Compile Include="Symbols\Source\SourceNamedTypeSymbol_ComClass.vb"/>
    <Compile Include="Symbols\Source\SourceNamedTypeSymbol_GroupClass.vb"/>
    <Compile Include="Symbols\Source\SourceNamespaceSymbol.vb"/>
    <Compile Include="Symbols\Source\SourceParameterSymbol.vb"/>
    <Compile Include="Symbols\Source\SourceParameterSymbolBase.vb"/>
    <Compile Include="Symbols\Source\SourcePropertyAccessorSymbol.vb"/>
    <Compile Include="Symbols\Source\SourcePropertyClonedParameterSymbolForAccessors.vb"/>
    <Compile Include="Symbols\Source\SourcePropertySymbol.vb"/>
    <Compile Include="Symbols\Source\SourceSimpleParameterSymbol.vb"/>
    <Compile Include="Symbols\Source\SourceSymbolHelpers.vb"/>
    <Compile Include="Symbols\Source\SourceTypeParameterSymbol.vb"/>
    <Compile Include="Symbols\Source\SourceWithEventsBackingFieldSymbol.vb"/>
    <Compile Include="Symbols\Source\SynthesizedBackingFieldSymbol.vb"/>
    <Compile Include="Symbols\Source\SynthesizedConstructorSymbol.vb"/>
    <Compile Include="Symbols\Source\SynthesizedEntryPointSymbol.vb"/>
    <Compile Include="Symbols\Source\SynthesizedEventAccessorSymbol.vb"/>
    <Compile Include="Symbols\Source\SynthesizedEventBackingFieldSymbol.vb"/>
    <Compile Include="Symbols\Source\SynthesizedFieldSymbol.vb"/>
    <Compile Include="Symbols\Source\SynthesizedInteractiveInitializerMethod.vb"/>
    <Compile Include="Symbols\Source\SynthesizedLambdaKind.vb"/>
    <Compile Include="Symbols\Source\SynthesizedLambdaSymbol.vb"/>
    <Compile Include="Symbols\Source\SynthesizedMainTypeEntryPoint.vb"/>
    <Compile Include="Symbols\Source\SynthesizedMyGroupCollectionPropertyAccessorSymbol.vb"/>
    <Compile Include="Symbols\Source\SynthesizedMyGroupCollectionPropertyBackingFieldSymbol.vb"/>
    <Compile Include="Symbols\Source\SynthesizedMyGroupCollectionPropertySymbol.vb"/>
    <Compile Include="Symbols\Source\SynthesizedStaticLocalBackingField.vb"/>
    <Compile Include="Symbols\Source\SynthesizedSubmissionConstructorSymbol.vb"/>
    <Compile Include="Symbols\Source\SynthesizedWithEventsAccessorSymbol.vb"/>
    <Compile Include="Symbols\Source\TypeParameterConstraintKind.vb"/>
    <Compile Include="Symbols\Source\UnboundLambdaParameterSymbol.vb"/>
    <Compile Include="Symbols\SpecialMembers.vb"/>
    <Compile Include="Symbols\SpecialTypeExtensions.vb"/>
    <Compile Include="Symbols\SubstitutableTypeParameterSymbol.vb"/>
    <Compile Include="Symbols\SubstitutedErrorType.vb"/>
    <Compile Include="Symbols\SubstitutedEventSymbol.vb"/>
    <Compile Include="Symbols\SubstitutedFieldSymbol.vb"/>
    <Compile Include="Symbols\SubstitutedMethodSymbol.vb"/>
    <Compile Include="Symbols\SubstitutedNamedType.vb"/>
    <Compile Include="Symbols\SubstitutedParameterSymbol.vb"/>
    <Compile Include="Symbols\SubstitutedPropertySymbol.vb"/>
    <Compile Include="Symbols\SubstitutedTypeParameterSymbol.vb"/>
    <Compile Include="Symbols\Symbol.vb"/>
    <Compile Include="Symbols\SymbolExtensions.vb"/>
    <Compile Include="Symbols\SymbolVisitor.vb"/>
    <Compile Include="Symbols\SymbolVisitor`1.vb"/>
    <Compile Include="Symbols\SymbolVisitor`2.vb"/>
    <Compile Include="Symbols\Symbol_Attributes.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\GeneratedNameConstants.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\GeneratedNameKind.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\GeneratedNameParser.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\GeneratedNames.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\SynthesizedAccessor.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\SynthesizedAttributeData.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\SynthesizedBackingFieldBase.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\SynthesizedClonedTypeParameterSymbol.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\SynthesizedConstructorBase.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\SynthesizedDelegateMethodSymbol.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\SynthesizedEventDelegateSymbol.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\SynthesizedGlobalMethodBase.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\SynthesizedGlobal_StringSwitchHashMethodSymbol.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\SynthesizedHotReloadExceptionConstructorSymbol.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\SynthesizedHotReloadExceptionSymbol.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\SynthesizedInterfaceImplementationStubSymbol.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\SynthesizedIntrinsicOperatorSymbol.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\SynthesizedLocal.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\SynthesizedMethod.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\SynthesizedMethodBase.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\SynthesizedOverridingWitheventsProperty.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\SynthesizedParameterSymbol.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\SynthesizedPropertyAccessorBase.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\SynthesizedPropertyBase.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\SynthesizedRegularMethodBase.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\SynthesizedSimpleConstructorSymbol.vb"/>
    <Compile Include="Symbols\SynthesizedSymbols\SynthesizedSimpleMethodSymbol.vb"/>
    <Compile Include="Symbols\Tuples\TupleErrorFieldSymbol.vb"/>
    <Compile Include="Symbols\Tuples\TupleEventSymbol.vb"/>
    <Compile Include="Symbols\Tuples\TupleFieldSymbol.vb"/>
    <Compile Include="Symbols\Tuples\TupleMethodSymbol.vb"/>
    <Compile Include="Symbols\Tuples\TupleParameterSymbol.vb"/>
    <Compile Include="Symbols\Tuples\TuplePropertySymbol.vb"/>
    <Compile Include="Symbols\Tuples\TupleTypeSymbol.vb"/>
    <Compile Include="Symbols\TypedConstant.vb"/>
    <Compile Include="Symbols\TypeParameterConstraint.vb"/>
    <Compile Include="Symbols\TypeParameterSymbol.vb"/>
    <Compile Include="Symbols\TypeSubstitution.vb"/>
    <Compile Include="Symbols\TypeSymbol.vb"/>
    <Compile Include="Symbols\TypeSymbolExtensions.vb"/>
    <Compile Include="Symbols\TypeWithModifiers.vb"/>
    <Compile Include="Symbols\UnboundGenericType.vb"/>
    <Compile Include="Symbols\UnsupportedMetadataTypeSymbol.vb"/>
    <Compile Include="Symbols\UsedAssemblies.vb"/>
    <Compile Include="Symbols\WellKnownMembers.vb"/>
    <Compile Include="Symbols\Wrapped\WrappedEventSymbol.vb"/>
    <Compile Include="Symbols\Wrapped\WrappedFieldSymbol.vb"/>
    <Compile Include="Symbols\Wrapped\WrappedMethodSymbol.vb"/>
    <Compile Include="Symbols\Wrapped\WrappedNamedTypeSymbol.vb"/>
    <Compile Include="Symbols\Wrapped\WrappedParameterSymbol.vb"/>
    <Compile Include="Symbols\Wrapped\WrappedPropertySymbol.vb"/>
    <Compile Include="Symbols\Wrapped\WrappedTypeParameterSymbol.vb"/>
    <Compile Include="Syntax\ArgumentSyntax.vb"/>
    <Compile Include="Syntax\ArrayRankSpecifierSyntax.vb"/>
    <Compile Include="Syntax\BaseSyntaxExtensions.vb"/>
    <Compile Include="Syntax\BeginOfBlockSyntaxReference.vb"/>
    <Compile Include="Syntax\CaseBlockSyntax.vb"/>
    <Compile Include="Syntax\CompilationUnitSyntax.vb"/>
    <Compile Include="Syntax\CrefOperatorReferenceSyntax.vb"/>
    <Compile Include="Syntax\DirectiveTriviaSyntax.vb"/>
    <Compile Include="Syntax\ForOrForEachBlockSyntax.vb"/>
    <Compile Include="Syntax\InternalSyntax\BadTokenSyntax.vb"/>
    <Compile Include="Syntax\InternalSyntax\ComplexIdentifierSyntax.vb"/>
    <Compile Include="Syntax\InternalSyntax\DocumentationCommentTriviaSyntax.vb"/>
    <Compile Include="Syntax\InternalSyntax\IdentifierTokenSyntax.vb"/>
    <Compile Include="Syntax\InternalSyntax\SimpleIdentifierSyntax.vb"/>
    <Compile Include="Syntax\InternalSyntax\StructuredTriviaSyntax.vb"/>
    <Compile Include="Syntax\InternalSyntax\SyntaxFactory.vb"/>
    <Compile Include="Syntax\InternalSyntax\SyntaxLiterals.vb"/>
    <Compile Include="Syntax\InternalSyntax\SyntaxNode.vb"/>
    <Compile Include="Syntax\InternalSyntax\SyntaxNodeExtensions.vb"/>
    <Compile Include="Syntax\InternalSyntax\SyntaxNodeFactories.vb"/>
    <Compile Include="Syntax\InternalSyntax\SyntaxNodePartials.vb"/>
    <Compile Include="Syntax\InternalSyntax\SyntaxReplacer.vb"/>
    <Compile Include="Syntax\InternalSyntax\SyntaxSubKind.vb"/>
    <Compile Include="Syntax\InternalSyntax\SyntaxToken.vb"/>
    <Compile Include="Syntax\InternalSyntax\SyntaxTrivia.vb"/>
    <Compile Include="Syntax\InternalSyntax\VisualBasicSyntaxNodeCache.vb"/>
    <Compile Include="Syntax\InternalSyntax\VisualBasicSyntaxRewriter.vb"/>
    <Compile Include="Syntax\LambdaUtilities.vb"/>
    <Compile Include="Syntax\MethodBaseSyntax.vb"/>
    <Compile Include="Syntax\MethodBlockBaseSyntax.vb"/>
    <Compile Include="Syntax\MultiLineLambdaExpressionSyntax.vb"/>
    <Compile Include="Syntax\NamespaceDeclarationSyntaxReference.vb"/>
    <Compile Include="Syntax\NameSyntax.vb"/>
    <Compile Include="Syntax\SimpleSyntaxReference.vb"/>
    <Compile Include="Syntax\SingleLineLambdaExpressionSyntax.vb"/>
    <Compile Include="Syntax\SkippedTokensTriviaSyntax.vb"/>
    <Compile Include="Syntax\StructuredTriviaSyntax.vb"/>
    <Compile Include="Syntax\SyntaxBindingUtilities.vb"/>
    <Compile Include="Syntax\SyntaxEquivalence.vb"/>
    <Compile Include="Syntax\SyntaxExtensions.vb"/>
    <Compile Include="Syntax\SyntaxFactory.vb"/>
    <Compile Include="Syntax\SyntaxFacts.vb"/>
    <Compile Include="Syntax\SyntaxKind.vb"/>
    <Compile Include="Syntax\SyntaxKindEqualityComparer.vb"/>
    <Compile Include="Syntax\SyntaxKindExtensions.vb"/>
    <Compile Include="Syntax\SyntaxKindFacts.vb"/>
    <Compile Include="Syntax\SyntaxNodeExtensions.vb"/>
    <Compile Include="Syntax\SyntaxNodeFactories.vb"/>
    <Compile Include="Syntax\SyntaxNodePartials.vb"/>
    <Compile Include="Syntax\SyntaxNodeRemover.vb"/>
    <Compile Include="Syntax\SyntaxNormalizer.vb"/>
    <Compile Include="Syntax\SyntaxReplacer.vb"/>
    <Compile Include="Syntax\SyntaxTreeDiagnosticEnumerator.vb"/>
    <Compile Include="Syntax\TypeBlockSyntax.vb"/>
    <Compile Include="Syntax\TypeStatementSyntax.vb"/>
    <Compile Include="Syntax\VisualBasicLineDirectiveMap.vb"/>
    <Compile Include="Syntax\VisualBasicSyntaxNode.vb"/>
    <Compile Include="Syntax\VisualBasicSyntaxNode_TreeTraversalHelpers.vb"/>
    <Compile Include="Syntax\VisualBasicSyntaxRewriter.vb"/>
    <Compile Include="Syntax\VisualBasicSyntaxTree.ConditionalSymbolsMap.vb"/>
    <Compile Include="Syntax\VisualBasicSyntaxTree.DebuggerSyntaxTree.vb"/>
    <Compile Include="Syntax\VisualBasicSyntaxTree.DummySyntaxTree.vb"/>
    <Compile Include="Syntax\VisualBasicSyntaxTree.LazySyntaxTree.vb"/>
    <Compile Include="Syntax\VisualBasicSyntaxTree.ParsedSyntaxTree.vb"/>
    <Compile Include="Syntax\VisualBasicSyntaxTree.vb"/>
    <Compile Include="Syntax\VisualBasicSyntaxVisitor.vb"/>
    <Compile Include="Syntax\VisualBasicSyntaxWalker.vb"/>
    <Compile Include="Syntax\VisualBasicWarningStateMap.vb"/>
    <Compile Include="Utilities\TypeUnification.vb"/>
    <Compile Include="Utilities\VarianceAmbiguity.vb"/>
    <Compile Include="VisualBasicCompilationOptions.vb"/>
    <Compile Include="VisualBasicExtensions.vb"/>
    <Compile Include="VisualBasicFileSystemExtensions.vb"/>
    <Compile Include="VisualBasicParseOptions.vb"/>
    <Compile Include="..\BasicAnalyzerDriver\VisualBasicDeclarationComputer.vb" Link="src\Compilers\VisualBasic\BasicAnalyzerDriver\VisualBasicDeclarationComputer.vb"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.VisualBasic\Release\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.vb" Link="artifacts\obj\Microsoft.CodeAnalysis.VisualBasic\Release\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.vb"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.VisualBasic\Release\net9.0\Microsoft.CodeAnalysis.VisualBasic.InternalsVisibleTo.vb" Link="artifacts\obj\Microsoft.CodeAnalysis.VisualBasic\Release\net9.0\Microsoft.CodeAnalysis.VisualBasic.InternalsVisibleTo.vb"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.VisualBasic\Release\net9.0\Microsoft.CodeAnalysis.VisualBasic.VBResources.vb" Link="artifacts\obj\Microsoft.CodeAnalysis.VisualBasic\Release\net9.0\Microsoft.CodeAnalysis.VisualBasic.VBResources.vb"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.VisualBasic\Release\net9.0\Microsoft.CodeAnalysis.VisualBasic.AssemblyInfo.vb" Link="artifacts\obj\Microsoft.CodeAnalysis.VisualBasic\Release\net9.0\Microsoft.CodeAnalysis.VisualBasic.AssemblyInfo.vb"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\3a2449eb483a49b5ac7abf3cf4378c07\Microsoft.CodeAnalysis.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\28ea35a279cc4548be9cc15db492bb6f\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bfca65f9066d4c00930a865cf9233417\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4247f868b944471e89686ad3de9f9cfb\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\189af208e8ea47088a5eaac9ba841686\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\10ef8bdb4ef74436b3f4c06a297342ed\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\37f319d310f74116b750c8f0843c5a54\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8f667e9edd97444d944aea09c588a66c\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\17453b4db7cf4645b2c44ea2729700e1\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2dddc188534d4215b11df0074705cf5d\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2771e9576f704255b1da44163d885486\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2e11babde6bd4df482551d9645dc824a\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\48ffbab05c964c03a2c5ff9a6b7543a0\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4e58d59d8f09421180fdb90710efd40a\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6d0e4335ac8b4ccc86f21a9d1ae537ec\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a1ddc3cc56a944c2a2b82810dc5d62dd\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f91b5b7b56cc4ee1a6bed32bdfdadaf5\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bc1167f4612749f0b4971aea10d8744b\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\35d2d17d83e244e2b9d6f52dbc452fda\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\82d9f4c147eb47aab1336ca32cf78cf5\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fee7aaef59fd41aca0da8a578e6952c2\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4fb0c712e13e4ca98944d265929d060c\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\495f619cfc584538a4d24160c9a141a8\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bb9f544f9a41474e958f526e557edd6a\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\18df42c0d9cc4f6582178d39c3063539\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\264a33c130ca4c29b21539a0a80adca1\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5fb95220443f41978fee58427f9857e4\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\69f961818103463bb2a7abf03a617bdd\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7d8ae3bc12a24fdb9c1ba7788f57ec2f\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\350ca7de0b954c4e9d2c92843f45002e\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5d0f22c27c39424fb9fe4c435a23c8d5\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\61552a6f28114dd6944ae56d6dbf4153\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ba7678f9c9fa432dbe29cc9642e47778\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7fafedbda17541ec9ef750e75d2226ce\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e1941240d8a24d53b54214907535a269\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\01932b3a178f452186c1b22e7b83b370\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd40b3c342ef419fbaa1273d0ca0cd06\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fa1937097d4f4517b6fa07cf3c65fa54\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dc5bbb8283b24083962d58917f1b1725\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\49c1e65533274118ad8280c497313122\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ae024668d13b4191b6c05e436f9feaf6\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\32b81e9e05f94d7fb27838d6921f8900\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\798d91c0abfc4ce89ac957208ee79752\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\00921523285d46e499a71f83b4961cc2\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\316b6bb076174c56adb831b5182643dd\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6c48f89748e44bad94035a2bc6af0dc2\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9ed5602ac1ff4a34b7f14af29b3f0a3d\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\64e62498c7534f24bb0e51da3647bcb1\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aeb29696fa194ab6897c39447dd3fb5f\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0eaeabef8406403eb2a55782138c7697\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b8e0fae2a6f1464b88ee14cc179a8a84\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e273b34b9a1c4357a6d504ee98e802bc\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3fa58e510be549cfa9aefe47c997226f\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\83ba8c649b514cfd86740faf7f2f0843\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2650ccb3f3194677aefff380db1b1817\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f2d93d31681b434a83a38723831d3dc5\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\990fd9f275314e60be4d0bf6f214199f\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23642ad30c544a68a9fc042a6ee1fd45\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0d63dde05a6941138133b0478b1068fb\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4b701119917b4bb280a3cfcdd548f3c3\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2c92218ac87646a99ef5515c3116f222\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5d4e10ca9d1c47eca9be816231b12f7d\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7c7b4f4c9d05432c86ba6c3256be9854\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\02ccfb6a278a48a28b1de9a770303766\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9c331a1fb38e4754bb93c27fb4e81a4d\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\744986351a0a44dbb5809c921452d26d\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b651e6075f344db09bf22f2a769e00b9\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d64799401e4e451395352066e7db7de2\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d14881d09e5f4d2aab350c7f322a825c\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7c9fffde034c4035a369f642d71f1eb7\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aac972683cb34b12a76aae1860ba1969\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6b20a97db9934305999da7e3a6cf812c\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c22edefbdbd04c83aa48d003635e73f7\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9586636b174b4722a04c34bfbff50190\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0cf24da47f8a4e90a171d53595a50a3e\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4bca6a9988774b588818bdbc2b9df7a6\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\20ab7db1cfa647e3ae8ba0042d70509b\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b36a7454f398479b8034c48060e6522b\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\13f27b8deba8498f9c004d5f314e39ea\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bdb63ae961614b93ae636dc733fa9409\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f858dfc5573043f2ab9952226a5e577b\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\59d3ecc8b7f84b6dbaacdbed6962c8ce\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1b86d03cb0554b9abe04f13e7b1c9592\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\667b58843cb84829afa7a10e361dcb3c\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a9c80a083004447c9aa241327c3b66e6\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2b240b4b62e44ae6814bbb5d3818d283\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\de6604d5a820425899a4adc9ec12fc80\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\064f7400536749e585c3a2097418f0bb\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\33baacc4154644e3ae28573489e2e4fa\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd5836c96ca54e688e073f651114ee62\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\730cc311f75342bb8e1428f1a900b7d3\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\104f7a654c964b50863e2ed3034033b9\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d170f5777dbc4569880b7b814ad35f7e\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cccdb10255774f22a9a7b23775f64e50\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\edf6fe4850164c728213d1ada4c567c6\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e51b80acec3248cca734ea4ea2f1665c\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3cd6ab8fa7ee4470a99a3a9fe483c380\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\76c0251a189843d5a2a5f567ac51deaa\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3595c3da7b3241978c807a22ff87f29c\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d9798c31fa6b4cbdb5d9e8662d7510f5\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4a207a2c786d4a5393d3a6e529279cb7\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5fee4c1a7e444ed3b65c4da1e9480ea5\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5032f84dfdda4eb7b03e13d2ca2d7c17\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\edfe541b13444c1b9a802d007665b881\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8735ac097efb42c9b437f62e0bb79fdc\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\33299eb0cc5b4bf2a1453784d21b0e9c\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\96add0b49525472baa4a805931902288\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d11fa55b06ec43a99fe14f73562ef05a\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe7c4fd544a14846b9abd32793608498\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fac99e448d0d4d898ec561c01406dc90\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\19bd9a05d54b4070b25345dfbaec5893\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9a743524545a47b2889ed103f5d04a2f\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cf969496da4b47bb950a2bdac76ef77c\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd91b2d33c8d4b738abc5ba8d20fe933\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d42696f0a3a4436b9167bd6303aa5a64\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a9c5887b8b0d45f68e1eed811139039a\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\80f6d7aabe0041179a5f4baf54b8fa20\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\57f97f75a4c44619b211e60752208f8a\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7af86bae5bf145c6b90552d67a5a0338\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\43943f6433bc43388f621266daba3f32\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c328e62678fe4385b12bb3a4c65d784e\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f23143a5265f4292aa2f4b0e3113ad47\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\49ce33df57f340ffaead44ebcff51ea1\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6bdd692e8edf4d579944943a4d5d09b3\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\27e9cac650ab4378a0676dce8f5be439\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\633a6ff75cc14a119d661d5a513d4c7f\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\492f172546ab4f7f828c304866483136\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9eb18de32fc94dcc8647971317a1690d\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\41217c83490046cd95a1c880c6b7e7bf\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\62daf1a8ca9b455091243a090b7bb41b\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cff9a98435af48b9911e27dda750d762\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a1af16a5e0c641058aebe95b77636f39\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1b30f8317b944e14b29152584e80c6dd\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8c58c2ec9c71415fb0bf6bd2991f7363\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b7b7f8f4840741968a370cfec174d8bc\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\58cca9d6385345d6be4fda5b4c515127\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bcd0be3fd109434482b8245a7b0f6296\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0d0b793e66ce45ca9539e9661c17cb04\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e87ba8eb8a62411e850c4d5ee20607de\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\83f1c80d2adb41649095b4a2f745ceaf\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ff717e07d79e41d8a70258f90ec0d173\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6bd87a0fc1ff4112b7fa64a352d483b8\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0272df86ff1944198354f8ab6ec45a41\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1b5a98d50fdc442d9d3cb4c5c3c05910\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6980c125c02947b29a68c7783f779894\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\de72cc486a734777b1b0051e2d22545b\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d69bd5c92dff499fbccb1e78047f98f4\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a8e32a7e270646dbabc2078d5628a5d9\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ad2ddecaeece438fb6764ce63a600ffb\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\602ca95fe8af4409b4acaa1ba1da26c3\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\009425eae8804ab98971dae665d48ea0\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bd75f98549ca4e0f87241a0c8cb88ea2\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f843a8a8852d459c9458d41bf7cdc482\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a84baf5c0f364c859d4f15500f265f0f\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2aaf00e8d4784855a0e13b1c9d6f747c\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\35b908c1677e451e80260c26f418abcd\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bd98f5867d3743179a8c23e4399d5cef\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c1992631e8e4e9db66edd2d43930057\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\62073ef515cc4fdba32b69fcbf673895\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\21498344f8934ee8af366214ad8d2339\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ebcc51d7869d478982df6fca0eca9cf5\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b7ab4574661a45a5bf5fdb5d2893e9f9\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9df89141a7974807864c94d67f2bd36c\WindowsBase.dll"/>
  </ItemGroup>
</Project>