-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.xml
33 lines (25 loc) · 998 Bytes
/
project.xml
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
<?xml version="1.0" encoding="utf-8"?>
<project>
<!-- NMML reference: https://gist.github.com/1763850 -->
<meta title="MetropolisGraphqlSDK" package="MetropolisGraphqlSDK" version="1.0.0" company="Asim" />
<!-- output -->
<app main="Main" file="MetropolisGraphqlSDK" path="bin" />
<window background="#000000" fps="60" />
<window width="500" height="500" unless="mobile" />
<window allow-high-dpi="true" width="0" height="0" fps="60" if="html5" />
<window orientation="landscape" vsync="false" antialiasing="0" if="cpp" />
<!-- classpath, haxe libs -->
<source path="src" />
<haxelib name="openfl" />
<haxelib name="tjson" />
<haxelib name="singletoninterface" />
<haxelib name="tink_http" />
<haxelib name="haxelow" />
<haxelib name="promhx" />
<!-- assets -->
<icon path="assets/openfl.svg" />
<assets path="assets/img" rename="img" />
<!-- optimize output -->
<haxeflag name="-dce full" />
<haxeflag name="-D no-deprecation-warnings" />
</project>