unit_hl.hxproj 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. <class path="src" />
  19. </classpaths>
  20. <!-- Build options -->
  21. <build>
  22. <option directives="" />
  23. <option flashStrict="False" />
  24. <option noInlineOnDebug="False" />
  25. <option mainClass="" />
  26. <option enabledebug="False" />
  27. <option additional="-hl main.hl" />
  28. </build>
  29. <!-- haxelib libraries -->
  30. <haxelib>
  31. <!-- example: <library name="..." /> -->
  32. </haxelib>
  33. <!-- Class files to compile (other referenced classes will automatically be included) -->
  34. <compileTargets>
  35. <!-- example: <compile path="..." /> -->
  36. </compileTargets>
  37. <!-- Assets to embed into the output SWF -->
  38. <library>
  39. <!-- example: <asset path="..." id="..." update="..." glyphs="..." mode="..." place="..." sharepoint="..." /> -->
  40. </library>
  41. <!-- Paths to exclude from the Project Explorer tree -->
  42. <hiddenPaths>
  43. <hidden path="obj" />
  44. </hiddenPaths>
  45. <!-- Executed before build -->
  46. <preBuildCommand>haxe compile-hl.hxml -D dump</preBuildCommand>
  47. <!-- Executed after build -->
  48. <postBuildCommand alwaysRun="False" />
  49. <!-- Other project options -->
  50. <options>
  51. <option showHiddenPaths="False" />
  52. <option testMovie="Custom" />
  53. <option testMovieCommand="" />
  54. </options>
  55. <!-- Plugin storage -->
  56. <storage />
  57. </project>