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

后端 未结 6 653
挽巷
挽巷 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:35

    Heh, that one baffled me too when I first installed Visual C# Express 2010. It turns out Microsoft has added a "Basic settings" mode to the Express editions that is selected by default.

    You can change to "Expert settings" mode in the Tools menu, after that, the Debug/Release combo will be back.

    Expert Settings in Visual Studio's Tools menu

    Most IDE settings (window docking locations, font settings, etc.) seem to be kept in separate profiles between basic and expert mode, so you'll have to arrange your tool windows again and so on.

提交回复
热议问题