1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <project version =" 2" >
3+ <!-- Output SWF options -->
4+ <output >
5+ <movie outputType =" CustomBuild" />
6+ <movie input =" " />
7+ <movie path =" Project.xml" />
8+ <movie fps =" 60" />
9+ <movie width =" 640" />
10+ <movie height =" 480" />
11+ <movie version =" 1" />
12+ <movie minorVersion =" 0" />
13+ <movie platform =" Lime" />
14+ <movie background =" 000000" />
15+ <movie preferredSDK =" Haxe 3.0.0;3.0.0;" />
16+ </output >
17+ <!-- Other classes to be compiled into your SWF -->
18+ <classpaths >
19+ <class path =" C:\HaxeToolkit\haxe\lib\flixel\git" />
20+ <class path =" C:\HaxeToolkit\haxe\lib\openfl\2,1,0" />
21+ <class path =" C:\HaxeToolkit\haxe\lib\lime\2,0,0-alpha" />
22+ <class path =" source" />
23+ <class path =" export\flash\haxe" />
24+ </classpaths >
25+ <!-- Build options -->
26+ <build >
27+ <option directives =" flixel=3.3.5
 openfl=2.1.0
 lime=2.0.0-alpha
 tools=2.0.0-alpha
 FLX_NO_DEBUG
 no-compilation
 openfl-flash
 web" />
28+ <option flashStrict =" False" />
29+ <option noInlineOnDebug =" False" />
30+ <option mainClass =" ApplicationMain" />
31+ <option enabledebug =" True" />
32+ <option additional =" --macro flixel.system.macros.FlxConditionals.run()
 -swf-version 11.8" />
33+ </build >
34+ <!-- haxelib libraries -->
35+ <haxelib >
36+ <!-- example: <library name="..." /> -->
37+ </haxelib >
38+ <!-- Class files to compile (other referenced classes will automatically be included) -->
39+ <compileTargets >
40+ <compile path =" Source\TestDrawRect.hx" />
41+ </compileTargets >
42+ <!-- Paths to exclude from the Project Explorer tree -->
43+ <hiddenPaths >
44+ <hidden path =" obj" />
45+ </hiddenPaths >
46+ <!-- Executed before build -->
47+ <preBuildCommand >"$(CompilerPath)/haxelib" run lime build "$(OutputFile)" $(TargetBuild) -$(BuildConfig) -Dfdb</preBuildCommand >
48+ <!-- Executed after build -->
49+ <postBuildCommand alwaysRun =" False" />
50+ <!-- Other project options -->
51+ <options >
52+ <option showHiddenPaths =" False" />
53+ <option testMovie =" Custom" />
54+ <option testMovieCommand =" " />
55+ </options >
56+ <!-- Plugin storage -->
57+ <storage />
58+ </project >
0 commit comments