I have a very simple need. I have been delving through tons of docs, but everything I am reading is misleading, so far.
I wrote D:\Develop\Comm on\utility.cs. It has some common methods that I want to be able to use in ANY of my projects. I do NOT want to physically include this class into those projects, because if it needs to change, I want to have to change only ONE file.
Now in my project called CoffeGame.cs, how do I tell it that I want to use the utility.cs I described above? If I add it in the IDE, it physically copies it in, and any changes I make will not be reflected in the original.
Any help would be appreciated!
Dave
I wrote D:\Develop\Comm on\utility.cs. It has some common methods that I want to be able to use in ANY of my projects. I do NOT want to physically include this class into those projects, because if it needs to change, I want to have to change only ONE file.
Now in my project called CoffeGame.cs, how do I tell it that I want to use the utility.cs I described above? If I add it in the IDE, it physically copies it in, and any changes I make will not be reflected in the original.
Any help would be appreciated!
Dave