blob: a496ea5f29e0c85a8639840b7dd399746b57250e (
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="GenResources"
Version="8.00"
>
<Rules>
<CustomBuildRule
Name="GenResources"
DisplayName="GenResources"
CommandLine="python "$(ProjectDir)..\src\res2cc_cmd.py" "$(ProjectDir)..\templates" $(IntDir)\resources.cpp"
Outputs="$(IntDir)\resources.cpp"
FileExtensions=".*"
AdditionalDependencies="$(ProjectDir)..\src\res2cc_cmd.py"
ExecutionDescription="Executing res2cc_cmd on $(ProjectDir)..\templates ..."
ShowOnlyRuleProperties="false"
>
</CustomBuildRule>
</Rules>
</VisualStudioToolFile>
|