summaryrefslogtreecommitdiff
path: root/WiggleWorldApp.hxproj
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2021-02-09 11:00:40 -0600
committerColin Okay <okay@toyful.space>2021-02-09 11:00:40 -0600
commitb26d00daa7fc76895ead11d08cb47b662575a378 (patch)
tree18c0ae2bddc9e5a17b9ef3a3487a45365c78a4be /WiggleWorldApp.hxproj
initial commit
Diffstat (limited to 'WiggleWorldApp.hxproj')
-rw-r--r--WiggleWorldApp.hxproj48
1 files changed, 48 insertions, 0 deletions
diff --git a/WiggleWorldApp.hxproj b/WiggleWorldApp.hxproj
new file mode 100644
index 0000000..650df96
--- /dev/null
+++ b/WiggleWorldApp.hxproj
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<project version="2">
+ <!-- Output SWF options -->
+ <output>
+ <movie outputType="CustomBuild" />
+ <movie input="" />
+ <movie path="project.xml" />
+ <movie fps="30" />
+ <movie width="800" />
+ <movie height="600" />
+ <movie version="1" />
+ <movie minorVersion="0" />
+ <movie platform="Lime" />
+ <movie background="#FFFFFF" />
+ <movie preferredSDK=";3;" />
+ </output>
+ <!-- Other classes to be compiled into your SWF -->
+ <classpaths>
+ <class path="Source" />
+ </classpaths>
+ <!-- Build options -->
+ <build>
+ </build>
+ <!-- haxelib libraries -->
+ <haxelib>
+ <!-- example: <library name="..." /> -->
+ </haxelib>
+ <!-- Class files to compile (other referenced classes will automatically be included) -->
+ <compileTargets>
+ <!-- example: <compile path="..." /> -->
+ </compileTargets>
+ <!-- Paths to exclude from the Project Explorer tree -->
+ <hiddenPaths>
+ <hidden path="obj" />
+ </hiddenPaths>
+ <!-- Executed before build -->
+ <preBuildCommand>"$(CompilerPath)/haxelib" run lime build "$(OutputFile)" $(TargetBuild) -$(BuildConfig) -Dfdb</preBuildCommand>
+ <!-- Executed after build -->
+ <postBuildCommand alwaysRun="False" />
+ <!-- Other project options -->
+ <options>
+ <option showHiddenPaths="False" />
+ <option testMovie="Custom" />
+ <option testMovieCommand="" />
+ </options>
+ <!-- Plugin storage -->
+ <storage />
+</project> \ No newline at end of file