You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
2.6 KiB

  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="www\index.n" />
  8. <movie fps="30" />
  9. <movie width="800" />
  10. <movie height="600" />
  11. <movie version="0" />
  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. <class path="common" />
  19. <class path="src" />
  20. <class path="lang\master\tpl" />
  21. </classpaths>
  22. <!-- Build options -->
  23. <build>
  24. <option directives="plugins" />
  25. <option flashStrict="False" />
  26. <option noInlineOnDebug="False" />
  27. <option mainClass="App" />
  28. <option enabledebug="False" />
  29. <option additional="" />
  30. </build>
  31. <!-- haxelib libraries -->
  32. <haxelib>
  33. <library name="templo" />
  34. <library name="thx.semver" />
  35. <library name="thx.csv" />
  36. <library name="hxevents" />
  37. <library name="hscript" />
  38. <library name="record-macros" />
  39. <library name="smtpmailer" />
  40. <library name="datetime" />
  41. <library name="sugoi:git:https://github.com/bablukid/sugoi#i18n" />
  42. <library name="record-macros:git:https://github.com/HaxeFoundation/record-macros#maste" />
  43. <library name="dbadmin:git:https://github.com/ncannasse/dbadmin.git#master" />
  44. <library name="cagette-pro:git:https://bubar@bitbucket.org/bubar/cagette-pro.git#master" />
  45. <library name="cagette-connector:git:https://bubar@bitbucket.org/bubar/cagette-connector.git#master" />
  46. <library name="cagette-wholesale-order:git:https://bubar@bitbucket.org/bubar/cagette-wholesale-order.git#master" />
  47. <library name="cagette-hosted:git:https://bubar@bitbucket.org/bubar/cagette-hosted.git#master" />
  48. </haxelib>
  49. <!-- Class files to compile (other referenced classes will automatically be included) -->
  50. <compileTargets>
  51. <!-- example: <compile path="..." /> -->
  52. </compileTargets>
  53. <!-- Paths to exclude from the Project Explorer tree -->
  54. <hiddenPaths>
  55. <hidden path="project.hxml" />
  56. <hidden path="lang\fr\tmp" />
  57. <hidden path="preLaunch" />
  58. <hidden path="art" />
  59. <hidden path="www\file" />
  60. <hidden path="config.tpl.xml" />
  61. <hidden path="clearFileCache.bat" />
  62. <hidden path="obj" />
  63. </hiddenPaths>
  64. <!-- Executed before build -->
  65. <preBuildCommand />
  66. <!-- Executed after build -->
  67. <postBuildCommand alwaysRun="False" />
  68. <!-- Other project options -->
  69. <options>
  70. <option showHiddenPaths="True" />
  71. <option testMovie="Custom" />
  72. <option testMovieCommand="" />
  73. </options>
  74. <!-- Plugin storage -->
  75. <storage />
  76. </project>