-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsocket.io-client.as3.iml
69 lines (69 loc) · 2.91 KB
/
socket.io-client.as3.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
<?xml version="1.0" encoding="UTF-8"?>
<module type="Flex" version="4">
<component name="FlexBuildConfigurationManager" active="socket.io-client.as3">
<configurations>
<configuration name="socket.io-client.as3" pure-as="true" output-type="Library" output-file="socket.io-client.as3.swc" output-folder="$MODULE_DIR$/bin">
<dependencies target-player="32.0">
<entries>
<entry library-id="21fe6781-f900-41e8-ab6b-717146a83afe">
<dependency linkage="Merged" />
</entry>
<entry library-name="skein-core" library-level="project">
<dependency linkage="Merged" />
</entry>
<entry library-name="skein-utils" library-level="project">
<dependency linkage="Merged" />
</entry>
<entry library-name="skein-logger" library-level="project">
<dependency linkage="Merged" />
</entry>
<entry library-id="65536c7b-46dd-4171-ac26-480fcdbcd82e">
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="50.2.2" />
</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" />
<sourceFolder url="file://$MODULE_DIR$/Vendor/rozd/web-socket-js/flash-src/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/Vendor/rozd/web-socket-js/flash-src/third-party" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="50.2.2" jdkType="Flex SDK Type (new)" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" exported="">
<library type="flex">
<properties id="21fe6781-f900-41e8-ab6b-717146a83afe" />
<CLASSES>
<root url="file://$MODULE_DIR$/libs" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$MODULE_DIR$/libs" recursive="false" />
</library>
</orderEntry>
<orderEntry type="library" exported="" name="skein-core" level="project" />
<orderEntry type="library" exported="" name="skein-utils" level="project" />
<orderEntry type="library" exported="" name="skein-logger" level="project" />
<orderEntry type="module-library" exported="">
<library type="flex">
<properties id="65536c7b-46dd-4171-ac26-480fcdbcd82e" />
<CLASSES>
<root url="file://$MODULE_DIR$/libs" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$MODULE_DIR$/libs" recursive="false" />
</library>
</orderEntry>
</component>
</module>