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:
parent
f9ebc95dd9
commit
de4a7d2213
8 changed files with 21 additions and 17 deletions
|
@ -27,7 +27,7 @@ using System.Collections;
|
|||
using System.Collections.Specialized;
|
||||
#endif
|
||||
|
||||
#if !(WINDOWS_PHONE || XBOX360)
|
||||
#if !NO_SETS
|
||||
|
||||
namespace Nuclex.Support.Collections {
|
||||
|
||||
|
@ -338,4 +338,4 @@ namespace Nuclex.Support.Collections {
|
|||
|
||||
} // namespace Nuclex.Support.Collections
|
||||
|
||||
#endif // !(WINDOWS_PHONE || XBOX360)
|
||||
#endif // !NO_SETS
|
||||
|
|
|
@ -22,7 +22,7 @@ using System;
|
|||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
||||
#if !(WINDOWS_PHONE || XBOX360)
|
||||
#if !NO_SETS
|
||||
|
||||
namespace Nuclex.Support.Collections {
|
||||
|
||||
|
@ -213,4 +213,4 @@ namespace Nuclex.Support.Collections {
|
|||
|
||||
} // namespace Nuclex.Support.Collections
|
||||
|
||||
#endif // !(WINDOWS_PHONE || XBOX360)
|
||||
#endif // !NO_SETS
|
||||
|
|
|
@ -21,7 +21,7 @@ License along with this library
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
#if !(WINDOWS_PHONE || XBOX360)
|
||||
#if !NO_SETS
|
||||
|
||||
namespace Nuclex.Support.Collections {
|
||||
|
||||
|
@ -284,4 +284,4 @@ namespace Nuclex.Support.Collections {
|
|||
|
||||
} // namespace Nuclex.Support.Collections
|
||||
|
||||
#endif // !(WINDOWS_PHONE || XBOX360)
|
||||
#endif // !NO_SETS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue