Quick Hack:
Right-click the unit test project in VS.NET -> Unload
Right-click the unit test project in VS.NET -> Edit [project file]
Navigate to <ProjectTypeGuids>…
Remove “{3AC096D0-A1C2-E12C-1390-A8335801FDAB};” from the listing.
Save the file. Reopen in VS.NET.
Finito!!!
Don’t forget to add this line back to have the project behave like a VS.NET Unit Test project after adding the Adapter reference!!!
