MSBuild copy output from another project into the output of the current project
问题 I have a situation where I want to copy the output assembly from one project into the output directory of my target application using MSBuild, without hard-coding paths in my MSBuild Copy task. Here's the scenario: Project A - Web Application Project Project B - Dal Interface Project Project C - Dal Implementation Project There is a Business layer too, but has no relevance for the MSBuild problem I'm looking to solve. My business layer has a reference to my Dal.Interface project. My web