Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make a vs 2008 template out of the current project?

Is there a way to turn the current project which I've setted up nicely (project settings, additional libraries, and so on) into a project template in vs 2008 ?

How would one go about that ?

like image 282
Rook Avatar asked Jun 20 '09 21:06

Rook


People also ask

How do I create a project template in Visual Studio?

Go to Documents\Visual Studio Version\Templates\ProjectTemplates and create a new folder to separate your template from the default templates of visual studio. You will see the newly created template as shown below. Give the name of the project and click on 'Ok' button.

How do I create a project template in Visual Studio code?

Creating a Project from a Template In VSCode, open a folder that will contain your new project. Use the Command Palette to execute the command "Project: Create Project From Template". A list of available templates should appear. Select the desired template.


1 Answers

File -> Export Template -> Project Template

This will then appear under "My Templates" in VS

like image 95
Marc Gravell Avatar answered Oct 04 '22 03:10

Marc Gravell