mirror of
https://github.com/ShiftOS-Rewind/ShiftOS.git
synced 2025-01-23 18:22:16 +00:00
cf1bf85e01
Very, very incomplete (C# isn't *remotely* complete.)
10 lines
No EOL
465 B
XML
10 lines
No EOL
465 B
XML
<?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>HijackScreen</MainForm>
|
|
<SingleInstance>true</SingleInstance>
|
|
<ShutdownMode>1</ShutdownMode>
|
|
<EnableVisualStyles>true</EnableVisualStyles>
|
|
<AuthenticationMode>1</AuthenticationMode>
|
|
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
|
|
</MyApplicationData> |