home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 150 / MOBICLIC150.ISO / pc / DATA / HOTE / gameEngine_as3 / gameEngine_as3.as3proj < prev    next >
Extensible Markup Language  |  2012-12-18  |  3KB  |  90 lines

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