-
Notifications
You must be signed in to change notification settings - Fork 0
/
application.xml
38 lines (38 loc) · 1.38 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
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8"?>
<application xmlns="http://ns.adobe.com/air/application/3.8">
<id>com.vtmer.gims</id>
<versionNumber>0.6.5</versionNumber>
<filename>gims</filename>
<description>广东工业大学女生节团委数字中心活动“美丽瞬间”的照片管理系统</description>
<name>GIMS</name>
<copyright>Copyright © 2013 Vtmer Studio. All rights reserved.</copyright>
<initialWindow>
<content>gims.swf</content>
<systemChrome>none</systemChrome>
<transparent>true</transparent>
<visible>true</visible>
<fullScreen>true</fullScreen>
<aspectRatio>portrait</aspectRatio>
<renderMode>auto</renderMode>
<width>1048</width>
<height>768</height>
<maximizable>true</maximizable>
<minimizable>true</minimizable>
<minSize>1048 768</minSize>
<resizable>true</resizable>
</initialWindow>
<icon>
<image16x16>icons/gims16.png</image16x16>
<image32x32>icons/gims32.png</image32x32>
<image48x48>icons/gims48.png</image48x48>
<image128x128>icons/gims128.png</image128x128>
</icon>
<customUpdateUI>false</customUpdateUI>
<allowBrowserInvocation>false</allowBrowserInvocation>
<!--
More options:
http://livedocs.adobe.com/flex/3/html/File_formats_1.html#1043413
-->
<versionLabel>0.6.5</versionLabel>
<supportedLanguages>zh</supportedLanguages>
</application>