- update solution and csproj

pull/32/head
Simon Gockner 7 years ago
parent 55285cf085
commit 1fe0329efb
  1. 25
      LightweightIocContainer.sln
  2. 19
      LightweightIocContainer/LightweightIocContainer.csproj

@ -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

@ -0,0 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Folder Include="Exceptions\" />
<Folder Include="Factories\" />
<Folder Include="Interfaces\Factories\" />
<Folder Include="Interfaces\Registrations\" />
<Folder Include="Registrations\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Reflection.Emit" Version="4.3.0" />
</ItemGroup>
</Project>
Loading…
Cancel
Save