From 06767bf01d466d5867adc21b505d4f95a6ca97b2 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Wed, 10 Feb 2021 14:24:23 +0000 Subject: [PATCH] Move these to dotnet also --- rubberband-dll.vcxproj => dotnet/rubberband-dll.vcxproj | 0 .../rubberband-dll.vcxproj.filters | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename rubberband-dll.vcxproj => dotnet/rubberband-dll.vcxproj (100%) rename rubberband-dll.vcxproj.filters => dotnet/rubberband-dll.vcxproj.filters (100%) diff --git a/rubberband-dll.vcxproj b/dotnet/rubberband-dll.vcxproj similarity index 100% rename from rubberband-dll.vcxproj rename to dotnet/rubberband-dll.vcxproj diff --git a/rubberband-dll.vcxproj.filters b/dotnet/rubberband-dll.vcxproj.filters similarity index 100% rename from rubberband-dll.vcxproj.filters rename to dotnet/rubberband-dll.vcxproj.filters