Add the '#if NET_2_0' conditional everywhere.
[mono.git] / mcs / class / Mono.C5 / C5 / AssemblyInfo.cs
index a649742b5111f0a19fdcc816ee4d32f83be654d5..d5af25f35468a8a289367403587d901b5ac1731a 100644 (file)
@@ -1,3 +1,4 @@
+#if NET_2_0
 /*\r
  Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -77,3 +78,5 @@ using System.Runtime.CompilerServices;
 //[assembly: AssemblyDelaySign(false)]\r
 //[assembly: AssemblyKeyFile("..\\..\\..\\c5.snk")]\r
 //[assembly: AssemblyKeyName("")]\r
+
+#endif