56 lines
1.7 KiB
Plaintext
56 lines
1.7 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<project>
|
||
|
<!-- Output SWF options -->
|
||
|
<output>
|
||
|
<movie disabled="False" />
|
||
|
<movie input="" />
|
||
|
<movie path="bin/LaserTube.swf" />
|
||
|
<movie fps="30" />
|
||
|
<movie width="800" />
|
||
|
<movie height="600" />
|
||
|
<movie version="10" />
|
||
|
<movie background="#FFFFFF" />
|
||
|
</output>
|
||
|
<!-- Other classes to be compiled into your SWF -->
|
||
|
<classpaths>
|
||
|
<class path="src" />
|
||
|
</classpaths>
|
||
|
<!-- Build options -->
|
||
|
<build>
|
||
|
<option accessible="False" />
|
||
|
<option allowSourcePathOverlap="False" />
|
||
|
<option benchmark="False" />
|
||
|
<option es="False" />
|
||
|
<option loadConfig="" />
|
||
|
<option optimize="True" />
|
||
|
<option showActionScriptWarnings="True" />
|
||
|
<option showBindingWarnings="True" />
|
||
|
<option showDeprecationWarnings="True" />
|
||
|
<option showUnusedTypeSelectorWarnings="True" />
|
||
|
<option strict="True" />
|
||
|
<option useNetwork="True" />
|
||
|
<option useResourceBundleMetadata="True" />
|
||
|
<option warnings="True" />
|
||
|
<option verboseStackTraces="False" />
|
||
|
<option staticLinkRSL="True" />
|
||
|
<option additional="" />
|
||
|
<option customSDK="" />
|
||
|
</build>
|
||
|
<!-- Class files to compile (other referenced classes will automatically be included) -->
|
||
|
<compileTargets>
|
||
|
<compile path="src\Main.as" />
|
||
|
</compileTargets>
|
||
|
<!-- Paths to exclude from the Project Explorer tree -->
|
||
|
<hiddenPaths>
|
||
|
<!-- example: <hidden path="..." /> -->
|
||
|
</hiddenPaths>
|
||
|
<!-- Executed before build -->
|
||
|
<preBuildCommand />
|
||
|
<!-- Executed after build -->
|
||
|
<postBuildCommand alwaysRun="False" />
|
||
|
<!-- Other project options -->
|
||
|
<options>
|
||
|
<option showHiddenPaths="False" />
|
||
|
<option testMovie="Default" />
|
||
|
</options>
|
||
|
</project>
|