1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <?xml version="1.0" encoding="utf-8"?>
- <project>
- <!-- Output SWF options -->
- <output>
- <movie disabled="False" />
- <movie input="" />
- <movie path="bin\FDMSv20.swf" />
- <movie fps="30" />
- <movie width="1000" />
- <movie height="620" />
- <movie version="10" />
- <movie background="#FFFFFF" />
- </output>
- <!-- Other classes to be compiled into your SWF -->
- <classpaths>
- <class path="src" />
- <class path="..\..\class" />
- </classpaths>
- <!-- Build options -->
- <build>
- <option accessible="False" />
- <option allowSourcePathOverlap="False" />
- <option benchmark="False" />
- <option es="False" />
- <option locale="" />
- <option loadConfig="" />
- <option optimize="True" />
- <option showActionScriptWarnings="True" />
- <option showBindingWarnings="True" />
- <option showInvalidCSS="True" />
- <option showDeprecationWarnings="True" />
- <option showUnusedTypeSelectorWarnings="True" />
- <option strict="True" />
- <option useNetwork="True" />
- <option useResourceBundleMetadata="True" />
- <option warnings="True" />
- <option verboseStackTraces="False" />
- <option linkReport="" />
- <option loadExterns="" />
- <option staticLinkRSL="True" />
- <option additional="" />
- <option compilerConstants="" />
- <option customSDK="" />
- </build>
- <!-- SWC Include Libraries -->
- <includeLibraries>
- <!-- example: <element path="..." /> -->
- </includeLibraries>
- <!-- SWC Libraries -->
- <libraryPaths>
- <element path="F:\Flash开发\class\com\demonsters\debugger\MonsterDebugger.swc" />
- </libraryPaths>
- <!-- External Libraries -->
- <externalLibraryPaths>
- <!-- example: <element path="..." /> -->
- </externalLibraryPaths>
- <!-- Runtime Shared Libraries -->
- <rslPaths>
- <!-- example: <element path="..." /> -->
- </rslPaths>
- <!-- Intrinsic Libraries -->
- <intrinsics>
- <!-- example: <element path="..." /> -->
- </intrinsics>
- <!-- Assets to embed into the output SWF -->
- <library>
- <!-- example: <asset path="..." id="..." update="..." glyphs="..." mode="..." place="..." sharepoint="..." /> -->
- </library>
- <!-- Class files to compile (other referenced classes will automatically be included) -->
- <compileTargets>
- <compile path="src\Main.as" />
- </compileTargets>
- <!-- Paths to exclude from the Project Explorer tree -->
- <hiddenPaths>
- <!-- example: <hidden path="..." /> -->
- </hiddenPaths>
- <!-- Executed before build -->
- <preBuildCommand />
- <!-- Executed after build -->
- <postBuildCommand alwaysRun="False" />
- <!-- Other project options -->
- <options>
- <option showHiddenPaths="False" />
- <option testMovie="ExternalPlayer" />
- </options>
- </project>
|