How to save DLLs in a different folder when compiling in Visual Studio?

前端 未结 5 736
借酒劲吻你
借酒劲吻你 2020-12-01 06:30

Let\'s suppose I have a Window Forms / Console Application C# project with some external references and references to oth

5条回答
  •  遥遥无期
    2020-12-01 06:49

    Set Reference path in project peoperties.

    You can also specify where your compiled exe goes by specifying Output path in project peoperties.

提交回复
热议问题