Using Microsoft mines in visual studio 2010

I want to use the microsoft chess infrastructure in visual studio 2010. It works fine in 2008, but its support is not available for visual studio 2010. Is there any way to use it.

+2
source share
1 answer

Just go there: CHESS: Systematic Concurrency Test source code , click the "Download" button, read the license text and if in order you download the complete package somewhere on your disk.

From there, you can simply extract the entire .ZIP file and open the file All.Slnin the root of the extracted files, this is Visual Studio 2010 solution.

+6
source

All Articles