/as3-signals.as3proj
http://github.com/robertpenner/as3-signals · Unknown · 96 lines · 96 code · 0 blank · 0 comment · 0 complexity · d6ac467e97844beda16157e711560ffe MD5 · raw file
- <?xml version="1.0" encoding="utf-8"?>
- <project version="2">
- <!-- Output SWF options -->
- <output>
- <movie outputType="Application" />
- <movie input="" />
- <movie path="bin\AllTestsRunner.swf" />
- <movie fps="30" />
- <movie width="1000" />
- <movie height="600" />
- <movie version="10" />
- <movie minorVersion="0" />
- <movie platform="Flash Player" />
- <movie background="#FFFFFF" />
- </output>
- <!-- Other classes to be compiled into your SWF -->
- <classpaths>
- <class path="src" />
- <class path="tests" />
- <class path="performance-test" />
- </classpaths>
- <!-- Build options -->
- <build>
- <option accessible="False" />
- <option allowSourcePathOverlap="False" />
- <option benchmark="False" />
- <option es="False" />
- <option locale="" />
- <option loadConfig="" />
- <option optimize="False" />
- <option omitTraces="True" />
- <option showActionScriptWarnings="True" />
- <option showBindingWarnings="True" />
- <option showInvalidCSS="True" />
- <option showDeprecationWarnings="True" />
- <option showUnusedTypeSelectorWarnings="True" />
- <option strict="True" />
- <option useNetwork="True" />
- <option useResourceBundleMetadata="True" />
- <option warnings="True" />
- <option verboseStackTraces="False" />
- <option linkReport="" />
- <option loadExterns="" />
- <option staticLinkRSL="True" />
- <option additional="" />
- <option compilerConstants="" />
- <option minorVersion="" />
- </build>
- <!-- SWC Include Libraries -->
- <includeLibraries>
- <!-- example: <element path="..." /> -->
- </includeLibraries>
- <!-- SWC Libraries -->
- <libraryPaths>
- <element path="libs" />
- </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) -->
- <compileTargets>
- <compile path="tests\org\osflash\signals\AllTestsRunner.as" />
- </compileTargets>
- <!-- Paths to exclude from the Project Explorer tree -->
- <hiddenPaths>
- <hidden path=".git" />
- <hidden path="bin" />
- <hidden path="libs" />
- <hidden path=".idea" />
- <hidden path="report" />
- </hiddenPaths>
- <!-- Executed before build -->
- <preBuildCommand />
- <!-- Executed after build -->
- <postBuildCommand alwaysRun="False" />
- <!-- Other project options -->
- <options>
- <option showHiddenPaths="False" />
- <option testMovie="NewTab" />
- </options>
- <!-- Plugin storage -->
- <storage />
- </project>