Visual Studio - How to use an existing vsproj's project settings as a template for new project? -


there software want write plugin for. software includes sample plugins. want create new fresh project want use 1 of sample plugin vsproj's project settings template.

it doesn't seem clear on how this. if "new project existing code" imports cpp, h, etc files new project.

right way can see copy sample projects settings open 2 instances of vs2005 next each other , mimic settings... surely there built in method of doing this?

you copy project file , remove source files it.

then add new source that.

doesn't software provide template? when worked on toolkit allowed developers write own plugins provided these.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -