-
Notifications
You must be signed in to change notification settings - Fork 5
/
labs.as3proj
162 lines (162 loc) · 5.48 KB
/
labs.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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<?xml version="1.0" encoding="utf-8"?>
<project version="2">
<!-- Output SWF options -->
<output>
<movie outputType="Application" />
<movie input="" />
<movie path="bin\flare3d.swf" />
<movie fps="60" />
<movie width="800" />
<movie height="450" />
<movie version="14" />
<movie minorVersion="0" />
<movie platform="Flash Player" />
<movie background="#FFFFFF" />
<movie preferredSDK="Z:\projects\flex4.6" />
</output>
<!-- Other classes to be compiled into your SWF -->
<classpaths>
<class path="src" />
</classpaths>
<!-- Build options -->
<build>
<option accessible="False" />
<option advancedTelemetry="True" />
<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="False" />
<option useResourceBundleMetadata="True" />
<option warnings="True" />
<option verboseStackTraces="False" />
<option linkReport="" />
<option loadExterns="" />
<option staticLinkRSL="True" />
<option additional="-swf-version=27" />
<option compilerConstants="" />
<option minorVersion="" />
</build>
<!-- SWC Include Libraries -->
<includeLibraries>
<!-- example: <element path="..." /> -->
</includeLibraries>
<!-- SWC Libraries -->
<libraryPaths>
<element path="lib\Flare3D_Dev.swc" />
<element path="lib\gamepad.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\gamepad\Main.as" />
</compileTargets>
<!-- Paths to exclude from the Project Explorer tree -->
<hiddenPaths>
<hidden path="SWCSettings.lxml" />
<hidden path="notes.txt" />
<hidden path="flare3d.bat" />
<hidden path="flare3d.as3proj" />
<hidden path="docs.docproj" />
<hidden path="collada.bat" />
<hidden path="clean.bat" />
<hidden path="air.as3proj" />
<hidden path="prerelease.bat" />
<hidden path="flare3d_3dmax_plugin_v2_beta.exe" />
<hidden path="services\C" />
<hidden path="services\configure.js" />
<hidden path="services\DAEexporter.ms" />
<hidden path="services\env_flare3d.swf" />
<hidden path="services\flare3d.swf" />
<hidden path="services\flare3d_vacas.swf" />
<hidden path="services\FlashHook.dll" />
<hidden path="services\FlashMate.exe" />
<hidden path="services\kill.bat" />
<hidden path="services\light_flare3d.swf" />
<hidden path="services\make.bat" />
<hidden path="services\makeAIR.bat" />
<hidden path="services\makeDev.bat" />
<hidden path="services\pista.swf" />
<hidden path="services\pos.ini" />
<hidden path="services\pskill.exe" />
<hidden path="services\snipets.txt" />
<hidden path="services\track_flare3d.swf" />
<hidden path="services\Z" />
<hidden path="services\zip.exe" />
<hidden path="backup.bat" />
<hidden path="changelog.txt" />
<hidden path="dev.as3proj" />
<hidden path="dev.docproj" />
<hidden path="dev.txt" />
<hidden path="dev_build_air.bat" />
<hidden path="dev_build_bundle.bat" />
<hidden path="dev_build_installer.bat" />
<hidden path="dev_run.bat" />
<hidden path="docs all.docproj" />
<hidden path="docs flare.docproj" />
<hidden path="docs flsl.docproj" />
<hidden path="docs with collada.docproj" />
<hidden path="docs_flare.bat" />
<hidden path="flare3d.exe" />
<hidden path="flare3d_library.as3proj" />
<hidden path="flare3d_pre_html.as3proj" />
<hidden path="flare3d_prerelease.as3proj" />
<hidden path="flsl_docs.rtf" />
<hidden path="java.exe" />
<hidden path="max plugin.nsi" />
<hidden path="readme.txt" />
<hidden path="SelfSigned.pfx" />
<hidden path="swc_collada.bat" />
<hidden path="swc_dev.bat" />
<hidden path="swc_flare3d.bat" />
<hidden path="swc_net.bat" />
<hidden path="todo.txt" />
<hidden path="users.txt" />
<hidden path="zip_prerelease.bat" />
<hidden path="obj" />
<hidden path="application.xml" />
<hidden path="PackageApp.bat" />
<hidden path="run.bat" />
<hidden path="asteroids.rar" />
</hiddenPaths>
<!-- Executed before build -->
<preBuildCommand />
<!-- Executed after build -->
<postBuildCommand alwaysRun="False" />
<!-- Other project options -->
<options>
<option showHiddenPaths="False" />
<option testMovie="Default" />
<option testMovieCommand="" />
</options>
<!-- Plugin storage -->
<storage>
<entry key="at_enabled"><![CDATA[1]]></entry>
<entry key="at_password"><![CDATA[]]></entry>
</storage>
</project>