1
0
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:
lllucius 2011-03-30 01:15:59 +00:00
parent 1c6f7658a1
commit 281281c0af

View File

@ -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 &quot;$(InputFileName)&quot; &quot;$(OutDir)\$(ParentName)\$(InputFileName)&quot;"
Outputs="$(OutDir)\$(ParentName)\$(InputFileName)"
/>
</FileConfiguration>
<FileConfiguration
Name="Unicode Debug|Win32"
>
<Tool
Name="VCCustomBuildTool"
CommandLine="copy /Y &quot;$(InputDir)\$(InputFileName)&quot; &quot;$(OutDir)\$(ParentName)\$(InputFileName)&quot;"
Outputs="$(OutDir)\$(ParentName)\$(InputFileName)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCustomBuildTool"
CommandLine="copy /Y &quot;$(InputFileName)&quot; &quot;$(OutDir)\$(ParentName)\$(InputFileName)&quot;"
Outputs="$(OutDir)\$(ParentName)\$(InputFileName)"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCustomBuildTool"
CommandLine="copy /Y &quot;$(InputFileName)&quot; &quot;$(OutDir)\$(ParentName)\$(InputFileName)&quot;"
Outputs="$(OutDir)\$(ParentName)\$(InputFileName)"
/>
</FileConfiguration>
</File> </File>
<File <File
RelativePath="..\..\..\nyquist\nyquist.lsp" RelativePath="..\..\..\nyquist\nyquist.lsp"