forked from mindjolt/starling-builder-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarling-builder-client.iml
108 lines (107 loc) · 5.13 KB
/
starling-builder-client.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<?xml version="1.0" encoding="UTF-8"?>
<module type="Flex" version="4">
<component name="FlexBuildConfigurationManager" active="demo">
<configurations>
<configuration name="demo" target-platform="Mobile" pure-as="true" main-class="starlingbuilder.demo.Main" output-file="starling-builder-client.swf" output-folder="$MODULE_DIR$/out/production/starling-builder-client">
<dependencies target-player="18.0">
<entries>
<entry library-id="c40f183f-b2f9-4997-ac10-585569d3cf5b">
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="AIRSDK" />
</dependencies>
<compiler-options />
<packaging-air-desktop />
<packaging-android enabled="true" use-generated-descriptor="false" custom-descriptor-path="$MODULE_DIR$/demo/src/starlingbuilder/demo/Main-app.xml" package-file-name="starling-builder-client">
<files-to-package>
<FilePathAndPathInPackage file-path="$MODULE_DIR$/demo/assets/textures" path-in-package="textures" />
</files-to-package>
</packaging-android>
<packaging-ios enabled="true" use-generated-descriptor="false" custom-descriptor-path="$MODULE_DIR$/demo/src/starlingbuilder/demo/Main-app.xml" package-file-name="starling-builder-client">
<files-to-package>
<FilePathAndPathInPackage file-path="$MODULE_DIR$/demo/assets/textures" path-in-package="textures" />
<FilePathAndPathInPackage file-path="$MODULE_DIR$/demo/system" path-in-package="." />
</files-to-package>
</packaging-ios>
</configuration>
<configuration name="demo_web" pure-as="true" main-class="starlingbuilder.demo.Main" output-file="demo_web.swf" output-folder="$MODULE_DIR$/out/production/starling-builder-client" use-html-wrapper="true" wrapper-template-path="$MODULE_DIR$/demo/html-template">
<dependencies target-player="19.0">
<entries>
<entry library-id="bed85d3a-f7ef-4a3d-bdf7-3cf336ed5b53">
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="AIRSDK" />
</dependencies>
<compiler-options />
<packaging-air-desktop />
<packaging-android />
<packaging-ios />
</configuration>
<configuration name="scaffold" target-platform="Mobile" pure-as="true" main-class="Main" output-file="scaffold.swf" output-folder="$MODULE_DIR$/out/production/starling-builder-client">
<dependencies>
<entries>
<entry library-id="9d92c6b2-f0c5-4876-9c27-8dac70b06d82">
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="AIRSDK" />
</dependencies>
<compiler-options />
<packaging-air-desktop />
<packaging-android enabled="true" use-generated-descriptor="false" custom-descriptor-path="$MODULE_DIR$/scaffold/src/Main-app.xml" package-file-name="scaffold" />
<packaging-ios enabled="true" use-generated-descriptor="false" custom-descriptor-path="$MODULE_DIR$/scaffold/src/Main-app.xml" package-file-name="scaffold">
<files-to-package>
<FilePathAndPathInPackage file-path="$MODULE_DIR$/scaffold/system" path-in-package="." />
</files-to-package>
</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$/demo/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/demo/assets" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/scaffold/src" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="AIRSDK" jdkType="Flex SDK Type (new)" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" exported="">
<library type="flex">
<properties id="c40f183f-b2f9-4997-ac10-585569d3cf5b" />
<CLASSES>
<root url="file://$MODULE_DIR$/demo/libs" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$MODULE_DIR$/demo/libs" recursive="false" />
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library type="flex">
<properties id="bed85d3a-f7ef-4a3d-bdf7-3cf336ed5b53" />
<CLASSES>
<root url="file://$MODULE_DIR$/demo/libs" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$MODULE_DIR$/demo/libs" recursive="false" />
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library type="flex">
<properties id="9d92c6b2-f0c5-4876-9c27-8dac70b06d82" />
<CLASSES>
<root url="file://$MODULE_DIR$/scaffold/libs" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$MODULE_DIR$/scaffold/libs" recursive="false" />
</library>
</orderEntry>
</component>
</module>