bs project changes
This commit is contained in:
parent
4acdc4cd6d
commit
c11ccce4ee
|
@ -1,10 +1,10 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<project>
|
<project>
|
||||||
<!-- Output SWF options -->
|
<!-- Output SWF options -->
|
||||||
<output>
|
<output>
|
||||||
<movie disabled="False" />
|
<movie disabled="False" />
|
||||||
<movie input="" />
|
<movie input="" />
|
||||||
<movie path="bin/LaserTube.swf" />
|
<movie path="bin\LaserTube.swf" />
|
||||||
<movie fps="30" />
|
<movie fps="30" />
|
||||||
<movie width="800" />
|
<movie width="800" />
|
||||||
<movie height="600" />
|
<movie height="600" />
|
||||||
|
@ -21,10 +21,12 @@
|
||||||
<option allowSourcePathOverlap="False" />
|
<option allowSourcePathOverlap="False" />
|
||||||
<option benchmark="False" />
|
<option benchmark="False" />
|
||||||
<option es="False" />
|
<option es="False" />
|
||||||
|
<option locale="" />
|
||||||
<option loadConfig="" />
|
<option loadConfig="" />
|
||||||
<option optimize="True" />
|
<option optimize="True" />
|
||||||
<option showActionScriptWarnings="True" />
|
<option showActionScriptWarnings="True" />
|
||||||
<option showBindingWarnings="True" />
|
<option showBindingWarnings="True" />
|
||||||
|
<option showInvalidCSS="True" />
|
||||||
<option showDeprecationWarnings="True" />
|
<option showDeprecationWarnings="True" />
|
||||||
<option showUnusedTypeSelectorWarnings="True" />
|
<option showUnusedTypeSelectorWarnings="True" />
|
||||||
<option strict="True" />
|
<option strict="True" />
|
||||||
|
@ -32,10 +34,37 @@
|
||||||
<option useResourceBundleMetadata="True" />
|
<option useResourceBundleMetadata="True" />
|
||||||
<option warnings="True" />
|
<option warnings="True" />
|
||||||
<option verboseStackTraces="False" />
|
<option verboseStackTraces="False" />
|
||||||
|
<option linkReport="" />
|
||||||
|
<option loadExterns="" />
|
||||||
<option staticLinkRSL="True" />
|
<option staticLinkRSL="True" />
|
||||||
<option additional="" />
|
<option additional="" />
|
||||||
|
<option compilerConstants="" />
|
||||||
<option customSDK="" />
|
<option customSDK="" />
|
||||||
</build>
|
</build>
|
||||||
|
<!-- SWC Include Libraries -->
|
||||||
|
<includeLibraries>
|
||||||
|
<!-- example: <element path="..." /> -->
|
||||||
|
</includeLibraries>
|
||||||
|
<!-- SWC Libraries -->
|
||||||
|
<libraryPaths>
|
||||||
|
<!-- example: <element path="..." /> -->
|
||||||
|
</libraryPaths>
|
||||||
|
<!-- External Libraries -->
|
||||||
|
<externalLibraryPaths>
|
||||||
|
<!-- example: <element path="..." /> -->
|
||||||
|
</externalLibraryPaths>
|
||||||
|
<!-- Runtime Shared Libraries -->
|
||||||
|
<rslPaths>
|
||||||
|
<!-- example: <element path="..." /> -->
|
||||||
|
</rslPaths>
|
||||||
|
<!-- Intrinsic Libraries -->
|
||||||
|
<intrinsics>
|
||||||
|
<!-- example: <element path="..." /> -->
|
||||||
|
</intrinsics>
|
||||||
|
<!-- Assets to embed into the output SWF -->
|
||||||
|
<library>
|
||||||
|
<!-- example: <asset path="..." id="..." update="..." glyphs="..." mode="..." place="..." sharepoint="..." /> -->
|
||||||
|
</library>
|
||||||
<!-- Class files to compile (other referenced classes will automatically be included) -->
|
<!-- Class files to compile (other referenced classes will automatically be included) -->
|
||||||
<compileTargets>
|
<compileTargets>
|
||||||
<compile path="src\Main.as" />
|
<compile path="src\Main.as" />
|
||||||
|
|
Loading…
Reference in a new issue