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

tools.build « tools - github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4c40424680af2c5ffea0a75390702be93e2a5c07 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<project name="tools" default="tools">
    <target name="tools">
        <csc target="exe" output="asmref.exe" optimize="true">
            <sources>
                <include name="asmref.cs" />
            </sources>
        </csc>
    </target>
</project>