From 93e9749662e1d5304b56c9b915c38cc706415a8e Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Mon, 19 Mar 2018 16:00:41 -0400 Subject: [PATCH] Add project files. --- LambdaTest.sln | 25 +++++++++++++++++++++++++ LambdaTest/Class1.cs | 8 ++++++++ LambdaTest/LambdaTest.csproj | 7 +++++++ 3 files changed, 40 insertions(+) create mode 100644 LambdaTest.sln create mode 100644 LambdaTest/Class1.cs create mode 100644 LambdaTest/LambdaTest.csproj diff --git a/LambdaTest.sln b/LambdaTest.sln new file mode 100644 index 0000000..4cf3243 --- /dev/null +++ b/LambdaTest.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27428.2011 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LambdaTest", "LambdaTest\LambdaTest.csproj", "{2148F240-4384-4383-B645-01E8B9C06782}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2148F240-4384-4383-B645-01E8B9C06782}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2148F240-4384-4383-B645-01E8B9C06782}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2148F240-4384-4383-B645-01E8B9C06782}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2148F240-4384-4383-B645-01E8B9C06782}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {2AECAD9A-20A6-4250-9FC4-D0CC2ACCEBA9} + EndGlobalSection +EndGlobal diff --git a/LambdaTest/Class1.cs b/LambdaTest/Class1.cs new file mode 100644 index 0000000..5ccce32 --- /dev/null +++ b/LambdaTest/Class1.cs @@ -0,0 +1,8 @@ +using System; + +namespace LambdaTest +{ + public class Class1 + { + } +} diff --git a/LambdaTest/LambdaTest.csproj b/LambdaTest/LambdaTest.csproj new file mode 100644 index 0000000..5766db6 --- /dev/null +++ b/LambdaTest/LambdaTest.csproj @@ -0,0 +1,7 @@ + + + + netcoreapp2.0 + + +