Add mathmisc to dotnet

This commit is contained in:
Chris Cannam
2022-09-29 16:19:43 +01:00
parent 11d5deff62
commit f26771d077

View File

@@ -157,6 +157,7 @@
<ClCompile Include="..\src\common\Allocators.cpp" /> <ClCompile Include="..\src\common\Allocators.cpp" />
<ClCompile Include="..\src\common\StretchCalculator.cpp" /> <ClCompile Include="..\src\common\StretchCalculator.cpp" />
<ClCompile Include="..\src\common\sysutils.cpp" /> <ClCompile Include="..\src\common\sysutils.cpp" />
<ClCompile Include="..\src\common\mathmisc.cpp" />
<ClCompile Include="..\src\common\Thread.cpp" /> <ClCompile Include="..\src\common\Thread.cpp" />
<ClCompile Include="..\src\finer\R3Stretcher.cpp" /> <ClCompile Include="..\src\finer\R3Stretcher.cpp" />
</ItemGroup> </ItemGroup>