views:

81

answers:

3

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

A: 

add it to the GAC?

Keith Nicholas
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
itowlsn is correct
Leroy Jenkins
+8  A: 

I would have a look at Project Templates.

Matthew Vines
True. Never used them myself, but I know it would work.
Zack
+2  A: 

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).

Marc Gravell
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