forked from Liadri/Corruption-of-Champions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCorruption-of-Champions.iml
93 lines (93 loc) · 4.72 KB
/
Corruption-of-Champions.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="UTF-8"?>
<module type="Flex" version="4">
<component name="FlexBuildConfigurationManager" active="CoC-debug">
<configurations>
<configuration name="CoC-debug" main-class="classes.CoC" output-file="CoC-debug.swf" output-folder="$MODULE_DIR$">
<dependencies target-player="11.1" framework-linkage="Merged">
<entries>
<entry library-name="lib" library-level="project">
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="4.6.0" />
</dependencies>
<compiler-options>
<map>
<entry key="compiler.define" value="CONFIG::debug	true CONFIG::release	false CONFIG::AIR	false CONFIG::STANDALONE	true CONFIG::VERSION	"DEBUG"" />
<entry key="compiler.keep-generated-actionscript" value="true" />
</map>
<option name="resourceFilesMode" value="None" />
<option name="additionalOptions" value="-use-network=false -keep-as3-metadata Embed" />
</compiler-options>
<packaging-air-desktop />
<packaging-android />
<packaging-ios />
</configuration>
<configuration name="CoC-release" main-class="classes.CoC" output-file="CoC-release.swf" output-folder="$MODULE_DIR$" skip-build="true">
<dependencies target-player="11.1" component-set="MxOnly" framework-linkage="Merged">
<entries>
<entry library-name="lib" library-level="project">
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="4.6.0" />
</dependencies>
<compiler-options>
<map>
<entry key="compiler.debug.swf" value="false" />
<entry key="compiler.define" value="CONFIG::debug	false CONFIG::release	true CONFIG::AIR	false CONFIG::STANDALONE	true CONFIG::VERSION	"RELEASE"" />
</map>
<option name="resourceFilesMode" value="None" />
<option name="additionalOptions" value="-use-network=false -keep-as3-metadata Embed" />
</compiler-options>
<packaging-air-desktop />
<packaging-android />
<packaging-ios />
</configuration>
<configuration name="CoC-Mobile" target-platform="Mobile" main-class="classes.CoC" output-file="CoC-AIR.swf" output-folder="$MODULE_DIR$">
<dependencies>
<entries>
<entry library-name="lib" library-level="project">
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="Apache Flex SDK" />
</dependencies>
<compiler-options>
<map>
<entry key="compiler.debug.swf" value="false" />
<entry key="compiler.define" value="CONFIG::AIR	true CONFIG::STANDALONE	false CONFIG::debug	false CONFIG::release	true CONFIG::VERSION	"MOBILE"" />
</map>
<option name="resourceFilesMode" value="None" />
<option name="additionalOptions" value="-use-network=false -keep-as3-metadata Embed" />
</compiler-options>
<packaging-air-desktop />
<packaging-android enabled="true" use-generated-descriptor="false" custom-descriptor-path="$MODULE_DIR$/devTools/APK/EndlessJourney.xml" package-file-name="CoC-Mobile">
<files-to-package>
<FilePathAndPathInPackage file-path="$MODULE_DIR$/devTools/icons" path-in-package="icons" />
</files-to-package>
<AirSigningOptions keystore-path="$MODULE_DIR$/devTools/APK/cert.p12" use-temp-certificate="false" />
</packaging-android>
<packaging-ios package-file-name="CoC-Mobile" />
</configuration>
</configurations>
<compiler-options />
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/lib/bin" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/classes" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/.idea" />
<excludeFolder url="file://$MODULE_DIR$/assets" />
<excludeFolder url="file://$MODULE_DIR$/bin" />
<excludeFolder url="file://$MODULE_DIR$/generated" />
<excludeFolder url="file://$MODULE_DIR$/obj" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="jdk" jdkName="Apache Flex SDK	4.6.0" jdkType="__CompositeFlexSdk__" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="lib" level="project" />
</component>
</module>