12 lines
576 B
Plaintext
12 lines
576 B
Plaintext
|
|
<?xml version="1.0" encoding="utf-16"?>
|
||
|
|
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||
|
|
<MySubMain>true</MySubMain>
|
||
|
|
<MainForm>Form1</MainForm>
|
||
|
|
<SingleInstance>true</SingleInstance>
|
||
|
|
<ShutdownMode>0</ShutdownMode>
|
||
|
|
<EnableVisualStyles>true</EnableVisualStyles>
|
||
|
|
<AuthenticationMode>0</AuthenticationMode>
|
||
|
|
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
|
||
|
|
<SplashScreen>SplashScreen1</SplashScreen>
|
||
|
|
<MinimumSplashScreenDisplayTime>3000</MinimumSplashScreenDisplayTime>
|
||
|
|
</MyApplicationData>
|