Add project files.

This commit is contained in:
olu.ameye
2019-04-11 14:02:54 -04:00
parent 7e8244d59b
commit d2da8a8bd5
15 changed files with 621 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
using System;
namespace merms_svsly
{
public class Class1
{
}
}
+7
View File
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
</Project>