|
@@ -1,57 +0,0 @@
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
-<project version="2">
|
|
|
|
- <!-- Output SWF options -->
|
|
|
|
- <output>
|
|
|
|
- <movie outputType="CustomBuild" />
|
|
|
|
- <movie input="" />
|
|
|
|
- <movie path="::name::.hl" />
|
|
|
|
- <movie fps="60" />
|
|
|
|
- <movie width="1280" />
|
|
|
|
- <movie height="800" />
|
|
|
|
- <movie version="14" />
|
|
|
|
- <movie minorVersion="0" />
|
|
|
|
- <movie platform="Flash Player" />
|
|
|
|
- <movie background="#FFFFFF" />
|
|
|
|
- </output>
|
|
|
|
- <!-- Other classes to be compiled into your SWF -->
|
|
|
|
- <classpaths>
|
|
|
|
- <class path="..\.." />
|
|
|
|
- </classpaths>
|
|
|
|
- <!-- Build options -->
|
|
|
|
- <build>
|
|
|
|
- <option directives="" />
|
|
|
|
- <option flashStrict="True" />
|
|
|
|
- <option noInlineOnDebug="False" />
|
|
|
|
- <option mainClass="::main::" />
|
|
|
|
- <option enabledebug="False" />
|
|
|
|
- <option additional="::params.split("\n").join("
")::" />
|
|
|
|
- </build>
|
|
|
|
- <!-- haxelib libraries -->
|
|
|
|
- <haxelib>
|
|
|
|
- <library name="heaps" />
|
|
|
|
- <library name="hlsdl" />
|
|
|
|
- </haxelib>
|
|
|
|
- <!-- Class files to compile (other referenced classes will automatically be included) -->
|
|
|
|
- <compileTargets>
|
|
|
|
- <!-- example: <compile path="..." /> -->
|
|
|
|
- </compileTargets>
|
|
|
|
- <!-- Assets to embed into the output SWF -->
|
|
|
|
- <library>
|
|
|
|
- <!-- example: <asset path="..." id="..." update="..." glyphs="..." mode="..." place="..." sharepoint="..." /> -->
|
|
|
|
- </library>
|
|
|
|
- <!-- Paths to exclude from the Project Explorer tree -->
|
|
|
|
- <hiddenPaths>
|
|
|
|
- </hiddenPaths>
|
|
|
|
- <!-- Executed before build -->
|
|
|
|
- <preBuildCommand>haxe -lib hlsdl ::name::_hl.hxml</preBuildCommand>
|
|
|
|
- <!-- Executed after build -->
|
|
|
|
- <postBuildCommand alwaysRun="False" />
|
|
|
|
- <!-- Other project options -->
|
|
|
|
- <options>
|
|
|
|
- <option showHiddenPaths="False" />
|
|
|
|
- <option testMovie="Custom" />
|
|
|
|
- <option testMovieCommand="hl ::name::.hl" />
|
|
|
|
- </options>
|
|
|
|
- <!-- Plugin storage -->
|
|
|
|
- <storage />
|
|
|
|
-</project>
|
|
|