-
Notifications
You must be signed in to change notification settings - Fork 1
/
as3-signalsExpress.iml
79 lines (78 loc) · 3.08 KB
/
as3-signalsExpress.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
<?xml version="1.0" encoding="UTF-8"?>
<module type="Flex" version="4">
<component name="FlexBuildConfigurationManager" active="test-runner-debug">
<configurations>
<configuration name="test-runner-debug" pure-as="true" main-class="TestRunner" output-file="test-runner-debug.swf" output-folder="$MODULE_DIR$/bin">
<dependencies target-player="14.0">
<entries>
<entry library-id="c35e4e5f-0a67-402f-86b5-c51b643f85d7">
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="AIRSDK_14.0.0.137" />
</dependencies>
<compiler-options>
<map>
<entry key="compiler.define" value="CONFIG::debug	true" />
</map>
</compiler-options>
<packaging-air-desktop />
<packaging-android />
<packaging-ios />
</configuration>
<configuration name="test-runner-release" main-class="TestRunner" output-file="test-runner-release.swf" output-folder="$MODULE_DIR$/bin">
<dependencies target-player="11.9" component-set="MxOnly">
<entries>
<entry library-id="454cdbf5-e825-472b-98ef-5094e4bacb5c">
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="flex_sdk_12" />
</dependencies>
<compiler-options>
<map>
<entry key="compiler.debug.swf" value="false" />
<entry key="compiler.define" value="CONFIG::debug	false" />
</map>
</compiler-options>
<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$/test" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/srcPerformanceTest" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/srcSample" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="AIRSDK_14.0.0.137	flex_sdk_12" jdkType="__CompositeFlexSdk__" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" exported="">
<library type="flex">
<properties id="c35e4e5f-0a67-402f-86b5-c51b643f85d7" />
<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="454cdbf5-e825-472b-98ef-5094e4bacb5c" />
<CLASSES>
<root url="file://$MODULE_DIR$/libs" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$MODULE_DIR$/libs" recursive="false" />
</library>
</orderEntry>
</component>
</module>