Static analysis on native device projects (sort of...)

We didn't have time to do a proper implementation of the static analysis tools from Visual Studio Team Suite for device projects, but as this clever customer points out, you can just create a project that contains Win32 configurations, and use that to get some kind of analysis of your code. If it were me, I might be tempted to skip the steps of repointing all the directories, and just ignore anything that wasn't in one of my source files, but I haven't tried this. Obviously this is completely unsupported, but it's a neat workaround.