From 0bbc524cbe886e5a2fb5fd5f7b7a12bc1657980e Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Mon, 4 Oct 2010 23:02:31 +0000 Subject: [PATCH] Use custom property to select correct Build.Tasks.dll directory. --- Source/Build.Tasks/Common.xml | 5 +++-- Source/Build.UpdateVersion/Build.UpdateVersion.csproj | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Source/Build.Tasks/Common.xml b/Source/Build.Tasks/Common.xml index 8545edcb..911dfa32 100644 --- a/Source/Build.Tasks/Common.xml +++ b/Source/Build.Tasks/Common.xml @@ -2,8 +2,9 @@ - Release - ..\..\Binaries\OpenTK\$(Configuration) + Release + Debug + ..\..\Binaries\OpenTK\$(TaskConfig) $(BuildTasksPath)\Build.Tasks.dll diff --git a/Source/Build.UpdateVersion/Build.UpdateVersion.csproj b/Source/Build.UpdateVersion/Build.UpdateVersion.csproj index 18010470..7986699e 100644 --- a/Source/Build.UpdateVersion/Build.UpdateVersion.csproj +++ b/Source/Build.UpdateVersion/Build.UpdateVersion.csproj @@ -14,7 +14,6 @@ {75DC22B1-113F-4A66-96B9-2FF8208C10E8} - Release @@ -25,5 +24,6 @@ - - \ No newline at end of file + + +