haxelib.hxproj 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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="index.n" />
  8. <movie fps="30" />
  9. <movie width="800" />
  10. <movie height="600" />
  11. <movie version="1" />
  12. <movie minorVersion="0" />
  13. <movie platform="Neko" />
  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="tools.haxelib.Site" />
  25. <option enabledebug="False" />
  26. <option additional="--next&#xA;-neko haxelib.n&#xA;&#xA;-main tools.haxelib.Main&#xA;&#xA;-cmd nekotools boot haxelib.n" />
  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. <!-- Paths to exclude from the Project Explorer tree -->
  37. <hiddenPaths>
  38. <!-- example: <hidden path="..." /> -->
  39. </hiddenPaths>
  40. <!-- Executed before build -->
  41. <preBuildCommand />
  42. <!-- Executed after build -->
  43. <postBuildCommand alwaysRun="False" />
  44. <!-- Other project options -->
  45. <options>
  46. <option showHiddenPaths="False" />
  47. <option testMovie="Unknown" />
  48. </options>
  49. <!-- Plugin storage -->
  50. <storage />
  51. </project>