diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj index 90a03c9214..ca6128a99b 100644 --- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj +++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj @@ -1531,7 +1531,6 @@ - diff --git a/src/Umbraco.Web.UI/umbraco/dialogs/ExportCode.aspx b/src/Umbraco.Web.UI/umbraco/dialogs/ExportCode.aspx deleted file mode 100644 index 381a181c04..0000000000 --- a/src/Umbraco.Web.UI/umbraco/dialogs/ExportCode.aspx +++ /dev/null @@ -1,52 +0,0 @@ -<%@ Page Language="C#" MasterPageFile="../masterpages/umbracoDialog.Master" AutoEventWireup="true" - CodeBehind="ExportCode.aspx.cs" Inherits="umbraco.presentation.umbraco.dialogs.ExportCode" %> - -<%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %> - - - - -

- <%= - umbraco.ui.GetText("exportDocumentTypeAsCode-Full") - %> -

- - Generation Mode: - - - - - - -
- DataContext Name: - -
-
- Namespace: - -
-
- - - or - <%=umbraco.ui.Text("cancel")%> - - -

- Don't forget to change the extensions to .cs! -

- -
- -
-