root/air/AirDao/AirDao.as3proj

リビジョン 4123, 2.9 kB (コミッタ: Seacolor, コミット時期: 2 年 前)

FlexUnit?を4.10にアップデート
データベースとの接続が不確定だったので修正
パフォーマンスの向上

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\AirDaoTest.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     <class path="tests" />
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 locale="" />
26     <option loadConfig="" />
27     <option optimize="False" />
28     <option showActionScriptWarnings="True" />
29     <option showBindingWarnings="True" />
30     <option showDeprecationWarnings="True" />
31     <option showUnusedTypeSelectorWarnings="True" />
32     <option strict="True" />
33     <option useNetwork="True" />
34     <option useResourceBundleMetadata="True" />
35     <option warnings="True" />
36     <option verboseStackTraces="False" />
37     <option linkReport="" />
38     <option loadExterns="" />
39     <option staticLinkRSL="True" />
40     <option additional="+configname=air" />
41     <option compilerConstants="" />
42     <option customSDK="" />
43   </build>
44   <!-- SWC Include Libraries -->
45   <includeLibraries>
46     <!-- example: <element path="..." /> -->
47   </includeLibraries>
48   <!-- SWC Libraries -->
49   <libraryPaths>
50     <element path="D:\bin\Adobe\Flex SDK 3\default\frameworks\libs\air\" />
51     <element path="lib" />
52   </libraryPaths>
53   <!-- External Libraries -->
54   <externalLibraryPaths>
55     <!-- example: <element path="..." /> -->
56   </externalLibraryPaths>
57   <!-- Runtime Shared Libraries -->
58   <rslPaths>
59     <!-- example: <element path="..." /> -->
60   </rslPaths>
61   <!-- Intrinsic Libraries -->
62   <intrinsics>
63     <element path="Library\AS3\frameworks\Flex3" />
64     <element path="Library\AS3\frameworks\AIR" />
65   </intrinsics>
66   <!-- Assets to embed into the output SWF -->
67   <library>
68     <!-- example: <asset path="..." id="..." update="..." glyphs="..." mode="..." place="..." sharepoint="..." /> -->
69   </library>
70   <!-- Class files to compile (other referenced classes will automatically be included) -->
71   <compileTargets>
72     <compile path="tests\Test.mxml" />
73   </compileTargets>
74   <!-- Paths to exclude from the Project Explorer tree -->
75   <hiddenPaths>
76     <!-- example: <hidden path="..." /> -->
77   </hiddenPaths>
78   <!-- Executed before build -->
79   <preBuildCommand />
80   <!-- Executed after build -->
81   <postBuildCommand alwaysRun="False" />
82   <!-- Other project options -->
83   <options>
84     <option showHiddenPaths="False" />
85     <option testMovie="Custom" />
86     <option testMovieCommand="$(FlexSDK)\bin\adl.exe;application.xml bin" />
87   </options>
88 </project>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。