-
Notifications
You must be signed in to change notification settings - Fork 0
/
MockupVisualEditor.as3proj
105 lines (103 loc) · 3.25 KB
/
MockupVisualEditor.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
<?xml version="1.0" encoding="utf-8"?>
<project>
<output>
<movie fps="60"/>
<movie height="600"/>
<movie disabled="False"/>
<movie background="#0F00FF"/>
<movie path="bin-debug/VisualEditorApplication.swf"/>
<movie width="800"/>
<movie platform="AIR"/>
<movie version="32"/>
<movie input=""/>
</output>
<!-- Other classes to be compiled into your SWF -->
<jsOutput>
<option path=""/>
</jsOutput>
<classpaths>
<class path="src"/>
</classpaths>
<moonshineResourcePaths>
<class path="assets"/>
</moonshineResourcePaths>
<moonshineNativeExtensionPaths></moonshineNativeExtensionPaths>
<build>
<option es="False"/>
<option verboseStackTraces="False"/>
<option loadConfig=""/>
<option linkReport=""/>
<option optimize="False"/>
<option staticLinkRSL="False"/>
<option showActionScriptWarnings="True"/>
<option compilerConstants="CONFIG::MOONSHINE,false"/>
<option customSDK=""/>
<option locale=""/>
<option sourceMap="False"/>
<option additional="+configname=air -swf-version 39"/>
<option showUnusedTypeSelectorWarnings="True"/>
<option showBindingWarnings="True"/>
<option strict="True"/>
<option antBuildPath="build.xml"/>
<option showDeprecationWarnings="True"/>
<option useNetwork="True"/>
<option allowSourcePathOverlap="False"/>
<option useResourceBundleMetadata="True"/>
<option benchmark="False"/>
<option warnings="True"/>
<option accessible="False"/>
</build>
<mavenBuild>
<option settingsFilePath=""/>
<option mavenBuildPath=""/>
<option commandLine=""/>
<actions>
<action action="install" actionName="Build"/>
<action action="clean" actionName="Clean"/>
<action action="clean install" actionName="Clean and Build"/>
<action action="war:exploded" actionName="Exploded"/>
</actions>
</mavenBuild>
<includeLibraries></includeLibraries>
<libraryPaths>
<element path="libs"/>
</libraryPaths>
<externalLibraryPaths></externalLibraryPaths>
<rslPaths></rslPaths>
<intrinsics>
<element path="Library/AS3/frameworks/Flex4"/>
</intrinsics>
<library>
</library>
<compileTargets>
<compile path="src/VisualEditorApplication.mxml"/>
</compileTargets>
<hiddenPaths></hiddenPaths>
<preBuildCommand>null</preBuildCommand>
<postBuildCommand alwaysRun="False">null</postBuildCommand>
<trustSVNCertificate>False</trustSVNCertificate>
<options>
<option isRoyale="False"/>
<option testMovie="AIR"/>
<option testMovieCommand=""/>
<option isExportedToExistingSource="False"/>
<option defaultBuildTargets=""/>
<option visualEditorExportPath=""/>
<option isPrimeFacesVisualEditor="False"/>
<option showHiddenPaths="False"/>
</options>
<moonshineRunCustomization>
<option projectType="1"/>
<option urlToLaunch=""/>
<option targetPlatform="1"/>
<option customUrlToLaunch=""/>
<option deviceConnectType="USB"/>
<option deviceSimulator="null"/>
<option launchMethod="Simulator"/>
<option webBrowser="null"/>
<deviceSimulator>null</deviceSimulator>
<certAndroid>null</certAndroid>
<certIos>null</certIos>
<certIosProvisioning>null</certIosProvisioning>
</moonshineRunCustomization>
</project>