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:
authorRaja R Harinath <harinath@hurrynot.org>2008-04-14 14:59:57 +0400
committerRaja R Harinath <harinath@hurrynot.org>2008-04-14 14:59:57 +0400
commitc19c6de90d9bf086546e1fa07198c12b03299fb4 (patch)
tree9e1bdb509d532a1fd34a820e7281898048046ff2 /mcs/class/Mono.Web/Assembly
parent5af4970c72d3ba447f713365b4952f4029194982 (diff)
* Makefile (VALID_PROFILE): New. Prepare to be invoked in other profiles.
svn path=/trunk/mcs/; revision=100626
Diffstat (limited to 'mcs/class/Mono.Web/Assembly')
-rw-r--r--mcs/class/Mono.Web/Assembly/AssemblyInfo.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/Mono.Web/Assembly/AssemblyInfo.cs b/mcs/class/Mono.Web/Assembly/AssemblyInfo.cs
index dcbe6efa420..dd61b1bc449 100644
--- a/mcs/class/Mono.Web/Assembly/AssemblyInfo.cs
+++ b/mcs/class/Mono.Web/Assembly/AssemblyInfo.cs
@@ -28,6 +28,8 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
+#if NET_2_0
+
using System;
using System.Reflection;
using System.Resources;
@@ -58,3 +60,5 @@ using System.Web.UI;
[assembly: TagPrefix("System.Web.UI.WebControls", "asp")]
[assembly: AssemblyDelaySign(true)]
[assembly: AssemblyKeyFile("../mono.pub")]
+
+#endif