root/as3/GeniusFramework/branches/tarotarorg/fd-template/ProjectTemplates/50 Genius Framework - AIR/project.as3proj

リビジョン 863, 2.6 kB (コミッタ: tarotarorg, コミット時期: 4 年 前)

GeniusFramework?1.3ベース:
FlashDevelp?用のテンプレートを、Flex用とAIR用の2種類準備。

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=".\$(ProjectName).swf" />
8     <movie fps="24" />
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=".\src" />
17
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="+configname=air" />
37     <option customSDK="" />
38   </build>
39   <!-- SWC Include Libraries -->
40   <includeLibraries>
41     <!-- example: <element path="..." /> -->
42   </includeLibraries>
43   <!-- SWC Libraries -->
44   <libraryPaths>
45     <element path="libs\Genius.swc" />
46     <element path="libs\Thread.swc" />
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     <!-- example: <element path="..." /> -->
59   </intrinsics>
60   <!-- Assets to embed into the output SWF -->
61   <library>
62     <!-- example: <asset path="..." id="..." update="..." glyphs="..." mode="..." place="..." sharepoint="..." /> -->
63   </library>
64   <!-- Class files to compile (other referenced classes will automatically be included) -->
65   <compileTargets>
66     <compile path="src\main.mxml" />
67   </compileTargets>
68   <!-- Paths to exclude from the Project Explorer tree -->
69   <hiddenPaths>
70     <!-- example: <hidden path="..." /> -->
71   </hiddenPaths>
72   <!-- Executed before build -->
73   <preBuildCommand />
74   <!-- Executed after build -->
75   <postBuildCommand alwaysRun="False" />
76   <!-- Other project options -->
77   <options>
78     <option showHiddenPaths="False" />
79     <option testMovie="Custom" />
80     <option testMovieCommand="$(FlexSDK)\bin\adl.exe;application.xml" />
81   </options>
82 </project>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。