[hyena] Disable CheckForOverflowUnderflow in many .csproj



commit 6b1d671db3b269780b5e0c6a35a1c84d6504cca6
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Mon Mar 8 12:13:35 2010 -0800

    Disable CheckForOverflowUnderflow in many .csproj
    
    Is the same as our automake build now.

 src/Hyena/Hyena.csproj |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/Hyena/Hyena.csproj b/src/Hyena/Hyena.csproj
index ab13cd0..1a1f582 100644
--- a/src/Hyena/Hyena.csproj
+++ b/src/Hyena/Hyena.csproj
@@ -17,7 +17,6 @@
     <OutputPath>..\..\..\bin</OutputPath>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
-    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
     <DefineConstants>NET_2_0</DefineConstants>
     <ReleaseVersion>1.3</ReleaseVersion>
     <RootNamespace>Hyena</RootNamespace>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]