How do you get Visual C# 2010 to go along with the idea of putting source files in a subdirectory, that is, *.cs moves to src\*.cs while leaving everything else where it is? It’s probably something very simple, I just tried creating a test class as src\myclass.cs instead of plain myclass.cs and Visual C# would have none of it.
How do you get Visual C# 2010 to go along with the idea of
Share
Right-click the project add new folder, right-click the folder add new item.