I don't think this is really what you want, but there isn't a C# library kind of thing. If you create a Class Library, it will create an assembly you can create a reference to, but that will still be linked in.
Why not just create a Class Library? Thanks, Shawn Wildermuth [EMAIL PROTECTED] > -----Original Message----- > From: dotnet discussion [mailto:[EMAIL PROTECTED]] > On Behalf Of David Ferguson > Sent: Wednesday, May 22, 2002 5:17 PM > To: [EMAIL PROTECTED] > Subject: [DOTNET] How to create a C# source lib? > > > How to create a C# source lib? > > I would like to start C# a source code library. It will > include general utility classes. I will keep the library in > one central place, say \dev\srclib. I will add individual > files to projects as needed. > > Here is the problem... > > When 'I use Project/Add Existing Item' to include the source > module VS.NET makes a copy of the source file in the current > project directory. Obviously any changes made to this copy > don't make it back to original source. > > So I how do get VS.NET to create a reference and not make a copy? > > Thanks...David > > You can read messages from the DOTNET archive, unsubscribe > from DOTNET, or subscribe to other DevelopMentor lists at > http://discuss.develop.com. > You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
