SPRNET-843 - second attempt at solution templates, now conforming to project layout expected by Solution Factory add-in!

This commit is contained in:
markpollack
2009-07-31 18:31:22 +00:00
parent acaab749d6
commit 0ba232a918
64 changed files with 2868 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
using System;
using System.Configuration;
using System.Data;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}