diff --git a/SmallInjector/SmallInjector.csproj b/SmallInjector/SmallInjector.csproj index dc01571..2d42b55 100644 --- a/SmallInjector/SmallInjector.csproj +++ b/SmallInjector/SmallInjector.csproj @@ -5,11 +5,11 @@ - C:\Users\Holger\Desktop\SmallInjectorDemo\SmallInjector\SmallInjector.xml + bin\debug\SmallInjector.xml - C:\Users\Holger\Desktop\SmallInjectorDemo\SmallInjector\SmallInjector.xml + bin\release\SmallInjector.xml diff --git a/SmallInjectorDemo/Interfaces/IModule.cs b/SmallInjectorDemo/Interfaces/IModule.cs index f18b0e1..051156d 100644 --- a/SmallInjectorDemo/Interfaces/IModule.cs +++ b/SmallInjectorDemo/Interfaces/IModule.cs @@ -1,9 +1,8 @@ -using System; -using System.Collections.Generic; -using System.Text; - -namespace SmallInjectorDemo.Interfaces +namespace SmallInjectorDemo.Interfaces { + /// + /// Defines the + /// public interface IModule { } diff --git a/SmallInjectorDemo/Items/ModuleA.cs b/SmallInjectorDemo/Items/ModuleA.cs index 0b7b8c4..5dc5d43 100644 --- a/SmallInjectorDemo/Items/ModuleA.cs +++ b/SmallInjectorDemo/Items/ModuleA.cs @@ -2,8 +2,10 @@ namespace SmallInjectorDemo.Items { + /// + /// Defines the + /// public class ModuleA : IModule { - } -} \ No newline at end of file +} diff --git a/SmallInjectorDemo/Items/ModuleB.cs b/SmallInjectorDemo/Items/ModuleB.cs index 5935386..8d96701 100644 --- a/SmallInjectorDemo/Items/ModuleB.cs +++ b/SmallInjectorDemo/Items/ModuleB.cs @@ -2,8 +2,10 @@ namespace SmallInjectorDemo.Items { + /// + /// Defines the + /// public class ModuleB : IModule { - } -} \ No newline at end of file +} diff --git a/SmallInjectorDemo/Items/ModuleC.cs b/SmallInjectorDemo/Items/ModuleC.cs index 0f7e1d4..6fecea8 100644 --- a/SmallInjectorDemo/Items/ModuleC.cs +++ b/SmallInjectorDemo/Items/ModuleC.cs @@ -2,8 +2,10 @@ namespace SmallInjectorDemo.Items { + /// + /// Defines the + /// public class ModuleC : IModule { - } -} \ No newline at end of file +}