From c6dc1b2980bc80caad22a047d6a32e0098d12b87 Mon Sep 17 00:00:00 2001 From: lichen Date: Sat, 27 Sep 2014 15:32:39 -0700 Subject: [PATCH] Changed the project names from vs2010 to vs2013 --- ...2010.sln => ASPClassicCompiler.vs2013.sln} | 12 +- ....VS2010.csproj => AspWebApp.VS2013.csproj} | 4 +- ...ser.VS2010.vbproj => Parser.VS2013.vbproj} | 904 +++++++++--------- ...{VBSC.VS2010.csproj => VBSC.VS2013.csproj} | 4 +- ...t.VS2010.csproj => VBScript.VS2013.csproj} | 296 +++--- .../{Asp.VS2010.csproj => Asp.VS2013.csproj} | 4 +- 6 files changed, 612 insertions(+), 612 deletions(-) rename aspclassiccompiler/{ASPClassicCompiler.vs2010.sln => ASPClassicCompiler.vs2013.sln} (84%) rename aspclassiccompiler/AspWebApp/{AspWebApp.VS2010.csproj => AspWebApp.VS2013.csproj} (98%) rename aspclassiccompiler/Parser/{Parser.VS2010.vbproj => Parser.VS2013.vbproj} (97%) rename aspclassiccompiler/VBSC/{VBSC.VS2010.csproj => VBSC.VS2013.csproj} (96%) rename aspclassiccompiler/VBScript/{VBScript.VS2010.csproj => VBScript.VS2013.csproj} (96%) rename aspclassiccompiler/asp/{Asp.VS2010.csproj => Asp.VS2013.csproj} (98%) diff --git a/aspclassiccompiler/ASPClassicCompiler.vs2010.sln b/aspclassiccompiler/ASPClassicCompiler.vs2013.sln similarity index 84% rename from aspclassiccompiler/ASPClassicCompiler.vs2010.sln rename to aspclassiccompiler/ASPClassicCompiler.vs2013.sln index c7c1165..ec8ea13 100644 --- a/aspclassiccompiler/ASPClassicCompiler.vs2010.sln +++ b/aspclassiccompiler/ASPClassicCompiler.vs2013.sln @@ -1,21 +1,21 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 -VisualStudioVersion = 12.0.21005.1 +VisualStudioVersion = 12.0.30501.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{244AF685-4E12-4893-89DA-939A2964C0FB}" ProjectSection(SolutionItems) = preProject License.txt = License.txt EndProjectSection 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 -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 -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 -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 -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 Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/aspclassiccompiler/AspWebApp/AspWebApp.VS2010.csproj b/aspclassiccompiler/AspWebApp/AspWebApp.VS2013.csproj similarity index 98% rename from aspclassiccompiler/AspWebApp/AspWebApp.VS2010.csproj rename to aspclassiccompiler/AspWebApp/AspWebApp.VS2013.csproj index 7da0359..62b6028 100644 --- a/aspclassiccompiler/AspWebApp/AspWebApp.VS2010.csproj +++ b/aspclassiccompiler/AspWebApp/AspWebApp.VS2013.csproj @@ -129,9 +129,9 @@ - + {F076A2D0-5200-42D7-9AEA-9E1260EFB138} - Asp.VS2010 + Asp.VS2013 diff --git a/aspclassiccompiler/Parser/Parser.VS2010.vbproj b/aspclassiccompiler/Parser/Parser.VS2013.vbproj similarity index 97% rename from aspclassiccompiler/Parser/Parser.VS2010.vbproj rename to aspclassiccompiler/Parser/Parser.VS2013.vbproj index 4adbc11..fac7d3f 100644 --- a/aspclassiccompiler/Parser/Parser.VS2010.vbproj +++ b/aspclassiccompiler/Parser/Parser.VS2013.vbproj @@ -1,453 +1,453 @@ - - - - Local - 9.0.30729 - 2.0 - {57A0B340-BDA4-4DE3-B449-52B8C51D84B8} - Debug - AnyCPU - - - - - Dlrsoft.VBParser - - - None - JScript - Grid - IE50 - false - Library - Binary - On - On - Dlrsoft.VBScript.Parser - VBParser.(None) - - - v4.0 - - - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - ..\bin\Debug\ - Dlrsoft.VBParser.xml - 285212672 - - - - - true - true - true - false - false - false - false - 1 - 42016,42017,42018,42019,42032 - false - - - - - ..\bin\Release40\ - Dlrsoft.VBParser.xml - 285212672 - - - - - false - true - false - true - false - false - false - 1 - 42016,42017,42018,42019,42032 - - - - System - - - - - - - - - - - - - - - - Code - - - - Code - - - Code - - - Code - - - True - Application.myapp - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - - - - MyApplicationCodeGenerator - Application.Designer.vb - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - - - False - Microsoft Visual Basic PowerPacks 10.0 - true - - - - - - - - - + + + + Local + 9.0.30729 + 2.0 + {57A0B340-BDA4-4DE3-B449-52B8C51D84B8} + Debug + AnyCPU + + + + + Dlrsoft.VBParser + + + None + JScript + Grid + IE50 + false + Library + Binary + On + On + Dlrsoft.VBScript.Parser + VBParser.(None) + + + v4.0 + + + false + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + true + + + ..\bin\Debug\ + Dlrsoft.VBParser.xml + 285212672 + + + + + true + true + true + false + false + false + false + 1 + 42016,42017,42018,42019,42032 + false + + + + + ..\bin\Release40\ + Dlrsoft.VBParser.xml + 285212672 + + + + + false + true + false + true + false + false + false + 1 + 42016,42017,42018,42019,42032 + + + + System + + + + + + + + + + + + + + + + Code + + + + Code + + + Code + + + Code + + + True + Application.myapp + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + + + + MyApplicationCodeGenerator + Application.Designer.vb + + + + + False + .NET Framework 3.5 SP1 Client Profile + false + + + False + .NET Framework 2.0 %28x86%29 + true + + + False + .NET Framework 3.0 %28x86%29 + false + + + False + .NET Framework 3.5 + false + + + False + .NET Framework 3.5 SP1 + false + + + False + Microsoft Visual Basic PowerPacks 10.0 + true + + + + + + + + + \ No newline at end of file diff --git a/aspclassiccompiler/VBSC/VBSC.VS2010.csproj b/aspclassiccompiler/VBSC/VBSC.VS2013.csproj similarity index 96% rename from aspclassiccompiler/VBSC/VBSC.VS2010.csproj rename to aspclassiccompiler/VBSC/VBSC.VS2013.csproj index 64f6113..c625616 100644 --- a/aspclassiccompiler/VBSC/VBSC.VS2010.csproj +++ b/aspclassiccompiler/VBSC/VBSC.VS2013.csproj @@ -63,9 +63,9 @@ - + {0846368D-EA96-4AC4-81AF-E4F9B78CE60B} - VBScript.VS2010 + VBScript.VS2013 diff --git a/aspclassiccompiler/VBScript/VBScript.VS2010.csproj b/aspclassiccompiler/VBScript/VBScript.VS2013.csproj similarity index 96% rename from aspclassiccompiler/VBScript/VBScript.VS2010.csproj rename to aspclassiccompiler/VBScript/VBScript.VS2013.csproj index 237bc6a..86329ef 100644 --- a/aspclassiccompiler/VBScript/VBScript.VS2010.csproj +++ b/aspclassiccompiler/VBScript/VBScript.VS2013.csproj @@ -1,149 +1,149 @@ - - - - Debug - AnyCPU - 9.0.30729 - 2.0 - {0846368D-EA96-4AC4-81AF-E4F9B78CE60B} - Library - Properties - Dlrsoft.VBScript - Dlrsoft.VBScript - v4.0 - 512 - - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - true - full - false - ..\bin\Debug\ - TRACE;DEBUG; - prompt - 4 - - - pdbonly - true - ..\bin\Release40\ - TRACE; - prompt - 4 - - - - False - ..\library\40\Microsoft.Dynamic.dll - False - - - False - ..\library\40\Microsoft.Scripting.dll - False - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - False - Microsoft .NET Framework 4 %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - false - - - False - Microsoft Visual Basic PowerPacks 10.0 - true - - - False - Windows Installer 3.1 - true - - - - - {57A0B340-BDA4-4DE3-B449-52B8C51D84B8} - Parser.VS2010 - - - - + + + + Debug + AnyCPU + 9.0.30729 + 2.0 + {0846368D-EA96-4AC4-81AF-E4F9B78CE60B} + Library + Properties + Dlrsoft.VBScript + Dlrsoft.VBScript + v4.0 + 512 + + + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true + + + true + full + false + ..\bin\Debug\ + TRACE;DEBUG; + prompt + 4 + + + pdbonly + true + ..\bin\Release40\ + TRACE; + prompt + 4 + + + + False + ..\library\40\Microsoft.Dynamic.dll + False + + + False + ..\library\40\Microsoft.Scripting.dll + False + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + Microsoft .NET Framework 4 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 Client Profile + false + + + False + .NET Framework 3.5 SP1 + false + + + False + Microsoft Visual Basic PowerPacks 10.0 + true + + + False + Windows Installer 3.1 + true + + + + + {57A0B340-BDA4-4DE3-B449-52B8C51D84B8} + Parser.VS2013 + + + + \ No newline at end of file diff --git a/aspclassiccompiler/asp/Asp.VS2010.csproj b/aspclassiccompiler/asp/Asp.VS2013.csproj similarity index 98% rename from aspclassiccompiler/asp/Asp.VS2010.csproj rename to aspclassiccompiler/asp/Asp.VS2013.csproj index de5635e..3f779a3 100644 --- a/aspclassiccompiler/asp/Asp.VS2010.csproj +++ b/aspclassiccompiler/asp/Asp.VS2013.csproj @@ -128,9 +128,9 @@ - + {0846368D-EA96-4AC4-81AF-E4F9B78CE60B} - VBScript.VS2010 + VBScript.VS2013