如何调试和发布在Visual C#2010例preSS之间切换?Visual、preSS

2023-09-02 01:38:17 作者:犀利丶毒情

我如何调试之间切换,并释放在Visual C#2010例preSS?

我特地在项目属性,但它似乎缺少。我在想什么?

解决方案

启用工具→设置→专家设置菜单选项

转到工具→选项 在对话框中,选中显示全部设置在左下角的选项。

在上面的对话框,现在选择项目和解决方案→常规。 选中选项显示高级生成配置。

点击确定

您应该可以看到工具栏上的发布/调试选项了。

Visual Studio 2010中的Visual C 如何编译 连接和运行

How do I switch between debug and release in Visual C# 2010 Express?

I have looked in the project properties, but it seems to be missing. What am I missing?

解决方案

Enable the Tools → Settings → Expert Settings menu option

Go to Tools → Options In the dialog box, check Show All Settings option in the bottom left.

In the above dialog, now choose Projects and Solutions → General. Check the option Show advanced build configurations.

Click OK.

You should be able to see the Release/Debug options in the toolbar now.