Welcome to mirror list, hosted at ThFree Co, Russian Federation.

runtime.build « runtime - github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f839a04f218cf2f18badf8de5c595ab1f759ccf5 (plain)
1
2
3
4
5
6
7
8
9
10
<?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>