Swiff.Uploader.as3proj 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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="../Swiff.Uploader.swf" />
  8. <movie fps="30" />
  9. <movie width="800" />
  10. <movie height="800" />
  11. <movie version="9" />
  12. <movie background="#C0C0C0" />
  13. </output>
  14. <!-- Other classes to be compiled into your SWF -->
  15. <classpaths>
  16. <class path="src" />
  17. <class path="..\..\..\..\..\..\..\..\flex\corelib" />
  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 loadConfig="" />
  26. <option optimize="False" />
  27. <option showActionScriptWarnings="False" />
  28. <option showBindingWarnings="True" />
  29. <option showDeprecationWarnings="False" />
  30. <option showUnusedTypeSelectorWarnings="True" />
  31. <option strict="True" />
  32. <option useNetwork="True" />
  33. <option useResourceBundleMetadata="True" />
  34. <option warnings="True" />
  35. <option verboseStackTraces="False" />
  36. <option linkReport="" />
  37. <option loadExterns="" />
  38. <option additional="" />
  39. <option customSDK="" />
  40. </build>
  41. <!-- SWC Include Libraries -->
  42. <includeLibraries>
  43. <!-- example: <element path="..." /> -->
  44. </includeLibraries>
  45. <!-- SWC Libraries -->
  46. <libraryPaths>
  47. <!-- example: <element path="..." /> -->
  48. </libraryPaths>
  49. <!-- External Libraries -->
  50. <externalLibraryPaths>
  51. <!-- example: <element path="..." /> -->
  52. </externalLibraryPaths>
  53. <!-- Runtime Shared Libraries -->
  54. <rslPaths>
  55. <!-- example: <element path="..." /> -->
  56. </rslPaths>
  57. <!-- Intrinsic Libraries -->
  58. <intrinsics>
  59. <!-- example: <element path="..." /> -->
  60. </intrinsics>
  61. <!-- Assets to embed into the output SWF -->
  62. <library>
  63. <!-- example: <asset path="..." id="..." update="..." glyphs="..." mode="..." place="..." sharepoint="..." /> -->
  64. </library>
  65. <!-- Class files to compile (other referenced classes will automatically be included) -->
  66. <compileTargets>
  67. <compile path="Main.as" />
  68. </compileTargets>
  69. <!-- Paths to exclude from the Project Explorer tree -->
  70. <hiddenPaths>
  71. <!-- example: <hidden path="..." /> -->
  72. </hiddenPaths>
  73. <!-- Executed before build -->
  74. <preBuildCommand />
  75. <!-- Executed after build -->
  76. <postBuildCommand alwaysRun="False" />
  77. <!-- Other project options -->
  78. <options>
  79. <option showHiddenPaths="True" />
  80. <option testMovie="Default" />
  81. </options>
  82. </project>