Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /mssp.as3proj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28 - (hide annotations) (download)
Tue Mar 11 04:51:40 2008 UTC (16 years, 1 month ago) by kreuz45
File size: 2524 byte(s)
シークバーのクラス化
1 kreuz45 6 <?xml version="1.0" encoding="utf-8"?>
2 kreuz45 3 <project>
3     <!-- Output SWF options -->
4     <output>
5     <movie disabled="False" />
6     <movie input="" />
7     <movie path="mssp.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="classes" />
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 kreuz45 6 <option additional="" />
36     <option customSDK="" />
37 kreuz45 3 </build>
38 kreuz45 6 <!-- 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     <!-- example: <element path="..." /> -->
49     </externalLibraryPaths>
50     <!-- Runtime Shared Libraries -->
51     <rslPaths>
52     <!-- example: <element path="..." /> -->
53     </rslPaths>
54 kreuz45 28 <!-- Intrinsic Libraries -->
55     <intrinsics>
56     <!-- example: <element path="..." /> -->
57     </intrinsics>
58 kreuz45 6 <!-- Assets to embed into the output SWF -->
59     <library>
60     <!-- example: <asset path="..." id="..." update="..." glyphs="..." mode="..." place="..." sharepoint="..." /> -->
61     </library>
62 kreuz45 3 <!-- Class files to compile (other referenced classes will automatically be included) -->
63     <compileTargets>
64     <compile path="classes\Main.as" />
65     </compileTargets>
66     <!-- Paths to exclude from the Project Explorer tree -->
67     <hiddenPaths>
68     <!-- example: <hidden path="..." /> -->
69     </hiddenPaths>
70     <!-- Executed before build -->
71     <preBuildCommand />
72     <!-- Executed after build -->
73     <postBuildCommand alwaysRun="False" />
74     <!-- Other project options -->
75     <options>
76     <option showHiddenPaths="False" />
77     <option testMovie="NewTab" />
78     </options>
79 kreuz45 6 </project>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26