Added support for compilation under the Mono 3.5 profile; removed support for Windows Phone and Xbox 360

git-svn-id: file:///srv/devel/repo-conversion/nusu@310 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2014-07-21 15:46:40 +00:00
parent f9ebc95dd9
commit de4a7d2213
8 changed files with 21 additions and 17 deletions

View file

@ -18,7 +18,7 @@ License along with this library
*/
#endregion
#if !(XBOX360 || WINDOWS_PHONE)
#if !NO_SETS
using System;
using System.Collections.Generic;
@ -677,4 +677,4 @@ namespace Nuclex.Support.Cloning {
} // namespace Nuclex.Support.Cloning
#endif // !(XBOX360 || WINDOWS_PHONE)
#endif // !NO_SETS

View file

@ -18,7 +18,7 @@ License along with this library
*/
#endregion
#if !(XBOX360 || WINDOWS_PHONE)
#if !NO_SETS
using System;
using System.Collections.Generic;
@ -665,4 +665,4 @@ namespace Nuclex.Support.Cloning {
} // namespace Nuclex.Support.Cloning
#endif // !(XBOX360 || WINDOWS_PHONE)
#endif // !NO_SETS

View file

@ -18,7 +18,7 @@ License along with this library
*/
#endregion
#if !(XBOX360 || WINDOWS_PHONE)
#if !NO_SETS
using System;
using System.Collections.Concurrent;
@ -283,4 +283,4 @@ namespace Nuclex.Support.Cloning {
} // namespace Nuclex.Support.Cloning
#endif // !(XBOX360 || WINDOWS_PHONE)
#endif // !NO_SETS