Book Image

Learning Xamarin studio

By : William Smith
Book Image

Learning Xamarin studio

By: William Smith

Overview of this book

Table of Contents (16 chapters)
Learning Xamarin Studio
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

The Project menu


The Project menu, shown in the following screenshot, provides access to project level functions and commands:

The options in the Project menu are as follows:

  • Generate Makefiles…: This allows you to create makefiles for your solution. See the discussion under the Project Options heading later in this chapter for more information about makefiles.

  • Create Package…: This lets you create an installer package from the files in your solution.

  • Edit References…: This opens the reference editor dialog, where you can define project references to external packages, .NET assemblies, and other projects within your solution.

  • Active Configuration: This lets you choose the current build configuration for the selected project.

  • Android Device Target: This is available for both Android and iOS solutions at the time of writing this, but is only functional for Android solutions. This menu allows you to choose a device emulator before you run the application.

  • Apply Policy…: This lets you choose...