-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathapplication.xml
30 lines (27 loc) · 865 Bytes
/
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
<?xml version="1.0" encoding="utf-8" ?>
<application xmlns="http://ns.adobe.com/air/application/3.7">
<id>DemoKinectFD</id>
<versionNumber>1.0</versionNumber>
<filename>DemoKinectFD</filename>
<name>DemoKinect_FD</name>
<description></description>
<copyright></copyright>
<initialWindow>
<title>DemoKinect_FD</title>
<content>DemoKinectFD.swf</content>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<visible>true</visible>
<minimizable>true</minimizable>
<maximizable>true</maximizable>
<resizable>true</resizable>
</initialWindow>
<supportedProfiles>extendedDesktop</supportedProfiles>
<extensions>
<extensionID>com.as3nui.nativeExtensions.air.kinect</extensionID>
</extensions>
<!--
More options:
http://livedocs.adobe.com/flex/3/html/File_formats_1.html#1043413
-->
</application>