Visual Studio Project References inside solution

后端 未结 1 677
滥情空心
滥情空心 2021-01-18 04:07

What is the best way to reference a project inside solution.

I added references via Add Reference --> Projects. However it links to either release DLL or Debug dll.<

相关标签:
1条回答
  • 2021-01-18 04:50

    If you want to reference a project itself, and NOT a DLL/assembly (from the Browse tab in the Add Reference dialog), then you should add the project you want to reference to the Solution (Add... Existing Project). Once it's in the Solution, the Add Reference dialog will let you reference one project in the solution from another project in the solution (via the Projects tab in the Add Reference dialog).

    0 讨论(0)
提交回复
热议问题