-
Notifications
You must be signed in to change notification settings - Fork 39
/
starling-builder-editor.iml
157 lines (156 loc) · 6.58 KB
/
starling-builder-editor.iml
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
<?xml version="1.0" encoding="UTF-8"?>
<module type="Flex" version="4">
<component name="FlexBuildConfigurationManager" active="dev">
<configurations>
<configuration name="dev" target-platform="Desktop" pure-as="true" main-class="starlingbuilder.editor.Main" output-file="desktop.swf" output-folder="$MODULE_DIR$/out/production/starling-builder-editor">
<dependencies>
<entries>
<entry library-id="1b681331-4950-42a7-8e25-11d467985093">
<dependency linkage="Merged" />
</entry>
<entry library-id="33b263e2-15d4-413d-8296-199e18cd3817">
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="AIRSDK" />
</dependencies>
<compiler-options>
<option name="additionalOptions" value="-advanced-telemetry=true" />
</compiler-options>
<packaging-air-desktop use-generated-descriptor="false" custom-descriptor-path="$MODULE_DIR$/src/starlingbuilder/editor/Main-app.xml" package-file-name="starling-builder">
<files-to-package>
<FilePathAndPathInPackage file-path="$MODULE_DIR$/package" path-in-package="." />
</files-to-package>
</packaging-air-desktop>
<packaging-android />
<packaging-ios />
</configuration>
<configuration name="release" target-platform="Desktop" pure-as="true" main-class="starlingbuilder.editor.Main" output-file="release.swf" output-folder="$MODULE_DIR$/out/production/starling-builder-editor">
<dependencies>
<entries>
<entry library-id="cbf26817-0ccc-4195-8bf0-38892b4aa95f">
<dependency linkage="Merged" />
</entry>
<entry library-id="85019b74-0ac9-4fa3-ae3f-3595ecd4e729">
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="AIRSDK" />
</dependencies>
<compiler-options>
<map>
<entry key="compiler.debug.swf" value="false" />
</map>
</compiler-options>
<packaging-air-desktop use-generated-descriptor="false" custom-descriptor-path="$MODULE_DIR$/src/starlingbuilder/editor/Main-app.xml" package-file-name="starling-builder">
<files-to-package>
<FilePathAndPathInPackage file-path="$MODULE_DIR$/package" path-in-package="." />
</files-to-package>
</packaging-air-desktop>
<packaging-android />
<packaging-ios />
</configuration>
<configuration name="test" target-platform="Desktop" pure-as="true" main-class="starlingbuilder.editor.MainCI" output-file="test.swf" output-folder="$MODULE_DIR$/out/production/test/starling-builder-editor">
<dependencies>
<entries>
<entry library-id="0420f57a-c647-4d7e-beb3-b6c1b0c14779">
<dependency linkage="Merged" />
</entry>
<entry library-id="3a9b2050-d68d-4a6a-b765-f4f0e4f77722">
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="AIRSDK" />
</dependencies>
<compiler-options>
<option name="additionalOptions" value="-advanced-telemetry=true" />
</compiler-options>
<packaging-air-desktop use-generated-descriptor="false" custom-descriptor-path="$MODULE_DIR$/src/starlingbuilder/editor/Main-app.xml" package-file-name="test">
<files-to-package>
<FilePathAndPathInPackage file-path="$MODULE_DIR$/package" path-in-package="." />
</files-to-package>
</packaging-air-desktop>
<packaging-android />
<packaging-ios />
</configuration>
</configurations>
<compiler-options />
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/starling-builder-engine/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test-ci/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/tests/src" isTestSource="true" />
</content>
<orderEntry type="jdk" jdkName="AIRSDK" jdkType="Flex SDK Type (new)" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" exported="">
<library type="flex">
<properties id="1b681331-4950-42a7-8e25-11d467985093" />
<CLASSES>
<root url="file://$MODULE_DIR$/libs" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$MODULE_DIR$/libs" recursive="false" />
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library type="flex">
<properties id="cbf26817-0ccc-4195-8bf0-38892b4aa95f" />
<CLASSES>
<root url="file://$MODULE_DIR$/libs" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$MODULE_DIR$/libs" recursive="false" />
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library type="flex">
<properties id="0420f57a-c647-4d7e-beb3-b6c1b0c14779" />
<CLASSES>
<root url="file://$MODULE_DIR$/libs" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$MODULE_DIR$/libs" recursive="false" />
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library type="flex">
<properties id="3a9b2050-d68d-4a6a-b765-f4f0e4f77722" />
<CLASSES>
<root url="file://$MODULE_DIR$/tests/libs" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$MODULE_DIR$/tests/libs" recursive="false" />
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library type="flex">
<properties id="33b263e2-15d4-413d-8296-199e18cd3817" />
<CLASSES>
<root url="file://$MODULE_DIR$/tests/libs" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$MODULE_DIR$/tests/libs" recursive="false" />
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library type="flex">
<properties id="85019b74-0ac9-4fa3-ae3f-3595ecd4e729" />
<CLASSES>
<root url="file://$MODULE_DIR$/tests/libs" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$MODULE_DIR$/tests/libs" recursive="false" />
</library>
</orderEntry>
</component>
</module>