frank
frank

Reputation: 505

visual studio add in - add file to project

Google's not being my friend today. Can anyone point me in the direction of any resources regarding creating add ins for Vs 2008?

Specifically, I have 2 tasks I cannot find any resources for:

1) Is a project currently open
2) How to add a file to the open project

If anyone has any resources / links it would be great.

Thank you

Frank

Upvotes: 7

Views: 1257

Answers (1)

Oak
Oak

Reputation: 26898

There's a lot of documentation - including tutorials, samples and references - in MSDN, under "Visual Studio SDK":

Upvotes: 1

Related Questions