diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-02-14 20:42:43 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-02-14 20:42:43 -0500 |
| commit | 4dc8c65daf3f2d17d32d2ad1bc2ee60108e3094b (patch) | |
| tree | 6b6fb7e139a2cbc452ec579d96039bd0d4e38caf /HTML Editor/My Project/Application.myapp | |
| download | html-editor-master.tar.gz html-editor-master.tar.bz2 html-editor-master.zip | |
Diffstat (limited to 'HTML Editor/My Project/Application.myapp')
| -rw-r--r-- | HTML Editor/My Project/Application.myapp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/HTML Editor/My Project/Application.myapp b/HTML Editor/My Project/Application.myapp new file mode 100644 index 0000000..1243847 --- /dev/null +++ b/HTML Editor/My Project/Application.myapp @@ -0,0 +1,11 @@ +<?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>Form1</MainForm> + <SingleInstance>false</SingleInstance> + <ShutdownMode>0</ShutdownMode> + <EnableVisualStyles>true</EnableVisualStyles> + <AuthenticationMode>0</AuthenticationMode> + <ApplicationType>0</ApplicationType> + <SaveMySettingsOnExit>true</SaveMySettingsOnExit> +</MyApplicationData> |
