From 37d8cf2f6beefbb525bf62541ce0b6ce43579251 Mon Sep 17 00:00:00 2001 From: Jonathan Chambers Date: Tue, 15 Jun 2010 22:24:14 +0000 Subject: [PATCH] 2010-06-15 Jonathan Chambers * Add more projects for net_2_0 profile build. svn path=/trunk/mcs/; revision=158981 --- mcs/class/I18N/CJK/I18N.CJK.csproj | 32 +++++++++++++++++++ mcs/class/I18N/Common/I18N.csproj | 20 ++++++++++++ mcs/class/I18N/MidEast/I18N.MidEast.csproj | 25 +++++++++++++++ mcs/class/I18N/Other/I18N.Other.csproj | 25 +++++++++++++++ mcs/class/I18N/Rare/I18N.Rare.csproj | 25 +++++++++++++++ mcs/class/I18N/West/I18N.West.csproj | 25 +++++++++++++++ mcs/class/Mono.Data.Tds/Mono.Data.Tds.csproj | 25 +++++++++++++++ .../System.Configuration.csproj | 25 +++++++++++++++ mcs/class/System.Data/System.Data.csproj | 32 +++++++++++++++++++ .../System.Drawing/System.Drawing.csproj | 23 +++++++++++++ .../System.EnterpriseServices.csproj | 23 +++++++++++++ .../System.Transactions.csproj | 21 ++++++++++++ mcs/class/System/System.csproj | 14 ++++++++ mcs/mcs.proj | 13 ++++++++ 14 files changed, 328 insertions(+) create mode 100644 mcs/class/I18N/CJK/I18N.CJK.csproj create mode 100644 mcs/class/I18N/Common/I18N.csproj create mode 100644 mcs/class/I18N/MidEast/I18N.MidEast.csproj create mode 100644 mcs/class/I18N/Other/I18N.Other.csproj create mode 100644 mcs/class/I18N/Rare/I18N.Rare.csproj create mode 100644 mcs/class/I18N/West/I18N.West.csproj create mode 100644 mcs/class/Mono.Data.Tds/Mono.Data.Tds.csproj create mode 100644 mcs/class/System.Configuration/System.Configuration.csproj create mode 100644 mcs/class/System.Data/System.Data.csproj create mode 100644 mcs/class/System.Drawing/System.Drawing.csproj create mode 100644 mcs/class/System.EnterpriseServices/System.EnterpriseServices.csproj create mode 100644 mcs/class/System.Transactions/System.Transactions.csproj diff --git a/mcs/class/I18N/CJK/I18N.CJK.csproj b/mcs/class/I18N/CJK/I18N.CJK.csproj new file mode 100644 index 00000000000..1e56b048f06 --- /dev/null +++ b/mcs/class/I18N/CJK/I18N.CJK.csproj @@ -0,0 +1,32 @@ + + + + Library + $(MSBuildProjectName) + v2.0 + true + 65001 + 414 + false + true + + + NET_1_1,NET_2_0 + + + + ..\lib\net_2_0\I18N.dll + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mcs/class/I18N/Common/I18N.csproj b/mcs/class/I18N/Common/I18N.csproj new file mode 100644 index 00000000000..4ec39ac1085 --- /dev/null +++ b/mcs/class/I18N/Common/I18N.csproj @@ -0,0 +1,20 @@ + + + + Library + $(MSBuildProjectName) + v2.0 + true + 65001 + 414 + false + true + + + NET_1_1,NET_2_0 + + + + + + \ No newline at end of file diff --git a/mcs/class/I18N/MidEast/I18N.MidEast.csproj b/mcs/class/I18N/MidEast/I18N.MidEast.csproj new file mode 100644 index 00000000000..ef2b3e14a47 --- /dev/null +++ b/mcs/class/I18N/MidEast/I18N.MidEast.csproj @@ -0,0 +1,25 @@ + + + + Library + $(MSBuildProjectName) + v2.0 + true + 65001 + 414 + false + true + + + NET_1_1,NET_2_0 + + + + ..\lib\net_2_0\I18N.dll + + + + + + + \ No newline at end of file diff --git a/mcs/class/I18N/Other/I18N.Other.csproj b/mcs/class/I18N/Other/I18N.Other.csproj new file mode 100644 index 00000000000..ef2b3e14a47 --- /dev/null +++ b/mcs/class/I18N/Other/I18N.Other.csproj @@ -0,0 +1,25 @@ + + + + Library + $(MSBuildProjectName) + v2.0 + true + 65001 + 414 + false + true + + + NET_1_1,NET_2_0 + + + + ..\lib\net_2_0\I18N.dll + + + + + + + \ No newline at end of file diff --git a/mcs/class/I18N/Rare/I18N.Rare.csproj b/mcs/class/I18N/Rare/I18N.Rare.csproj new file mode 100644 index 00000000000..ef2b3e14a47 --- /dev/null +++ b/mcs/class/I18N/Rare/I18N.Rare.csproj @@ -0,0 +1,25 @@ + + + + Library + $(MSBuildProjectName) + v2.0 + true + 65001 + 414 + false + true + + + NET_1_1,NET_2_0 + + + + ..\lib\net_2_0\I18N.dll + + + + + + + \ No newline at end of file diff --git a/mcs/class/I18N/West/I18N.West.csproj b/mcs/class/I18N/West/I18N.West.csproj new file mode 100644 index 00000000000..ef2b3e14a47 --- /dev/null +++ b/mcs/class/I18N/West/I18N.West.csproj @@ -0,0 +1,25 @@ + + + + Library + $(MSBuildProjectName) + v2.0 + true + 65001 + 414 + false + true + + + NET_1_1,NET_2_0 + + + + ..\lib\net_2_0\I18N.dll + + + + + + + \ No newline at end of file diff --git a/mcs/class/Mono.Data.Tds/Mono.Data.Tds.csproj b/mcs/class/Mono.Data.Tds/Mono.Data.Tds.csproj new file mode 100644 index 00000000000..256f63ab115 --- /dev/null +++ b/mcs/class/Mono.Data.Tds/Mono.Data.Tds.csproj @@ -0,0 +1,25 @@ + + + + Library + $(MSBuildProjectName) + v2.0 + true + 65001 + false + + + NET_1_1,NET_2_0 + + + + + + ..\lib\net_2_0\Mono.Security.dll + + + + + + + \ No newline at end of file diff --git a/mcs/class/System.Configuration/System.Configuration.csproj b/mcs/class/System.Configuration/System.Configuration.csproj new file mode 100644 index 00000000000..7228d6d4d2a --- /dev/null +++ b/mcs/class/System.Configuration/System.Configuration.csproj @@ -0,0 +1,25 @@ + + + + Library + $(MSBuildProjectName) + v2.0 + true + 65001 + false + + + NET_1_1,NET_2_0 + + + + + + ..\lib\net_2_0\System.Security.dll + + + + + + + \ No newline at end of file diff --git a/mcs/class/System.Data/System.Data.csproj b/mcs/class/System.Data/System.Data.csproj new file mode 100644 index 00000000000..eb146a063bf --- /dev/null +++ b/mcs/class/System.Data/System.Data.csproj @@ -0,0 +1,32 @@ + + + + Library + $(MSBuildProjectName) + v2.0 + true + 649 + 65001 + true + false + + + NET_1_1,NET_2_0 + + + + + + + + + ..\lib\net_2_0\Mono.Data.Tds.dll + + + + + + + + + \ No newline at end of file diff --git a/mcs/class/System.Drawing/System.Drawing.csproj b/mcs/class/System.Drawing/System.Drawing.csproj new file mode 100644 index 00000000000..d5b39917b11 --- /dev/null +++ b/mcs/class/System.Drawing/System.Drawing.csproj @@ -0,0 +1,23 @@ + + + + Library + $(MSBuildProjectName) + v2.0 + true + 65001 + 414 + false + true + + + NET_1_1,NET_2_0 + + + + + + + + + \ No newline at end of file diff --git a/mcs/class/System.EnterpriseServices/System.EnterpriseServices.csproj b/mcs/class/System.EnterpriseServices/System.EnterpriseServices.csproj new file mode 100644 index 00000000000..022ea25f8dc --- /dev/null +++ b/mcs/class/System.EnterpriseServices/System.EnterpriseServices.csproj @@ -0,0 +1,23 @@ + + + + Library + $(MSBuildProjectName) + v2.0 + true + 168,162 + 65001 + false + + + NET_1_1,NET_2_0 + + + + + + + + + + \ No newline at end of file diff --git a/mcs/class/System.Transactions/System.Transactions.csproj b/mcs/class/System.Transactions/System.Transactions.csproj new file mode 100644 index 00000000000..b9f22d98626 --- /dev/null +++ b/mcs/class/System.Transactions/System.Transactions.csproj @@ -0,0 +1,21 @@ + + + + Library + $(MSBuildProjectName) + v2.0 + true + 65001 + false + + + NET_1_1,NET_2_0 + + + + + + + + + \ No newline at end of file diff --git a/mcs/class/System/System.csproj b/mcs/class/System/System.csproj index a570d1dca9e..4d5b6d5a1bd 100644 --- a/mcs/class/System/System.csproj +++ b/mcs/class/System/System.csproj @@ -21,6 +21,9 @@ NET_1_1,NET_2_0,CONFIGURATION_2_0,XML_DEP,SECURITY_DEP + + NET_1_1,NET_2_0,CONFIGURATION_2_0,XML_DEP,SECURITY_DEP,CONFIGURATION_DEP + @@ -28,6 +31,17 @@ + + + + + PrebuiltSystem + ..\lib\net_2_0\System.dll + + + ..\lib\net_2_0\Mono.Security.dll + + diff --git a/mcs/mcs.proj b/mcs/mcs.proj index ab2a33f2018..430df711750 100644 --- a/mcs/mcs.proj +++ b/mcs/mcs.proj @@ -27,6 +27,19 @@ + + + + + + + + + + + + + -- 2.25.1