Missing files, breaking build server

[TFS Changeset #77247]
This commit is contained in:
PerPloug
2010-09-17 11:06:30 +00:00
parent 79278e4199
commit 06e57f5024
3 changed files with 0 additions and 40 deletions

View File

@@ -1,6 +0,0 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="customizeSkin.ascx.cs" Inherits="umbraco.presentation.install.steps.Skinning.customizeSkin" %>
<p>
Skin installed,click <a href="<%= umbraco.GlobalSettings.Path %>/canvas.aspx?redir=<%= HttpRuntime.AppDomainAppVirtualPath %>&skinning=true" target="_blank">here</a> to customize the skin.
</p>

View File

@@ -1,17 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace umbraco.presentation.install.steps.Skinning
{
public partial class customizeSkin : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}

View File

@@ -1,17 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace umbraco.presentation.install.steps.Skinning
{
public partial class customizeSkin
{
}
}