Changed the project names from vs2010 to vs2013

This commit is contained in:
lichen 2014-09-27 15:32:39 -07:00
parent d7f61b7791
commit c6dc1b2980
6 changed files with 612 additions and 612 deletions

View file

@ -1,21 +1,21 @@
Microsoft Visual Studio Solution File, Format Version 12.00 Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013 # Visual Studio 2013
VisualStudioVersion = 12.0.21005.1 VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{244AF685-4E12-4893-89DA-939A2964C0FB}" Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{244AF685-4E12-4893-89DA-939A2964C0FB}"
ProjectSection(SolutionItems) = preProject ProjectSection(SolutionItems) = preProject
License.txt = License.txt License.txt = License.txt
EndProjectSection EndProjectSection
EndProject EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Parser.VS2010", "Parser\Parser.VS2010.vbproj", "{57A0B340-BDA4-4DE3-B449-52B8C51D84B8}" Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Parser.VS2013", "Parser\Parser.VS2013.vbproj", "{57A0B340-BDA4-4DE3-B449-52B8C51D84B8}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VBScript.VS2010", "VBScript\VBScript.VS2010.csproj", "{0846368D-EA96-4AC4-81AF-E4F9B78CE60B}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VBScript.VS2013", "VBScript\VBScript.VS2013.csproj", "{0846368D-EA96-4AC4-81AF-E4F9B78CE60B}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Asp.VS2010", "asp\Asp.VS2010.csproj", "{F076A2D0-5200-42D7-9AEA-9E1260EFB138}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Asp.VS2013", "asp\Asp.VS2013.csproj", "{F076A2D0-5200-42D7-9AEA-9E1260EFB138}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspWebApp.VS2010", "AspWebApp\AspWebApp.VS2010.csproj", "{24BF0EA3-2D82-4E85-B13D-EA9279F58812}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspWebApp.VS2013", "AspWebApp\AspWebApp.VS2013.csproj", "{24BF0EA3-2D82-4E85-B13D-EA9279F58812}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VBSC.VS2010", "VBSC\VBSC.VS2010.csproj", "{556BAE6E-AA67-48C7-ACD6-1AB0AA930197}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VBSC.VS2013", "VBSC\VBSC.VS2013.csproj", "{556BAE6E-AA67-48C7-ACD6-1AB0AA930197}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution

View file

@ -129,9 +129,9 @@
<Folder Include="App_Data\" /> <Folder Include="App_Data\" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\asp\Asp.VS2010.csproj"> <ProjectReference Include="..\asp\Asp.VS2013.csproj">
<Project>{F076A2D0-5200-42D7-9AEA-9E1260EFB138}</Project> <Project>{F076A2D0-5200-42D7-9AEA-9E1260EFB138}</Project>
<Name>Asp.VS2010</Name> <Name>Asp.VS2013</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View file

