2
0

testmisc.hxproj 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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="testopt.js" />
  8. <movie fps="0" />
  9. <movie width="0" />
  10. <movie height="0" />
  11. <movie version="1" />
  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. <class path="src" />
  19. </classpaths>
  20. <!-- Build options -->
  21. <build>
  22. <option directives="" />
  23. <option flashStrict="False" />
  24. <option noInlineOnDebug="False" />
  25. <option mainClass="Main" />
  26. <option enabledebug="False" />
  27. <option additional="" />
  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. <compile path="src\Main.hx" />
  36. </compileTargets>
  37. <!-- Paths to exclude from the Project Explorer tree -->
  38. <hiddenPaths>
  39. <hidden path="obj" />
  40. </hiddenPaths>
  41. <!-- Executed before build -->
  42. <preBuildCommand>haxe compile.hxml</preBuildCommand>
  43. <!-- Executed after build -->
  44. <postBuildCommand alwaysRun="False" />
  45. <!-- Other project options -->
  46. <options>
  47. <option showHiddenPaths="False" />
  48. <option testMovie="Custom" />
  49. <option testMovieCommand="" />
  50. </options>
  51. <!-- Plugin storage -->
  52. <storage />
  53. </project>