Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is it possible to permanently and automagically have a library added for all my future projects? (in Visual Studio 2008)

share|improve this question

3 Answers

up vote 8 down vote accepted

I would have a look at Project Templates.

share|improve this answer
True. Never used them myself, but I know it would work. – Zack Oct 15 '09 at 21:33

Matthew has the real answer for this - but as a stop-gap; don't forget the "Recent" tab on the "Add References" dialog. In many ways it is a shame that it doesn't default to this tab. This tab makes adding your common libraries pretty painless (once that lethargic dialog opens).

share|improve this answer
Wow. I had to actually check this out, I don't normally use the Recent tab so I didn't even notice it was even there. – Zack Oct 15 '09 at 21:34

add it to the GAC?

share|improve this answer
I think he's asking to automatically add a reference to all future projects, i.e. when he does a New Project it should already have the library referenced. – itowlson Oct 15 '09 at 21:18
itowlsn is correct – Leroy Jenkins Oct 15 '09 at 21:19
This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post. – Gonzalo.- Aug 27 '12 at 22:53

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.