markknowsley
Programmer
This is more of a Visual Studio .NET question than C# specific, but there's no forum for that so this is the next best thing.
My question regards the update of class files. I have three seperate projects in Visual Studio .NET, and I want them to use two class files which contain tools I have written to do various jobs. So I created a folder called 'Class Files', put the files in here, and then attached them to each project by doing 'Add Existing Item'.
However, VS.NET takes a physical copy of the class files and puts them into each project folder. If I update the files in the 'Class Files' folder, the changes aren't made to the files in the project folders.
Is there a better way to share the class files so that I just have to update one file without having to remember to make the change three or more times?
Thanks in advance.
My question regards the update of class files. I have three seperate projects in Visual Studio .NET, and I want them to use two class files which contain tools I have written to do various jobs. So I created a folder called 'Class Files', put the files in here, and then attached them to each project by doing 'Add Existing Item'.
However, VS.NET takes a physical copy of the class files and puts them into each project folder. If I update the files in the 'Class Files' folder, the changes aren't made to the files in the project folders.
Is there a better way to share the class files so that I just have to update one file without having to remember to make the change three or more times?
Thanks in advance.