root/as3/Cohesion/framework/trunk/SystemCommands/SystemCommands.as3proj

リビジョン 345, 2.4 kB (コミッタ: amoi, コミット時期: 4 年 前)

Cohesion Frameworkを登録します。

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="../swf/modules/SystemCommand.swf" />
8     <movie fps="21" />
9     <movie width="300" />
10     <movie height="300" />
11     <movie version="9" />
12     <movie background="#FFFFFF" />
13   </output>
14   <!-- Other classes to be compiled into your SWF -->
15   <classpaths>
16     <class path="." />
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 additional="" />
36     <option customSDK="" />
37   </build>
38   <!-- SWC Include Libraries -->
39   <includeLibraries>
40     <!-- example: <element path="..." /> -->
41   </includeLibraries>
42   <!-- SWC Libraries -->
43   <libraryPaths>
44     <!-- example: <element path="..." /> -->
45   </libraryPaths>
46   <!-- External Libraries -->
47   <externalLibraryPaths>
48     <element path="../lib/CHCommon.swc" />
49   </externalLibraryPaths>
50   <!-- Runtime Shared Libraries -->
51   <rslPaths>
52     <!-- example: <element path="..." /> -->
53   </rslPaths>
54   <!-- Assets to embed into the output SWF -->
55   <library>
56     <!-- example: <asset path="..." id="..." update="..." glyphs="..." mode="..." place="..." sharepoint="..." /> -->
57   </library>
58   <!-- Class files to compile (other referenced classes will automatically be included) -->
59   <compileTargets>
60     <compile path="SystemCommand.as" />
61   </compileTargets>
62   <!-- Paths to exclude from the Project Explorer tree -->
63   <hiddenPaths>
64     <!-- example: <hidden path="..." /> -->
65   </hiddenPaths>
66   <!-- Executed before build -->
67   <preBuildCommand />
68   <!-- Executed after build -->
69   <postBuildCommand alwaysRun="False" />
70   <!-- Other project options -->
71   <options>
72     <option showHiddenPaths="False" />
73     <option testMovie="NewTab" />
74   </options>
75 </project>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。