Allowed compilation and unit tests with the mono-3.5 profile and without NMock

git-svn-id: file:///srv/devel/repo-conversion/nusu@311 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2014-07-21 16:17:13 +00:00
parent de4a7d2213
commit e8c21b91d4
12 changed files with 55 additions and 2 deletions

View file

@ -18,6 +18,8 @@ License along with this library
*/
#endregion
#if !NO_SETS
#if UNITTEST
using System;
@ -220,3 +222,5 @@ namespace Nuclex.Support.Cloning {
} // namespace Nuclex.Support.Cloning
#endif // UNITTEST
#endif // !NO_SETS