Menu

[r1147]: / trunk / versioninfo.build  Maximize  Restore  History

Download this file

20 lines (16 with data), 490 Bytes

<?xml version="1.0"?>
<project name="VersionInfo" default="versioninfo">

    <target name="versioninfo">

        <exec program="SubWCRev.exe">
            <arg value="." />
            <arg value="version.build.in" />
            <arg value="version.build" />
            <arg value="-f" />
        </exec>

        <nant target="setversioninfo">
            <buildfiles>
                <include name="version.build" />
            </buildfiles>
        </nant>
    </target>

</project>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.