Update dotnet build file

This commit is contained in:
Chris Cannam
2022-06-29 18:04:10 +01:00
parent f41c9a257e
commit ddbb814c68

View File

@@ -147,17 +147,18 @@
<ClCompile Include="..\src\faster\SilentAudioCurve.cpp" />
<ClCompile Include="..\src\faster\PercussiveAudioCurve.cpp" />
<ClCompile Include="..\src\faster\StretcherChannelData.cpp" />
<ClCompile Include="..\src\faster\StretcherImpl.cpp" />
<ClCompile Include="..\src\faster\R2Stretcher.cpp" />
<ClCompile Include="..\src\faster\StretcherProcess.cpp" />
<ClCompile Include="..\src\common\BQResampler.cpp" />
<ClCompile Include="..\src\common\Profiler.cpp" />
<ClCompile Include="..\src\common\Resampler.cpp" />
<ClCompile Include="..\src\common\FFT.cpp" />
<ClCompile Include="..\src\common\Log.cpp" />
<ClCompile Include="..\src\common\Allocators.cpp" />
<ClCompile Include="..\src\common\StretchCalculator.cpp" />
<ClCompile Include="..\src\common\sysutils.cpp" />
<ClCompile Include="..\src\common\Thread.cpp" />
<ClCompile Include="..\src\finer\R3StretcherImpl.cpp" />
<ClCompile Include="..\src\finer\R3Stretcher.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">