diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3b5ba18 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,43 @@ +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain + +*.bmp binary +*.gif binary +*.ico binary +*.jpg binary +*.png binary + +*.ascx text +*.cmd text +*.coffee text +*.config text +*.cs text diff=csharp +*.csproj text merge=union +*.css text +*.cshtml text +*.htm text +*.html text +*.js text +*.msbuild text +*.resx text merge=union +*.ruleset text +*.Stylecop text +*.targets text +*.tt text +*.txt text +*.vb text +*.vbhtml text +*.vbproj text merge=union +*.xml text +*.xunit text +*.asp text + +*.sln text eol=crlf merge=union diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..55d7365 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +App_Data +[Bb]in +[Oo]bj +[Tt]est[Rr]esults +*.suo +*.user +*.[Cc]ache +*[Rr]esharper* +packages +NuGet.exe +_[Ss]cripts +*.exe +*.dll +*.nupkg +*.ncrunchsolution +*.dot[Cc]over diff --git a/aspclassiccompiler/ASPClassicCompiler.vs2010.sln b/aspclassiccompiler/ASPClassicCompiler.vs2010.sln index 4aa568b..c7c1165 100644 --- a/aspclassiccompiler/ASPClassicCompiler.vs2010.sln +++ b/aspclassiccompiler/ASPClassicCompiler.vs2010.sln @@ -1,48 +1,50 @@ -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -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}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VBScript.VS2010", "VBScript\VBScript.VS2010.csproj", "{0846368D-EA96-4AC4-81AF-E4F9B78CE60B}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Asp.VS2010", "asp\Asp.VS2010.csproj", "{F076A2D0-5200-42D7-9AEA-9E1260EFB138}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspWebApp.VS2010", "AspWebApp\AspWebApp.VS2010.csproj", "{24BF0EA3-2D82-4E85-B13D-EA9279F58812}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VBSC.VS2010", "VBSC\VBSC.VS2010.csproj", "{556BAE6E-AA67-48C7-ACD6-1AB0AA930197}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {57A0B340-BDA4-4DE3-B449-52B8C51D84B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {57A0B340-BDA4-4DE3-B449-52B8C51D84B8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {57A0B340-BDA4-4DE3-B449-52B8C51D84B8}.Release|Any CPU.ActiveCfg = Release|Any CPU - {57A0B340-BDA4-4DE3-B449-52B8C51D84B8}.Release|Any CPU.Build.0 = Release|Any CPU - {0846368D-EA96-4AC4-81AF-E4F9B78CE60B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0846368D-EA96-4AC4-81AF-E4F9B78CE60B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0846368D-EA96-4AC4-81AF-E4F9B78CE60B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {0846368D-EA96-4AC4-81AF-E4F9B78CE60B}.Release|Any CPU.Build.0 = Release|Any CPU - {F076A2D0-5200-42D7-9AEA-9E1260EFB138}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F076A2D0-5200-42D7-9AEA-9E1260EFB138}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F076A2D0-5200-42D7-9AEA-9E1260EFB138}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F076A2D0-5200-42D7-9AEA-9E1260EFB138}.Release|Any CPU.Build.0 = Release|Any CPU - {24BF0EA3-2D82-4E85-B13D-EA9279F58812}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {24BF0EA3-2D82-4E85-B13D-EA9279F58812}.Debug|Any CPU.Build.0 = Debug|Any CPU - {24BF0EA3-2D82-4E85-B13D-EA9279F58812}.Release|Any CPU.ActiveCfg = Release|Any CPU - {24BF0EA3-2D82-4E85-B13D-EA9279F58812}.Release|Any CPU.Build.0 = Release|Any CPU - {556BAE6E-AA67-48C7-ACD6-1AB0AA930197}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {556BAE6E-AA67-48C7-ACD6-1AB0AA930197}.Debug|Any CPU.Build.0 = Debug|Any CPU - {556BAE6E-AA67-48C7-ACD6-1AB0AA930197}.Release|Any CPU.ActiveCfg = Release|Any CPU - {556BAE6E-AA67-48C7-ACD6-1AB0AA930197}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.21005.1 +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}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VBScript.VS2010", "VBScript\VBScript.VS2010.csproj", "{0846368D-EA96-4AC4-81AF-E4F9B78CE60B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Asp.VS2010", "asp\Asp.VS2010.csproj", "{F076A2D0-5200-42D7-9AEA-9E1260EFB138}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspWebApp.VS2010", "AspWebApp\AspWebApp.VS2010.csproj", "{24BF0EA3-2D82-4E85-B13D-EA9279F58812}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VBSC.VS2010", "VBSC\VBSC.VS2010.csproj", "{556BAE6E-AA67-48C7-ACD6-1AB0AA930197}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {57A0B340-BDA4-4DE3-B449-52B8C51D84B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {57A0B340-BDA4-4DE3-B449-52B8C51D84B8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {57A0B340-BDA4-4DE3-B449-52B8C51D84B8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {57A0B340-BDA4-4DE3-B449-52B8C51D84B8}.Release|Any CPU.Build.0 = Release|Any CPU + {0846368D-EA96-4AC4-81AF-E4F9B78CE60B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0846368D-EA96-4AC4-81AF-E4F9B78CE60B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0846368D-EA96-4AC4-81AF-E4F9B78CE60B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0846368D-EA96-4AC4-81AF-E4F9B78CE60B}.Release|Any CPU.Build.0 = Release|Any CPU + {F076A2D0-5200-42D7-9AEA-9E1260EFB138}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F076A2D0-5200-42D7-9AEA-9E1260EFB138}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F076A2D0-5200-42D7-9AEA-9E1260EFB138}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F076A2D0-5200-42D7-9AEA-9E1260EFB138}.Release|Any CPU.Build.0 = Release|Any CPU + {24BF0EA3-2D82-4E85-B13D-EA9279F58812}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {24BF0EA3-2D82-4E85-B13D-EA9279F58812}.Debug|Any CPU.Build.0 = Debug|Any CPU + {24BF0EA3-2D82-4E85-B13D-EA9279F58812}.Release|Any CPU.ActiveCfg = Release|Any CPU + {24BF0EA3-2D82-4E85-B13D-EA9279F58812}.Release|Any CPU.Build.0 = Release|Any CPU + {556BAE6E-AA67-48C7-ACD6-1AB0AA930197}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {556BAE6E-AA67-48C7-ACD6-1AB0AA930197}.Debug|Any CPU.Build.0 = Debug|Any CPU + {556BAE6E-AA67-48C7-ACD6-1AB0AA930197}.Release|Any CPU.ActiveCfg = Release|Any CPU + {556BAE6E-AA67-48C7-ACD6-1AB0AA930197}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/aspclassiccompiler/AspWebApp/AspWebApp.VS2010.csproj b/aspclassiccompiler/AspWebApp/AspWebApp.VS2010.csproj index 8052d65..789e11f 100644 --- a/aspclassiccompiler/AspWebApp/AspWebApp.VS2010.csproj +++ b/aspclassiccompiler/AspWebApp/AspWebApp.VS2010.csproj @@ -1,158 +1,165 @@ - - - - Debug - AnyCPU - 9.0.30729 - 2.0 - {24BF0EA3-2D82-4E85-B13D-EA9279F58812} - {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} - Library - Properties - AspWebApp - AspWebApp - v4.0 - - - 4.0 - - - - true - full - false - bin\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {F076A2D0-5200-42D7-9AEA-9E1260EFB138} - Asp.VS2010 - - - - - - - - - - False - True - 3465 - / - - - False - False - - - False - - - - + + + + + Debug + AnyCPU + 9.0.30729 + 2.0 + {24BF0EA3-2D82-4E85-B13D-EA9279F58812} + {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} + Library + Properties + AspWebApp + AspWebApp + v4.0 + + + 4.0 + + + + + true + full + false + bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {F076A2D0-5200-42D7-9AEA-9E1260EFB138} + Asp.VS2010 + + + + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + + + + + + + False + True + 3465 + / + + + False + False + + + False + + + + \ No newline at end of file diff --git a/aspclassiccompiler/AzureStoreAsp/AzureStore/Views/Home/Index.aspx.bak b/aspclassiccompiler/AzureStoreAsp/AzureStore/Views/Home/Index.aspx.bak deleted file mode 100644 index 295024b..0000000 --- a/aspclassiccompiler/AzureStoreAsp/AzureStore/Views/Home/Index.aspx.bak +++ /dev/null @@ -1,19 +0,0 @@ -<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage>" %> - - -Azure Store Products - - - -

<%=User.IsInRole("Home") ? "Home" : "Enterprise"%> Products

- - <% using (Html.BeginForm("Add", "Home")) { %> - - Add item to cart - <% } %> -
diff --git a/aspclassiccompiler/NerdDinnerAsp/Views/Dinners/DinnerForm.ascx.bak b/aspclassiccompiler/NerdDinnerAsp/Views/Dinners/DinnerForm.ascx.bak deleted file mode 100644 index 4da9389..0000000 --- a/aspclassiccompiler/NerdDinnerAsp/Views/Dinners/DinnerForm.ascx.bak +++ /dev/null @@ -1,76 +0,0 @@ -<%@ Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %> - -<%= Html.ValidationSummary("Please correct the errors and try again.") %> - -<% using (Html.BeginForm()) { %> - -
- -
- -

- - <%= Html.TextBox("Title", Model.Dinner.Title) %> - <%= Html.ValidationMessage("Title", "*") %> -

-

- - <%= Html.TextBox("EventDate", String.Format("{0:g}", Model.Dinner.EventDate)) %> - <%= Html.ValidationMessage("EventDate", "*") %> -

-

- - <%= Html.TextArea("Description", Model.Dinner.Description) %> - <%= Html.ValidationMessage("Description", "*")%> -

-

- - <%= Html.TextBox("Address", Model.Dinner.Address) %> - <%= Html.ValidationMessage("Address", "*") %> -

-

- - <%= Html.DropDownList("Country", Model.Countries) %> - <%= Html.ValidationMessage("Country", "*") %> -

-

- - <%= Html.TextBox("ContactPhone", Model.Dinner.ContactPhone) %> - <%= Html.ValidationMessage("ContactPhone", "*") %> -

-

- <%= Html.Hidden("Latitude", Model.Dinner.Latitude)%> - <%= Html.Hidden("Longitude", Model.Dinner.Longitude)%> -

-

- -

- -
- -
- <% Html.RenderPartial("Map", Model.Dinner); %> -
- -
- - - -<% } %> \ No newline at end of file diff --git a/aspclassiccompiler/NerdDinnerAsp/Views/Dinners/EditAndDeleteLinks.ascx.bak b/aspclassiccompiler/NerdDinnerAsp/Views/Dinners/EditAndDeleteLinks.ascx.bak deleted file mode 100644 index 72f885d..0000000 --- a/aspclassiccompiler/NerdDinnerAsp/Views/Dinners/EditAndDeleteLinks.ascx.bak +++ /dev/null @@ -1,9 +0,0 @@ -<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %> - -<% if (Model.IsHostedBy(Context.User.Identity.Name)) { %> - - <%= Html.ActionLink("Edit Dinner", "Edit", new { id=Model.DinnerID })%> - | - <%= Html.ActionLink("Delete Dinner", "Delete", new { id = Model.DinnerID })%> - -<% } %> \ No newline at end of file diff --git a/aspclassiccompiler/NerdDinnerAsp/Views/Dinners/Map.ascx.bak b/aspclassiccompiler/NerdDinnerAsp/Views/Dinners/Map.ascx.bak deleted file mode 100644 index 2010f3c..0000000 --- a/aspclassiccompiler/NerdDinnerAsp/Views/Dinners/Map.ascx.bak +++ /dev/null @@ -1,30 +0,0 @@ -<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %> - - - - - -
-
- - \ No newline at end of file diff --git a/aspclassiccompiler/NerdDinnerAsp/Views/Dinners/RSVPStatus.ascx.bak b/aspclassiccompiler/NerdDinnerAsp/Views/Dinners/RSVPStatus.ascx.bak deleted file mode 100644 index 12d72ae..0000000 --- a/aspclassiccompiler/NerdDinnerAsp/Views/Dinners/RSVPStatus.ascx.bak +++ /dev/null @@ -1,36 +0,0 @@ -<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %> - - - - - - -
- -<% if (Request.IsAuthenticated) { %> - - <% if (Model.IsUserRegistered(Context.User.Identity.Name)) { %> - -

You are registered for this event!

- - <% } else { %> - - <%= Ajax.ActionLink( "RSVP for this event", - "Register", "RSVP", - new { id=Model.DinnerID }, - new AjaxOptions { UpdateTargetId="rsvpmsg", OnSuccess="AnimateRSVPMessage" }) %> - <% } %> - -<% } else { %> - - Logon to RSVP for this event. - -<% } %> - -
\ No newline at end of file diff --git a/aspclassiccompiler/VBSC/Program.cs b/aspclassiccompiler/VBSC/Program.cs index 33f79c6..19c26b9 100644 --- a/aspclassiccompiler/VBSC/Program.cs +++ b/aspclassiccompiler/VBSC/Program.cs @@ -1,46 +1,48 @@ -using System; -using System.Collections.Generic; -using System.Text; -using System.Dynamic; -using Microsoft.Scripting.Hosting; -#if USE35 -using Microsoft.Scripting.Ast; -#else -using System.Linq.Expressions; -#endif - -using Dlrsoft.VBScript.Hosting; -namespace Dlrsoft.VBScript -{ - class Program - { - static void Main(string[] args) - { - // Setup DLR ScriptRuntime with our languages. We hardcode them here - // but a .NET app looking for general language scripting would use - // an app.config file and ScriptRuntime.CreateFromConfiguration. - var setup = new ScriptRuntimeSetup(); - string qualifiedname = typeof(VBScriptContext).AssemblyQualifiedName; - setup.LanguageSetups.Add(new LanguageSetup( - qualifiedname, "vbscript", new[] { "vbscript" }, new[] { ".vbs" })); - var dlrRuntime = new ScriptRuntime(setup); - // Don't need to tell the DLR about the assemblies we want to be - // available, which the SymplLangContext constructor passes to the - // Sympl constructor, because the DLR loads mscorlib and System by - // default. - //dlrRuntime.LoadAssembly(typeof(object).Assembly); - dlrRuntime.LoadAssembly(typeof(global::Dlrsoft.VBScript.Runtime.BuiltInFunctions).Assembly); - - // Get a Sympl engine and run stuff ... - var engine = dlrRuntime.GetEngine("vbscript"); - //string filename = @"..\..\test\test.vbs"; - string filename = args[0]; - var scriptSource = engine.CreateScriptSourceFromFile(filename); - var compiledCode = scriptSource.Compile(); - var feo = engine.CreateScope(); //File Level Expando Object - //feo = engine.ExecuteFile(filename, feo); - feo.SetVariable("response", System.Console.Out); - compiledCode.Execute(feo); - } - } -} +using System; +using System.Collections.Generic; +using System.Text; +using System.Dynamic; +using Microsoft.Scripting.Hosting; +#if USE35 +using Microsoft.Scripting.Ast; +#else +using System.Linq.Expressions; +#endif + +using Dlrsoft.VBScript.Hosting; +namespace Dlrsoft.VBScript +{ + class Program + { + static void Main(string[] args) + { + // Setup DLR ScriptRuntime with our languages. We hardcode them here + // but a .NET app looking for general language scripting would use + // an app.config file and ScriptRuntime.CreateFromConfiguration. + var setup = new ScriptRuntimeSetup(); + string qualifiedname = typeof(VBScriptContext).AssemblyQualifiedName; + setup.LanguageSetups.Add(new LanguageSetup( + qualifiedname, "vbscript", new[] { "vbscript" }, new[] { ".vbs" })); + var dlrRuntime = new ScriptRuntime(setup); + // Don't need to tell the DLR about the assemblies we want to be + // available, which the SymplLangContext constructor passes to the + // Sympl constructor, because the DLR loads mscorlib and System by + // default. + //dlrRuntime.LoadAssembly(typeof(object).Assembly); + dlrRuntime.LoadAssembly(typeof(global::Dlrsoft.VBScript.Runtime.BuiltInFunctions).Assembly); + + // Get a Sympl engine and run stuff ... + var engine = dlrRuntime.GetEngine("vbscript"); + //string filename = @"..\..\test\test.vbs"; + string filename = args[0]; + var scriptSource = engine.CreateScriptSourceFromFile(filename); + var compiledCode = scriptSource.Compile(); + var feo = engine.CreateScope(); //File Level Expando Object + //feo = engine.ExecuteFile(filename, feo); + feo.SetVariable("response", System.Console.Out); + compiledCode.Execute(feo); + Console.WriteLine("Type any key to continue.."); + Console.Read(); + } + } +} diff --git a/aspclassiccompiler/VBSC/VBSC.VS2010.csproj b/aspclassiccompiler/VBSC/VBSC.VS2010.csproj index b974d3f..64f6113 100644 --- a/aspclassiccompiler/VBSC/VBSC.VS2010.csproj +++ b/aspclassiccompiler/VBSC/VBSC.VS2010.csproj @@ -1,78 +1,79 @@ - - - - Debug - AnyCPU - 9.0.30729 - 2.0 - {556BAE6E-AA67-48C7-ACD6-1AB0AA930197} - Exe - Properties - Dlrsoft.VBScript - VBSC - v4.0 - 512 - - - true - full - false - bin\Debug\ - TRACE;DEBUG - prompt - 4 - - - pdbonly - true - ..\bin\Release40\ - TRACE;USE35 - prompt - 4 - - - - ..\library\40\Microsoft.Dynamic.dll - - - ..\library\40\Microsoft.Scripting.dll - - - - - - - - - - - - - - - - - - - - - - - - - - - - {0846368D-EA96-4AC4-81AF-E4F9B78CE60B} - VBScript.VS2010 - - - - + + + + Debug + AnyCPU + 9.0.30729 + 2.0 + {556BAE6E-AA67-48C7-ACD6-1AB0AA930197} + Exe + Properties + Dlrsoft.VBScript + VBSC + v4.0 + 512 + + + true + full + false + bin\Debug\ + TRACE;DEBUG + prompt + 4 + + + pdbonly + true + ..\bin\Release40\ + TRACE;USE35 + prompt + 4 + + + + ..\library\40\Microsoft.Dynamic.dll + + + ..\library\40\Microsoft.Scripting.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {0846368D-EA96-4AC4-81AF-E4F9B78CE60B} + VBScript.VS2010 + + + + \ No newline at end of file diff --git a/aspclassiccompiler/VBSC/test/datetime.vbs b/aspclassiccompiler/VBSC/test/datetime.vbs new file mode 100644 index 0000000..3c4b5dc --- /dev/null +++ b/aspclassiccompiler/VBSC/test/datetime.vbs @@ -0,0 +1,4 @@ +imports system + +dim dt = System.DateTime.Now +response.write dt.toString() \ No newline at end of file diff --git a/aspclassiccompiler/asp/Asp.VS2010.csproj b/aspclassiccompiler/asp/Asp.VS2010.csproj index 04176ef..de5635e 100644 --- a/aspclassiccompiler/asp/Asp.VS2010.csproj +++ b/aspclassiccompiler/asp/Asp.VS2010.csproj @@ -1,144 +1,144 @@ - - - - Debug - AnyCPU - 9.0.30729 - 2.0 - {F076A2D0-5200-42D7-9AEA-9E1260EFB138} - Library - Properties - Dlrsoft.Asp - Dlrsoft.Asp - 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\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - ..\bin\Release40\ - TRACE - prompt - 4 - - - - False - True - ..\library\40\Interop.ASPTypeLibrary.dll - - - - False - ..\library\40\Microsoft.Dynamic.dll - - - False - ..\library\40\Microsoft.Scripting.dll - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 - - - - - {0846368D-EA96-4AC4-81AF-E4F9B78CE60B} - VBScript.VS2010 - - - - + + + + Debug + AnyCPU + 9.0.30729 + 2.0 + {F076A2D0-5200-42D7-9AEA-9E1260EFB138} + Library + Properties + Dlrsoft.Asp + Dlrsoft.Asp + 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\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + ..\bin\Release40\ + TRACE + prompt + 4 + + + + False + True + ..\library\40\Interop.ASPTypeLibrary.dll + + + + False + ..\library\40\Microsoft.Dynamic.dll + + + False + ..\library\40\Microsoft.Scripting.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + + + {0846368D-EA96-4AC4-81AF-E4F9B78CE60B} + VBScript.VS2010 + + + + \ No newline at end of file