Visual Studio Development Bookmark and Share   
 index > Visual Studio Guidance Automation Toolkit > Creating projects in a subdirectory
 

Creating projects in a subdirectory

I want to be able to have the solution template create the projects in a subdirectory without having to use solution folders. I don't know if this crude diagram will explain it, but basically I want all projects to go into a subdirectory named "Source". Does anyone have an idea on how to do this?

MySolution
|
-- MySolution.sln
-- Source
|
--- MyProject1
|
--- MyProject1.csproj
--- MyProject2
|
--- MyProject2.csproj
-- Documentation
-- Libraries
-- Build

Brenton House  Monday, July 31, 2006 12:44 PM
The only mechanism using plain templates is to use a solution folder.

Alternatively, you can write a custom action that moves the files around, but it's risky as projects will be already loaded, etc.
kzu  Monday, July 31, 2006 3:41 PM
The only mechanism using plain templates is to use a solution folder.

Alternatively, you can write a custom action that moves the files around, but it's risky as projects will be already loaded, etc.
kzu  Monday, July 31, 2006 3:41 PM

You can use google to search for other answers

Custom Search

More Threads

• How to use a custom utilty in GAT for geenrating Class files.
• WCSF June 2007 with .Net Framework 3.0 SP1
• Adding an Item to a solution (as opposed to a project)
• issue in VS2005 due to IE8
• GAT Documentation/Walkthroughs
• Passing argument between wizards (with custom TypeConverters)
• Problems with installing Guidance Extensions and Software Factories.
• Binding error (?) using Smart Client Software Factory
• Enable GAT for existing projects
• Bound recipe not showing up