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\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.vb" Link="artifacts\obj\Microsoft.CodeAnalysis.VisualBasic\Release\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.vb"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.VisualBasic\Release\net8.0\Microsoft.CodeAnalysis.VisualBasic.InternalsVisibleTo.vb" Link="artifacts\obj\Microsoft.CodeAnalysis.VisualBasic\Release\net8.0\Microsoft.CodeAnalysis.VisualBasic.InternalsVisibleTo.vb"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.VisualBasic\Release\net8.0\Microsoft.CodeAnalysis.VisualBasic.VBResources.vb" Link="artifacts\obj\Microsoft.CodeAnalysis.VisualBasic\Release\net8.0\Microsoft.CodeAnalysis.VisualBasic.VBResources.vb"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.VisualBasic\Release\net8.0\Microsoft.CodeAnalysis.VisualBasic.AssemblyInfo.vb" Link="artifacts\obj\Microsoft.CodeAnalysis.VisualBasic\Release\net8.0\Microsoft.CodeAnalysis.VisualBasic.AssemblyInfo.vb"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\d23604c5c4044e8dbd77adf183d917e9\Microsoft.CodeAnalysis.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b6151db26f8944c2b065c276aaa8fd21\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\acd01b7891cb4b54ab2e71d0ef3fbe43\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4d28067c3427429b82c5ae7bf15c7627\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9a09532e15864362933d805c97cb11af\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c3a9b43750fe4142846f7fd4b82b65ef\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3120fdd7249c4ae98c8aaf458a6b1a09\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2b059c181eab4c329452949ebc9d10dd\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\587cadea7dd64fc89b51abb6e8a4f41d\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\964ac28263e449e19af734c143006351\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d1a28d330f884b7b86f7bdac23bc6b2f\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\67290cd05ca74e71a6aec608333c9352\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\82cfa321f74c43579b5e76ab5d071dcc\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\93e8138d3e02493eb8ce1d74498cf425\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\62f9eba791c54953b64e7449d25b1071\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\754090f259aa4c40a241346ad26be8a0\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2b9822b23e164cf2a84ae2c83feb44ec\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\20169cb74e7241c287b5d01f445973f9\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e5ef1d0ee7154c46a92eedf1467d0aef\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\82dafb1d89344e34b40e39134b6f5e3c\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f94e92b533ce4cfcad9626023d9e1cd2\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ae25db685e574ea18f34d1091dda682f\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\09fcf4a152144370a4a0d073a6bd288d\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b7a75bfd843741ce80dd77cf3e9b9429\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fa5ca2198e4f4f1d907e2904a2d25ee5\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6324392516e6460396264d17c1ae7b85\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6642f0fcfe8c40f6bafcaf7b5614ce3b\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e217802bd47244ea807b4092420aed80\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3727e82b2e4d4d6db39acf08fbe15ffe\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\689b03728a37433da3534b7b7945aa60\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a5ac4286e0c34422ac559861ebe09e6a\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3eb6c1b7f6e1400d987b0bd124b73cf5\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\319cff976cb947beb54e1d10a923325e\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\22b19fa251f14a25aa71a4e655b42296\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eea57ed1484b4ba9b9dec7b93b71f538\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dbec3d5429954813bf3c8ac634b633c0\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1910c973c2174850a2295585561de0d9\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5479d4e578254649a7426e968c12d23e\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4ba71ac0354044ea87cc07d8e6269eed\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b5fbc9a1d137453ba91cfa8b2034a51c\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f51d06eb34a44cec99817239cb9b7a95\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e3938b40d44b4adda38b3157fd3ec6ef\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8933446a6fdf42f1a039698db44245ee\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1f005aeb70f4477186f97f46332877c6\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9ab2d8552df34f5b99dfb323dc66f434\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e191f0bb27b046bfb89a3f0d887ec22d\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\86bdc7f7c16f4efaba5210e6ed967237\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\04204d3fa68545e694dd5ca9cbe57a61\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f7961b5908ac4891bcbf1fb7a150fe94\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d9a16d7aa9d740a498bf905e58d0979d\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1018a90e14714da693ffabf95ec10d54\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4dbf56c81b58463bba6036204ed96f76\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9259037a0951459bb70a124697be38b1\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\da6884bf38cc4146a53bf8fd2377ecc6\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ab5c6a3b53af4076af6f663281bbf005\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2a6f26dbc28f4d9eb2b9863cb6e34a97\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c6d2f3a200474dada436e74768497e39\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5cd00357f40f476bbfdf6ff6c88920ae\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\700171a89eaa4665838fdcc3c67a7677\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c90345983938496aab65e195d5f93792\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9e462d0aba8f49e4967bb935b8a4d3fe\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\947a77aed1ec41bd8e3b14d2be12178e\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bb7e9deb635b46ce83481a7ca14ba728\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d83ff203036a40ee9cb840a2e671103d\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\86a46391b7324ba7a823da5bc17cf578\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e87ca2ec32184d81b84ee3f2e567eb36\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b427cde0d9ab453d9986e773e1380861\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f26bd7cfb7ff44ba82127212455b30bd\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fbfee1da46724da699335fd5d0424572\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fb2313f892014ad5b5367f558d179c11\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\757c88042cb5466b8fe689c358a8c7c2\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d76654c615ea456c812b48dbaa527663\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4b90600c43d14f3585595789732ab7ee\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d6c0db495683487c8a4d7a5926f48c2b\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\75409881d82e4782a5f278684e2a0a20\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\91833c1c2a364b16a49f484e3e3a7628\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\89fac00cf0c249f181805ff42de40cca\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b33c21878bf24cf38d5d03af263c51fb\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7fbab577d95446d1926066cf3f28699f\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7beeee02a0694818a8a1b921809afca8\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e6177e378b124445b6b57a694c1f7c62\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\379a8f7c8d1e4c29969826376352feb3\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7100a26c2f6047a38524b6f7519f675a\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7fe6012754a3417c93af2c7823237dff\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\70b41ccf512c4851b634ec2aeb23e88c\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c46e5fb5599e45249bd6fa4d2d0dc815\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9d0a37be4fb74b4bbbf5ea6fc0026356\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1fc8edd7a52a4665ae2de56c114b1609\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ed6532e806e14c4cbe059eecf5006f5b\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4dad82532b8e4bd09a3b10ade211b12d\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7377e74ce46243a9b5b5e31c0d724d2c\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b05cd8a3eb514d79b333f5004cd096d2\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fd338d7f33724ad88c1a94a97406a3b2\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d58c5a47c2c34a6b926b017e47179e54\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\58e93fad7e3e4724b78975c21f6422da\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8244bf9aa66648a2b70c8c5beb0865da\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ee698b9d9ac742229cdba913e6353415\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5edd7fc670f7495a80d96d764df70b65\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8a43720f7f2845f3852e35aac5ec9511\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e7347b0c311f490082950b020179f014\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ae85e80ef83f4a10af2b9f0d7c4551ea\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\629ab60802e44cecba1f1f3233430be2\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5aa4f25ee130402094b726aafb6c985e\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ccb74b094896432d8b647f6248bad130\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a8c44a6a4e5f472ba61819966e7b3043\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6785070687f74c6c8111bd4571a4b318\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1a2fed62c2c940e89fd3f0cfade2398f\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e0e29fb2f63c40a7a443c2c89d3dc9b4\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\48bf9abb92b04d4583ef7d6ec94f33b2\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3028161103b04183a6085d891664e1c8\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b4d08ca6d2bc4b91ac2adcd831eb17cc\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c2a294d707e341dd92e33a1e00cb3547\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8f1f18b0e1954ffab3ddb543c2021ecd\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7f7f75cf9cda4837997f8467d2255933\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a0fba4b729e54bb695ae2cb77768c6e7\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\83c90ed1a4d64bf2895bd94d294a67c5\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\373731e34cdf47dc9fa53509f3f14288\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6e222cf35704432d91535699cbe27486\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6b21a560ff9a46a09f56b2ea7408e7e5\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\046c6a7088964fb9a91786ba9a79ba08\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8439cbbd9ca14742b2d5b8bd29a1b1a6\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f2fea9799daf44cbbd7deb4a55e0b566\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0017761debf3453c8daae4754cfa80a8\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\800164f1b99844208aa670b78b4eb3e2\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b32e78f0f91a450f9caad50aeb95d296\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9161077fb60542acabb491afc40077ea\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7f7742759f79475e8ae8b30ac0271a56\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dac475a352f4461b95188d5d4e29e0b6\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d6d53293a6704fb6a85bb4b109587f8a\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4ebf8f12c7bc47cb9785af54003e86df\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a5bf5c4a093a4fe689123c5431bb9c52\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d71e79bee4894b369cf6ecd2a65e3732\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\33968ce01f064f6fad90c360147bc2b5\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0dd7340ea0254827a70b101d1f697c45\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\788c5ef6c0f8419b8448465d39a07323\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5fb2d21e92ea4aacbcef71cedc5031f4\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e13a00fcb1714a7a8336b0d0825c86f3\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\399ec2a4e4e0429fa34f5692fa8e803f\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\564536b244de4b3fb5192e112f731140\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7ecf12e9a98a47f08bea40cebf552fb6\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\55092e43928a41938e905d89abe051f7\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aab09c019ef24754a6bcbe5c0b257530\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4a9b1c80b9914ab5bee40eef45253d07\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1b66d7f8b8d74fe19ac01c8c980b37aa\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\20c4606bf1bb4b469adf2597df3214ff\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cbcda78b4b26433eb4495f8436e0bb52\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1cb4d956fef94ed8aff3aefd6970784a\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\57f252768ba647beb3ab9c5c3bf183db\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aa28d691a8b248d290776b41db1e99ee\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7f4fb7d7eadb48c89677816665e1df89\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cc08fe35994945aba4e698a40e8f87ca\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6729810e6b8c4cb29943feb07b2bd011\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fbec79acb3ff429f85c0f914f5eb73a7\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2d5068d0e2fe467582157800e495afb2\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2463613a88344f1b9ae09bdaad034ca9\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe32497462da4e31af7590395d53e131\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\41ffa708a1ec40fb83d98254b83fed5d\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5d8a4055eb064bb694487a5b5d888096\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1c88d722ed594535ac8c67108065fa1b\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b327a231ff2546a585915d3ce4e0e657\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bd74c8a87c83493aa11ca8703b7fd13a\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1a588d1400f14e56a8859a5d5cf1cb33\WindowsBase.dll"/>
  </ItemGroup>
</Project>