/$(BaseDir)/Projects/115 ActionScript 3 - Flixel 2.5 Project/Project.as3proj
Unknown | 86 lines | 86 code | 0 blank | 0 comment | 0 complexity | 12438e8bd8e594aa33423a6fc50df9e7 MD5 | raw file
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\$(ProjectID).swf" /> 8 <movie fps="60" /> 9 <movie width="640" /> 10 <movie height="480" /> 11 <movie version="10" /> 12 <movie background="#000000" /> 13 </output> 14 <!-- Other classes to be compiled into your SWF --> 15 <classpaths> 16 <class path="src" /> 17 <class path="..\flixel" /> 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 <!-- example: <element path="..." /> --> 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\$(ProjectID).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="Default" /> 85 </options> 86</project>