This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
New Project.hxproj
64 lines (64 loc) · 3.14 KB
/
New Project.hxproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="utf-8"?>
<project version="2">
<!-- Output SWF options -->
<output>
<movie outputType="CustomBuild" />
<movie input="" />
<movie path="Project.xml" />
<movie fps="30" />
<movie width="640" />
<movie height="480" />
<movie version="0" />
<movie minorVersion="0" />
<movie platform="Lime" />
<movie background="#FFFFFF" />
</output>
<!-- Other classes to be compiled into your SWF -->
<classpaths>
<class path="C:\HaxeToolkit\haxe\lib\flixel\4,10,0" />
<class path="C:\HaxeToolkit\haxe\lib\openfl\9,1,0\src" />
<class path="C:\HaxeToolkit\haxe\lib\lime\7,9,0\src" />
<class path="C:\HaxeToolkit\haxe\lib\flixel-addons\git" />
<class path="C:\HaxeToolkit\haxe\lib\hscript\2,4,0" />
<class path="C:\HaxeToolkit\haxe\lib\flixel-ui\2,4,0" />
<class path="C:\HaxeToolkit\haxe\lib\newgrounds\1,1,5\lib\Source" />
<class path="C:\HaxeToolkit\haxe\lib\linc_luajit\git" />
<class path="C:\HaxeToolkit\haxe\lib\discord_rpc\git" />
<class path="C:\HaxeToolkit\haxe\lib\hxcpp\4,2,1" />
<class path="source" />
<class path="export\release\windows\haxe" />
</classpaths>
<!-- Build options -->
<build>
<option directives="flixel=4.10.0
openfl=9.1.0
lime=7.9.0
flixel-addons=2.11.0
hscript=2.4.0
flixel-ui=2.4.0
newgrounds=1.1.5
linc_luajit=0.0.3
linc_discord-rpc=1.0.0
discord_rpc=1.0.0
hxcpp=4.2.1
PRELOAD_ALL
lime-openal
ENABLE_LUA
native
lime-curl
openfl-native
lime-harfbuzz
enable_updates
hscriptPos
FLX_NO_FOCUS_LOST_SCREEN
NG_LOGIN
tools=7.9.0
HXCPP_CHECK_POINTER
lime-cairo
FLX_NO_DEBUG
X64_BITS
HXCPP_STACK_LINE
lime-opengl
no-compilation
NAPE_RELEASE_BUILD
HXCPP_DEBUG_LINK
newgrounds
lime-native
lime-vorbis
lime-cffi
windows
desktop" />
<option flashStrict="False" />
<option noInlineOnDebug="False" />
<option mainClass="ApplicationMain" />
<option enabledebug="False" />
<option additional="--macro openfl.utils._internal.ExtraParamsMacro.include()
--macro lime._internal.macros.DefineMacro.run()
--remap flash:openfl
--macro flixel.system.macros.FlxDefines.run()
-dce no
-xml crafterengine/doc.xml" />
</build>
<!-- haxelib libraries -->
<haxelib>
<!-- example: <library name="..." /> -->
</haxelib>
<!-- Class files to compile (other referenced classes will automatically be included) -->
<compileTargets>
<compile path="source\Main.hx" />
</compileTargets>
<!-- Paths to exclude from the Project Explorer tree -->
<hiddenPaths>
<hidden path="obj" />
</hiddenPaths>
<!-- Executed before build -->
<preBuildCommand>"$(CompilerPath)/haxelib" run lime build "$(OutputFile)" $(TargetBuild) -$(BuildConfig) -Dfdb -dce no</preBuildCommand>
<!-- Executed after build -->
<postBuildCommand alwaysRun="False" />
<!-- Other project options -->
<options>
<option showHiddenPaths="False" />
<option testMovie="Custom" />
<option testMovieCommand="lime test windows -dce no" />
</options>
<!-- Plugin storage -->
<storage />
</project>