12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?xml version="1.0" encoding="utf-8"?>
- <project>
-
- <output>
- <movie disabled="False" />
- <movie input="" />
- <movie path="swfupload.swf" />
- <movie fps="15" />
- <movie width="300" />
- <movie height="300" />
- <movie version="9" />
- <movie background="#FFFFFF" />
- </output>
-
- <classpaths>
- <class path="." />
- </classpaths>
-
- <build>
- <option accessible="False" />
- <option allowSourcePathOverlap="False" />
- <option benchmark="False" />
- <option es="False" />
- <option loadConfig="" />
- <option optimize="True" />
- <option showActionScriptWarnings="True" />
- <option showBindingWarnings="True" />
- <option showDeprecationWarnings="True" />
- <option showUnusedTypeSelectorWarnings="True" />
- <option strict="True" />
- <option useNetwork="True" />
- <option useResourceBundleMetadata="True" />
- <option warnings="True" />
- <option verboseStackTraces="False" />
- <option additional="" />
- <option customSDK="" />
- </build>
-
- <includeLibraries>
-
- </includeLibraries>
-
- <libraryPaths>
-
- </libraryPaths>
-
- <externalLibraryPaths>
-
- </externalLibraryPaths>
-
- <rslPaths>
-
- </rslPaths>
-
- <intrinsics>
-
- </intrinsics>
-
- <library>
-
- </library>
-
- <compileTargets>
- <compile path="SWFUpload.as" />
- </compileTargets>
-
- <hiddenPaths>
-
- </hiddenPaths>
-
- <preBuildCommand />
-
- <postBuildCommand alwaysRun="True">deploy.bat</postBuildCommand>
-
- <options>
- <option showHiddenPaths="False" />
- <option testMovie="NewWindow" />
- </options>
- </project>
|