I'm running VS 2012 Premium and have written a few tests using Fakes. A member of my team is running VS 2010 Professional. After importing my unit tests, he's receiving compilation errors on that the references to both the Fakes assembly - Microsoft.QualityTools.Testing.Fakes
- and the generated Fakes assembly from the project reference - MyProject.Fakes
- don't exist.
Is there to share unit tests with Fakes with a developer who is not running VS Premium or Ultimate? At least so the solution compiles in his IDE?