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.