From d92632dc0339a7fe24c5f36d1e278c3df5c1c1de Mon Sep 17 00:00:00 2001 From: Michael Hutchinson Date: Mon, 2 Jun 2014 03:19:40 -0400 Subject: [AspNet] Massive overhaul * Merged ASP.NET and ASP.NET MVC addins - Added support for ASP.NET MVC in Web App projects, needed for ASP.MVC 5 projects * Cleaned and reorganized the codebase * Moved ASP.NET unit tests into separate assembly - Fixed some minor issues in Razor tests * Removed automatic translation of C# project/file templates to other languages - Only C# templates are included * Removed build-time updating of Web Forms CodeBehind - Update-on-save is still supported * Removed unmaintained remote deployment system - It was never supported on Windows/Mac - Removes dependency on Linux deployment addin * Updated ASP.NET MVC templates to ASP.NET MVC 5 - ASP.NET MVC reference is now a NuGet reference * Removed incomplete default doctype abstraction * All template used HTML5 doctype * Stetic is no longer used for UI * Fixed build warnings --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8f429a0a04..44d2705e62 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ obj/ /main/src/addins/MonoDevelop.Debugger.Win32/CorApi2/bin /main/src/core/MonoDevelop.Core/BuildVariables.cs /scripts/configure.exe +/main/packages #VS writes these sometimes even when it doesn't change anything /main/_UpgradeReport_Files @@ -49,6 +50,7 @@ autom4te.cache/ *.tar.gz tarballs/ test-results/ +Thumbs.db #Mac bundle stuff *.dmg @@ -85,8 +87,6 @@ main/external/Makefile /main/po/Makefile /main/src/Makefile /main/src/addins/AspNet/Makefile -/main/src/addins/AspNet/MonoDevelop.AspNet.Mvc/Makefile -/main/src/addins/AspNet/MonoDevelop.AspNet/Makefile /main/src/addins/CBinding/Makefile /main/src/addins/CSharpBinding/AspNet/Makefile /main/src/addins/CSharpBinding/Autotools/Makefile -- cgit v1.2.3