all groups > visual studio .net general > march 2005 >
You're in the

visual studio .net general

group:

vb dependencies



vb dependencies John B
3/21/2005 7:51:05 AM
visual studio .net general: (new to vs.net) I am working with a solution that creates several dlls
written in vb.net.
These dlls use a number of common symbols, defined types and methods which I
would like to put into a .vb file in a "common" folder and have
all the dll projects incorporate this single file into their builds. My
problem is that I can't figure out how to do it. If I try to add an existing
item to all the
projects, the ide copies the file into the each project instead of linking
to a single file. Trying to set a dependency doesn't work either because
that requires an object. I could create a class in another dll but that
seems like a lot of overhead for what should be a simple procedure.

Re: vb dependencies Carlos J. Quintero [.NET MVP]
3/22/2005 1:05:46 PM
In the Add Existing Item dialog notice that the Open button is a dropdown
button, and the 3rd option is "Link File" which is what you are looking for.

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com


"John B" <John B@discussions.microsoft.com> escribió en el mensaje
news:E4A84BFD-1856-4869-AD40-85B2887B2E18@microsoft.com...
[quoted text, click to view]

AddThis Social Bookmark Button