From f83ae489db27cfa844a12750c6f8a0a8ddfaf7bf Mon Sep 17 00:00:00 2001 From: "shannon@ShandemVaio" Date: Thu, 19 Jul 2012 22:48:09 +0600 Subject: [PATCH] Fixes remaining circular dependencies and updates the build script to not have to manually build these projects seperately :) fixes: #U4-77 --- build/Build.proj | 61 ------------------- src/Umbraco.Web.UI/Umbraco.Web.UI.csproj | 8 +++ .../umbraco.MacroEngines.csproj | 5 +- .../umbraco.editorControls.csproj | 3 +- 4 files changed, 12 insertions(+), 65 deletions(-) diff --git a/build/Build.proj b/build/Build.proj index 9396b8f60f..498637ccd4 100644 --- a/build/Build.proj +++ b/build/Build.proj @@ -168,67 +168,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj index b26161b876..6f4ac938d7 100644 --- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj +++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj @@ -200,6 +200,14 @@ {5BA5425F-27A7-4677-865E-82246498AA2E} SqlCE4Umbraco + + {255F5DF1-4E43-4758-AC05-7A0B68EB021B} + umbraco.editorControls + + + {89C09045-1064-466B-B94A-DB3AFE2A5853} + umbraco.MacroEngines + {52AB8F1F-FB76-4E8C-885F-0747B6CE71EC} umbraco.macroRenderings diff --git a/src/umbraco.MacroEngines/umbraco.MacroEngines.csproj b/src/umbraco.MacroEngines/umbraco.MacroEngines.csproj index 3ce0102767..5120e38326 100644 --- a/src/umbraco.MacroEngines/umbraco.MacroEngines.csproj +++ b/src/umbraco.MacroEngines/umbraco.MacroEngines.csproj @@ -156,9 +156,8 @@ - xcopy "$(TargetPath)" "$(ProjectDir)..\Umbraco.Web.UI\bin\" /Y /F - - + +