ikvm-fork/runtime/runtime.build

12 строки
415 B
XML

<?xml version="1.0"?>
<project name="IKVM.Runtime" default="IKVM.Runtime">
<target name="IKVM.Runtime">
<property overwrite="false" name="signed" value="" />
<csc target="library" output="../bin/IKVM.Runtime.dll" define="TRACE;${signed}" optimize="true" unsafe="true">
<sources>
<includes name="*.cs" />
</sources>
</csc>
</target>
</project>