root/air/TLife/trunk/TLife.as3proj

リビジョン 2628, 3.0 kB (コミッタ: uwi, コミット時期: 3 年 前)

--

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\TLife.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="src" />
17   </classpaths>
18   <!-- Build options -->
19   <build>
20     <option accessible="False" />
21     <option allowSourcePathOverlap="False" />
22     <option benchmark="False" />
23     <option es="False" />
24     <option loadConfig="" />
25     <option optimize="True" />
26     <option showActionScriptWarnings="True" />
27     <option showBindingWarnings="True" />
28     <option showDeprecationWarnings="True" />
29     <option showUnusedTypeSelectorWarnings="False" />
30     <option strict="True" />
31     <option useNetwork="True" />
32     <option useResourceBundleMetadata="True" />
33     <option warnings="True" />
34     <option verboseStackTraces="False" />
35     <option linkReport="" />
36     <option loadExterns="" />
37     <option additional="+configname=air" />
38     <option customSDK="" />
39   </build>
40   <!-- SWC Include Libraries -->
41   <includeLibraries>
42     <!-- example: <element path="..." /> -->
43   </includeLibraries>
44   <!-- SWC Libraries -->
45   <libraryPaths>
46     <element path="lib\Thread-1.0.swc" />
47     <element path="lib\tweener.swc" />
48     <element path="lib\as3crypto.swc" />
49     <element path="lib\AirAutoUpdater.swc" />
50     <element path="lib\KenLogger.swc" />
51     <element path="lib\as3corelib.swc" />
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     <element path="Library\AS3\intrinsic\AIR" />
64     <element path="Library\AS3\intrinsic\FP10" />
65     <element path="Library\AS3\frameworks\Flex3" />
66     <element path="src" />
67   </intrinsics>
68   <!-- Assets to embed into the output SWF -->
69   <library>
70     <!-- example: <asset path="..." id="..." update="..." glyphs="..." mode="..." place="..." sharepoint="..." /> -->
71   </library>
72   <!-- Class files to compile (other referenced classes will automatically be included) -->
73   <compileTargets>
74     <compile path="src\Main.mxml" />
75   </compileTargets>
76   <!-- Paths to exclude from the Project Explorer tree -->
77   <hiddenPaths>
78     <!-- example: <hidden path="..." /> -->
79   </hiddenPaths>
80   <!-- Executed before build -->
81   <preBuildCommand />
82   <!-- Executed after build -->
83   <postBuildCommand alwaysRun="False" />
84   <!-- Other project options -->
85   <options>
86     <option showHiddenPaths="False" />
87     <option testMovie="Custom" />
88     <option testMovieCommand="$(FlexSDK)\bin\adl.exe;application.xml bin" />
89   </options>
90 </project>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。