blob: bd2566123b6a58504e79d1729572f40e55e49f33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="utf-8"?>
<VisualStudioToolFile
Name="unistd"
Version="8.00"
>
<Rules>
<CustomBuildRule
Name="Unistd"
DisplayName="Unistd"
CommandLine="python "$(InputPath)" [AllOptions] [AdditionalOptions] $(IntDir)"
Outputs="$(IntDir)/$(InputName).h"
FileExtensions="*.py"
ExecutionDescription="Executing Unistd ..."
ShowOnlyRuleProperties="false"
>
</CustomBuildRule>
</Rules>
</VisualStudioToolFile>
|