﻿<?xml version="1.0" encoding="utf-8"?>
<VisualStudioToolFile
	Name="version"
	Version="8.00"
	>
	<Rules>
		<CustomBuildRule
			Name="Version"
			DisplayName="Version"
			CommandLine="python $(InputPath) $(IntDir)"
			Outputs="$(IntDir)\$(InputName).cpp"
			FileExtensions="*.py"
			AdditionalDependencies="$(ProjectDir)..\configure"
			ExecutionDescription="Executing Version ..."
			ShowOnlyRuleProperties="false"
			>
		</CustomBuildRule>
	</Rules>
</VisualStudioToolFile>
