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

后端 未结 6 655
挽巷
挽巷 2020-12-04 09:23

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?

6条回答
  •  借酒劲吻你
    2020-12-04 09:52

    You can follow these steps for visual studio 2010 professional edition.

    1. Go to Tools -> Customize .
    2. Select Commands Tab.
    3. Select ToolBar and then Build from combobox.
    4. Click on Add Command Button.
    5. Select Build from Categories and then select Solution Configurations from Commands.

提交回复
热议问题