-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathas3-async.iml
55 lines (55 loc) · 2.23 KB
/
as3-async.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
<?xml version="1.0" encoding="UTF-8"?>
<module type="Flex" version="4">
<component name="FlexBuildConfigurationManager" active="tests">
<configurations>
<configuration name="as3-async" pure-as="true" output-type="Library" output-file="as3-async.swc" output-folder="$MODULE_DIR$/bin">
<dependencies target-player="10.2">
<sdk name="flex_sdk_4.5" />
</dependencies>
<compiler-options />
<packaging-air-desktop />
<packaging-android />
<packaging-ios />
</configuration>
<configuration name="tests" output-type="Library" output-file="tests.swc" output-folder="$MODULE_DIR$/bin/tests.swf" skip-build="true">
<dependencies target-player="10.2">
<entries>
<entry library-name="flexunit" library-level="application">
<dependency linkage="Merged" />
</entry>
<entry library-id="4d59af4b-50fb-4368-8a78-0cf0313a829d">
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="flex_sdk_4.5" />
</dependencies>
<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$/tests" isTestSource="true" />
</content>
<orderEntry type="jdk" jdkName="flex_sdk_4.5" jdkType="Flex SDK Type (new)" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="apache-flex-flexunit-4.2.0-4.12.0-bin" level="application" />
<orderEntry type="library" exported="" name="flexunit" level="application" />
<orderEntry type="module-library" exported="">
<library type="flex">
<properties id="4d59af4b-50fb-4368-8a78-0cf0313a829d" />
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/as3-mock.swc!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>