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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2010-01-20 16:38:44 +0300
committerMarek Safar <marek.safar@gmail.com>2010-01-20 16:38:44 +0300
commitb90a99bcc098c5df92a74f13e1afa7cf50ca43bf (patch)
tree4898f0d7fb212b08278053aa39f885eccd7d8087 /mcs
parent05972f1287dd96633578d843b6fe46d1a25c4539 (diff)
Updated.
svn path=/trunk/mcs/; revision=149902
Diffstat (limited to 'mcs')
-rw-r--r--mcs/mcs/gmcs.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/mcs/gmcs.csproj b/mcs/mcs/gmcs.csproj
index 8cbece5513b..cdb814cf4c7 100644
--- a/mcs/mcs/gmcs.csproj
+++ b/mcs/mcs/gmcs.csproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -18,7 +18,7 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>.</OutputPath>
- <DefineConstants>DEBUG;TRACE;NET_2_0;MS_COMPATIBLE</DefineConstants>
+ <DefineConstants>DEBUG;TRACE;NET_2_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<UseVSHostingProcess>false</UseVSHostingProcess>