Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/sanear.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sanear.vcxproj')
-rw-r--r--sanear.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/sanear.vcxproj b/sanear.vcxproj
index 78f69f1..ee5c5b0 100644
--- a/sanear.vcxproj
+++ b/sanear.vcxproj
@@ -108,6 +108,7 @@
<ClInclude Include="src\DspCrossfeed.h" />
<ClInclude Include="src\DspDither.h" />
<ClInclude Include="src\DspFormat.h" />
+ <ClInclude Include="src\DspTempo2.h" />
<ClInclude Include="src\DspLimiter.h" />
<ClInclude Include="src\DspMatrix.h" />
<ClInclude Include="src\DspChunk.h" />
@@ -135,6 +136,7 @@
<ClCompile Include="src\DspBalance.cpp" />
<ClCompile Include="src\DspCrossfeed.cpp" />
<ClCompile Include="src\DspDither.cpp" />
+ <ClCompile Include="src\DspTempo2.cpp" />
<ClCompile Include="src\DspLimiter.cpp" />
<ClCompile Include="src\DspMatrix.cpp" />
<ClCompile Include="src\DspChunk.cpp" />