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

Solution Options


To view the Solution Options dialog (or Solution Properties on Windows machines), shown in the following screenshot, right-click the solution object in the Solution pad and choose Options from the context menu, or simply double-click the solution object. Alternately, you can go to Project | Solution Options. Inside the Solution Options dialog there are five groups of settings.

The General group

The General group contains the Main Settings pane and the Author Information pane. Main Settings consists of your application's version number, description, and the root directory for the solution on your local machine. Author Information allows you to override the default information and enter your own information. Both of these panes are informational and have little impact on the function or deployment of your application.

The Build and Run groups

Under the Build group, we find several very important settings. The General pane lists the output directory of your application, while...