1<?xml version="1.0" encoding="utf-8"?> 2<project version="2"> 3 <!-- Output SWF options --> 4 <output> 5 <movie outputType="Application" /> 6 <movie input="" /> 7 <movie path="bin\HaxeTutorial" /> 8 <movie fps="30" /> 9 <movie width="800" /> 10 <movie height="600" /> 11 <movie version="0" /> 12 <movie minorVersion="0" /> 13 <movie platform="C#" /> 14 <movie background="#FFFFFF" /> 15 </output> 16 <!-- Other classes to be compiled into your SWF --> 17 <classpaths> 18 <class path="src" /> 19 <class path="gen-haxe" /> 20 <class path="..\..\lib\haxe\src" /> 21 </classpaths> 22 <!-- Build options --> 23 <build> 24 <option directives="" /> 25 <option flashStrict="False" /> 26 <option noInlineOnDebug="False" /> 27 <option mainClass="Main" /> 28 <option enabledebug="False" /> 29 <option additional="" /> 30 </build> 31 <!-- haxelib libraries --> 32 <haxelib> 33 <library name="uuid" /> 34 </haxelib> 35 <!-- Class files to compile (other referenced classes will automatically be included) --> 36 <compileTargets> 37 <!-- example: <compile path="..." /> --> 38 </compileTargets> 39 <!-- Paths to exclude from the Project Explorer tree --> 40 <hiddenPaths> 41 <hidden path="obj" /> 42 <hidden path="cpp.hxml" /> 43 <hidden path="csharp.hxml" /> 44 <hidden path="flash.hxml" /> 45 <hidden path="java.hxml" /> 46 <hidden path="javascript.hxml" /> 47 <hidden path="make_all.bat" /> 48 <hidden path="make_all.sh" /> 49 <hidden path="Makefile.am" /> 50 <hidden path="neko.hxml" /> 51 <hidden path="php.hxml" /> 52 <hidden path="project.hide" /> 53 <hidden path="python.hxml" /> 54 </hiddenPaths> 55 <!-- Executed before build --> 56 <preBuildCommand>thrift -r -gen haxe ../tutorial.thrift</preBuildCommand> 57 <!-- Executed after build --> 58 <postBuildCommand alwaysRun="False" /> 59 <!-- Other project options --> 60 <options> 61 <option showHiddenPaths="False" /> 62 <option testMovie="Unknown" /> 63 <option testMovieCommand="" /> 64 </options> 65 <!-- Plugin storage --> 66 <storage /> 67</project>