VS2008.NET: Getting a referenced project's dependencies to copy to main project's bin folder

前端 未结 4 1287
离开以前
离开以前 2021-01-18 08:28

Let\'s assume I have a C# Winforms project, MainGUI.

It references another project in the same solution, ControlsLib.

ControlsLib references a third party co

4条回答
  •  伪装坚强ぢ
    2021-01-18 08:54

    If you modify the main project properties (the executable one) on the tab Publish, option Application Files, then you will be able to tell VS to include all files that are not being copied.

提交回复
热议问题