@ -1,453 +1,453 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup> <PropertyGroup>
<ProjectType>Local</ProjectType> <ProjectType>Local</ProjectType>
<ProductVersion>9.0.30729</ProductVersion> <ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion> <SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{57A0B340-BDA4-4DE3-B449-52B8C51D84B8}</ProjectGuid> <ProjectGuid>{57A0B340-BDA4-4DE3-B449-52B8C51D84B8}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon> <ApplicationIcon>
</ApplicationIcon> </ApplicationIcon>
<AssemblyKeyContainerName> <AssemblyKeyContainerName>
</AssemblyKeyContainerName> </AssemblyKeyContainerName>
<AssemblyName>Dlrsoft.VBParser</AssemblyName> <AssemblyName>Dlrsoft.VBParser</AssemblyName>
<AssemblyOriginatorKeyFile> <AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile> </AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyMode>None</AssemblyOriginatorKeyMode> <AssemblyOriginatorKeyMode>None</AssemblyOriginatorKeyMode>
<DefaultClientScript>JScript</DefaultClientScript> <DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema> <DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign> <DelaySign>false</DelaySign>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<OptionCompare>Binary</OptionCompare> <OptionCompare>Binary</OptionCompare>
<OptionExplicit>On</OptionExplicit> <OptionExplicit>On</OptionExplicit>
<OptionStrict>On</OptionStrict> <OptionStrict>On</OptionStrict>
<RootNamespace>Dlrsoft.VBScript.Parser</RootNamespace> <RootNamespace>Dlrsoft.VBScript.Parser</RootNamespace>
<StartupObject>VBParser.(None)</StartupObject> <StartupObject>VBParser.(None)</StartupObject>
<FileUpgradeFlags> <FileUpgradeFlags>
</FileUpgradeFlags> </FileUpgradeFlags>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<UpgradeBackupLocation> <UpgradeBackupLocation>
</UpgradeBackupLocation> </UpgradeBackupLocation>
<IsWebBootstrapper>false</IsWebBootstrapper> <IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl> <PublishUrl>publish\</PublishUrl>
<Install>true</Install> <Install>true</Install>
<InstallFrom>Disk</InstallFrom> <InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled> <UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode> <UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval> <UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits> <UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically> <UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired> <UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions> <MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision> <ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust> <UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled> <BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>..\bin\Debug\</OutputPath> <OutputPath>..\bin\Debug\</OutputPath>
<DocumentationFile>Dlrsoft.VBParser.xml</DocumentationFile> <DocumentationFile>Dlrsoft.VBParser.xml</DocumentationFile>
<BaseAddress>285212672</BaseAddress> <BaseAddress>285212672</BaseAddress>
<ConfigurationOverrideFile> <ConfigurationOverrideFile>
</ConfigurationOverrideFile> </ConfigurationOverrideFile>
<DefineConstants> <DefineConstants>
</DefineConstants> </DefineConstants>
<DefineDebug>true</DefineDebug> <DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace> <DefineTrace>true</DefineTrace>
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<Optimize>false</Optimize> <Optimize>false</Optimize>
<RegisterForComInterop>false</RegisterForComInterop> <RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks> <RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>1</WarningLevel> <WarningLevel>1</WarningLevel>
<NoWarn>42016,42017,42018,42019,42032</NoWarn> <NoWarn>42016,42017,42018,42019,42032</NoWarn>
<RunCodeAnalysis>false</RunCodeAnalysis> <RunCodeAnalysis>false</RunCodeAnalysis>
<CodeAnalysisRules> <CodeAnalysisRules>
</CodeAnalysisRules> </CodeAnalysisRules>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>..\bin\Release40\</OutputPath> <OutputPath>..\bin\Release40\</OutputPath>
<DocumentationFile>Dlrsoft.VBParser.xml</DocumentationFile> <DocumentationFile>Dlrsoft.VBParser.xml</DocumentationFile>
<BaseAddress>285212672</BaseAddress> <BaseAddress>285212672</BaseAddress>
<ConfigurationOverrideFile> <ConfigurationOverrideFile>
</ConfigurationOverrideFile> </ConfigurationOverrideFile>
<DefineConstants> <DefineConstants>
</DefineConstants> </DefineConstants>
<DefineDebug>false</DefineDebug> <DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace> <DefineTrace>true</DefineTrace>
<DebugSymbols>false</DebugSymbols> <DebugSymbols>false</DebugSymbols>
<Optimize>true</Optimize> <Optimize>true</Optimize>
<RegisterForComInterop>false</RegisterForComInterop> <RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks> <RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>1</WarningLevel> <WarningLevel>1</WarningLevel>
<NoWarn>42016,42017,42018,42019,42032</NoWarn> <NoWarn>42016,42017,42018,42019,42032</NoWarn>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="System"> <Reference Include="System">
<Name>System</Name> <Name>System</Name>
</Reference> </Reference>
<Reference Include="System.XML" /> <Reference Include="System.XML" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Import Include="Microsoft.VisualBasic" /> <Import Include="Microsoft.VisualBasic" />
<Import Include="System" /> <Import Include="System" />
<Import Include="System.Collections" /> <Import Include="System.Collections" />
<Import Include="System.Collections.Generic" /> <Import Include="System.Collections.Generic" />
<Import Include="System.Collections.ObjectModel" /> <Import Include="System.Collections.ObjectModel" />
<Import Include="System.Diagnostics" /> <Import Include="System.Diagnostics" />
<Import Include="System.IO" /> <Import Include="System.IO" />
<Import Include="System.Text" /> <Import Include="System.Text" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="AssemblyInfo.vb"> <Compile Include="AssemblyInfo.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="ExternalChecksum.vb" /> <Compile Include="ExternalChecksum.vb" />
<Compile Include="ExternalLineMapping.vb"> <Compile Include="ExternalLineMapping.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="IntegerBase.vb"> <Compile Include="IntegerBase.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Location.vb"> <Compile Include="Location.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="My Project\Application.Designer.vb"> <Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen> <AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon> <DependentUpon>Application.myapp</DependentUpon>
</Compile> </Compile>
<Compile Include="Parser.vb" /> <Compile Include="Parser.vb" />
<Compile Include="Serializers\ErrorXmlSerializer.vb" /> <Compile Include="Serializers\ErrorXmlSerializer.vb" />
<Compile Include="Serializers\TokenXmlSerializer.vb" /> <Compile Include="Serializers\TokenXmlSerializer.vb" />
<Compile Include="Serializers\TreeXmlSerializer.vb" /> <Compile Include="Serializers\TreeXmlSerializer.vb" />
<Compile Include="Tokens\UnsignedIntegerLiteralToken.vb" /> <Compile Include="Tokens\UnsignedIntegerLiteralToken.vb" />
<Compile Include="Trees\Attributes\AttributeBlockCollection.vb" /> <Compile Include="Trees\Attributes\AttributeBlockCollection.vb" />
<Compile Include="Trees\Collections\TreeCollection.vb" /> <Compile Include="Trees\Collections\TreeCollection.vb" />
<Compile Include="Trees\Declarations\AttributeDeclaration.vb" /> <Compile Include="Trees\Declarations\AttributeDeclaration.vb" />
<Compile Include="Trees\Declarations\BlockDeclaration.vb" /> <Compile Include="Trees\Declarations\BlockDeclaration.vb" />
<Compile Include="Trees\Expressions\GenericQualifiedExpression.vb" /> <Compile Include="Trees\Expressions\GenericQualifiedExpression.vb" />
<Compile Include="Trees\Expressions\GlobalExpression.vb" /> <Compile Include="Trees\Expressions\GlobalExpression.vb" />
<Compile Include="Trees\Expressions\TryCastExpression.vb" /> <Compile Include="Trees\Expressions\TryCastExpression.vb" />
<Compile Include="Trees\Files\ScriptBlock.vb" /> <Compile Include="Trees\Files\ScriptBlock.vb" />
<Compile Include="Trees\Members\Charset.vb" /> <Compile Include="Trees\Members\Charset.vb" />
<Compile Include="Trees\Members\AddHandlerAccessorDeclaration.vb" /> <Compile Include="Trees\Members\AddHandlerAccessorDeclaration.vb" />
<Compile Include="Trees\Members\RemoveHandlerAccessorDeclaration.vb" /> <Compile Include="Trees\Members\RemoveHandlerAccessorDeclaration.vb" />
<Compile Include="Trees\Members\RaiseEventAccessorDeclaration.vb" /> <Compile Include="Trees\Members\RaiseEventAccessorDeclaration.vb" />
<Compile Include="Trees\Members\CustomEventDeclaration.vb" /> <Compile Include="Trees\Members\CustomEventDeclaration.vb" />
<Compile Include="Trees\Members\OperatorDeclaration.vb" /> <Compile Include="Trees\Members\OperatorDeclaration.vb" />
<Compile Include="Trees\Names\SpecialNameTypes.vb" /> <Compile Include="Trees\Names\SpecialNameTypes.vb" />
<Compile Include="Trees\Statements\ContinueStatement.vb" /> <Compile Include="Trees\Statements\ContinueStatement.vb" />
<Compile Include="Trees\Statements\UsingBlockStatement.vb" /> <Compile Include="Trees\Statements\UsingBlockStatement.vb" />
<Compile Include="Trees\Types\ClassDeclaration.vb" /> <Compile Include="Trees\Types\ClassDeclaration.vb" />
<Compile Include="Trees\Members\ConstructorDeclaration.vb" /> <Compile Include="Trees\Members\ConstructorDeclaration.vb" />
<Compile Include="Trees\Types\GenericBlockDeclaration.vb" /> <Compile Include="Trees\Types\GenericBlockDeclaration.vb" />
<Compile Include="Trees\Declarations\Declaration.vb" /> <Compile Include="Trees\Declarations\Declaration.vb" />
<Compile Include="Trees\Declarations\DeclarationCollection.vb" /> <Compile Include="Trees\Declarations\DeclarationCollection.vb" />
<Compile Include="Trees\Types\DelegateDeclaration.vb" /> <Compile Include="Trees\Types\DelegateDeclaration.vb" />
<Compile Include="Trees\Types\DelegateFunctionDeclaration.vb" /> <Compile Include="Trees\Types\DelegateFunctionDeclaration.vb" />
<Compile Include="Trees\Types\DelegateSubDeclaration.vb" /> <Compile Include="Trees\Types\DelegateSubDeclaration.vb" />
<Compile Include="Trees\Declarations\EmptyDeclaration.vb" /> <Compile Include="Trees\Declarations\EmptyDeclaration.vb" />
<Compile Include="Trees\Declarations\EndBlockDeclaration.vb" /> <Compile Include="Trees\Declarations\EndBlockDeclaration.vb" />
<Compile Include="Trees\Types\EnumDeclaration.vb" /> <Compile Include="Trees\Types\EnumDeclaration.vb" />
<Compile Include="Trees\Members\EnumValueDeclaration.vb" /> <Compile Include="Trees\Members\EnumValueDeclaration.vb" />
<Compile Include="Trees\Members\EventDeclaration.vb" /> <Compile Include="Trees\Members\EventDeclaration.vb" />
<Compile Include="Trees\Members\ExternalDeclaration.vb" /> <Compile Include="Trees\Members\ExternalDeclaration.vb" />
<Compile Include="Trees\Members\ExternalFunctionDeclaration.vb" /> <Compile Include="Trees\Members\ExternalFunctionDeclaration.vb" />
<Compile Include="Trees\Members\ExternalSubDeclaration.vb" /> <Compile Include="Trees\Members\ExternalSubDeclaration.vb" />
<Compile Include="Trees\Members\FunctionDeclaration.vb" /> <Compile Include="Trees\Members\FunctionDeclaration.vb" />
<Compile Include="Trees\Members\GetAccessorDeclaration.vb" /> <Compile Include="Trees\Members\GetAccessorDeclaration.vb" />
<Compile Include="Trees\Types\ImplementsDeclaration.vb" /> <Compile Include="Trees\Types\ImplementsDeclaration.vb" />
<Compile Include="Trees\Files\ImportsDeclaration.vb" /> <Compile Include="Trees\Files\ImportsDeclaration.vb" />
<Compile Include="Trees\Types\InheritsDeclaration.vb" /> <Compile Include="Trees\Types\InheritsDeclaration.vb" />
<Compile Include="Trees\Types\InterfaceDeclaration.vb" /> <Compile Include="Trees\Types\InterfaceDeclaration.vb" />
<Compile Include="Trees\Members\MethodDeclaration.vb" /> <Compile Include="Trees\Members\MethodDeclaration.vb" />
<Compile Include="Trees\Declarations\ModifiedDeclaration.vb" /> <Compile Include="Trees\Declarations\ModifiedDeclaration.vb" />
<Compile Include="Trees\Types\ModuleDeclaration.vb" /> <Compile Include="Trees\Types\ModuleDeclaration.vb" />
<Compile Include="Trees\Files\NamespaceDeclaration.vb" /> <Compile Include="Trees\Files\NamespaceDeclaration.vb" />
<Compile Include="Trees\Files\OptionDeclaration.vb" /> <Compile Include="Trees\Files\OptionDeclaration.vb" />
<Compile Include="Trees\Files\OptionType.vb" /> <Compile Include="Trees\Files\OptionType.vb" />
<Compile Include="Trees\Members\PropertyDeclaration.vb" /> <Compile Include="Trees\Members\PropertyDeclaration.vb" />
<Compile Include="Trees\Members\SetAccessorDeclaration.vb" /> <Compile Include="Trees\Members\SetAccessorDeclaration.vb" />
<Compile Include="Trees\Members\SignatureDeclaration.vb" /> <Compile Include="Trees\Members\SignatureDeclaration.vb" />
<Compile Include="Trees\Types\StructureDeclaration.vb" /> <Compile Include="Trees\Types\StructureDeclaration.vb" />
<Compile Include="Trees\Members\SubDeclaration.vb" /> <Compile Include="Trees\Members\SubDeclaration.vb" />
<Compile Include="Trees\Members\VariableListDeclaration.vb" /> <Compile Include="Trees\Members\VariableListDeclaration.vb" />
<Compile Include="Trees\Expressions\AddressOfExpression.vb" /> <Compile Include="Trees\Expressions\AddressOfExpression.vb" />
<Compile Include="Trees\Expressions\BinaryOperatorExpression.vb" /> <Compile Include="Trees\Expressions\BinaryOperatorExpression.vb" />
<Compile Include="Trees\Expressions\BooleanLiteralExpression.vb" /> <Compile Include="Trees\Expressions\BooleanLiteralExpression.vb" />
<Compile Include="Trees\Expressions\CallOrIndexExpression.vb" /> <Compile Include="Trees\Expressions\CallOrIndexExpression.vb" />
<Compile Include="Trees\Expressions\CastTypeExpression.vb" /> <Compile Include="Trees\Expressions\CastTypeExpression.vb" />
<Compile Include="Trees\Expressions\CharacterLiteralExpression.vb" /> <Compile Include="Trees\Expressions\CharacterLiteralExpression.vb" />
<Compile Include="Trees\Expressions\CTypeExpression.vb" /> <Compile Include="Trees\Expressions\CTypeExpression.vb" />
<Compile Include="Trees\Expressions\DateLiteralExpression.vb" /> <Compile Include="Trees\Expressions\DateLiteralExpression.vb" />
<Compile Include="Trees\Expressions\DecimalLiteralExpression.vb" /> <Compile Include="Trees\Expressions\DecimalLiteralExpression.vb" />
<Compile Include="Trees\Expressions\DictionaryLookupExpression.vb" /> <Compile Include="Trees\Expressions\DictionaryLookupExpression.vb" />
<Compile Include="Trees\Expressions\DirectCastExpression.vb" /> <Compile Include="Trees\Expressions\DirectCastExpression.vb" />
<Compile Include="Trees\Expressions\QualifiedExpression.vb" /> <Compile Include="Trees\Expressions\QualifiedExpression.vb" />
<Compile Include="Trees\Expressions\Expression.vb" /> <Compile Include="Trees\Expressions\Expression.vb" />
<Compile Include="Trees\Expressions\ExpressionCollection.vb" /> <Compile Include="Trees\Expressions\ExpressionCollection.vb" />
<Compile Include="Trees\Expressions\FloatingPointLiteralExpression.vb" /> <Compile Include="Trees\Expressions\FloatingPointLiteralExpression.vb" />
<Compile Include="Trees\Expressions\GetTypeExpression.vb" /> <Compile Include="Trees\Expressions\GetTypeExpression.vb" />
<Compile Include="Trees\Expressions\InstanceExpression.vb" /> <Compile Include="Trees\Expressions\InstanceExpression.vb" />
<Compile Include="Trees\Expressions\InstanceType.vb" /> <Compile Include="Trees\Expressions\InstanceType.vb" />
<Compile Include="Trees\Expressions\IntegerLiteralExpression.vb" /> <Compile Include="Trees\Expressions\IntegerLiteralExpression.vb" />
<Compile Include="Trees\Expressions\IntrinsicCastExpression.vb" /> <Compile Include="Trees\Expressions\IntrinsicCastExpression.vb" />
<Compile Include="Trees\Expressions\LiteralExpression.vb" /> <Compile Include="Trees\Expressions\LiteralExpression.vb" />
<Compile Include="Trees\Expressions\NewAggregateExpression.vb" /> <Compile Include="Trees\Expressions\NewAggregateExpression.vb" />
<Compile Include="Trees\Expressions\NewExpression.vb" /> <Compile Include="Trees\Expressions\NewExpression.vb" />
<Compile Include="Trees\Expressions\NothingExpression.vb" /> <Compile Include="Trees\Expressions\NothingExpression.vb" />
<Compile Include="Trees\Expressions\OperatorType.vb" /> <Compile Include="Trees\Expressions\OperatorType.vb" />
<Compile Include="Trees\Expressions\ParentheticalExpression.vb" /> <Compile Include="Trees\Expressions\ParentheticalExpression.vb" />
<Compile Include="Trees\Expressions\SimpleNameExpression.vb" /> <Compile Include="Trees\Expressions\SimpleNameExpression.vb" />
<Compile Include="Trees\Expressions\StringLiteralExpression.vb" /> <Compile Include="Trees\Expressions\StringLiteralExpression.vb" />
<Compile Include="Trees\Expressions\TypeOfExpression.vb" /> <Compile Include="Trees\Expressions\TypeOfExpression.vb" />
<Compile Include="Trees\Expressions\TypeReferenceExpression.vb" /> <Compile Include="Trees\Expressions\TypeReferenceExpression.vb" />
<Compile Include="Trees\Expressions\UnaryExpression.vb" /> <Compile Include="Trees\Expressions\UnaryExpression.vb" />
<Compile Include="Trees\Expressions\UnaryOperatorExpression.vb" /> <Compile Include="Trees\Expressions\UnaryOperatorExpression.vb" />
<Compile Include="Trees\Files\File.vb" /> <Compile Include="Trees\Files\File.vb" />
<Compile Include="Trees\Imports\AliasImport.vb" /> <Compile Include="Trees\Imports\AliasImport.vb" />
<Compile Include="Trees\Imports\Import.vb" /> <Compile Include="Trees\Imports\Import.vb" />
<Compile Include="Trees\Imports\ImportCollection.vb" /> <Compile Include="Trees\Imports\ImportCollection.vb" />
<Compile Include="Trees\Imports\NameImport.vb" /> <Compile Include="Trees\Imports\NameImport.vb" />
<Compile Include="Trees\Initializers\AggregateInitializer.vb" /> <Compile Include="Trees\Initializers\AggregateInitializer.vb" />
<Compile Include="Trees\Initializers\ExpressionInitializer.vb" /> <Compile Include="Trees\Initializers\ExpressionInitializer.vb" />
<Compile Include="Trees\Initializers\Initializer.vb" /> <Compile Include="Trees\Initializers\Initializer.vb" />
<Compile Include="Trees\Initializers\InitializerCollection.vb" /> <Compile Include="Trees\Initializers\InitializerCollection.vb" />
<Compile Include="Trees\Modifiers\Modifier.vb" /> <Compile Include="Trees\Modifiers\Modifier.vb" />
<Compile Include="Trees\Modifiers\ModifierCollection.vb" /> <Compile Include="Trees\Modifiers\ModifierCollection.vb" />
<Compile Include="Trees\Modifiers\ModifierTypes.vb" /> <Compile Include="Trees\Modifiers\ModifierTypes.vb" />
<Compile Include="Trees\Names\SpecialName.vb" /> <Compile Include="Trees\Names\SpecialName.vb" />
<Compile Include="Trees\Names\Name.vb" /> <Compile Include="Trees\Names\Name.vb" />
<Compile Include="Trees\Names\NameCollection.vb" /> <Compile Include="Trees\Names\NameCollection.vb" />
<Compile Include="Trees\Names\QualifiedName.vb" /> <Compile Include="Trees\Names\QualifiedName.vb" />
<Compile Include="Trees\Names\SimpleName.vb" /> <Compile Include="Trees\Names\SimpleName.vb" />
<Compile Include="Trees\Names\VariableName.vb" /> <Compile Include="Trees\Names\VariableName.vb" />
<Compile Include="Trees\Names\VariableNameCollection.vb" /> <Compile Include="Trees\Names\VariableNameCollection.vb" />
<Compile Include="Trees\Parameters\Parameter.vb" /> <Compile Include="Trees\Parameters\Parameter.vb" />
<Compile Include="Trees\Parameters\ParameterCollection.vb" /> <Compile Include="Trees\Parameters\ParameterCollection.vb" />
<Compile Include="Trees\Statements\AddHandlerStatement.vb" /> <Compile Include="Trees\Statements\AddHandlerStatement.vb" />
<Compile Include="Trees\Statements\AssignmentStatement.vb" /> <Compile Include="Trees\Statements\AssignmentStatement.vb" />
<Compile Include="Trees\Statements\BlockStatement.vb" /> <Compile Include="Trees\Statements\BlockStatement.vb" />
<Compile Include="Trees\Statements\CallStatement.vb" /> <Compile Include="Trees\Statements\CallStatement.vb" />
<Compile Include="Trees\Statements\CaseBlockStatement.vb" /> <Compile Include="Trees\Statements\CaseBlockStatement.vb" />
<Compile Include="Trees\Statements\CaseElseBlockStatement.vb" /> <Compile Include="Trees\Statements\CaseElseBlockStatement.vb" />
<Compile Include="Trees\Statements\CaseElseStatement.vb" /> <Compile Include="Trees\Statements\CaseElseStatement.vb" />
<Compile Include="Trees\Statements\CaseStatement.vb" /> <Compile Include="Trees\Statements\CaseStatement.vb" />
<Compile Include="Trees\Statements\CatchBlockStatement.vb" /> <Compile Include="Trees\Statements\CatchBlockStatement.vb" />
<Compile Include="Trees\Statements\CatchStatement.vb" /> <Compile Include="Trees\Statements\CatchStatement.vb" />
<Compile Include="Trees\Statements\CompoundAssignmentStatement.vb" /> <Compile Include="Trees\Statements\CompoundAssignmentStatement.vb" />
<Compile Include="Trees\Statements\DoBlockStatement.vb" /> <Compile Include="Trees\Statements\DoBlockStatement.vb" />
<Compile Include="Trees\Statements\ElseBlockStatement.vb" /> <Compile Include="Trees\Statements\ElseBlockStatement.vb" />
<Compile Include="Trees\Statements\ElseIfBlockStatement.vb" /> <Compile Include="Trees\Statements\ElseIfBlockStatement.vb" />
<Compile Include="Trees\Statements\ElseIfStatement.vb" /> <Compile Include="Trees\Statements\ElseIfStatement.vb" />
<Compile Include="Trees\Statements\ElseStatement.vb" /> <Compile Include="Trees\Statements\ElseStatement.vb" />
<Compile Include="Trees\Statements\EmptyStatement.vb" /> <Compile Include="Trees\Statements\EmptyStatement.vb" />
<Compile Include="Trees\Statements\EndBlockStatement.vb" /> <Compile Include="Trees\Statements\EndBlockStatement.vb" />
<Compile Include="Trees\Statements\EndStatement.vb" /> <Compile Include="Trees\Statements\EndStatement.vb" />
<Compile Include="Trees\Statements\EraseStatement.vb" /> <Compile Include="Trees\Statements\EraseStatement.vb" />
<Compile Include="Trees\Statements\ErrorStatement.vb" /> <Compile Include="Trees\Statements\ErrorStatement.vb" />
<Compile Include="Trees\Statements\ExitStatement.vb" /> <Compile Include="Trees\Statements\ExitStatement.vb" />
<Compile Include="Trees\Statements\ExpressionBlockStatement.vb" /> <Compile Include="Trees\Statements\ExpressionBlockStatement.vb" />
<Compile Include="Trees\Statements\ExpressionStatement.vb" /> <Compile Include="Trees\Statements\ExpressionStatement.vb" />
<Compile Include="Trees\Statements\FinallyBlockStatement.vb" /> <Compile Include="Trees\Statements\FinallyBlockStatement.vb" />
<Compile Include="Trees\Statements\FinallyStatement.vb" /> <Compile Include="Trees\Statements\FinallyStatement.vb" />
<Compile Include="Trees\Statements\ForBlockStatement.vb" /> <Compile Include="Trees\Statements\ForBlockStatement.vb" />
<Compile Include="Trees\Statements\ForEachBlockStatement.vb" /> <Compile Include="Trees\Statements\ForEachBlockStatement.vb" />
<Compile Include="Trees\Statements\GotoStatement.vb" /> <Compile Include="Trees\Statements\GotoStatement.vb" />
<Compile Include="Trees\Statements\HandlerStatement.vb" /> <Compile Include="Trees\Statements\HandlerStatement.vb" />
<Compile Include="Trees\Statements\IfBlockStatement.vb" /> <Compile Include="Trees\Statements\IfBlockStatement.vb" />
<Compile Include="Trees\Statements\LabelReferenceStatement.vb" /> <Compile Include="Trees\Statements\LabelReferenceStatement.vb" />
<Compile Include="Trees\Statements\LabelStatement.vb" /> <Compile Include="Trees\Statements\LabelStatement.vb" />
<Compile Include="Trees\Statements\LineIfStatement.vb" /> <Compile Include="Trees\Statements\LineIfStatement.vb" />
<Compile Include="Trees\Statements\LocalDeclarationStatement.vb" /> <Compile Include="Trees\Statements\LocalDeclarationStatement.vb" />
<Compile Include="Trees\Statements\LoopStatement.vb" /> <Compile Include="Trees\Statements\LoopStatement.vb" />
<Compile Include="Trees\Statements\MidAssignmentStatement.vb" /> <Compile Include="Trees\Statements\MidAssignmentStatement.vb" />
<Compile Include="Trees\Statements\NextStatement.vb" /> <Compile Include="Trees\Statements\NextStatement.vb" />
<Compile Include="Trees\Statements\OnErrorStatement.vb" /> <Compile Include="Trees\Statements\OnErrorStatement.vb" />
<Compile Include="Trees\Statements\OnErrorType.vb" /> <Compile Include="Trees\Statements\OnErrorType.vb" />
<Compile Include="Trees\Statements\RaiseEventStatement.vb" /> <Compile Include="Trees\Statements\RaiseEventStatement.vb" />
<Compile Include="Trees\Statements\ReDimStatement.vb" /> <Compile Include="Trees\Statements\ReDimStatement.vb" />
<Compile Include="Trees\Statements\RemoveHandlerStatement.vb" /> <Compile Include="Trees\Statements\RemoveHandlerStatement.vb" />
<Compile Include="Trees\Statements\ResumeStatement.vb" /> <Compile Include="Trees\Statements\ResumeStatement.vb" />
<Compile Include="Trees\Statements\ResumeType.vb" /> <Compile Include="Trees\Statements\ResumeType.vb" />
<Compile Include="Trees\Statements\ReturnStatement.vb" /> <Compile Include="Trees\Statements\ReturnStatement.vb" />
<Compile Include="Trees\Statements\SelectBlockStatement.vb" /> <Compile Include="Trees\Statements\SelectBlockStatement.vb" />
<Compile Include="Trees\Statements\Statement.vb" /> <Compile Include="Trees\Statements\Statement.vb" />
<Compile Include="Trees\Statements\StatementCollection.vb" /> <Compile Include="Trees\Statements\StatementCollection.vb" />
<Compile Include="Trees\Statements\StopStatement.vb" /> <Compile Include="Trees\Statements\StopStatement.vb" />
<Compile Include="Trees\Statements\SyncLockBlockStatement.vb" /> <Compile Include="Trees\Statements\SyncLockBlockStatement.vb" />
<Compile Include="Trees\Statements\ThrowStatement.vb" /> <Compile Include="Trees\Statements\ThrowStatement.vb" />
<Compile Include="Trees\Statements\TryBlockStatement.vb" /> <Compile Include="Trees\Statements\TryBlockStatement.vb" />
<Compile Include="Trees\Statements\WhileStatement.vb" /> <Compile Include="Trees\Statements\WhileStatement.vb" />
<Compile Include="Trees\Statements\WithStatement.vb" /> <Compile Include="Trees\Statements\WithStatement.vb" />
<Compile Include="Trees\TypeParameters\TypeParameter.vb" /> <Compile Include="Trees\TypeParameters\TypeParameter.vb" />
<Compile Include="Trees\TypeNames\ArrayTypeName.vb" /> <Compile Include="Trees\TypeNames\ArrayTypeName.vb" />
<Compile Include="Trees\TypeNames\ConstructedTypeName.vb" /> <Compile Include="Trees\TypeNames\ConstructedTypeName.vb" />
<Compile Include="Trees\TypeNames\IntrinsicTypeName.vb" /> <Compile Include="Trees\TypeNames\IntrinsicTypeName.vb" />
<Compile Include="Trees\TypeNames\NamedTypeName.vb" /> <Compile Include="Trees\TypeNames\NamedTypeName.vb" />
<Compile Include="Trees\TypeNames\TypeName.vb" /> <Compile Include="Trees\TypeNames\TypeName.vb" />
<Compile Include="Trees\TypeNames\TypeNameCollection.vb" /> <Compile Include="Trees\TypeNames\TypeNameCollection.vb" />
<Compile Include="Trees\TypeNames\TypeArgumentCollection.vb" /> <Compile Include="Trees\TypeNames\TypeArgumentCollection.vb" />
<Compile Include="Trees\TypeParameters\TypeConstraintCollection.vb" /> <Compile Include="Trees\TypeParameters\TypeConstraintCollection.vb" />
<Compile Include="Trees\TypeParameters\TypeParameterCollection.vb" /> <Compile Include="Trees\TypeParameters\TypeParameterCollection.vb" />
<Compile Include="Trees\VariableDeclarators\VariableDeclarator.vb" /> <Compile Include="Trees\VariableDeclarators\VariableDeclarator.vb" />
<Compile Include="Trees\VariableDeclarators\VariableDeclaratorCollection.vb" /> <Compile Include="Trees\VariableDeclarators\VariableDeclaratorCollection.vb" />
<Compile Include="TypeCharacter.vb"> <Compile Include="TypeCharacter.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Scanner.vb"> <Compile Include="Scanner.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="SourceRegion.vb"> <Compile Include="SourceRegion.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Span.vb"> <Compile Include="Span.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="SyntaxError.vb"> <Compile Include="SyntaxError.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="SyntaxErrorType.vb"> <Compile Include="SyntaxErrorType.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Tokens\CharacterLiteralToken.vb"> <Compile Include="Tokens\CharacterLiteralToken.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Tokens\CommentToken.vb"> <Compile Include="Tokens\CommentToken.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Tokens\DateLiteralToken.vb"> <Compile Include="Tokens\DateLiteralToken.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Tokens\DecimalLiteralToken.vb"> <Compile Include="Tokens\DecimalLiteralToken.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Tokens\EndOfStreamToken.vb"> <Compile Include="Tokens\EndOfStreamToken.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Tokens\ErrorToken.vb"> <Compile Include="Tokens\ErrorToken.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Tokens\FloatingPointLiteralToken.vb"> <Compile Include="Tokens\FloatingPointLiteralToken.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Tokens\IdentifierToken.vb"> <Compile Include="Tokens\IdentifierToken.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Tokens\IntegerLiteralToken.vb"> <Compile Include="Tokens\IntegerLiteralToken.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Tokens\LineTerminatorToken.vb"> <Compile Include="Tokens\LineTerminatorToken.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Tokens\PunctuatorToken.vb"> <Compile Include="Tokens\PunctuatorToken.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Tokens\StringLiteralToken.vb"> <Compile Include="Tokens\StringLiteralToken.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Tokens\Token.vb"> <Compile Include="Tokens\Token.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Tokens\TokenType.vb"> <Compile Include="Tokens\TokenType.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Trees\Arguments\Argument.vb"> <Compile Include="Trees\Arguments\Argument.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Trees\Arguments\ArgumentCollection.vb"> <Compile Include="Trees\Arguments\ArgumentCollection.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Trees\Attributes\Attribute.vb"> <Compile Include="Trees\Attributes\Attribute.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Trees\Attributes\AttributeCollection.vb"> <Compile Include="Trees\Attributes\AttributeCollection.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Trees\Attributes\AttributeTypes.vb"> <Compile Include="Trees\Attributes\AttributeTypes.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Trees\BlockType.vb"> <Compile Include="Trees\BlockType.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Trees\CaseClauses\CaseClause.vb"> <Compile Include="Trees\CaseClauses\CaseClause.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Trees\CaseClauses\CaseClauseCollection.vb"> <Compile Include="Trees\CaseClauses\CaseClauseCollection.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Trees\CaseClauses\ComparisonCaseClause.vb"> <Compile Include="Trees\CaseClauses\ComparisonCaseClause.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Trees\CaseClauses\RangeCaseClause.vb"> <Compile Include="Trees\CaseClauses\RangeCaseClause.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Trees\Collections\ColonDelimitedTreeCollection.vb"> <Compile Include="Trees\Collections\ColonDelimitedTreeCollection.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Trees\Collections\CommaDelimitedTreeCollection.vb"> <Compile Include="Trees\Collections\CommaDelimitedTreeCollection.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Trees\Comments\Comment.vb"> <Compile Include="Trees\Comments\Comment.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Trees\IntrinsicType.vb"> <Compile Include="Trees\IntrinsicType.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Trees\Tree.vb"> <Compile Include="Trees\Tree.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Trees\TreeType.vb"> <Compile Include="Trees\TreeType.vb">
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="LanguageVersion.vb" /> <Compile Include="LanguageVersion.vb" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="My Project\Application.myapp"> <None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator> <Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput> <LastGenOutput>Application.Designer.vb</LastGenOutput>
</None> </None>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible> <Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install> <Install>false</Install>
</BootstrapperPackage> </BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible> <Visible>False</Visible>
<ProductName>.NET Framework 2.0 %28x86%29</ProductName> <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
<Install>true</Install> <Install>true</Install>
</BootstrapperPackage> </BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
<Visible>False</Visible> <Visible>False</Visible>
<ProductName>.NET Framework 3.0 %28x86%29</ProductName> <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
<Install>false</Install> <Install>false</Install>
</BootstrapperPackage> </BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
<Visible>False</Visible> <Visible>False</Visible>
<ProductName>.NET Framework 3.5</ProductName> <ProductName>.NET Framework 3.5</ProductName>
<Install>false</Install> <Install>false</Install>
</BootstrapperPackage> </BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible> <Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName> <ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install> <Install>false</Install>
</BootstrapperPackage> </BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.VisualBasic.PowerPacks.10.0"> <BootstrapperPackage Include="Microsoft.VisualBasic.PowerPacks.10.0">
<Visible>False</Visible> <Visible>False</Visible>
<ProductName>Microsoft Visual Basic PowerPacks 10.0</ProductName> <ProductName>Microsoft Visual Basic PowerPacks 10.0</ProductName>
<Install>true</Install> <Install>true</Install>
</BootstrapperPackage> </BootstrapperPackage>
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.Targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.Targets" />
<PropertyGroup> <PropertyGroup>
<PreBuildEvent> <PreBuildEvent>
</PreBuildEvent> </PreBuildEvent>
<PostBuildEvent> <PostBuildEvent>
</PostBuildEvent> </PostBuildEvent>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View file

