[hyena] Disable CheckForOverflowUnderflow in many .csproj



commit a5bd24149b40e5daf670ad1f2f89303bdb46c5a2
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.Gui/Hyena.Gui.csproj |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/Hyena.Gui/Hyena.Gui.csproj b/src/Hyena.Gui/Hyena.Gui.csproj
index 1a3a4bb..45d05d6 100644
--- a/src/Hyena.Gui/Hyena.Gui.csproj
+++ b/src/Hyena.Gui/Hyena.Gui.csproj
@@ -18,7 +18,6 @@
     <OutputPath>..\..\..\bin</OutputPath>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
-    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
     <ReleaseVersion>1.3</ReleaseVersion>
     <RootNamespace>Hyena.Gui</RootNamespace>
   </PropertyGroup>



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