blob: 43faeb1fba969d0cc02f09e39a0fbcbf7f533677 (
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) $(IntDir)"
Outputs="$(IntDir)\$(InputName).cpp"
FileExtensions="*.py"
AdditionalDependencies="$(ProjectDir)..\configure"
ExecutionDescription="Executing Version ..."
ShowOnlyRuleProperties="false"
>
</CustomBuildRule>
</Rules>
</VisualStudioToolFile>
|