diff --git a/build/Build.proj b/build/Build.proj index e300df172e..e5c0116e15 100644 --- a/build/Build.proj +++ b/build/Build.proj @@ -147,7 +147,7 @@ - + @@ -158,6 +158,19 @@ SkipUnchangedFiles="false" /> + + + + + + + + + + diff --git a/src/SQLCE4Umbraco/SqlCE4Umbraco.csproj b/src/SQLCE4Umbraco/SqlCE4Umbraco.csproj index ca9bd06eb3..db3caf4b82 100644 --- a/src/SQLCE4Umbraco/SqlCE4Umbraco.csproj +++ b/src/SQLCE4Umbraco/SqlCE4Umbraco.csproj @@ -39,6 +39,7 @@ TRACE prompt 4 + bin\Release\SQLCE4Umbraco.XML diff --git a/src/Umbraco.Core/Umbraco.Core.csproj b/src/Umbraco.Core/Umbraco.Core.csproj index 15015c77f6..81dd77af1a 100644 --- a/src/Umbraco.Core/Umbraco.Core.csproj +++ b/src/Umbraco.Core/Umbraco.Core.csproj @@ -31,6 +31,7 @@ TRACE prompt 4 + bin\Release\Umbraco.Core.xml diff --git a/src/Umbraco.Web/WebBootManager.cs b/src/Umbraco.Web/WebBootManager.cs index 58b62c6425..4f14a34bc6 100644 --- a/src/Umbraco.Web/WebBootManager.cs +++ b/src/Umbraco.Web/WebBootManager.cs @@ -47,11 +47,6 @@ namespace Umbraco.Web if (umbracoApplication == null) throw new ArgumentNullException("umbracoApplication"); } - public void Boot() - { - InitializeResolvers(); - } - /// /// Initialize objects before anything during the boot cycle happens /// diff --git a/src/umbraco.MacroEngines/umbraco.MacroEngines.csproj b/src/umbraco.MacroEngines/umbraco.MacroEngines.csproj index f1932c9c8e..6a48f06cf6 100644 --- a/src/umbraco.MacroEngines/umbraco.MacroEngines.csproj +++ b/src/umbraco.MacroEngines/umbraco.MacroEngines.csproj @@ -39,6 +39,7 @@ TRACE prompt 4 + bin\Release\umbraco.MacroEngines.xml diff --git a/src/umbraco.businesslogic/umbraco.businesslogic.csproj b/src/umbraco.businesslogic/umbraco.businesslogic.csproj index e07ae3cc1d..7586e83e68 100644 --- a/src/umbraco.businesslogic/umbraco.businesslogic.csproj +++ b/src/umbraco.businesslogic/umbraco.businesslogic.csproj @@ -88,7 +88,7 @@ TRACE - bin\release\businesslogic.XML + bin\release\businesslogic.xml false 4096 false diff --git a/src/umbraco.cms/umbraco.cms.csproj b/src/umbraco.cms/umbraco.cms.csproj index f00c31a471..a8cb396ac6 100644 --- a/src/umbraco.cms/umbraco.cms.csproj +++ b/src/umbraco.cms/umbraco.cms.csproj @@ -88,7 +88,7 @@ TRACE - bin\Release\cms.XML + bin\Release\cms.xml false 4096 false diff --git a/src/umbraco.controls/umbraco.controls.csproj b/src/umbraco.controls/umbraco.controls.csproj index 4ae38fb1ea..4b377aab47 100644 --- a/src/umbraco.controls/umbraco.controls.csproj +++ b/src/umbraco.controls/umbraco.controls.csproj @@ -62,7 +62,7 @@ TRACE prompt 4 - bin\Release\controls.XML + bin\Release\controls.xml AllRules.ruleset diff --git a/src/umbraco.datalayer/umbraco.datalayer.csproj b/src/umbraco.datalayer/umbraco.datalayer.csproj index 8130c877a4..58706d07da 100644 --- a/src/umbraco.datalayer/umbraco.datalayer.csproj +++ b/src/umbraco.datalayer/umbraco.datalayer.csproj @@ -62,7 +62,7 @@ TRACE prompt 4 - bin\Release\umbraco.DataLayer.XML + bin\Release\umbraco.DataLayer.xml AllRules.ruleset diff --git a/src/umbraco.editorControls/umbraco.editorControls.csproj b/src/umbraco.editorControls/umbraco.editorControls.csproj index de7c1cb73b..52ba1ea312 100644 --- a/src/umbraco.editorControls/umbraco.editorControls.csproj +++ b/src/umbraco.editorControls/umbraco.editorControls.csproj @@ -88,7 +88,7 @@ TRACE - bin\Release\umbraco.editorControls.XML + bin\Release\umbraco.editorControls.xml false 4096 false diff --git a/src/umbraco.interfaces/umbraco.interfaces.csproj b/src/umbraco.interfaces/umbraco.interfaces.csproj index 8548c44273..4af542ac21 100644 --- a/src/umbraco.interfaces/umbraco.interfaces.csproj +++ b/src/umbraco.interfaces/umbraco.interfaces.csproj @@ -86,7 +86,7 @@ TRACE - bin\Release\interfaces.XML + bin\Release\interfaces.xml false 4096 false diff --git a/src/umbraco.macroRenderings/umbraco.macroRenderings.csproj b/src/umbraco.macroRenderings/umbraco.macroRenderings.csproj index d7688cef4c..fb5e2d5400 100644 --- a/src/umbraco.macroRenderings/umbraco.macroRenderings.csproj +++ b/src/umbraco.macroRenderings/umbraco.macroRenderings.csproj @@ -88,7 +88,7 @@ TRACE - bin\Release\umbraco.macroRenderings.XML + bin\Release\umbraco.macroRenderings.xml false 4096 false diff --git a/src/umbraco.providers/umbraco.providers.csproj b/src/umbraco.providers/umbraco.providers.csproj index f9d60c14c7..29e8df7ccc 100644 --- a/src/umbraco.providers/umbraco.providers.csproj +++ b/src/umbraco.providers/umbraco.providers.csproj @@ -60,7 +60,7 @@ TRACE prompt 4 - bin\Release\umbraco.providers.XML + bin\Release\umbraco.providers.xml AllRules.ruleset diff --git a/src/umbraco.webservices/umbraco.webservices.csproj b/src/umbraco.webservices/umbraco.webservices.csproj index 14ed9df3b7..dd66057656 100644 --- a/src/umbraco.webservices/umbraco.webservices.csproj +++ b/src/umbraco.webservices/umbraco.webservices.csproj @@ -58,7 +58,7 @@ TRACE prompt 4 - bin\Release\umbraco.webservices.XML + bin\Release\umbraco.webservices.xml AllRules.ruleset