root/as3/ASound/trunk/ASound.as3proj

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

commit trunk

  • svn:executable 属性の設定値: *
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="ASound.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="False" />
26     <option showActionScriptWarnings="True" />
27     <option showBindingWarnings="True" />
28     <option showDeprecationWarnings="True" />
29     <option showUnusedTypeSelectorWarnings="True" />
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="" />
38     <option customSDK="" />
39   </build>
40   <!-- SWC Include Libraries -->
41   <includeLibraries>
42     <!-- example: <element path="..." /> -->
43   </includeLibraries>
44   <!-- SWC Libraries -->
45   <libraryPaths>
46     <!-- example: <element path="..." /> -->
47   </libraryPaths>
48   <!-- External Libraries -->
49   <externalLibraryPaths>
50     <!-- example: <element path="..." /> -->
51   </externalLibraryPaths>
52   <!-- Runtime Shared Libraries -->
53   <rslPaths>
54     <!-- example: <element path="..." /> -->
55   </rslPaths>
56   <!-- Intrinsic Libraries -->
57   <intrinsics>
58     <!-- example: <element path="..." /> -->
59   </intrinsics>
60   <!-- Assets to embed into the output SWF -->
61   <library>
62     <!-- example: <asset path="..." id="..." update="..." glyphs="..." mode="..." place="..." sharepoint="..." /> -->
63   </library>
64   <!-- Class files to compile (other referenced classes will automatically be included) -->
65   <compileTargets>
66     <compile path="src\exsample\exsample4\Exsample4.as" />
67   </compileTargets>
68   <!-- Paths to exclude from the Project Explorer tree -->
69   <hiddenPaths>
70     <!-- example: <hidden path="..." /> -->
71   </hiddenPaths>
72   <!-- Executed before build -->
73   <preBuildCommand />
74   <!-- Executed after build -->
75   <postBuildCommand alwaysRun="False" />
76   <!-- Other project options -->
77   <options>
78     <option showHiddenPaths="False" />
79     <option testMovie="ExternalPlayer" />
80   </options>
81 </project>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。