mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-07-20 16:05:31 +00:00
Fixed .NET2 Release build
The .NET2 project only built in Debug configuration due to not including the compilation symbol NET2 in the Release configuration.
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>..\bin\NET2\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<DefineConstants>TRACE;NET2</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
|
||||
Reference in New Issue
Block a user