| 1 |
<?xml version="1.0" encoding="utf-8"?> |
|---|
| 2 |
<application xmlns="http://ns.adobe.com/air/application/1.0"> |
|---|
| 3 |
<id>org.libspark.ThreadViewer</id> |
|---|
| 4 |
<version>0.6</version> |
|---|
| 5 |
<filename>ThreadViewer</filename> |
|---|
| 6 |
<name>Thread Viewer</name> |
|---|
| 7 |
<description>This is ActionScript Thread Library Viewer Application</description> |
|---|
| 8 |
<copyright>(c) daoki2 2008</copyright> |
|---|
| 9 |
|
|---|
| 10 |
<initialWindow> |
|---|
| 11 |
<title>Thread Viewer</title> |
|---|
| 12 |
<content>ThreadViewer.swf</content> |
|---|
| 13 |
<systemChrome>standard</systemChrome> |
|---|
| 14 |
<transparent>false</transparent> |
|---|
| 15 |
<visible>false</visible> |
|---|
| 16 |
<width>780</width> |
|---|
| 17 |
<height>520</height> |
|---|
| 18 |
</initialWindow> |
|---|
| 19 |
<icon> |
|---|
| 20 |
<image16x16>icons/ThreadViewer_16.png</image16x16> |
|---|
| 21 |
<image32x32>icons/ThreadViewer_32.png</image32x32> |
|---|
| 22 |
<image48x48>icons/ThreadViewer_48.png</image48x48> |
|---|
| 23 |
<image128x128>icons/ThreadViewer_128.png</image128x128> |
|---|
| 24 |
</icon> |
|---|
| 25 |
</application> |
|---|