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
|
@ -1,3 +1,5 @@
|
|||
#if !NO_CONCURRENT_COLLECTIONS
|
||||
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Generic;
|
||||
|
@ -322,3 +324,5 @@ namespace Nuclex.Support {
|
|||
}
|
||||
|
||||
} // namespace Nuclex.Support
|
||||
|
||||
#endif // !NO_CONCURRENT_COLLECTIONS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue