/as3-signals.as3proj

http://github.com/robertpenner/as3-signals · Unknown · 96 lines · 96 code · 0 blank · 0 comment · 0 complexity · d6ac467e97844beda16157e711560ffe MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <project version="2">
  3. <!-- Output SWF options -->
  4. <output>
  5. <movie outputType="Application" />
  6. <movie input="" />
  7. <movie path="bin\AllTestsRunner.swf" />
  8. <movie fps="30" />
  9. <movie width="1000" />
  10. <movie height="600" />
  11. <movie version="10" />
  12. <movie minorVersion="0" />
  13. <movie platform="Flash Player" />
  14. <movie background="#FFFFFF" />
  15. </output>
  16. <!-- Other classes to be compiled into your SWF -->
  17. <classpaths>
  18. <class path="src" />
  19. <class path="tests" />
  20. <class path="performance-test" />
  21. </classpaths>
  22. <!-- Build options -->
  23. <build>
  24. <option accessible="False" />
  25. <option allowSourcePathOverlap="False" />
  26. <option benchmark="False" />
  27. <option es="False" />
  28. <option locale="" />
  29. <option loadConfig="" />
  30. <option optimize="False" />
  31. <option omitTraces="True" />
  32. <option showActionScriptWarnings="True" />
  33. <option showBindingWarnings="True" />
  34. <option showInvalidCSS="True" />
  35. <option showDeprecationWarnings="True" />
  36. <option showUnusedTypeSelectorWarnings="True" />
  37. <option strict="True" />
  38. <option useNetwork="True" />
  39. <option useResourceBundleMetadata="True" />
  40. <option warnings="True" />
  41. <option verboseStackTraces="False" />
  42. <option linkReport="" />
  43. <option loadExterns="" />
  44. <option staticLinkRSL="True" />
  45. <option additional="" />
  46. <option compilerConstants="" />
  47. <option minorVersion="" />
  48. </build>
  49. <!-- SWC Include Libraries -->
  50. <includeLibraries>
  51. <!-- example: <element path="..." /> -->
  52. </includeLibraries>
  53. <!-- SWC Libraries -->
  54. <libraryPaths>
  55. <element path="libs" />
  56. </libraryPaths>
  57. <!-- External Libraries -->
  58. <externalLibraryPaths>
  59. <!-- example: <element path="..." /> -->
  60. </externalLibraryPaths>
  61. <!-- Runtime Shared Libraries -->
  62. <rslPaths>
  63. <!-- example: <element path="..." /> -->
  64. </rslPaths>
  65. <!-- Intrinsic Libraries -->
  66. <intrinsics>
  67. <!-- example: <element path="..." /> -->
  68. </intrinsics>
  69. <!-- Assets to embed into the output SWF -->
  70. <library>
  71. <!-- example: <asset path="..." id="..." update="..." glyphs="..." mode="..." place="..." sharepoint="..." /> -->
  72. </library>
  73. <!-- Class files to compile (other referenced classes will automatically be included) -->
  74. <compileTargets>
  75. <compile path="tests\org\osflash\signals\AllTestsRunner.as" />
  76. </compileTargets>
  77. <!-- Paths to exclude from the Project Explorer tree -->
  78. <hiddenPaths>
  79. <hidden path=".git" />
  80. <hidden path="bin" />
  81. <hidden path="libs" />
  82. <hidden path=".idea" />
  83. <hidden path="report" />
  84. </hiddenPaths>
  85. <!-- Executed before build -->
  86. <preBuildCommand />
  87. <!-- Executed after build -->
  88. <postBuildCommand alwaysRun="False" />
  89. <!-- Other project options -->
  90. <options>
  91. <option showHiddenPaths="False" />
  92. <option testMovie="NewTab" />
  93. </options>
  94. <!-- Plugin storage -->
  95. <storage />
  96. </project>