You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
460 B
10 lines
460 B
9 years ago
|
<?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>true</MySubMain>
|
||
|
<MainForm>frmMain</MainForm>
|
||
|
<SingleInstance>true</SingleInstance>
|
||
|
<ShutdownMode>0</ShutdownMode>
|
||
|
<EnableVisualStyles>true</EnableVisualStyles>
|
||
|
<AuthenticationMode>0</AuthenticationMode>
|
||
|
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
|
||
|
</MyApplicationData>
|