Visual Studio - How to use an existing vsproj's project settings as a template for new project?
Posted
by Jakobud
on Stack Overflow
See other posts from Stack Overflow
or by Jakobud
Published on 2010-04-28T20:24:03Z
Indexed on
2010/04/28
20:27 UTC
Read the original article
Hit count: 224
visual-studio-2005
|visual-studio-templates
There is some software I want to write a plugin for. The software includes some sample plugins. I want to create a new fresh project but I want to use one of the sample plugin vsproj's project settings as a template.
It doesn't seem very clear on how to do this. If I do "New Project From Existing Code" that only imports the cpp, h, etc files into the new project.
Right now the only way I can see to copy a sample projects settings is to open two instances of VS2005 next to each other and simply mimic the settings... Surely there is a built in method of doing this?
© Stack Overflow or respective owner