-
Notifications
You must be signed in to change notification settings - Fork 1
/
AcanoidAS3.iml
68 lines (68 loc) · 2.85 KB
/
AcanoidAS3.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
<?xml version="1.0" encoding="UTF-8"?>
<module type="Flex" version="4">
<component name="FlexBuildConfigurationManager" active="AcanoidAS3">
<configurations>
<configuration name="AcanoidAS3" target-platform="Mobile" pure-as="true" main-class="Main" output-file="Main.swf" output-folder="$MODULE_DIR$/out/production/AcanoidAS3">
<dependencies target-player="23.0">
<entries>
<entry library-id="b4f5fbc9-8950-4777-baff-b03ad920c739">
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="apache_flex_sdk" />
</dependencies>
<compiler-options />
<packaging-air-desktop />
<packaging-android enabled="true" use-generated-descriptor="false" custom-descriptor-path="$MODULE_DIR$/Main-app.xml" package-file-name="Main">
<AirSigningOptions keystore-path="$MODULE_DIR$/myname.key.p12" use-temp-certificate="false" />
</packaging-android>
<packaging-ios package-file-name="Main" />
</configuration>
<configuration name="web" pure-as="true" main-class="Main" output-file="web.swf" output-folder="$MODULE_DIR$/out/production/AcanoidAS3" use-html-wrapper="true" wrapper-template-path="$MODULE_DIR$/html-template">
<dependencies target-player="23.0">
<entries>
<entry library-id="6c3b6e2b-3a7f-462a-bd40-bc6d447f6cef">
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="apache_flex_sdk" />
</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="apache_flex_sdk" jdkType="Flex SDK Type (new)" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" exported="">
<library type="flex">
<properties id="b4f5fbc9-8950-4777-baff-b03ad920c739" />
<CLASSES>
<root url="file://$MODULE_DIR$/library" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$MODULE_DIR$/library" recursive="false" />
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library type="flex">
<properties id="6c3b6e2b-3a7f-462a-bd40-bc6d447f6cef" />
<CLASSES>
<root url="file://$MODULE_DIR$/library" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$MODULE_DIR$/library" recursive="false" />
</library>
</orderEntry>
</component>
</module>