The VS GUI gives no indication that this is possible, you pick a file location for a dll and you are done. Luckily VS is smart enough to interpolate macros in the hint path for the reference. So you can make the hint path be some thing like ../bin/$(Configuration)/foo.dll and you will get the behavior you want. But you need to crack open the .csproj file in a text editor to do this.
One the one hand it is really nice that VS is smart enough to enable this scenario. On the other hand it would be nice if there was a way to do this via the GUI.
0 comments:
Post a Comment