Hi All,
When i create a Project using VS2005, by default a folder with the namespace gets created.
for e.g.
When i create a project with name Test.Test1.Test2.csproj and namespaceTest.Test1.Test2 under C:\MyProjects\
A folder with name Test.Test1.Test2 gets created, How can i avoid this
i want to create the project as C:\MyProjects\Test\Test.Test1.Test2.csproj
Any pointers would be great.
Apologies if this is wrong category.
Thanks,
Swarup

HowTo:Change Default Project Folder
HighTower
Does not exists a direct form to accomplish this goal, but I will detail a good start point:
Go to Tools > Options then choose the tab Projects and Solutions | General uncheck the Save new projects when created and to accept the change click OK.
Now, go to New Project dialog (File | New | Project). Select the project that you need to create. Ensure that does not ask about the project and solution folders, Only the new Project name [the namespace]. Click OK and begin to develop your application.
This allows you to create a temporal solution and project while you develope the first project. When you decide to add a new project to the solution or save the project/solution then you need to specify the name and location for your project and solution.
Warning: This only works for some project templates and you can only create one project by solution with this behavior, because when you begin to add more projects, Visual Studio requires to save the solution, and also specify the name and his respective folder location for the new project.
87jerome
The default root directory for projects and solutions can be set under Tools\Options -> Projects and Solutions. You can also set the default location to store your settings and where to store custom templates you create.
Michael Taylor - 1/17/07
http://p3net.mvps.org