Added XNA 4.0 for Windows Phone 7 project; updated Nuclex.Support to compile targeting Windows Phone 7

git-svn-id: file:///srv/devel/repo-conversion/nusu@203 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2010-09-17 15:29:22 +00:00
parent 1aad371ece
commit 374152cd63
15 changed files with 442 additions and 39 deletions

View file

@ -294,7 +294,7 @@ namespace Nuclex.Support.Collections {
}
index += this.firstBlockStartIndex;
#if XBOX360
#if XBOX360 || WINDOWS_PHONE
blockIndex = index / this.blockSize;
subIndex = index % this.blockSize;
#else