unit.hxproj 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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="unit8.swf" />
  8. <movie fps="30" />
  9. <movie width="300" />
  10. <movie height="300" />
  11. <movie version="0" />
  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="unit.Test" />
  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. <!-- 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="as3" />
  44. <hidden path="cpp" />
  45. <hidden path="php" />
  46. <hidden path="remoting.n" />
  47. <hidden path="res1.txt" />
  48. <hidden path="res2.bin" />
  49. <hidden path="runcpp.n" />
  50. <hidden path="unit.html" />
  51. <hidden path="unit.hxml" />
  52. <hidden path="unit.js" />
  53. <hidden path="unit.n" />
  54. <hidden path="unit8.swf" />
  55. <hidden path="unit9.swf" />
  56. <hidden path="unit9_as3.swf" />
  57. <hidden path="unit.js.map" />
  58. <hidden path="java" />
  59. <hidden path="runexe.n" />
  60. <hidden path="runjava.n" />
  61. <hidden path="server.bat" />
  62. <hidden path="obj" />
  63. <hidden path="serializedValues.txt" />
  64. </hiddenPaths>
  65. <!-- Executed before build -->
  66. <preBuildCommand>"$(CompilerPath)/haxe.exe" compile$(TargetBuild).hxml</preBuildCommand>
  67. <!-- Executed after build -->
  68. <postBuildCommand alwaysRun="False" />
  69. <!-- Other project options -->
  70. <options>
  71. <option showHiddenPaths="False" />
  72. <option testMovie="OpenDocument" />
  73. <option testMovieCommand="" />
  74. </options>
  75. <!-- Plugin storage -->
  76. <storage />
  77. </project>