-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathair-hid-usb.iml
30 lines (29 loc) · 1.53 KB
/
air-hid-usb.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
<?xml version="1.0" encoding="UTF-8"?>
<module type="Flex" version="4">
<component name="FlexBuildConfigurationManager" active="air-hid-usb">
<configurations>
<configuration name="air-hid-usb" target-platform="Desktop" main-class="DemoHID" output-file="air_hid_usb.swf" output-folder="$MODULE_DIR$/out/production/air-hid-usb" skip-build="true">
<dependencies>
<sdk name="air14_4.12.1" />
</dependencies>
<compiler-options />
<packaging-air-desktop use-generated-descriptor="false" custom-descriptor-path="$MODULE_DIR$/application/air-manifest.xml" package-file-name="air-hid-usb" />
<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$/application/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/hidapi/hidapi_ane/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/hidapi/hidapi_native/hidapi" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/hidapi/hidapi_native/mac" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/hidapi/hidapi_native/windows" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="air14_4.12.1" jdkType="Flex SDK Type (new)" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>