summaryrefslogtreecommitdiffstats
path: root/winbuild/Version.rules
blob: 7e85679150f5cabfda7cfbff33e5f06b208b00ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<VisualStudioToolFile
	Name="version"
	Version="8.00"
	>
	<Rules>
		<CustomBuildRule
			Name="Version"
			DisplayName="Version"
			CommandLine="python $(InputPath) [AllOptions] [AdditionalOptions] [inputs]"
			Outputs="$(InputDir)../src/$(InputName).cpp"
			FileExtensions="*.py"
			AdditionalDependencies="$(ProjectDir)..\src\configure"
			ExecutionDescription="Executing Version ..."
			ShowOnlyRuleProperties="false"
			>
		</CustomBuildRule>
	</Rules>
</VisualStudioToolFile>