-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLaserRaster.iml
34 lines (33 loc) · 1.43 KB
/
LaserRaster.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
<?xml version="1.0" encoding="UTF-8"?>
<module type="Flex" version="4">
<component name="FlexBuildConfigurationManager" active="LaserRaster">
<configurations>
<configuration name="LaserRaster" main-class="Main" output-file="Main.swf" output-folder="$MODULE_DIR$/out/production/LaserRaster" use-html-wrapper="true" wrapper-template-path="$MODULE_DIR$/html-template">
<dependencies target-player="13.0">
<sdk name="4.12.1" />
</dependencies>
<compiler-options>
<map>
<entry key="compiler.debug.swf" value="true" />
<entry key="metadata.creator" value="Nick Kwiatkowski" />
<entry key="metadata.date" value="2014-06" />
<entry key="metadata.publisher" value="Lansing Makers Network" />
<entry key="metadata.title" value="GCode Raster Generator" />
</map>
</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="4.12.1" jdkType="Flex SDK Type (new)" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>