Hi Vitaly,
This project is really just for the C++ Rest SDK, and we don't support Visual Studio 2010 any more so you will have to use an older version. The last release with 2010 support was 1.2.0.
Regarding the Concurrency Runtime, I think respecting the process affinity has been fixed in Visual Studio 2012. Take a look at this blog post under the section "ConcRT: Scheduler and resource management enhancements"
This project is really just for the C++ Rest SDK, and we don't support Visual Studio 2010 any more so you will have to use an older version. The last release with 2010 support was 1.2.0.
Regarding the Concurrency Runtime, I think respecting the process affinity has been fixed in Visual Studio 2012. Take a look at this blog post under the section "ConcRT: Scheduler and resource management enhancements"
http://blogs.msdn.com/b/nativeconcurrency/archive/2012/02/28/ppl-and-concrt-what-s-new-in-visual-studio-11-beta.aspx
Steve