-
Notifications
You must be signed in to change notification settings - Fork 0
/
HelloWorld.as3proj
55 lines (55 loc) · 1.5 KB
/
HelloWorld.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
<?xml version="1.0" encoding="utf-8"?>
<project>
<output>
<movie width="800"/>
<movie height="600"/>
<movie disabled="False"/>
<movie input=""/>
<movie background="#FFFFFF"/>
<movie version="10"/>
<movie path="bin-debug/HelloWorld.swf"/>
<movie fps="32"/>
</output>
<classpaths>
<class path="src"/>
</classpaths>
<build>
<option showActionScriptWarnings="True"/>
<option showBindingWarnings="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 staticLinkRSL="False"/>
<option additional=""/>
<option compilerConstants=""/>
<option accessible="False"/>
<option customSDK=""/>
<option allowSourcePathOverlap="False"/>
<option locale=""/>
<option benchmark="False"/>
<option es="False"/>
<option loadConfig=""/>
<option optimize="False"/>
</build>
<includeLibraries/>
<libraryPaths/>
<externalLibraryPaths/>
<rslPaths/>
<intrinsics/>
<library/>
<compileTargets>
<compile path="src/HelloWorld.as"/>
</compileTargets>
<hiddenPaths/>
<preBuildCommand>null</preBuildCommand>
<postBuildCommand alwaysRun="False">null</postBuildCommand>
<options>
<option showHiddenPaths="False"/>
<option testMovie="ExternalPlayer"/>
</options>
</project>