-
Notifications
You must be signed in to change notification settings - Fork 7
/
application.xml
32 lines (32 loc) · 1.04 KB
/
application.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<application xmlns="http://ns.adobe.com/air/application/3.7">
<id>Empire4000</id>
<versionNumber>0.182.0</versionNumber>
<filename>Empire 4000</filename>
<programMenuFolder>Empire 4000</programMenuFolder>
<name>Empire 4000</name>
<allowBrowserInvocation>false</allowBrowserInvocation>
<initialWindow>
<title>Empire 4000</title>
<content>empire_air.swf</content>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<visible>true</visible>
<minimizable>true</minimizable>
<maximizable>true</maximizable>
<resizable>true</resizable>
<fullScreen>true</fullScreen>
<!--<renderMode>gpu</renderMode>-->
<renderMode>direct</renderMode>
<depthAndStencil>true</depthAndStencil>
</initialWindow>
<icon>
<image16x16>icons/i16.png</image16x16>
<image32x32>icons/i32.png</image32x32>
<image48x48>icons/i48.png</image48x48>
</icon>
<!--
More options:
http://livedocs.adobe.com/flex/3/html/File_formats_1.html#1043413
-->
</application>