forked from pboyer/verb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathverb.iml
19 lines (19 loc) · 877 Bytes
/
verb.iml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<module type="HAXE_MODULE" version="4">
<component name="HaxeModuleSettingsStorage">
<option name="haxeTarget" value="JavaScript" />
<option name="mainClass" value="verb.Verb" />
<option name="outputFileName" value="verb.js" />
<option name="outputFolder" value="$MODULE_DIR$/out/production/verb" />
</component>
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/out/production/verb" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="Haxe 3.1.3" jdkType="Haxe toolkit" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="promhx" level="project" />
</component>
</module>