memory.hxproj 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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="0" />
  9. <movie width="0" />
  10. <movie height="0" />
  11. <movie version="0" />
  12. <movie minorVersion="0" />
  13. <movie platform="JavaScript" />
  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 noInlineOnDebug="False" />
  25. <option mainClass="" />
  26. <option enabledebug="False" />
  27. <option additional="-lib format" />
  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. <!-- Paths to exclude from the Project Explorer tree -->
  38. <hiddenPaths>
  39. <hidden path="obj" />
  40. <hidden path="part.txt" />
  41. <hidden path="run.bat" />
  42. <hidden path="test.hl" />
  43. <hidden path="memory.hl" />
  44. <hidden path="hlmemory.dump" />
  45. <hidden path="memory.hld" />
  46. </hiddenPaths>
  47. <!-- Executed before build -->
  48. <preBuildCommand>haxe -hl memory.hl -main Memory -lib format</preBuildCommand>
  49. <!-- Executed after build -->
  50. <postBuildCommand alwaysRun="False" />
  51. <!-- Other project options -->
  52. <options>
  53. <option showHiddenPaths="False" />
  54. <option testMovie="Custom" />
  55. <option testMovieCommand="run.bat" />
  56. </options>
  57. <!-- Plugin storage -->
  58. <storage />
  59. </project>