mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-16 08:34:10 +02:00
Adds a custom build step to copy the nyquist-plot.txt
This commit is contained in:
parent
1c6f7658a1
commit
281281c0af
@ -2558,6 +2558,42 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\nyquist\nyquist-plot.txt"
|
RelativePath="..\..\..\nyquist\nyquist-plot.txt"
|
||||||
>
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Unicode Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
CommandLine="copy /Y "$(InputFileName)" "$(OutDir)\$(ParentName)\$(InputFileName)""
|
||||||
|
Outputs="$(OutDir)\$(ParentName)\$(InputFileName)"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Unicode Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
CommandLine="copy /Y "$(InputDir)\$(InputFileName)" "$(OutDir)\$(ParentName)\$(InputFileName)""
|
||||||
|
Outputs="$(OutDir)\$(ParentName)\$(InputFileName)"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
CommandLine="copy /Y "$(InputFileName)" "$(OutDir)\$(ParentName)\$(InputFileName)""
|
||||||
|
Outputs="$(OutDir)\$(ParentName)\$(InputFileName)"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
CommandLine="copy /Y "$(InputFileName)" "$(OutDir)\$(ParentName)\$(InputFileName)""
|
||||||
|
Outputs="$(OutDir)\$(ParentName)\$(InputFileName)"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\nyquist\nyquist.lsp"
|
RelativePath="..\..\..\nyquist\nyquist.lsp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user