-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommon-as3-loader.iml
More file actions
36 lines (35 loc) · 1.52 KB
/
common-as3-loader.iml
File metadata and controls
36 lines (35 loc) · 1.52 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<module type="Flex" version="4">
<component name="FlexBuildConfigurationManager" active="common-as3-loader">
<configurations>
<configuration name="common-as3-loader" pure-as="true" output-type="Library" output-file="common-as3-loader.swc" output-folder="$MODULE_DIR$/bin">
<dependencies target-player="11.4">
<entries>
<entry module-name="common-as3-data-structure" build-configuration-name="common-as3-data-structure">
<dependency linkage="Merged" />
</entry>
<entry module-name="common-as3-signal" build-configuration-name="common-as3-signal">
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="AIRSDK" />
</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" />
</content>
<orderEntry type="jdk" jdkName="AIRSDK" jdkType="Flex SDK Type (new)" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="common-as3-data-structure" exported="" />
<orderEntry type="module" module-name="common-as3-signal" exported="" />
</component>
</module>