From 2bab2d7728fe140fcd65ade71f069533a36d6c74 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Wed, 6 Oct 2010 14:18:10 +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). --- Documentation/Build.Docs.csproj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/Build.Docs.csproj b/Documentation/Build.Docs.csproj index 18644fd7..647ffe1d 100644 --- a/Documentation/Build.Docs.csproj +++ b/Documentation/Build.Docs.csproj @@ -16,8 +16,8 @@ false false - + .\Source $(OutputPath)\latex $(OutputPath)\html {650C6F3D-33B5-4216-9536-956AB42C0624} @@ -36,10 +36,10 @@ - - - - + + + + @@ -52,4 +52,4 @@ - \ No newline at end of file +