From 8cfb39ba2b48cd9f21d16316853b275da17f6c5c Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Tue, 20 Aug 2013 18:08:34 +0200 Subject: [PATCH] Fix a strange VS2012 build targets problem --- build/Build.proj | 13 ++++++++++++- src/umbraco.presentation.targets | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/build/Build.proj b/build/Build.proj index 6265cdf33b..134bb668ed 100644 --- a/build/Build.proj +++ b/build/Build.proj @@ -239,7 +239,7 @@ - + @@ -251,6 +251,17 @@ + + + + + + + + + + + diff --git a/src/umbraco.presentation.targets b/src/umbraco.presentation.targets index b00c06e274..79eb7c494d 100644 --- a/src/umbraco.presentation.targets +++ b/src/umbraco.presentation.targets @@ -8,7 +8,7 @@ --> - $(ProjectDir)..\ + $(MSBuildStartupDirectory)\..\src\