root/as3/BetweenAS3/trunk/BetweenAS3-FP10.as3proj

リビジョン 2473, 2.6 kB (コミッタ: yossy, コミット時期: 3 年 前)

BetweenAS3: Added an extra tween "RemoveFromParent?".

Line 
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/BetweenAS3FP10.swf" />
8     <movie fps="30" />
9     <movie width="800" />
10     <movie height="600" />
11     <movie version="10" />
12     <movie background="#FFFFFF" />
13   </output>
14   <!-- Other classes to be compiled into your SWF -->
15   <classpaths>
16     <class path="libs\SWFProfiler" />
17     <class path="src\fp10" />
18     <class path="tests\fp10" />
19     <class path="exp\fp10" />
20   </classpaths>
21   <!-- Build options -->
22   <build>
23     <option accessible="False" />
24     <option allowSourcePathOverlap="False" />
25     <option benchmark="False" />
26     <option es="False" />
27     <option loadConfig="" />
28     <option optimize="False" />
29     <option showActionScriptWarnings="True" />
30     <option showBindingWarnings="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 additional="" />
41     <option customSDK="" />
42   </build>
43   <!-- SWC Include Libraries -->
44   <includeLibraries>
45     <!-- example: <element path="..." /> -->
46   </includeLibraries>
47   <!-- SWC Libraries -->
48   <libraryPaths>
49     <element path="libs" />
50   </libraryPaths>
51   <!-- External Libraries -->
52   <externalLibraryPaths>
53     <!-- example: <element path="..." /> -->
54   </externalLibraryPaths>
55   <!-- Runtime Shared Libraries -->
56   <rslPaths>
57     <!-- example: <element path="..." /> -->
58   </rslPaths>
59   <!-- Intrinsic Libraries -->
60   <intrinsics>
61     <!-- example: <element path="..." /> -->
62   </intrinsics>
63   <!-- Assets to embed into the output SWF -->
64   <library>
65     <!-- example: <asset path="..." id="..." update="..." glyphs="..." mode="..." place="..." sharepoint="..." /> -->
66   </library>
67   <!-- Class files to compile (other referenced classes will automatically be included) -->
68   <compileTargets>
69     <compile path="tests\fp10\RunTests.as" />
70   </compileTargets>
71   <!-- Paths to exclude from the Project Explorer tree -->
72   <hiddenPaths>
73     <!-- example: <hidden path="..." /> -->
74   </hiddenPaths>
75   <!-- Executed before build -->
76   <preBuildCommand />
77   <!-- Executed after build -->
78   <postBuildCommand alwaysRun="False" />
79   <!-- Other project options -->
80   <options>
81     <option showHiddenPaths="False" />
82     <option testMovie="ExternalPlayer" />
83   </options>
84 </project>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。