MSBuild doesn't copy references (DLL files) if using project dependencies in solution

前端 未结 19 1499
Happy的楠姐
Happy的楠姐 2020-11-22 07:24

I have four projects in my Visual Studio solution (everyone targeting .NET 3.5) - for my problem only these two are important:

  1. MyBaseProject &
19条回答
  •  遥遥无期
    2020-11-22 08:09

    This requires adding a .targets file to your project and setting it to be included in the project's includes section.

    See my answer here for the procedure.

提交回复
热议问题