From 5144104fefe57a54b2f2ebd80be88156f1b09a91 Mon Sep 17 00:00:00 2001 From: benshoof Date: Sat, 2 May 2015 20:40:34 -0800 Subject: [PATCH] Fixed .NET2 Release build The .NET2 project only built in Debug configuration due to not including the compilation symbol NET2 in the Release configuration. --- SharpCompress/SharpCompress.NET2.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SharpCompress/SharpCompress.NET2.csproj b/SharpCompress/SharpCompress.NET2.csproj index 4034cd8e..c97ecc7d 100644 --- a/SharpCompress/SharpCompress.NET2.csproj +++ b/SharpCompress/SharpCompress.NET2.csproj @@ -64,7 +64,7 @@ pdbonly true ..\bin\NET2\ - TRACE + TRACE;NET2 prompt 4 true