Add project files.

This commit is contained in:
2018-05-22 11:57:55 +01:00
parent 4748e703d6
commit 7bd1edd341
3 changed files with 40 additions and 0 deletions

8
SysEx.Net/Class1.cs Normal file
View File

@@ -0,0 +1,8 @@
using System;
namespace SysEx.Net
{
public class Class1
{
}
}

View File

@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
</Project>