Hi,
I have two projects where I want to use the same source file in each
project. (VS2005, c#, single solution)
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?
Thankyou.
Paul Cheetham
Peter Macej - 25 May 2006 19:41 GMT
http://www.vbdocman.com/blog/archives/11

Signature
Peter Macej
Helixoft - http://www.vbdocman.com
VBdocman - Automatic generator of technical documentation for VB, VB
.NET and ASP .NET code
Paul Cheetham - 26 May 2006 10:29 GMT
> http://www.vbdocman.com/blog/archives/11
Thanks for that.
Paul
MariuszK - 30 May 2006 07:38 GMT
Hello,
if you use any Source Control tools You will have a possibility share
one file in few projects.
Mariusz.