Place all output dlls in common directory from Visual Studio

前端 未结 2 1152
一向
一向 2021-01-13 13:58

I have a couple of different solutions, in which some projects may depend on output from projects in other solutions. To manage this, I\'ve been copying dll files from the /

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-13 14:05

    You can set the output directory in each project properties.

    Right click on the project, select Properties

    For C#, it is one of the Build property page, under Output, Output directory.

    In VB.Net projects, it is on the Compile tab, in the textbox at the top.

提交回复
热议问题