From 1fe0329efbf19916203a17dbd2ad4934155a8157 Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Tue, 4 Jun 2019 22:32:53 +0200 Subject: [PATCH] - update solution and csproj --- LightweightIocContainer.sln | 25 +++++++++++++++++++ .../LightweightIocContainer.csproj | 19 ++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 LightweightIocContainer.sln create mode 100644 LightweightIocContainer/LightweightIocContainer.csproj diff --git a/LightweightIocContainer.sln b/LightweightIocContainer.sln new file mode 100644 index 0000000..aca5db5 --- /dev/null +++ b/LightweightIocContainer.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.572 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LightweightIocContainer", "LightweightIocContainer\LightweightIocContainer.csproj", "{17EDC847-0F69-462E-AD42-701BAEDF830F}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {17EDC847-0F69-462E-AD42-701BAEDF830F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {17EDC847-0F69-462E-AD42-701BAEDF830F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {17EDC847-0F69-462E-AD42-701BAEDF830F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {17EDC847-0F69-462E-AD42-701BAEDF830F}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {DBE44E17-B579-4ACC-8EE6-4D7C90759CC7} + EndGlobalSection +EndGlobal diff --git a/LightweightIocContainer/LightweightIocContainer.csproj b/LightweightIocContainer/LightweightIocContainer.csproj new file mode 100644 index 0000000..a3ce2f2 --- /dev/null +++ b/LightweightIocContainer/LightweightIocContainer.csproj @@ -0,0 +1,19 @@ + + + + netstandard2.0 + + + + + + + + + + + + + + +