From 6b1041de46b4d9111c26c82378f41cdca57c5fdb Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Wed, 6 Oct 2010 14:14:15 +0000 Subject: [PATCH] Avoid all custom tasks, since this causes build issues in Visual Studio (Build.Tasks.dll gets loaded into the main AppDomain and remains locked, meaning you have to exit Visual Studio before rebuilding the project). --- Installers/Nsis/Build.Installer.Nsis.csproj | 21 +++++++-------- Installers/Zip/Build.Installer.Zip.csproj | 29 ++++++++++++++------- 2 files changed, 28 insertions(+), 22 deletions(-) diff --git a/Installers/Nsis/Build.Installer.Nsis.csproj b/Installers/Nsis/Build.Installer.Nsis.csproj index 7627a474..3a1e802e 100644 --- a/Installers/Nsis/Build.Installer.Nsis.csproj +++ b/Installers/Nsis/Build.Installer.Nsis.csproj @@ -14,7 +14,6 @@ AnyCPU false - {ADC34399-7613-44D2-90B2-19250F06FE7A} v2.0 @@ -24,19 +23,17 @@ - - - - - + + + + + - - - - - - + + + + diff --git a/Installers/Zip/Build.Installer.Zip.csproj b/Installers/Zip/Build.Installer.Zip.csproj index a527f9e3..4062818e 100644 --- a/Installers/Zip/Build.Installer.Zip.csproj +++ b/Installers/Zip/Build.Installer.Zip.csproj @@ -12,7 +12,6 @@ .\opentk\ - {ADC34399-7613-44D2-90B2-19250F06FE7B} v2.0 @@ -20,8 +19,9 @@ ..\..\ .\opentk\ - - + + + - - - + - + + + + + + + - + - + + + + +