mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
28 lines
725 B
XML
28 lines
725 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<VisualStudioToolFile
|
|
Name="Nyquist Plugin"
|
|
Version="8.00"
|
|
>
|
|
<Rules>
|
|
<CustomBuildRule
|
|
Name="copy"
|
|
DisplayName="Copy Nyquist file"
|
|
CommandLine="copy /Y [inputs] [$OutputName]"
|
|
Outputs="[$OutputName]"
|
|
FileExtensions="*.ny;*.lsp;*.raw"
|
|
ExecutionDescription="Copying $(InputName)"
|
|
SupportsFileBatching="true"
|
|
>
|
|
<Properties>
|
|
<StringProperty
|
|
Name="OutputName"
|
|
DisplayName="Output File"
|
|
Description="Specifies a name to override the default file name"
|
|
Switch=""[value]""
|
|
DefaultValue=""$(OutDir)\$(ParentName)\$(InputFileName)""
|
|
/>
|
|
</Properties>
|
|
</CustomBuildRule>
|
|
</Rules>
|
|
</VisualStudioToolFile>
|