From 8c5f97d5a4a267f0d5fdb39799180dabffa28453 Mon Sep 17 00:00:00 2001 From: Jonathan Chambers Date: Fri, 11 Jun 2010 21:18:35 +0000 Subject: [PATCH] 2010-06-10 Jonathan Chambers * Add System.Security.csproj and new configurations for Mono.Security and System. svn path=/trunk/mcs/; revision=158846 --- mcs/class/Mono.Security/Mono.Security.csproj | 3 +++ .../System.Security/System.Security.csproj | 27 +++++++++++++++++++ mcs/class/System/System.csproj | 13 +++++++++ mcs/mcs.proj | 3 +++ 4 files changed, 46 insertions(+) create mode 100644 mcs/class/System.Security/System.Security.csproj diff --git a/mcs/class/Mono.Security/Mono.Security.csproj b/mcs/class/Mono.Security/Mono.Security.csproj index 3ee0deceeb4..77cb6d1e5ad 100644 --- a/mcs/class/Mono.Security/Mono.Security.csproj +++ b/mcs/class/Mono.Security/Mono.Security.csproj @@ -13,6 +13,9 @@ BOOTSTRAP_BASIC,NET_1_1,NET_2_0 + + NET_1_1,NET_2_0 + diff --git a/mcs/class/System.Security/System.Security.csproj b/mcs/class/System.Security/System.Security.csproj new file mode 100644 index 00000000000..bc5016e396f --- /dev/null +++ b/mcs/class/System.Security/System.Security.csproj @@ -0,0 +1,27 @@ + + + + Library + $(MSBuildProjectName) + v2.0 + true + 65001 + 414 + false + true + + + NET_1_1,NET_2_0,SECURITY_DEP + + + + + + ..\lib\net_2_0\Mono.Security.dll + + + + + + + \ No newline at end of file diff --git a/mcs/class/System/System.csproj b/mcs/class/System/System.csproj index 820c480c247..a570d1dca9e 100644 --- a/mcs/class/System/System.csproj +++ b/mcs/class/System/System.csproj @@ -18,6 +18,9 @@ NET_1_1,NET_2_0,CONFIGURATION_2_0 + + NET_1_1,NET_2_0,CONFIGURATION_2_0,XML_DEP,SECURITY_DEP + @@ -25,6 +28,16 @@ + + + + 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 993e9ec2092..ab2a33f2018 100644 --- a/mcs/mcs.proj +++ b/mcs/mcs.proj @@ -24,6 +24,9 @@ + + + -- 2.25.1