From 69a25cd142926aa4e1cd660803ef614b310859a2 Mon Sep 17 00:00:00 2001 From: benshoof Date: Mon, 14 Dec 2015 15:32:49 -0900 Subject: [PATCH] Fix Release build of Tests Fixes release builds of SharpCompress.Test and SharpCompress.Test.Portable. The UNSIGNED symbol was missing from the Release configurations of SharpCompress.Unsigned and SharpCompress.PortableTest --- SharpCompress/SharpCompress.PortableTest.csproj | 2 +- SharpCompress/SharpCompress.Unsigned.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SharpCompress/SharpCompress.PortableTest.csproj b/SharpCompress/SharpCompress.PortableTest.csproj index d978c5de..c1e702ba 100644 --- a/SharpCompress/SharpCompress.PortableTest.csproj +++ b/SharpCompress/SharpCompress.PortableTest.csproj @@ -63,7 +63,7 @@ pdbonly true ..\bin\ - TRACE + TRACE;UNSIGNED prompt 4 true diff --git a/SharpCompress/SharpCompress.Unsigned.csproj b/SharpCompress/SharpCompress.Unsigned.csproj index 0bfa9838..74ab5a1f 100644 --- a/SharpCompress/SharpCompress.Unsigned.csproj +++ b/SharpCompress/SharpCompress.Unsigned.csproj @@ -65,7 +65,7 @@ pdbonly true ..\bin\ - TRACE + TRACE;UNSIGNED prompt 4 true