From e0382c8d9c3ded00e34c25cbbd4277e7e2e88cc6 Mon Sep 17 00:00:00 2001 From: zzzprojects Date: Sat, 7 Mar 2015 08:21:10 -0500 Subject: [PATCH] Move object extensions under object directory --- .../TypeComparison/Object.IsArray.cs | 0 .../TypeComparison/Object.IsClass.cs | 0 .../TypeComparison/Object.IsEnum.cs | 0 .../TypeComparison/Object.IsSubclassOf.cs | 0 .../TypeComparison/Object.IsTypeOf.cs | 0 .../TypeComparison/Object.IsTypeOrInheritsOf.cs | 0 src/Z.Reflection/Z.Reflection.csproj | 12 ++++++------ 7 files changed, 6 insertions(+), 6 deletions(-) rename src/Z.Reflection/{ => System.Object}/TypeComparison/Object.IsArray.cs (100%) rename src/Z.Reflection/{ => System.Object}/TypeComparison/Object.IsClass.cs (100%) rename src/Z.Reflection/{ => System.Object}/TypeComparison/Object.IsEnum.cs (100%) rename src/Z.Reflection/{ => System.Object}/TypeComparison/Object.IsSubclassOf.cs (100%) rename src/Z.Reflection/{ => System.Object}/TypeComparison/Object.IsTypeOf.cs (100%) rename src/Z.Reflection/{ => System.Object}/TypeComparison/Object.IsTypeOrInheritsOf.cs (100%) diff --git a/src/Z.Reflection/TypeComparison/Object.IsArray.cs b/src/Z.Reflection/System.Object/TypeComparison/Object.IsArray.cs similarity index 100% rename from src/Z.Reflection/TypeComparison/Object.IsArray.cs rename to src/Z.Reflection/System.Object/TypeComparison/Object.IsArray.cs diff --git a/src/Z.Reflection/TypeComparison/Object.IsClass.cs b/src/Z.Reflection/System.Object/TypeComparison/Object.IsClass.cs similarity index 100% rename from src/Z.Reflection/TypeComparison/Object.IsClass.cs rename to src/Z.Reflection/System.Object/TypeComparison/Object.IsClass.cs diff --git a/src/Z.Reflection/TypeComparison/Object.IsEnum.cs b/src/Z.Reflection/System.Object/TypeComparison/Object.IsEnum.cs similarity index 100% rename from src/Z.Reflection/TypeComparison/Object.IsEnum.cs rename to src/Z.Reflection/System.Object/TypeComparison/Object.IsEnum.cs diff --git a/src/Z.Reflection/TypeComparison/Object.IsSubclassOf.cs b/src/Z.Reflection/System.Object/TypeComparison/Object.IsSubclassOf.cs similarity index 100% rename from src/Z.Reflection/TypeComparison/Object.IsSubclassOf.cs rename to src/Z.Reflection/System.Object/TypeComparison/Object.IsSubclassOf.cs diff --git a/src/Z.Reflection/TypeComparison/Object.IsTypeOf.cs b/src/Z.Reflection/System.Object/TypeComparison/Object.IsTypeOf.cs similarity index 100% rename from src/Z.Reflection/TypeComparison/Object.IsTypeOf.cs rename to src/Z.Reflection/System.Object/TypeComparison/Object.IsTypeOf.cs diff --git a/src/Z.Reflection/TypeComparison/Object.IsTypeOrInheritsOf.cs b/src/Z.Reflection/System.Object/TypeComparison/Object.IsTypeOrInheritsOf.cs similarity index 100% rename from src/Z.Reflection/TypeComparison/Object.IsTypeOrInheritsOf.cs rename to src/Z.Reflection/System.Object/TypeComparison/Object.IsTypeOrInheritsOf.cs diff --git a/src/Z.Reflection/Z.Reflection.csproj b/src/Z.Reflection/Z.Reflection.csproj index 82fc0e10..a1788610 100644 --- a/src/Z.Reflection/Z.Reflection.csproj +++ b/src/Z.Reflection/Z.Reflection.csproj @@ -93,12 +93,12 @@ - - - - - - + + + + + +