ikvm-fork/runtime/runtime.build

11 строки
343 B
XML

<?xml version="1.0"?>
<project name="IKVM.Runtime" default="IKVM.Runtime">
<target name="IKVM.Runtime">
<csc target="library" output="../bin/IKVM.Runtime.dll" define="TRACE" optimize="true" unsafe="true">
<sources>
<includes name="*.cs" />
</sources>
</csc>
</target>
</project>