Initial commit

This commit is contained in:
Holger Boerchers
2018-08-12 13:23:44 +02:00
parent 59307bf28e
commit 7326ff6684
10 changed files with 253 additions and 0 deletions

8
SmallInjectorDemo.csproj Normal file
View File

@@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<AssemblyName>SmallInjectorDemo</AssemblyName>
<RootNamespace>SmallInjectorDemo</RootNamespace>
</PropertyGroup>
</Project>