root/as3/gunyarapaint/branches/gunyarapaint/gunyarapaint.as3proj

リビジョン 3426, 2.7 kB (コミッタ: hkrn, コミット時期: 3 年 前)

moved project files to air directory temporarily

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-debug\FlexUnitApplication.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="True" />
23     <option es="False" />
24     <option loadConfig="" />
25     <option optimize="True" />
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="-locale ja_JP&#xA;+configname=air" />
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     <element path="Library\AS3\frameworks\AIR" />
59     <element path="Library\AS3\frameworks\Flex3" />
60   </intrinsics>
61   <!-- Assets to embed into the output SWF -->
62   <library>
63     <!-- example: <asset path="..." id="..." update="..." glyphs="..." mode="..." place="..." sharepoint="..." /> -->
64   </library>
65   <!-- Class files to compile (other referenced classes will automatically be included) -->
66   <compileTargets>
67     <compile path="src\org\libspark\gunyarapaint\CanvasSprite.as" />
68   </compileTargets>
69   <!-- Paths to exclude from the Project Explorer tree -->
70   <hiddenPaths>
71     <!-- example: <hidden path="..." /> -->
72   </hiddenPaths>
73   <!-- Executed before build -->
74   <preBuildCommand />
75   <!-- Executed after build -->
76   <postBuildCommand alwaysRun="False" />
77   <!-- Other project options -->
78   <options>
79     <option showHiddenPaths="False" />
80     <option testMovie="Default" />
81   </options>
82 </project>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。