@ -63,9 +63,9 @@
<Content Include="test\while.vbs" /> <Content Include="test\while.vbs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\VBScript\VBScript.VS2010.csproj"> <ProjectReference Include="..\VBScript\VBScript.VS2013.csproj">
<Project>{0846368D-EA96-4AC4-81AF-E4F9B78CE60B}</Project> <Project>{0846368D-EA96-4AC4-81AF-E4F9B78CE60B}</Project>
<Name>VBScript.VS2010</Name> <Name>VBScript.VS2013</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

View file

@ -1,149 +1,149 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion> <ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion> <SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{0846368D-EA96-4AC4-81AF-E4F9B78CE60B}</ProjectGuid> <ProjectGuid>{0846368D-EA96-4AC4-81AF-E4F9B78CE60B}</ProjectGuid>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Dlrsoft.VBScript</RootNamespace> <RootNamespace>Dlrsoft.VBScript</RootNamespace>
<AssemblyName>Dlrsoft.VBScript</AssemblyName> <AssemblyName>Dlrsoft.VBScript</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<StartupObject> <StartupObject>
</StartupObject> </StartupObject>
<PublishUrl>publish\</PublishUrl> <PublishUrl>publish\</PublishUrl>
<Install>true</Install> <Install>true</Install>
<InstallFrom>Disk</InstallFrom> <InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled> <UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode> <UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval> <UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits> <UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically> <UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired> <UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions> <MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision> <ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper> <IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust> <UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled> <BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType> <DebugType>full</DebugType>
<Optimize>false</Optimize> <Optimize>false</Optimize>
<OutputPath>..\bin\Debug\</OutputPath> <OutputPath>..\bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;</DefineConstants> <DefineConstants>TRACE;DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType> <DebugType>pdbonly</DebugType>
<Optimize>true</Optimize> <Optimize>true</Optimize>
<OutputPath>..\bin\Release40\</OutputPath> <OutputPath>..\bin\Release40\</OutputPath>
<DefineConstants>TRACE;</DefineConstants> <DefineConstants>TRACE;</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="Microsoft.Dynamic, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <Reference Include="Microsoft.Dynamic, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>..\library\40\Microsoft.Dynamic.dll</HintPath> <HintPath>..\library\40\Microsoft.Dynamic.dll</HintPath>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
<Reference Include="Microsoft.Scripting, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <Reference Include="Microsoft.Scripting, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>..\library\40\Microsoft.Scripting.dll</HintPath> <HintPath>..\library\40\Microsoft.Scripting.dll</HintPath>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
<Reference Include="System.Core" /> <Reference Include="System.Core" />
<Reference Include="Microsoft.VisualBasic" /> <Reference Include="Microsoft.VisualBasic" />
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Data" /> <Reference Include="System.Data" />
<Reference Include="System.Xml" /> <Reference Include="System.Xml" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Binders\VBScriptBinaryOperationBinder.cs" /> <Compile Include="Binders\VBScriptBinaryOperationBinder.cs" />
<Compile Include="Binders\VBScriptCreateInstanceBinder.cs" /> <Compile Include="Binders\VBScriptCreateInstanceBinder.cs" />
<Compile Include="Binders\VBScriptGetIndexBinder.cs" /> <Compile Include="Binders\VBScriptGetIndexBinder.cs" />
<Compile Include="Binders\VBScriptGetMemberBinder.cs" /> <Compile Include="Binders\VBScriptGetMemberBinder.cs" />
<Compile Include="Binders\VBScriptInvokeBinder.cs" /> <Compile Include="Binders\VBScriptInvokeBinder.cs" />
<Compile Include="Binders\VBScriptInvokeMemberBinder.cs" /> <Compile Include="Binders\VBScriptInvokeMemberBinder.cs" />
<Compile Include="Binders\VBScriptSetIndexBinder.cs" /> <Compile Include="Binders\VBScriptSetIndexBinder.cs" />
<Compile Include="Binders\VBScriptSetMemberBinder.cs" /> <Compile Include="Binders\VBScriptSetMemberBinder.cs" />
<Compile Include="Binders\VBScriptUnaryOperationBinder.cs" /> <Compile Include="Binders\VBScriptUnaryOperationBinder.cs" />
<Compile Include="Compiler\AnalysisScope.cs" /> <Compile Include="Compiler\AnalysisScope.cs" />
<Compile Include="Compiler\DocSpan.cs" /> <Compile Include="Compiler\DocSpan.cs" />
<Compile Include="Compiler\ISourceMapper.cs" /> <Compile Include="Compiler\ISourceMapper.cs" />
<Compile Include="Compiler\Set.cs" /> <Compile Include="Compiler\Set.cs" />
<Compile Include="Compiler\SourceUtil.cs" /> <Compile Include="Compiler\SourceUtil.cs" />
<Compile Include="Compiler\VBScriptAnalyzer.cs" /> <Compile Include="Compiler\VBScriptAnalyzer.cs" />
<Compile Include="Compiler\VBScriptCompilerException.cs" /> <Compile Include="Compiler\VBScriptCompilerException.cs" />
<Compile Include="Compiler\VBScriptSourceCodeReader.cs" /> <Compile Include="Compiler\VBScriptSourceCodeReader.cs" />
<Compile Include="Compiler\VBScriptSourceMapper.cs" /> <Compile Include="Compiler\VBScriptSourceMapper.cs" />
<Compile Include="Compiler\VBScriptStringContentProvider.cs" /> <Compile Include="Compiler\VBScriptStringContentProvider.cs" />
<Compile Include="Compiler\VBScriptSyntaxError.cs" /> <Compile Include="Compiler\VBScriptSyntaxError.cs" />
<Compile Include="Runtime\BuiltInConstants.cs" /> <Compile Include="Runtime\BuiltInConstants.cs" />
<Compile Include="Runtime\DynamicObjectHelpers.cs" /> <Compile Include="Runtime\DynamicObjectHelpers.cs" />
<Compile Include="Runtime\ErrObject.cs" /> <Compile Include="Runtime\ErrObject.cs" />
<Compile Include="Runtime\HelperFunctions.cs" /> <Compile Include="Runtime\HelperFunctions.cs" />
<Compile Include="Runtime\IAssert.cs" /> <Compile Include="Runtime\IAssert.cs" />
<Compile Include="Runtime\InvokeMemberBinderKey.cs" /> <Compile Include="Runtime\InvokeMemberBinderKey.cs" />
<Compile Include="Runtime\ITrace.cs" /> <Compile Include="Runtime\ITrace.cs" />
<Compile Include="Runtime\RuntimeHelpers.cs" /> <Compile Include="Runtime\RuntimeHelpers.cs" />
<Compile Include="hosting\VBScriptCode.cs" /> <Compile Include="hosting\VBScriptCode.cs" />
<Compile Include="Compiler\VBScriptGenerator.cs" /> <Compile Include="Compiler\VBScriptGenerator.cs" />
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="hosting\VBScriptContext.cs" /> <Compile Include="hosting\VBScriptContext.cs" />
<Compile Include="Runtime\StringExtensionsClass.cs" /> <Compile Include="Runtime\StringExtensionsClass.cs" />
<Compile Include="Runtime\TraceHelper.cs" /> <Compile Include="Runtime\TraceHelper.cs" />
<Compile Include="Runtime\TypeModel.cs" /> <Compile Include="Runtime\TypeModel.cs" />
<Compile Include="Runtime\TypeModelMetaObject.cs" /> <Compile Include="Runtime\TypeModelMetaObject.cs" />
<Compile Include="Runtime\VBScriptRuntimeException.cs" /> <Compile Include="Runtime\VBScriptRuntimeException.cs" />
<Compile Include="VBScript.cs" /> <Compile Include="VBScript.cs" />
<Compile Include="Runtime\BuiltInFunctions.cs" /> <Compile Include="Runtime\BuiltInFunctions.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0"> <BootstrapperPackage Include=".NETFramework,Version=v4.0">
<Visible>False</Visible> <Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName> <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
<Install>true</Install> <Install>true</Install>
</BootstrapperPackage> </BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible> <Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install> <Install>false</Install>
</BootstrapperPackage> </BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible> <Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName> <ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install> <Install>false</Install>
</BootstrapperPackage> </BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.VisualBasic.PowerPacks.10.0"> <BootstrapperPackage Include="Microsoft.VisualBasic.PowerPacks.10.0">
<Visible>False</Visible> <Visible>False</Visible>
<ProductName>Microsoft Visual Basic PowerPacks 10.0</ProductName> <ProductName>Microsoft Visual Basic PowerPacks 10.0</ProductName>
<Install>true</Install> <Install>true</Install>
</BootstrapperPackage> </BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible> <Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName> <ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install> <Install>true</Install>
</BootstrapperPackage> </BootstrapperPackage>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Parser\Parser.VS2010.vbproj"> <ProjectReference Include="..\Parser\Parser.VS2013.vbproj">
<Project>{57A0B340-BDA4-4DE3-B449-52B8C51D84B8}</Project> <Project>{57A0B340-BDA4-4DE3-B449-52B8C51D84B8}</Project>
<Name>Parser.VS2010</Name> <Name>Parser.VS2013</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild"> <Target Name="BeforeBuild">
</Target> </Target>
<Target Name="AfterBuild"> <Target Name="AfterBuild">
</Target> </Target>
--> -->
</Project> </Project>

View file

@ -128,9 +128,9 @@
</BootstrapperPackage> </BootstrapperPackage>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\VBScript\VBScript.VS2010.csproj"> <ProjectReference Include="..\VBScript\VBScript.VS2013.csproj">
<Project>{0846368D-EA96-4AC4-81AF-E4F9B78CE60B}</Project> <Project>{0846368D-EA96-4AC4-81AF-E4F9B78CE60B}</Project>
<Name>VBScript.VS2010</Name> <Name>VBScript.VS2013</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />