To add assemblies into the list of assemblies for references in Visual Studio 2003 you can edit the registry and add them there
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftVisualStudio7.1AssemblyFoldersMyLibrary]
@=”D:\Development\BinaryJam\MyLibrary”
Well in 64bit land this is changed to
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftVisualStudio7.1AssemblyFoldersMyLibrary]
@=”D:\Development\BinaryJam\MyLibrary”
Hey presto there they are in the References Dialog
Technorati: visual studio