From 7bd1edd341fc7704df109ace8da4e4cd477f90d3 Mon Sep 17 00:00:00 2001 From: exsersewo Date: Tue, 22 May 2018 11:57:55 +0100 Subject: [PATCH] Add project files. --- SysEx.Net.sln | 25 +++++++++++++++++++++++++ SysEx.Net/Class1.cs | 8 ++++++++ SysEx.Net/SysEx.Net.csproj | 7 +++++++ 3 files changed, 40 insertions(+) create mode 100644 SysEx.Net.sln create mode 100644 SysEx.Net/Class1.cs create mode 100644 SysEx.Net/SysEx.Net.csproj diff --git a/SysEx.Net.sln b/SysEx.Net.sln new file mode 100644 index 0000000..2600ce2 --- /dev/null +++ b/SysEx.Net.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27428.2043 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SysEx.Net", "SysEx.Net\SysEx.Net.csproj", "{2C847B95-0FEB-4323-962F-E21D3E879383}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2C847B95-0FEB-4323-962F-E21D3E879383}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2C847B95-0FEB-4323-962F-E21D3E879383}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2C847B95-0FEB-4323-962F-E21D3E879383}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2C847B95-0FEB-4323-962F-E21D3E879383}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F191F76A-5A6E-4394-95BF-2FAB261D41A8} + EndGlobalSection +EndGlobal diff --git a/SysEx.Net/Class1.cs b/SysEx.Net/Class1.cs new file mode 100644 index 0000000..5680640 --- /dev/null +++ b/SysEx.Net/Class1.cs @@ -0,0 +1,8 @@ +using System; + +namespace SysEx.Net +{ + public class Class1 + { + } +} diff --git a/SysEx.Net/SysEx.Net.csproj b/SysEx.Net/SysEx.Net.csproj new file mode 100644 index 0000000..9f5c4f4 --- /dev/null +++ b/SysEx.Net/SysEx.Net.csproj @@ -0,0 +1,7 @@ + + + + netstandard2.0 + + +