Notepad3/grepWinNP3/versioninfo.build
2020-04-17 14:19:38 +02:00

19 lines
459 B
XML

<?xml version="1.0"?>
<project name="VersionInfo" default="versioninfo">
<target name="versioninfo">
<exec program="GitWCRev.exe">
<arg value="." />
<arg value="version.build.in" />
<arg value="version.build" />
</exec>
<nant target="setversioninfo">
<buildfiles>
<include name="version.build" />
</buildfiles>
</nant>
</target>
</project>