Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
4answers
4k views

How to NOT include Visual Studio Project folder names in generated namespaces

How do I prevent the name of the Solution Folder in a VS project from being appended to the namespace generated for new items added to the solution folder? Example: C# project in a VS solution ...
7
votes
6answers
7k views

Namespaces and folder structures in c# solutions: how should folders on disk be organised?

First off, let’s agree that namespace should match folder structure and that each language artefact should be in its own file. (see ...
4
votes
3answers
719 views

Solution Folders in VS2008 are Not Alphabetized

I moved a bunch of projects to Solution Folders to chop up our list of projects into manageable folders, now each of the folders projects are not in alphabetical order. This only occurs on machines ...
1
vote
1answer
104 views

Visual studio solution folder at the project level

In Visual Studio (2010) is it possible to create a "Solution Folder" at the project level? A "virtual" project folder within Visual Studio? The problem: We have a project in our solution which ...