From 5ae9a609544e8cf09a28cf07b41000da28c9ac9e Mon Sep 17 00:00:00 2001 From: "shannon@ShandemVaio.home" Date: Wed, 27 Jun 2012 09:07:24 +0400 Subject: [PATCH] Fixed DLL references, fixed build location on editorControls. NOTE: need to get the build.bat working with the circular dependency projects to get their DLLs and assets into the output build. --- build/Build.proj | 18 +++++++++++++++- src/SHANDEMVAIO.testrunconfig | 2 +- src/SHOCKING.testrunconfig | 10 --------- .../umbraco.MacroEngines.csproj | 17 ++++++--------- .../umbraco.editorControls.csproj | 21 ++++++++----------- src/umbraco.presentation/web.config | 4 ++-- src/umbraco.sln | 1 - .../umbraco.webservices.csproj | 3 ++- 8 files changed, 37 insertions(+), 39 deletions(-) delete mode 100644 src/SHOCKING.testrunconfig diff --git a/build/Build.proj b/build/Build.proj index cb0f7c5ce2..17f1d1d52e 100644 --- a/build/Build.proj +++ b/build/Build.proj @@ -58,8 +58,24 @@ - + + + + diff --git a/src/umbraco.sln b/src/umbraco.sln index d84975d83d..7c4cfef841 100644 --- a/src/umbraco.sln +++ b/src/umbraco.sln @@ -4,7 +4,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject INDIGO64.testrunconfig = INDIGO64.testrunconfig SHANDEMVAIO.testrunconfig = SHANDEMVAIO.testrunconfig - SHOCKING.testrunconfig = SHOCKING.testrunconfig umbraco2.vsmdi = umbraco2.vsmdi UMBRACOELISE.testrunconfig = UMBRACOELISE.testrunconfig UMBRACOHUMMER.testrunconfig = UMBRACOHUMMER.testrunconfig diff --git a/src/umbraco.webservices/umbraco.webservices.csproj b/src/umbraco.webservices/umbraco.webservices.csproj index deaf511315..e6aadbf9e2 100644 --- a/src/umbraco.webservices/umbraco.webservices.csproj +++ b/src/umbraco.webservices/umbraco.webservices.csproj @@ -160,6 +160,7 @@ --> - xcopy "$(ProjectDir)*.asmx" "$(ProjectDir)..\umbraco.presentation\umbraco\webservices\api\" /Y + xcopy "$(TargetPath)" "$(SolutionDir)\umbraco.presentation\bin\" /Y /F +xcopy "$(ProjectDir)*.asmx" "$(SolutionDir)\umbraco.presentation\umbraco\webservices\api\" /Y /F \ No newline at end of file