up vote 0 down vote favorite
share [g+] share [fb]

I've got two projects, one CF2.0 project and one NET2.0 project. These projects are related to a CF2.0 application project and a NET2.0 WebService project respectively.

The projects are my Data Access Layers and they are both identical, apart from the ProtoBuf Dll version.

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

I am using Visual Studios 2005.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

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

Cant' you just reference the compiled DAL?

link|improve this answer
How do you add linked files? – GenericTypeTea May 27 '09 at 9:08
Worked it out: Add New Existing Item, Add Link – GenericTypeTea May 27 '09 at 9:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.