P
Paul Cheetham
Hi,
I have two projects where I want to use the same source file in each
project.
If I add the file to each project, then a local copy is made.
I want to be able to have a single source file used by both projects so
that I only have to change one file.
I am using compiler directives within the file, and so I can't just
build it into a DLL and do it that way, I really do need to make both
projects reference the same source file.
Does anybody know how to do this?
Thanksyou.
Paul Cheetham
I have two projects where I want to use the same source file in each
project.
If I add the file to each project, then a local copy is made.
I want to be able to have a single source file used by both projects so
that I only have to change one file.
I am using compiler directives within the file, and so I can't just
build it into a DLL and do it that way, I really do need to make both
projects reference the same source file.
Does anybody know how to do this?
Thanksyou.
Paul Cheetham