| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" encoding="utf-8"?>
- <project version="2">
- <!-- Output SWF options -->
- <output>
- <movie outputType="CustomBuild" />
- <movie input="" />
- <movie path="unit8.swf" />
- <movie fps="30" />
- <movie width="300" />
- <movie height="300" />
- <movie version="0" />
- <movie minorVersion="0" />
- <movie platform="Flash Player" />
- <movie background="#FFFFFF" />
- </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="unit.Test" />
- <option enabledebug="False" />
- <option additional="" />
- </build>
- <!-- haxelib libraries -->
- <haxelib>
- <!-- example: <library name="..." /> -->
- </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>
- <hidden path="as3" />
- <hidden path="cpp" />
- <hidden path="php" />
- <hidden path="remoting.n" />
- <hidden path="res1.txt" />
- <hidden path="res2.bin" />
- <hidden path="runcpp.n" />
- <hidden path="unit.html" />
- <hidden path="unit.hxml" />
- <hidden path="unit.js" />
- <hidden path="unit.n" />
- <hidden path="unit8.swf" />
- <hidden path="unit9.swf" />
- <hidden path="unit9_as3.swf" />
- <hidden path="unit.js.map" />
- <hidden path="java" />
- <hidden path="runexe.n" />
- <hidden path="runjava.n" />
- <hidden path="server.bat" />
- <hidden path="obj" />
- <hidden path="serializedValues.txt" />
- </hiddenPaths>
- <!-- Executed before build -->
- <preBuildCommand>"$(CompilerPath)/haxe.exe" compile$(TargetBuild).hxml</preBuildCommand>
- <!-- Executed after build -->
- <postBuildCommand alwaysRun="False" />
- <!-- Other project options -->
- <options>
- <option showHiddenPaths="False" />
- <option testMovie="OpenDocument" />
- <option testMovieCommand="" />
- </options>
- <!-- Plugin storage -->
- <storage />
- </project>
|