Add/remove source(s) in our MSVC project (audiographer)
This commit is contained in:
parent
e0a6aba28d
commit
8437d0a54a
@ -284,6 +284,10 @@
|
||||
RelativePath="..\src\general\demo_noise.cc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\general\limiter.cc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\general\loudness_reader.cc"
|
||||
>
|
||||
@ -312,6 +316,41 @@
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Limiter"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\private\limiter\limiter.cc"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug 32|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
||||
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release 32|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
||||
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release 32 with Debugging Capability|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
||||
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
@ -383,6 +422,10 @@
|
||||
RelativePath="..\audiographer\general\interleaver.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\private\limiter\limiter.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\audiographer\utils\listed_source.h"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user