Menu

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

Download this file

19 lines (15 with data), 374 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" />
		</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.