How can I change the build configuration to Release in Visual Studio?

时光怂恿深爱的人放手 提交于 2019-12-23 19:55:34

问题


I'm trying to publish a Xamarin project.

How can I, change the build configuration to Release in Visual Studio 2015?

Update

I have found the solution, here it is :


回答1:


According to How to: Set Debug and Release Configurations there are two ways to change build configuration:

  1. From the Build menu: click Build / Configuration Manager, then select Debug or Release.

  2. On the toolbar, choose either Debug or Release from the Solution Configurations list box.



来源:https://stackoverflow.com/questions/36908463/how-can-i-change-the-build-configuration-to-release-in-visual-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!