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:
benshoof
2015-05-02 20:40:34 -08:00
parent f87e6672f2
commit 5144104fef

View File

@@ -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>