|
<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\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\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.vb" Link="artifacts\obj\Microsoft.CodeAnalysis.VisualBasic\Release\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.vb"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.VisualBasic\Release\netstandard2.0\Microsoft.CodeAnalysis.VisualBasic.InternalsVisibleTo.vb" Link="artifacts\obj\Microsoft.CodeAnalysis.VisualBasic\Release\netstandard2.0\Microsoft.CodeAnalysis.VisualBasic.InternalsVisibleTo.vb"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.VisualBasic\Release\netstandard2.0\Microsoft.CodeAnalysis.VisualBasic.VBResources.vb" Link="artifacts\obj\Microsoft.CodeAnalysis.VisualBasic\Release\netstandard2.0\Microsoft.CodeAnalysis.VisualBasic.VBResources.vb"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.VisualBasic\Release\netstandard2.0\Microsoft.CodeAnalysis.VisualBasic.AssemblyInfo.vb" Link="artifacts\obj\Microsoft.CodeAnalysis.VisualBasic\Release\netstandard2.0\Microsoft.CodeAnalysis.VisualBasic.AssemblyInfo.vb"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\d926a178771946419d6a7cf4fa1f20ab\Microsoft.CodeAnalysis.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ef0f8705999f47b09bff1ee1eb8433e0\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3b0b99367b084d729c597c37d121c685\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6dadd22e019742ce80aaefef99855be0\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\65de43242b894243b95d92cec0939e0a\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\03321e3abb6d4fe59065a8364bf8e636\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a23616b5238b4f519c18851933186bb3\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\23ceb428fda94f808e62c7731fe00182\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\96bce695477e413184bd3d331b294610\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\334d1c395c06460e8f4b88f1b9e08c94\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1e16d32ab0604128a5bcd620568d2180\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\efa9b4d86c504c84a8c116c478b1e108\System.ComponentModel.Composition.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\52d8232f00e64c38abac39babc57763c\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d984eca0269b40be93263cd41799698d\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1b6028a50fb043829ccc063f5932157c\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c7eac0fc17384883811ee62665243eb6\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d4480ce8665a4dbbb6da73e5fe655911\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\906a86c8c762416cada62a91b392bba0\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e98988a960ca4d4280b02c12d0820f3c\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f35d3439934844a8b5dfc1faa7284f43\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\30a01407740f4237b35449b8ae79399b\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ba32804535354614b017cea4aa4a751f\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\12950f872e394c9792f21d60c137525e\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\45b73c3414e84a208f25cdaee05dddc2\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a585abfd6ee04983a16a11f8189a9892\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dc3bcb143c90466ca0d14f4e0fbaf7f1\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\89a9a21cfaf84b639758997b7af8f96e\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4585cf1a8a304cd2b2fc722f069ea6ac\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\761fd567a8ad431281495aa3b0ab40d8\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4b5030ebe66344e9a8a23cf3c5e8be6a\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4395da3daaec43a087c34201e65b1667\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eb1b0fcccab8490fb4278c111b33b8f2\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8ebb984825394eac97f1b67d9f9a1784\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d5041a8d11474c6faf686828fe374b3a\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\55c2321c3861487fa1f2fe3ffc5a1be9\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\066ebc4259a44361a48a440acad51283\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\71a6e26793f149bb8eeddc2cef063971\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d98db1a7fa1b455cb078a250d53d61cf\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6b3a44ab2d51443babc201aee73b82a1\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\130de9276b0b4fbca27f1504efaf28e9\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\286e02b0de6345448f58e93a976fbb1f\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\82a33ac4d3d64228a119af040c7ba69f\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\748c02c0ca6f4df8a6133c7f2cb72b39\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cd2590a0b4b34d63b9ca8d9bc6cac698\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2505323815044dd984cbd160cbeb878d\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ce3bba0d3b61431db80fc3738123e9f4\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\018b5c94d8ac44a0af642c47d6bd6101\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a84a808bdc084a3f97a4321ae5e09ab9\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7d1c9ef652b147d483221587ce76473e\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2948a49f1f4b4d91acb0478ae0750133\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\64404394933345aea6566a7e6076b849\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f4f38f1cdee749cdaa7e5d142fb264b3\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\00be0fb588be459b8356ff9591cac0f7\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\03b25722587f4ac6bc9b990ab080a796\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9cff04e6ad0641df870142e093a650d5\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\12f4440545cb4fa09eb3dd98b73b8645\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6de0a65ba0ff402c9357285f5fff9453\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ee6cf2baaf064af38abc079aba4f4bdf\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1c2f9f9187994a65b7cb713154250e73\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c08be717b6024e97ba04df88234e4cd1\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\47f8d05a06b14a70a2f6695fa2220499\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8aca79411a1443529b0aeb2a662df386\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\49ae481f39104d038acb3291592fe881\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e85872bff40745a09b5fb68df79d67ca\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d0d141cdfdb348b6a40cec8fbdb22212\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f4e001aaa6bb47dc8a74e0c187fb9007\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fd80350a03fb4f81873aacb5119f4935\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9e95c71c76d549dcabb642539bcad76b\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7fe1520de2ed4555b750e59c8379dd46\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5b438317bc02478bb4a6e58cd9c5886d\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\811b8c12648e4057a967ae53c620383f\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b58cfcf205524cfbb22fe768e310a971\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\97cf5ab4bd8e43eeafaa001fd2e53bed\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\43610aa78b3146528f9c8176637b248f\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c74dc64c434b4634ba6fdffe8c9ba149\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a8391708f361428da4a845fb3e6b1001\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d006d62721744738b6abb319bc371761\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\31414faf61cf442091eb440369fc5b0a\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1e074a5bc85247e6ae6fde38fd664457\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fb475d8b180e42f8917320bcbe3dbc8c\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b0156c63daa542f38a6fb62237390df4\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c451e154cfd14b6eb9991f208d072aec\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\de2926e0fff14817ae23fea7c6dfd039\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\06cc3fcb70f14ca19f88e346222a7d1d\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b6e44dc36b4a4e8b9043c5d1417a591f\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\01d25e44f90f4a468d7dc5b28aa7c55e\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e1ad87b9dc4d48f18e69357084d09b5e\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fd75774515e4463fbe7ed908b0f36f66\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\abeeea2431a54221b1b0afa85455be1a\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aeaa865343634328a71a35e7e7744022\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d2bc56e28c894dfc9b3c4f156604453c\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7d517353d2d3465783d3e3be94ec882a\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b652ef6ba6a846b2a588b08ef3ba0358\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d87d1f6103a24cb990bedef6f0a37630\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a965a0b3946f422789d4ab82163b3a66\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fe85f4c8d55e41eb995f89cfc9770cfe\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9073e110050d4d4cbf8758447c848b26\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4215a2b3b675497c8245f58428897757\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\13f366fd0e9844838290cb85a6a1936e\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3cf4acfca0a34b6c97df33dc6758ac30\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\93d69975856b46eb88525ba51378cc8e\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a5b2646bc7054e62958ac57f173d816b\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fdd92a128c434cff93a4cff4f05beca8\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\19bbe4562b894bbb8559b36ddb27c871\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\619062a8972f4ae5bbeee36ac541d14f\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6128a3c1cb9140faa85ab67288e9259f\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\68078a5c5ab447beb14be13c6623d821\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1d902f2edb974b87a0e86daf56ab644b\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f105874b2ba74d6885f8c809e73f7cbb\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4cc2dcb52e9c4d249f48ed48d748ee1b\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d26b5aca918b498e9a93ee11a5417f3a\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b768b2e12c374143b467de8d85a53db4\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cc2f586f2cad4b499e716413e614ffd0\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\960b8399190c475bb73b4cee64ef748e\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\11699873b29a433798768900fdadd2df\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5bacc97491a34e119a0331717ddfd525\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f80e10ac164f4dfd8f61d4a723b1f4c1\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5b4afa9fda2b48fda404910b287beee0\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\48c1d5542d7c4b4f9047ad9ed0cf9b35\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6b7556ae8a81446b829fc60fc8b5c834\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7efaf249c3364fbaafbfae099104a110\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4b57c086835240ab8005061eb4e5620d\System.Xml.XPath.XDocument.dll"/>
</ItemGroup>
</Project>
|