vote up 0 vote down star

I have some class libraries with NUnit tests, and I want to convert the project to use the VS 2008 MsTest integration. (Right click add test etc.)

Is there and easy way to convert or do I need to edit the csproj manually.

Thanks

flag

54% accept rate

1 Answer

vote up 4 vote down check

Add the following to the property group in the csproj file

<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.