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>
    <_SkipAnalyzers>true</_SkipAnalyzers>
    <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\BoundMethodDefIndex.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\fa34a825cbb1499da52949016e5ac424\Microsoft.CodeAnalysis.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\159181c1ff544b3d8bce5c5b3431a97d\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2e1a5a6251564903b15f886a525d5aa5\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c5640037e5834cf0bb547ff44c302cb7\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\77008c5c10f540bab6aca6467d6299c9\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4f2eb19dce934e90afa3209bf8f649eb\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\096e3e16a32f4dfca4a80be6c1aaaa8a\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\99215c3f6f614372a2bd510b422ec4c4\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2efeb561ab0f44dd94d6672e51b8cc13\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1cb0ee423e6b413691aee222686aa63e\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0fab08d8485d46b796c96e70a84513a7\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c8fd9d20c9ae4b2591d4f58c1f6f1736\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a7e1146a7ad44b3ab1ab3f9571ef9e3a\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\39357449c96743a1b69d8518641b5d96\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e0dd3f44ea844e7a9cfca5c84e8b800e\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cafed6b428e34ba68178990425029774\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c380d8068fe84f51ae26a13d3087f0bd\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aebba2e4285b4b29888308240b1be870\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0747fc22eec7497faa9b1929016391f4\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a500e35f1f974fa3884ae7dcbd8148b8\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b0f9d96589b84190aae550d1f7bbf81d\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\be4cd0e28be540f4b9a10790db3b05ae\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f9b5103f081f4ce5aa1909d6c7e1a993\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\597074482fef4c8aa02b57232ee7e69a\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e5ca9145a4f94e039abf2ba02e0e6d7e\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7f59b65e0185424d9e7f9ca4fc3aff3c\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\436fb393b01945d5b1fedcbfab0b66b2\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ab4601baba11449eb46148e3513f934f\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2e74a0746e3b413599d483fa3956da42\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1537e19ccf15406d9936d97f331bc6a4\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3fcac56ebf264fbba7cceda393b61195\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\43f02d5dd9e443b6a38112fa947be7b3\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f16217a684de4726b0e827e6ad9f6c49\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a4e7b36520444965b61cb50749653d0b\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6aab9c4e663d44c4ad826ac6d39af85c\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\98ea47f757634e72a2fe95cb9e528fc7\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f7be533bc96b4855b3b5428e4846c23f\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\098cebab6d284ffdb59a116f1920f5ad\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f86b3d713c3446e7ab160228abbd5e08\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\93953e83b4f94a6f884ede60c6b0ef38\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c57bcdffb6f644da825fde4809958d1d\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\96b71330aece448d86486d34930f9cde\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1fbc45799c7345a6a57a9af680d6d0a5\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b1dd0ffc34ae4ae898673fedd828fff5\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9ac8d3ba0f0440b6acb4deae12b0df54\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\03ab27eb55754f1da7352fbaea0b39f7\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f49422bfccf04aa38e420398621441cc\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\caf5f83e758d4909b65c9697ffe7fbae\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\67a478bb5bd24badb08631c4c07328ff\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b91cfe821b14775a33b85c95c9b3969\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cd5c483bfaab441191cc69501d6415f0\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\71adaaa97a7744db8e985c5e4ffb194d\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7a483e38092c4e6c9f7111b762bcb2aa\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\31a5ebeb8668487092be10adeb68607b\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\76c6bd46ba264293a17bbe7dfac238ed\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2a187403acf44f9c8e1bc857b0539f4c\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\658423f30a48421993dd36d1e2513b24\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2ec9c06878214e3f8ac01ee05d19eb9d\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\96704165f1ff417e8b46497fb9d364a2\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c2ae3cbf3f984ef88698c140697a3a8f\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3c0e4590769b4d71896bde7ad2b4a5a9\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\93cb04adbc3c474384e768490e81cbe7\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fc7575398dea444093674783bcd870f5\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fb2f2d9cd77749a1bfe6b51820ab1972\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d3845c69652343c6879e31919f7ff7c3\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5a3a38f8006e4462854c9b98996a2e01\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0576380589bb4a2cba99607d1dccaf17\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7acd7adff3cb411aa09aac705b139ee7\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6e6b8c440ab2478cad1bd5d2646e44e4\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cf373bbae42d413494091537a483900c\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\97c89e0298494e8185f8b42387c8723d\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a1776aa8152b4b8fb70659d16d5a85ec\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\479c7aeabe7f41babad41975913280ef\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9f124c54d6f94fbaaede2cf61299bdb2\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cfbdf20f44514a6680adb0dabb71c355\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\37be02a1b03f4f6f9c8dab1814abf093\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\92fa457d64744352918adb656d750ea1\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ea6049aa051e41d49cd6391116512cc8\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1fa72439b37d41d48e741e0f344a7bf1\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\327839a736b94ebaba4bb471e4b74881\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f3551c4ebbd44aa3a4205d5f8613004e\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\16a9c9cd1a214c23bc2842bd630933a9\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23bc7c9475b549ef8ae2d6a0c411fe1c\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9ac5070b34b141029efe9ab38b3ae4bd\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a08e0c83de404187953de6b402aaa093\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2e5d1c00f6f94fcea4b0367a6dffdacb\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4e3ab2a8b43f408bb150cfbb8bc80288\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d8cd258ae72d48daafdfe2bbbb23c1ae\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\757e84bbfd4c45e69abd04f247f73f2d\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f3e1dc7af900493b9dca00a9d7a6910f\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3c17a3bf7974f8eba75c060cdcf40f9\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b4750fb7d3454538b2273fecc64c0e6b\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\339b8ffca3ff47a2afc097725affda27\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b77f11cd39e14a20882538cdad661dd7\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5656a60f78804450b9fc0742fd07f75a\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7b2dadea98a14622b724bd5b6cf2df67\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\70ec51dca86d4a7fa8c9d3711e6803c0\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9baab1e722f1456fb87bab31e190c489\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0697f26ab8294cd785363630e4a834cb\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\27872caedf9742fabe246ac35319036d\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f872e34638f34fc9abf37570b7cbe3a4\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e8843df8275b47f6ab9d5268c9191dde\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\66bc1543444d484583a2ec983e668e47\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\66383dab5e6e4f298889ec74e0ae1c4b\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\156e313968dc48b189c4a760e57a8fae\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\53f98d029d4645889d623431da4a10d3\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a81cdd15f9d040788aa7072d21f0433d\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9288cd4bac394e9696b8abd16abbd12e\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b6a9e1126bda48ee91560e930daf37a5\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4ed0f3c89d3743ef9af8e7654e6119cc\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fa787aa1904b41c184656168f48f450d\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\daf24f9144c54f0e80b1dcda90f86328\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fbc82d35efad4f36b31e4360137a36c0\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e9bead82d9c54f019e26e359e0d0ba80\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\896552af48e04ff89ff0b64f2dcd01a0\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\420938d22ac84799a5958fa59b639ca8\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\83ad8be72d524eada2b2d410ee8a2b2c\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\979064148f78446c8f2a10334c402809\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6dfb4087843b4597910f4c027150a936\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3b178ea72c44757820481d07410dbab\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\28e610e977224e9abd3370f0b10408bd\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\947d936d75ef40e48cf7243fa0e9e641\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\57fbb1c4e0b2429886a66b602afdc190\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4936da232a5443529de94d28a140148d\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8991b3fe519b45e8ab76e57e7e077f46\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d4ee72e4983f4ee5bdac933c681412e5\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c30507aeaad456facdab62600bd3586\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5ed377c87c88435d840c10b050ff106c\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4427462b215e476390e1232d799b061e\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6be5213567444ff491eda89daa84b2fa\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a9db354da9ad4c9ba5e28c7866d3a3cc\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd8ab657ff3b4cb4830fdf0da4232fc4\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9fb67da494504243b7f0d95bcf8288cd\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4e7a92c9fc5d4d5589ed6d5169b3ec28\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b8f86a30411948a4beeb3b06dbe4f997\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e25944c4da464d93a2df2ff4b0dbdd5a\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\14e74c8ab1bf45f98a3f4439d6401d25\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8f405c3709da488292dba4ba45f748b1\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d04eb23357254a90a815812dda8114e4\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dee0977cdc464d44ba3c358c868a6446\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\057df757feb649da97ebcf61d4fb943d\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4448275112c14e199a4e151b036af1ec\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\028a491ba5a04f4bab23df264a3ab194\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\61e5dbed5e2442d09a6571a11580c933\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a557d9c5732a4798a822753a32ada329\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\918ae03eab754b55abf27e4f5bee0444\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f87017ab7c0c4d43b875b8962d68acf3\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3334e631c4a4424fb8bcabd2b9dc9670\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\67266048d9da4840a74ae883ad54b9a5\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\17ca8825d0594a549f7fe388f67275dc\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\72f218a4051648cfa421dfeb0108b779\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e8915cb3659a427b960b247ef9f4054a\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a45b672f6a67482f8ec352e0241fc3e7\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d9263cdd1c8d4c7e8a46e1a60a25cc04\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3efb780aa3e94b208a959d0eef5be06f\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6db408c503c241029e1396df4c461ca2\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\354380f49da9400386c028236c23bed7\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\36ec81d98ca24499953bcae924e50ced\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a1f643ec730c4ee497c05033f52b3a49\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6312f74229c64d868b7c93af6d5c6128\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6fa11e3b5f6a4be591a3a30ba011b1d1\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aff26de3310f4991bf44d44f1a2b166d\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3f20e3e9f17748e3b69bf77a4f418ed5\WindowsBase.dll"/>
  </ItemGroup>
  <ItemGroup>
  </ItemGroup>
</Project>