| 1 |
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
| 2 |
<project> |
<project> |
| 3 |
<!-- Output SWF options --> |
<!-- Output SWF options --> |
| 4 |
<output> |
<output> |
| 18 |
<!-- Build options --> |
<!-- Build options --> |
| 19 |
<build> |
<build> |
| 20 |
<option accessible="False" /> |
<option accessible="False" /> |
|
<option actionscriptFileEncoding="iso-8859-1" /> |
|
| 21 |
<option allowSourcePathOverlap="False" /> |
<option allowSourcePathOverlap="False" /> |
|
<option as3="True" /> |
|
| 22 |
<option benchmark="False" /> |
<option benchmark="False" /> |
|
<option debug="False" /> |
|
| 23 |
<option es="False" /> |
<option es="False" /> |
|
<option generateFrameLoader="False" /> |
|
|
<option headlessServer="False" /> |
|
|
<option incremental="True" /> |
|
|
<option keepAllTypeSelectors="False" /> |
|
|
<option keepGeneratedActionScript="False" /> |
|
|
<option linkReport="" /> |
|
| 24 |
<option loadConfig="" /> |
<option loadConfig="" /> |
| 25 |
<option optimize="False" /> |
<option optimize="False" /> |
| 26 |
<option showActionScriptWarnings="True" /> |
<option showActionScriptWarnings="True" /> |
| 32 |
<option useResourceBundleMetadata="True" /> |
<option useResourceBundleMetadata="True" /> |
| 33 |
<option warnings="True" /> |
<option warnings="True" /> |
| 34 |
<option verboseStackTraces="False" /> |
<option verboseStackTraces="False" /> |
| 35 |
|
<option additional="" /> |
| 36 |
|
<option customSDK="" /> |
| 37 |
</build> |
</build> |
| 38 |
|
<!-- SWC Include Libraries --> |
| 39 |
|
<includeLibraries> |
| 40 |
|
<!-- example: <element path="..." /> --> |
| 41 |
|
</includeLibraries> |
| 42 |
|
<!-- SWC Libraries --> |
| 43 |
|
<libraryPaths> |
| 44 |
|
<!-- example: <element path="..." /> --> |
| 45 |
|
</libraryPaths> |
| 46 |
|
<!-- External Libraries --> |
| 47 |
|
<externalLibraryPaths> |
| 48 |
|
<!-- example: <element path="..." /> --> |
| 49 |
|
</externalLibraryPaths> |
| 50 |
|
<!-- Runtime Shared Libraries --> |
| 51 |
|
<rslPaths> |
| 52 |
|
<!-- example: <element path="..." /> --> |
| 53 |
|
</rslPaths> |
| 54 |
|
<!-- Intrinsic Libraries --> |
| 55 |
|
<intrinsics> |
| 56 |
|
<!-- example: <element path="..." /> --> |
| 57 |
|
</intrinsics> |
| 58 |
|
<!-- Assets to embed into the output SWF --> |
| 59 |
|
<library> |
| 60 |
|
<!-- example: <asset path="..." id="..." update="..." glyphs="..." mode="..." place="..." sharepoint="..." /> --> |
| 61 |
|
</library> |
| 62 |
<!-- Class files to compile (other referenced classes will automatically be included) --> |
<!-- Class files to compile (other referenced classes will automatically be included) --> |
| 63 |
<compileTargets> |
<compileTargets> |
| 64 |
<compile path="classes\Main.as" /> |
<compile path="classes\Main.as" /> |
| 76 |
<option showHiddenPaths="False" /> |
<option showHiddenPaths="False" /> |
| 77 |
<option testMovie="NewTab" /> |
<option testMovie="NewTab" /> |
| 78 |
</options> |
</options> |
| 79 |
</project> |
</project> |