Skip to content

Commit e0382c8

Browse files
author
zzzprojects
committed
Move object extensions under object directory
1 parent 4fc91a0 commit e0382c8

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

Diff for: src/Z.Reflection/Z.Reflection.csproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@
9393
<Compile Include="System.Reflection.ParameterInfo\System.Attribute\ParameterInfo.GetCustomAttribute.cs" />
9494
<Compile Include="System.Reflection.ParameterInfo\System.Attribute\ParameterInfo.GetCustomAttributes.cs" />
9595
<Compile Include="System.Reflection.ParameterInfo\System.Attribute\ParameterInfo.IsDefined.cs" />
96-
<Compile Include="TypeComparison\Object.IsArray.cs" />
97-
<Compile Include="TypeComparison\Object.IsClass.cs" />
98-
<Compile Include="TypeComparison\Object.IsEnum.cs" />
99-
<Compile Include="TypeComparison\Object.IsSubclassOf.cs" />
100-
<Compile Include="TypeComparison\Object.IsTypeOf.cs" />
101-
<Compile Include="TypeComparison\Object.IsTypeOrInheritsOf.cs" />
96+
<Compile Include="System.Object\TypeComparison\Object.IsArray.cs" />
97+
<Compile Include="System.Object\TypeComparison\Object.IsClass.cs" />
98+
<Compile Include="System.Object\TypeComparison\Object.IsEnum.cs" />
99+
<Compile Include="System.Object\TypeComparison\Object.IsSubclassOf.cs" />
100+
<Compile Include="System.Object\TypeComparison\Object.IsTypeOf.cs" />
101+
<Compile Include="System.Object\TypeComparison\Object.IsTypeOrInheritsOf.cs" />
102102
</ItemGroup>
103103
<ItemGroup />
104104
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

0 commit comments

Comments
 (0)