18 lines
479 B
XML
18 lines
479 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<VisualStudioToolFile
|
|
Name="lburg"
|
|
Version="8.00"
|
|
>
|
|
<Rules>
|
|
<CustomBuildRule
|
|
Name="lburg"
|
|
DisplayName="lburg"
|
|
CommandLine=""$(SolutionDir)bin\$(ConfigurationName)\lburg.exe" "$(InputPath)" "$(InputDir)\$(InputName).c""
|
|
Outputs="$(InputDir)\$(InputName).c"
|
|
FileExtensions="*.md"
|
|
>
|
|
<Properties>
|
|
</Properties>
|
|
</CustomBuildRule>
|
|
</Rules>
|
|
</VisualStudioToolFile>
|