Merge pull request #2029 from madewokherd/winformstests
[mono.git] / mcs / class / System.Web / System.Web.Compilation / IAssemblyPostProcessor.cs
index 9b2797608c4c813b3fdbcfa33ec1cc136c40c397..5c1d4fc758461782fb8f41ad3a53784f1ab018b6 100644 (file)
@@ -4,7 +4,7 @@
 // Authors:
 //     Chris Toshok (toshok@ximian.com)
 //
-// (C) 2006 Novell, Inc (http://www.novell.com)
+// (C) 2006-2009 Novell, Inc (http://www.novell.com)
 //
 
 //
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
-namespace System.Web.Compilation {
-
+namespace System.Web.Compilation
+{
        public interface IAssemblyPostProcessor : IDisposable
        {
                void PostProcessAssembly (string path);
        }
 }
 
-#endif
+