Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hello,
I want to Design an Add-In For Visual Studio 2010,
Basically, The plan is i want a Grid in that Add-In, Which will list all the project Name and there Build path in the entire Solution.
Same as Configuration Manager in Visual Studio.

Then a user can Change all the Build path of the projects in the solution and save it.

Can you Guide me through this? I have never designed an VSAdd-in.

Prathamesh
Posted
Comments
Sergey Alexandrovich Kryukov 22-Feb-13 11:33am    
Not quite a valid question. Imaging someone says "I'm ready to help, you"; what's next. This is just a Questions & Answers forum, so you have to ask more particular questions, on some particular concern. As it is, you can only be directed to see general Microsoft documentation on add-ins, which you already should know.
—SA
prathameshpitale 22-Feb-13 11:37am    
My Fault!
how can i start enumerating all project names, and there build path (Debug Configuration) from XML DOM?

1 solution

Please see my comment to the question: it is too general to get a really useful answer. All you can get now is just this:
http://msdn.microsoft.com/en-us/library/80493a3w%28v=vs.110%29.aspx[^].

However, if you start from there, it should be enough. Ask your questions if you are stuck of have some particular concerns.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900