| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| # |
| # Licensed to the Apache Software Foundation (ASF) under one |
| # or more contributor license agreements. See the NOTICE file |
| # distributed with this work for additional information |
| # regarding copyright ownership. The ASF licenses this file |
| # to you under the Apache License, Version 2.0 (the |
| # "License"); you may not use this file except in compliance |
| # with the License. You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, |
| # software distributed under the License is distributed on an |
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| # KIND, either express or implied. See the License for the |
| # specific language governing permissions and limitations |
| # under the License. |
| # |
| --> |
| <project version="2"> |
| <!-- Output SWF options --> |
| <output> |
| <movie outputType="Application" /> |
| <movie input="" /> |
| <movie path="bin\TestOutput.js" /> |
| <movie fps="0" /> |
| <movie width="0" /> |
| <movie height="0" /> |
| <movie version="0" /> |
| <movie minorVersion="0" /> |
| <movie platform="JavaScript" /> |
| <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="Main" /> |
| <option enabledebug="False" /> |
| <option additional="" /> |
| </build> |
| <!-- haxelib libraries --> |
| <haxelib> |
| <library name="thrift" /> |
| </haxelib> |
| <!-- Class files to compile (other referenced classes will automatically be included) --> |
| <compileTargets> |
| <compile path="src\Main.hx" /> |
| </compileTargets> |
| <!-- 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="False" /> |
| <option testMovie="Webserver" /> |
| <option testMovieCommand="bin/index.html" /> |
| </options> |
| <!-- Plugin storage --> |
| <storage /> |
| </project> |