diff --git a/LightweightIocContainer/AssemblyInfo.cs b/LightweightIocContainer/Properties/AssemblyInfo.cs similarity index 56% rename from LightweightIocContainer/AssemblyInfo.cs rename to LightweightIocContainer/Properties/AssemblyInfo.cs index 18bea16..581d540 100644 --- a/LightweightIocContainer/AssemblyInfo.cs +++ b/LightweightIocContainer/Properties/AssemblyInfo.cs @@ -4,4 +4,8 @@ using System.Runtime.CompilerServices; -[assembly:InternalsVisibleTo("Test.LightweightIocContainer")] \ No newline at end of file +[assembly:InternalsVisibleTo("Test.LightweightIocContainer")] + +namespace LightweightIocContainer.Properties +{ +} \ No newline at end of file