Visual Studios Express - change debug output directory

后端 未结 2 895
情歌与酒
情歌与酒 2021-01-19 06:04

Is there a way to get a VS project to build the debug EXE to a directory other than bin/debug?

I found this: http://msdn.microsoft.com/en-us/library/ms165410%28v=vs.

2条回答
  •  鱼传尺愫
    2021-01-19 06:54

    To change the build output directory:

    On the Project menu, click Properties.
    Click the Build tab.
    Click the Browse button next to the Output path box and select a new build output directory.
    

    MSDN :Change Build output directory

    Change debug directory.

提交回复
热议问题