breakfastquay / rubberband

Official mirror of Rubber Band Library, an audio time-stretching and pitch-shifting library.
http://breakfastquay.com/rubberband/
GNU General Public License v2.0
561 stars 89 forks source link

dotnet on Linux #61

Open isolin opened 2 years ago

isolin commented 2 years ago

I tried to build the dotnet sln but it failed at importing the following projects in rubberband-dll.vcxproj:

<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

This looks like being specific to Windows, but I'm on Linux. Any suggestions to get the .NET wrapper work on Linux please?

cannam commented 2 years ago

I have no idea about anything to do with .NET, sorry - if anyone reading this has a clue, please comment!