43faeb1fba969d0cc02f09e39a0fbcbf7f533677
[platform/upstream/doxygen.git] / winbuild / Version.rules
1 <?xml version="1.0" encoding="utf-8"?>
2 <VisualStudioToolFile
3         Name="version"
4         Version="8.00"
5         >
6         <Rules>
7                 <CustomBuildRule
8                         Name="Version"
9                         DisplayName="Version"
10                         CommandLine="python $(InputPath) $(IntDir)"
11                         Outputs="$(IntDir)\$(InputName).cpp"
12                         FileExtensions="*.py"
13                         AdditionalDependencies="$(ProjectDir)..\configure"
14                         ExecutionDescription="Executing Version ..."
15                         ShowOnlyRuleProperties="false"
16                         >
17                 </CustomBuildRule>
18         </Rules>
19 </VisualStudioToolFile>