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

前端 未结 19 1523
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 07:58

    Take a look at:

    This MSBuild forum thread I started

    You will find my temporary solution / workaround there!

    (MyBaseProject needs some code that is referencing some classes (whatever) from the elmah.dll for elmah.dll being copied to MyWebProject1's bin!)

提交回复
热议问题