exclude from mono build

This commit is contained in:
markpollack
2009-06-20 20:26:17 +00:00
parent 1dd0d8a0f1
commit 6ee64f4776
3 changed files with 6 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
#endregion
#if NET_2_0
#if NET_2_0 && !MONO
#region Imports

View File

@@ -18,6 +18,8 @@
#endregion
#if !MONO
#region Imports
using System;
@@ -76,4 +78,5 @@ namespace Spring.EnterpriseServices
targetInstance.Method();
}
}
}
}
#endif

View File

@@ -18,7 +18,7 @@
#endregion
#if (!NET_1_0)
#if (NET_2_0 && !MONO)
#region Imports