Browse Source

Remove unused namespaces.

pull/81/head
Halil İbrahim Kalkan 9 years ago
parent
commit
b73dea891c
  1. 1
      src/Volo.Abp.AspNetCore/Properties/AssemblyInfo.cs
  2. 1
      src/Volo.Abp.AspNetCore/Volo/Abp/AspNetCore/AbpAspNetCoreModule.cs
  3. 1
      src/Volo.Abp.MultiTenancy/Properties/AssemblyInfo.cs
  4. 1
      src/Volo.Abp/Properties/AssemblyInfo.cs
  5. 1
      src/Volo.Abp/Volo/Abp/AbpApplication.cs
  6. 1
      src/Volo.Abp/Volo/Abp/AbpKernelModule.cs
  7. 1
      src/Volo.DependencyInjection/Properties/AssemblyInfo.cs
  8. 1
      src/Volo.ExtensionMethods/Properties/AssemblyInfo.cs
  9. 1
      test/AbpTestBase/Properties/AssemblyInfo.cs
  10. 1
      test/Volo.Abp.AspNetCore.Tests/Properties/AssemblyInfo.cs
  11. 1
      test/Volo.Abp.MultiTenancy.Tests/Properties/AssemblyInfo.cs
  12. 1
      test/Volo.Abp.Tests/Properties/AssemblyInfo.cs
  13. 1
      test/Volo.DependencyInjection.Tests/Properties/AssemblyInfo.cs
  14. 1
      test/Volo.ExtensionMethods.Tests/Properties/AssemblyInfo.cs

1
src/Volo.Abp.AspNetCore/Properties/AssemblyInfo.cs

@ -1,5 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following

1
src/Volo.Abp.AspNetCore/Volo/Abp/AspNetCore/AbpAspNetCoreModule.cs

@ -1,7 +1,6 @@
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection;
using Volo.Abp.Modularity; using Volo.Abp.Modularity;
using Volo.DependencyInjection;
namespace Volo.Abp.AspNetCore namespace Volo.Abp.AspNetCore
{ {

1
src/Volo.Abp.MultiTenancy/Properties/AssemblyInfo.cs

@ -1,5 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following

1
src/Volo.Abp/Properties/AssemblyInfo.cs

@ -1,5 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following

1
src/Volo.Abp/Volo/Abp/AbpApplication.cs

@ -1,7 +1,6 @@
using System; using System;
using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection;
using Volo.Abp.Modularity; using Volo.Abp.Modularity;
using Volo.DependencyInjection;
namespace Volo.Abp namespace Volo.Abp
{ {

1
src/Volo.Abp/Volo/Abp/AbpKernelModule.cs

@ -1,6 +1,5 @@
using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection;
using Volo.Abp.Modularity; using Volo.Abp.Modularity;
using Volo.DependencyInjection;
namespace Volo.Abp namespace Volo.Abp
{ {

1
src/Volo.DependencyInjection/Properties/AssemblyInfo.cs

@ -1,5 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following

1
src/Volo.ExtensionMethods/Properties/AssemblyInfo.cs

@ -1,5 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following

1
test/AbpTestBase/Properties/AssemblyInfo.cs

@ -1,5 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following

1
test/Volo.Abp.AspNetCore.Tests/Properties/AssemblyInfo.cs

@ -1,5 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following

1
test/Volo.Abp.MultiTenancy.Tests/Properties/AssemblyInfo.cs

@ -1,5 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following

1
test/Volo.Abp.Tests/Properties/AssemblyInfo.cs

@ -1,5 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following

1
test/Volo.DependencyInjection.Tests/Properties/AssemblyInfo.cs

@ -1,5 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following

1
test/Volo.ExtensionMethods.Tests/Properties/AssemblyInfo.cs

@ -1,5 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following

Loading…
Cancel
Save