Make Release build compile succesfully

This commit is contained in:
sschlesier 2011-05-26 23:01:07 -07:00
commit 97c6d60e12
3 changed files with 6 additions and 6 deletions

View file

@ -46,7 +46,7 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<DefineConstants>TRACE;DOTNET2</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>