exclude from mono build
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
#endregion
|
||||
|
||||
#if NET_2_0
|
||||
#if NET_2_0 && !MONO
|
||||
|
||||
#region Imports
|
||||
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
|
||||
#endregion
|
||||
|
||||
#if !MONO
|
||||
|
||||
#region Imports
|
||||
|
||||
using System;
|
||||
@@ -76,4 +78,5 @@ namespace Spring.EnterpriseServices
|
||||
targetInstance.Method();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
#endregion
|
||||
|
||||
#if (!NET_1_0)
|
||||
#if (NET_2_0 && !MONO)
|
||||
|
||||
#region Imports
|
||||
|
||||
|
||||
Reference in New Issue
Block a user