In a C# solution, I added a existing project.
After that, Visual Studio has added the following entry in other .csproj files:
Personally I don't like this service added to my project files and I think having it is more like a workaround rather than a proper solution. So marking your test projects as test projects seems more correct to me and this can be achieved by adding this to the first PropertyGroup
:
{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
UnitTest
{3AC096D0-A1C2-E12C-1390-A8335801FDAB}
means Test Project and {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
- C#. For other project type guids go here