Move .NET code into dotnet/

This commit is contained in:
Chris Cannam
2021-02-10 13:47:14 +00:00
parent cfb4bd6b4f
commit 2b06851c75
14 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>rubberband_sharp</RootNamespace>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
</PropertyGroup>
</Project>