-
Notifications
You must be signed in to change notification settings - Fork 1
/
desktop project.as3proj
123 lines (123 loc) · 4.34 KB
/
desktop project.as3proj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<?xml version="1.0" encoding="utf-8"?>
<project version="2">
<!-- Output SWF options -->
<output>
<movie outputType="Application" />
<movie input="" />
<movie path="bin\desktopproject.swf" />
<movie fps="30" />
<movie width="800" />
<movie height="600" />
<movie version="2" />
<movie minorVersion="5" />
<movie platform="AIR" />
<movie background="#FFFFFF" />
</output>
<!-- Other classes to be compiled into your SWF -->
<classpaths>
<class path="src" />
<class path="..\..\Documents\away3d-core-fp11-4.1.6\src" />
<class path="..\flexsdk\frameworks\libs" />
</classpaths>
<!-- Build options -->
<build>
<option accessible="False" />
<option advancedTelemetry="False" />
<option allowSourcePathOverlap="False" />
<option benchmark="False" />
<option es="False" />
<option inline="False" />
<option locale="" />
<option loadConfig="" />
<option optimize="True" />
<option omitTraces="True" />
<option showActionScriptWarnings="True" />
<option showBindingWarnings="True" />
<option showInvalidCSS="True" />
<option showDeprecationWarnings="True" />
<option showUnusedTypeSelectorWarnings="True" />
<option strict="True" />
<option useNetwork="True" />
<option useResourceBundleMetadata="True" />
<option warnings="True" />
<option verboseStackTraces="False" />
<option linkReport="" />
<option loadExterns="" />
<option staticLinkRSL="True" />
<option additional="" />
<option compilerConstants="" />
<option minorVersion="" />
</build>
<!-- SWC Include Libraries -->
<includeLibraries>
<!-- example: <element path="..." /> -->
</includeLibraries>
<!-- SWC Libraries -->
<libraryPaths>
<element path="src\asSQL-Beta2.8.swc" />
<element path="src\as3irclib-0.0.1.swc" />
<element path="..\flexsdk\frameworks\libs\mx\mx.swc" />
<element path="src\sfxworks" />
<element path="src\external" />
<element path="src\NativeApplicationUpdater-0.5.1.swc" />
<element path="src\tweener.swc" />
<element path="src\org" />
<element path="src\org\bytearray" />
<element path="src\org\bytearray\gif" />
<element path="src\blooddy_crypto.swc" />
<element path="src\fzip.swc" />
<element path="src\coltware_airxzip_v1_0_1.swc" />
<element path="src\components" />
<element path="src\components\tweener.swc" />
<element path="src\components\NativeApplicationUpdater-0.5.1.swc" />
<element path="src\components\fzip.swc" />
<element path="src\components\coltware_airxzip_v1_0_1.swc" />
<element path="src\components\blooddy_crypto.swc" />
<element path="src\components\asSQL-Beta2.8.swc" />
<element path="src\components\as3irclib-0.0.1.swc" />
<element path="src\swc" />
<element path="src\swc\tweener.swc" />
<element path="src\swc\asSQL-Beta2.8.swc" />
<element path="src\swc\blooddy_crypto.swc" />
<element path="src\swc\coltware_airxzip_v1_0_1.swc" />
<element path="src\swc\fzip.swc" />
<element path="src\swc\NativeApplicationUpdater-0.5.1.swc" />
<element path="src\swc\as3irclib-0.0.1.swc" />
</libraryPaths>
<!-- External Libraries -->
<externalLibraryPaths>
<!-- example: <element path="..." /> -->
</externalLibraryPaths>
<!-- Runtime Shared Libraries -->
<rslPaths>
<!-- example: <element path="..." /> -->
</rslPaths>
<!-- Intrinsic Libraries -->
<intrinsics>
<!-- example: <element path="..." /> -->
</intrinsics>
<!-- Assets to embed into the output SWF -->
<library>
<!-- example: <asset path="..." id="..." update="..." glyphs="..." mode="..." place="..." sharepoint="..." /> -->
</library>
<!-- Class files to compile (other referenced classes will automatically be included) -->
<compileTargets>
<compile path="src\Main.as" />
</compileTargets>
<!-- Paths to exclude from the Project Explorer tree -->
<hiddenPaths>
<hidden path="obj" />
</hiddenPaths>
<!-- Executed before build -->
<preBuildCommand />
<!-- Executed after build -->
<postBuildCommand alwaysRun="False">xcopy $(ProjectDir)\src\assets $(OutputDir)\assets\ /s /y</postBuildCommand>
<!-- Other project options -->
<options>
<option showHiddenPaths="False" />
<option testMovie="Unknown" />
<option testMovieCommand="" />
</options>
<!-- Plugin storage -->
<storage />
</project>