0

How to organize your projects in Visual Studio with separate Namespaces without naming every project like: <projectname>.<this>.<that>

Instead I want to name the solution <projectname>. And then name my project <this>.<that>?

Comments
Add Comment