.net - Convert C# Library To MSTest Project -
I have some classroom libraries with NUnit tests, and I'm VS 2008 I want to change the project to use the MsTest integration. (Right click add exam etc.).
Is there an easy way to change it or I need to edit csproj manually.
Add the property group to the csproj file
& gt; ProjectTypeGuids & gt; {3AC096D0-A1C2-E12C-1390-A8335801FDAB} {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} & lt; / ProjectTypeGuids & gt;
Comments
Post a Comment