mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-26 23:30:17 +01:00
Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches
This commit is contained in:
27
win/ny.rules
Normal file
27
win/ny.rules
Normal file
@@ -0,0 +1,27 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user