Visual Studios - Sharing Folders Between Different Projects

I have two projects, one CF2.0 project and one NET2.0 project. These projects are linked to the CF2.0 Application Project and the NET2.0 WebService Project, respectively.

Projects are my data access layers and they are both identical except for the ProtoBuf Dll version.

Is there a way that my NET2.0 DAL project can simply reference the folders in my CF2.0 project without having to copy all 500 or so of the source files? I'm sure I've seen this before, where a shortcut is simply added to the file and then the project compiles the referenced file.

I am using Visual Studios 2005.

+1


a source to share


1 answer


Yes, it is indeed possible to add a link to a file instead of copying, but this is only possible with files, not with folders.



Cant 'are you just referencing the compiled DAL?

+1


a source







All Articles