root/as3/Thread/trunk/samples/autoShowHide/Sample.as3proj

リビジョン 722, 2.5 kB (コミッタ: yossy, コミット時期: 4 年 前)

Thread: サンプルに FlashDevelop? 用のプロジェクト

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="Sample.swf" />
8     <movie fps="30" />
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="..\..\src" />
17     <class path="." />
18   </classpaths>
19   <!-- Build options -->
20   <build>
21     <option accessible="False" />
22     <option allowSourcePathOverlap="False" />
23     <option benchmark="False" />
24     <option es="False" />
25     <option loadConfig="" />
26     <option optimize="False" />
27     <option showActionScriptWarnings="True" />
28     <option showBindingWarnings="True" />
29     <option showDeprecationWarnings="True" />
30     <option showUnusedTypeSelectorWarnings="True" />
31     <option strict="True" />
32     <option useNetwork="True" />
33     <option useResourceBundleMetadata="True" />
34     <option warnings="True" />
35     <option verboseStackTraces="False" />
36     <option additional="" />
37     <option customSDK="" />
38   </build>
39   <!-- SWC Include Libraries -->
40   <includeLibraries>
41     <!-- example: <element path="..." /> -->
42   </includeLibraries>
43   <!-- SWC Libraries -->
44   <libraryPaths>
45     <!-- example: <element path="..." /> -->
46   </libraryPaths>
47   <!-- External Libraries -->
48   <externalLibraryPaths>
49     <!-- example: <element path="..." /> -->
50   </externalLibraryPaths>
51   <!-- Runtime Shared Libraries -->
52   <rslPaths>
53     <!-- example: <element path="..." /> -->
54   </rslPaths>
55   <!-- Intrinsic Libraries -->
56   <intrinsics>
57     <!-- example: <element path="..." /> -->
58   </intrinsics>
59   <!-- Assets to embed into the output SWF -->
60   <library>
61     <!-- example: <asset path="..." id="..." update="..." glyphs="..." mode="..." place="..." sharepoint="..." /> -->
62   </library>
63   <!-- Class files to compile (other referenced classes will automatically be included) -->
64   <compileTargets>
65     <compile path="Sample.as" />
66   </compileTargets>
67   <!-- Paths to exclude from the Project Explorer tree -->
68   <hiddenPaths>
69     <!-- example: <hidden path="..." /> -->
70   </hiddenPaths>
71   <!-- Executed before build -->
72   <preBuildCommand />
73   <!-- Executed after build -->
74   <postBuildCommand alwaysRun="False" />
75   <!-- Other project options -->
76   <options>
77     <option showHiddenPaths="False" />
78     <option testMovie="ExternalPlayer" />
79   </options>
80 </project>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。