开发者

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

开发者 https://www.devze.com 2022-12-28 07:26 出处:网络
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 settin

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开发者_JS百科 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?


You could copy the project file and remove all the source files from it.

Then add your new source to that.

Doesn't the software provide a template? When I worked on toolkit that allowed developers to write their own plugins we provided these.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号