all.hxproj 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <project version="2">
  3. <!-- Output SWF options -->
  4. <output>
  5. <movie outputType="CustomBuild" />
  6. <movie input="" />
  7. <movie path="" />
  8. <movie fps="30" />
  9. <movie width="800" />
  10. <movie height="600" />
  11. <movie version="9" />
  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. <!-- example: <class path="..." /> -->
  19. </classpaths>
  20. <!-- Build options -->
  21. <build>
  22. <option directives="" />
  23. <option flashStrict="False" />
  24. <option mainClass="" />
  25. <option enabledebug="False" />
  26. <option additional="" />
  27. </build>
  28. <!-- haxelib libraries -->
  29. <haxelib>
  30. <!-- example: <library name="..." /> -->
  31. </haxelib>
  32. <!-- Class files to compile (other referenced classes will automatically be included) -->
  33. <compileTargets>
  34. <!-- example: <compile path="..." /> -->
  35. </compileTargets>
  36. <!-- Assets to embed into the output SWF -->
  37. <library>
  38. <!-- example: <asset path="..." id="..." update="..." glyphs="..." mode="..." place="..." sharepoint="..." /> -->
  39. </library>
  40. <!-- Paths to exclude from the Project Explorer tree -->
  41. <hiddenPaths>
  42. <!-- example: <hidden path="..." /> -->
  43. </hiddenPaths>
  44. <!-- Executed before build -->
  45. <preBuildCommand>haxe all.hxml</preBuildCommand>
  46. <!-- Executed after build -->
  47. <postBuildCommand alwaysRun="False" />
  48. <!-- Other project options -->
  49. <options>
  50. <option showHiddenPaths="False" />
  51. <option testMovie="Default" />
  52. </options>
  53. <!-- Plugin storage -->
  54. <storage />
  55. </project>