annotate Examples/VB/My Project/Application.myapp @ 0:f990fcb411a9
Копия текущей версии из github
author |
cin |
date |
Thu, 27 Mar 2014 21:46:09 +0400 (2014-03-27) |
parents |
|
children |
|
rev |
line source |
0
|
1 <?xml version="1.0" encoding="utf-8"?>
|
|
2 <MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
3 <MySubMain>false</MySubMain>
|
|
4 <SingleInstance>false</SingleInstance>
|
|
5 <ShutdownMode>0</ShutdownMode>
|
|
6 <EnableVisualStyles>true</EnableVisualStyles>
|
|
7 <AuthenticationMode>0</AuthenticationMode>
|
|
8 <ApplicationType>1</ApplicationType>
|
|
9 <SaveMySettingsOnExit>true</SaveMySettingsOnExit>
|
|
10 </MyApplicationData>
|