This commit is contained in:
2013-08-09 08:56:46 +02:00
commit d773b3ba5f
10 changed files with 195 additions and 0 deletions

10
project.xml Executable file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta title="Haxework" package="com.abit.haxework" version="1.0.0" company="Abit"/>
<app main="com.abit.haxework.Test" path="target" file="haxework-test"/>
<source path="src/main/haxe"/>
<haxelib name="openfl"/>
</project>