-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstart-app.xml
More file actions
48 lines (34 loc) · 1.17 KB
/
Copy pathstart-app.xml
File metadata and controls
48 lines (34 loc) · 1.17 KB
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
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8" standalone="no" ?><application xmlns="http://ns.adobe.com/air/application/1.0">
<id>com.cfsas.mml.xorgm</id>
<version>1.1</version>
<filename>XORGM</filename>
<description/>
<name>eXcellent ORg chart Maker</name>
<copyright/>
<initialWindow>
<content>start.swf</content>
<systemChrome>none</systemChrome>
<transparent>true</transparent>
<visible>true</visible>
<maximizable>true</maximizable>
<minimizable>true</minimizable>
<resizable>true</resizable>
</initialWindow>
<icon>
<image128x128>AppIconsForAIRPublish/AIRApp_128.png</image128x128>
<image48x48>AppIconsForAIRPublish/AIRApp_48.png</image48x48>
<image32x32>AppIconsForAIRPublish/AIRApp_32.png</image32x32>
<image16x16>AppIconsForAIRPublish/AIRApp_16.png</image16x16>
</icon>
<customUpdateUI>false</customUpdateUI>
<allowBrowserInvocation>false</allowBrowserInvocation>
<fileTypes>
<fileType>
<name>XORGM</name>
<extension>xorgm</extension>
<description>Xcellent ORg chart Maker file</description>
<contentType>xml</contentType>
<icon/>
</fileType>
</fileTypes>
</application>