Sha256: 037a12e6886ec16929a257079636c7251684fcdb09213bc5ab868853f72000d9
Contents?: true
Size: 1.69 KB
Versions: 31
Compression:
Stored size: 1.69 KB
Contents
<?xml version="1.0" encoding="utf-8"?> <project version="2"> <!-- Output SWF options --> <output> <movie outputType="Application" /> <movie input="" /> <movie path="bin\JarisFLVPlayer.swf" /> <movie fps="30" /> <movie width="800" /> <movie height="600" /> <movie version="11" /> <movie minorVersion="3" /> <movie platform="Flash Player" /> <movie background="#000000" /> <movie preferredSDK="Haxe 2.10;2.10;" /> </output> <!-- Other classes to be compiled into your SWF --> <classpaths> <class path="src" /> </classpaths> <!-- Build options --> <build> <option directives="" /> <option flashStrict="False" /> <option noInlineOnDebug="False" /> <option mainClass="jaris.Main" /> <option enabledebug="False" /> <option additional="" /> </build> <!-- haxelib libraries --> <haxelib> <library name="" /> </haxelib> <!-- Class files to compile (other referenced classes will automatically be included) --> <compileTargets> <compile path="src\jaris\Main.hx" /> </compileTargets> <!-- Assets to embed into the output SWF --> <library> <asset path="src\jaris\utils\base64\library.swf" /> </library> <!-- Paths to exclude from the Project Explorer tree --> <hiddenPaths> <hidden path="obj" /> </hiddenPaths> <!-- Executed before build --> <preBuildCommand /> <!-- Executed after build --> <postBuildCommand alwaysRun="False" /> <!-- Other project options --> <options> <option showHiddenPaths="True" /> <option testMovie="Default" /> <option testMovieCommand="" /> </options> <!-- Plugin storage --> <storage /> </project>
Version data entries
31 entries across 31 versions & 1 rubygems