annotate Examples/VB/My Project/Application.myapp @ 3:1ef98bd70424
!bug 100 +3h
Исправление проблемы BLToolkit + mono 3.4
author |
cin |
date |
Fri, 22 Aug 2014 17:34:46 +0400 |
parents |
f990fcb411a9 |
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>
|