开发者

using "Reference3 Interface" to add desired references to a project

开发者 https://www.devze.com 2022-12-29 01:40 出处:网络
I found this: http://msdn.microsoft.com/en-us/library/vslangproj80.reference3%28VS.80%29.aspx what I have in mind is that many of the references that we add to our project are on a network drive and

I found this: http://msdn.microsoft.com/en-us/library/vslangproj80.reference3%28VS.80%29.aspx

what I have in mind is that many of the references that we add to our project are on a network drive and there are TON of them. Adding references to the project by right clicking on the References in the porject and choosing add reference is a pain.

so I was wondering if I开发者_如何转开发 can take advantage of something like what I posted the link to it and have a small program,add-in,macro, etc! that we can give it a list of the references that I want and it will add them to the project.


I can't vouch for the Reference3 interface, but you might get some mileage out of the PowerCommands for Visual Studio 2008 project.

This project demonstrates Visual Studio extensibility. The PowerCommands include a context menu option on project references to copy and paste references between projects, or to copy a project as a project reference and paste within another.

If it's worth your time to get familiar with the code, you should have a good idea of how to manipulate project references, and be able to integrate your custom logic right into Visual Studio.

I hope this helps.

0

精彩评论

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