FDMSv2.0.as3proj 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <project>
  3. <!-- Output SWF options -->
  4. <output>
  5. <movie disabled="False" />
  6. <movie input="" />
  7. <movie path="bin\FDMSv20.swf" />
  8. <movie fps="30" />
  9. <movie width="1000" />
  10. <movie height="620" />
  11. <movie version="10" />
  12. <movie background="#FFFFFF" />
  13. </output>
  14. <!-- Other classes to be compiled into your SWF -->
  15. <classpaths>
  16. <class path="src" />
  17. <class path="..\..\class" />
  18. </classpaths>
  19. <!-- Build options -->
  20. <build>
  21. <option accessible="False" />
  22. <option allowSourcePathOverlap="False" />
  23. <option benchmark="False" />
  24. <option es="False" />
  25. <option locale="" />
  26. <option loadConfig="" />
  27. <option optimize="True" />
  28. <option showActionScriptWarnings="True" />
  29. <option showBindingWarnings="True" />
  30. <option showInvalidCSS="True" />
  31. <option showDeprecationWarnings="True" />
  32. <option showUnusedTypeSelectorWarnings="True" />
  33. <option strict="True" />
  34. <option useNetwork="True" />
  35. <option useResourceBundleMetadata="True" />
  36. <option warnings="True" />
  37. <option verboseStackTraces="False" />
  38. <option linkReport="" />
  39. <option loadExterns="" />
  40. <option staticLinkRSL="True" />
  41. <option additional="" />
  42. <option compilerConstants="" />
  43. <option customSDK="" />
  44. </build>
  45. <!-- SWC Include Libraries -->
  46. <includeLibraries>
  47. <!-- example: <element path="..." /> -->
  48. </includeLibraries>
  49. <!-- SWC Libraries -->
  50. <libraryPaths>
  51. <element path="F:\Flash开发\class\com\demonsters\debugger\MonsterDebugger.swc" />
  52. </libraryPaths>
  53. <!-- External Libraries -->
  54. <externalLibraryPaths>
  55. <!-- example: <element path="..." /> -->
  56. </externalLibraryPaths>
  57. <!-- Runtime Shared Libraries -->
  58. <rslPaths>
  59. <!-- example: <element path="..." /> -->
  60. </rslPaths>
  61. <!-- Intrinsic Libraries -->
  62. <intrinsics>
  63. <!-- example: <element path="..." /> -->
  64. </intrinsics>
  65. <!-- Assets to embed into the output SWF -->
  66. <library>
  67. <!-- example: <asset path="..." id="..." update="..." glyphs="..." mode="..." place="..." sharepoint="..." /> -->
  68. </library>
  69. <!-- Class files to compile (other referenced classes will automatically be included) -->
  70. <compileTargets>
  71. <compile path="src\Main.as" />
  72. </compileTargets>
  73. <!-- Paths to exclude from the Project Explorer tree -->
  74. <hiddenPaths>
  75. <!-- example: <hidden path="..." /> -->
  76. </hiddenPaths>
  77. <!-- Executed before build -->
  78. <preBuildCommand />
  79. <!-- Executed after build -->
  80. <postBuildCommand alwaysRun="False" />
  81. <!-- Other project options -->
  82. <options>
  83. <option showHiddenPaths="False" />
  84. <option testMovie="ExternalPlayer" />
  85. </options>
  86. </project>