Application.myapp

The Application.myapp file is an XML representation of the project’s main properties. Listing 3.1 shows the content of this file, which becomes available when you create a new Console application.

LISTING 3.1 The Content of Application.myapp

<?xml version="1.0" encoding="utf-8"?><MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns:xsd="http://www.w3.org/2001/XMLSchema">  <MySubMain>false</MySubMain>  <SingleInstance>false</SingleInstance>  <ShutdownMode>0</ShutdownMode>  <EnableVisualStyles>true</EnableVisualStyles>  <AuthenticationMode>0</AuthenticationMode>  <ApplicationType>2</ApplicationType>  <SaveMySettingsOnExit>true</SaveMySettingsOnExit></MyApplicationData>

Get Visual Basic 2015 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.