root/as3/Thread/trunk/Thread.as3proj

リビジョン 943, 2.7 kB (コミッタ: yossy, コミット時期: 4 ヶ月 前)

Thread: FileDownloadThread? 追加

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\Thread.swf" />
8     <movie fps="30" />
9     <movie width="100" />
10     <movie height="100" />
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" />
17     <class path="tests" />
18     <class path="samples\00.hello" />
19     <class path="samples\urlloader" />
20     <class path="samples\tweener" />
21     <class path="samples\progress" />
22     <class path="samples\progression" />
23     <class path="samples\autoShowHide" />
24   </classpaths>
25   <!-- Build options -->
26   <build>
27     <option accessible="False" />
28     <option allowSourcePathOverlap="False" />
29     <option benchmark="False" />
30     <option es="False" />
31     <option loadConfig="" />
32     <option optimize="False" />
33     <option showActionScriptWarnings="True" />
34     <option showBindingWarnings="True" />
35     <option showDeprecationWarnings="True" />
36     <option showUnusedTypeSelectorWarnings="True" />
37     <option strict="True" />
38     <option useNetwork="True" />
39     <option useResourceBundleMetadata="True" />
40     <option warnings="True" />
41     <option verboseStackTraces="False" />
42     <option additional="" />
43     <option customSDK="" />
44   </build>
45   <!-- SWC Include Libraries -->
46   <includeLibraries>
47     <!-- example: <element path="..." /> -->
48   </includeLibraries>
49   <!-- SWC Libraries -->
50   <libraryPaths>
51     <element path="libs" />
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="samples\fileDownload\Sample.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="ExternalPlayer" />
85   </options>
86 </project>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。