-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathas3-util.iml
33 lines (32 loc) · 1.29 KB
/
as3-util.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
<?xml version="1.0" encoding="UTF-8"?>
<module type="Flex" version="4">
<component name="FlexBuildConfigurationManager" active="as3-util">
<configurations>
<configuration name="as3-util" pure-as="true" output-type="Library" output-file="as3-util.swc" output-folder="$MODULE_DIR$/out">
<dependencies target-player="11.9">
<entries>
<entry library-name="as3-signals" library-level="application">
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="AIRSDK_Compiler" />
</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" />
<excludeFolder url="file://$MODULE_DIR$/out" />
</content>
<orderEntry type="jdk" jdkName="AIRSDK_Compiler" jdkType="Flex SDK Type (new)" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="as3-signals" level="application" />
</component>
</module>