-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.xml
More file actions
24 lines (24 loc) · 820 Bytes
/
app.xml
File metadata and controls
24 lines (24 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8" ?>
<application xmlns="http://ns.adobe.com/air/application/2.7">
<id>Stimly</id>
<versionNumber>1.0</versionNumber>
<filename>Stimly</filename>
<name>Stimly</name>
<description>
<text xml:lang="en">Stimly project for NEU CS4500</text>
</description>
<copyright>Copyright (c) 2015 Team Stimly</copyright>
<initialWindow>
<title>Stimly</title>
<content>stimulus.html</content>
<visible>true</visible>
<width>1280</width>
<height>800</height>
</initialWindow>
<icon>
<image16x16>icons/icon16.png</image16x16>
<image32x32>icons/icon32.png</image32x32>
<image48x48>icons/icon48.png</image48x48>
<image128x128>icons/icon128.png</image128x128>
</icon>
</application>