Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2010-05-06 17:04:10 +0400
committerLluis Sanchez <lluis@novell.com>2010-05-06 17:04:10 +0400
commit47748fe149620ba019e4e52f7521bed52526def1 (patch)
treef23a31cc9d7e3ef9639d971918f97960e32a8b44 /main/src/core/MonoDevelop.Startup
parent170374c5fba2087f19fed372bd3236c3f8f29284 (diff)
* MonoDevelop.Ide/MonoDevelop.Ide.csproj:
* Mono.Texteditor/Mono.TextEditor.csproj: * MonoDevelop.Startup/MonoDevelop.Startup.csproj: Disable overflow checks. svn path=/trunk/monodevelop/; revision=156799
Diffstat (limited to 'main/src/core/MonoDevelop.Startup')
-rw-r--r--main/src/core/MonoDevelop.Startup/ChangeLog4
-rw-r--r--main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj1
2 files changed, 4 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Startup/ChangeLog b/main/src/core/MonoDevelop.Startup/ChangeLog
index 2bdb33f0d0..4d47f54411 100644
--- a/main/src/core/MonoDevelop.Startup/ChangeLog
+++ b/main/src/core/MonoDevelop.Startup/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-06 Lluis Sanchez Gual <lluis@novell.com>
+
+ * MonoDevelop.Startup.csproj: Disable overflow checks.
+
2010-03-22 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs: Bumped MD version.
diff --git a/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj b/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj
index 2f1fafc21b..9c57b6b24c 100644
--- a/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj
+++ b/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj
@@ -25,7 +25,6 @@
<Variable name="XDG_CONFIG_HOME" value="./local" />
</EnvironmentVariables>
</EnvironmentVariables>
- <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<Execution>
<Execution clr-version="Net_2_0" />
</Execution>