42 lines
739 B
XML
42 lines
739 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
|
|
<app
|
|
file="TestLib"
|
|
title="TestLib"
|
|
package="org.haxe.hxcpp.TestLib"
|
|
version="1.0"
|
|
company="nme"
|
|
main="Test"
|
|
/>
|
|
|
|
<window
|
|
width="640"
|
|
height="480"
|
|
orientation="landscape"
|
|
fps="60"
|
|
background="0xffffff"
|
|
resizeable="true"
|
|
hardware="true"
|
|
/>
|
|
|
|
|
|
<classpath name="." />
|
|
<haxelib name="nme" />
|
|
|
|
<assets>
|
|
<asset name="Test.hx" />
|
|
</assets>
|
|
|
|
|
|
<ndll name="std" />
|
|
<ndll name="regexp" />
|
|
<ndll name="zlib" />
|
|
<ndll name="nme" haxelib="nme" nekoapi="1"/>
|
|
|
|
<certificates>
|
|
<certificate file="signature.cer" name="mysign" password="ajkhsakjhf" />
|
|
</certificates>
|
|
|
|
</project>
|