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

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

BetweenAS3: Created FlashPlayer?9 version based on r3019.

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