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
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2012-02-09 15:25:18 +0400
committerMarek Safar <marek.safar@gmail.com>2012-02-09 15:25:18 +0400
commit91d40d754d6a908fa82fec5f29ff40fbbc6ac45d (patch)
tree64e71f7f6017a7d2c7aabcc8f44891266ed5d2d9 /mcs/class/I18N/CJK/I18N.CJK-net_2_0.csproj
parent0e72f48e8155abb012e5429fbf879f3720f863e6 (diff)
Update class library csproj files
Diffstat (limited to 'mcs/class/I18N/CJK/I18N.CJK-net_2_0.csproj')
-rw-r--r--mcs/class/I18N/CJK/I18N.CJK-net_2_0.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/mcs/class/I18N/CJK/I18N.CJK-net_2_0.csproj b/mcs/class/I18N/CJK/I18N.CJK-net_2_0.csproj
index a9794080f55..1335d2ce1dc 100644
--- a/mcs/class/I18N/CJK/I18N.CJK-net_2_0.csproj
+++ b/mcs/class/I18N/CJK/I18N.CJK-net_2_0.csproj
@@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>./../../../class/lib/net_2_0/tmp</OutputPath>
- <DefineConstants>NET_1_1;NET_2_0</DefineConstants>
+ <DefineConstants>DISABLE_UNSAFE;NET_1_1;NET_2_0</DefineConstants>
<NoStdLib>true</NoStdLib>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AppDesignerFolder>Properties</AppDesignerFolder>
@@ -25,7 +25,7 @@
<DebugType>full</DebugType>
<NoWarn>1699</NoWarn>
<Optimize>true</Optimize>
- <DefineConstants>NET_1_1;NET_2_0</DefineConstants>
+ <DefineConstants>DISABLE_UNSAFE;NET_1_1;NET_2_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AdditionalLibPaths>./../../../class/lib/net_2_0</AdditionalLibPaths>
@@ -34,7 +34,7 @@
<DebugType>pdbonly</DebugType>
<NoWarn>1699</NoWarn>
<Optimize>true</Optimize>
- <DefineConstants>NET_1_1;NET_2_0</DefineConstants>
+ <DefineConstants>DISABLE_UNSAFE;NET_1_1;NET_2_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AdditionalLibPaths>./../../../class/lib/net_2_0</AdditionalLibPaths>