Skip to content

Commit

Permalink
Move object extensions under object directory
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzprojects committed Mar 7, 2015
1 parent 4fc91a0 commit e0382c8
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Z.Reflection/Z.Reflection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@
<Compile Include="System.Reflection.ParameterInfo\System.Attribute\ParameterInfo.GetCustomAttribute.cs" />
<Compile Include="System.Reflection.ParameterInfo\System.Attribute\ParameterInfo.GetCustomAttributes.cs" />
<Compile Include="System.Reflection.ParameterInfo\System.Attribute\ParameterInfo.IsDefined.cs" />
<Compile Include="TypeComparison\Object.IsArray.cs" />
<Compile Include="TypeComparison\Object.IsClass.cs" />
<Compile Include="TypeComparison\Object.IsEnum.cs" />
<Compile Include="TypeComparison\Object.IsSubclassOf.cs" />
<Compile Include="TypeComparison\Object.IsTypeOf.cs" />
<Compile Include="TypeComparison\Object.IsTypeOrInheritsOf.cs" />
<Compile Include="System.Object\TypeComparison\Object.IsArray.cs" />
<Compile Include="System.Object\TypeComparison\Object.IsClass.cs" />
<Compile Include="System.Object\TypeComparison\Object.IsEnum.cs" />
<Compile Include="System.Object\TypeComparison\Object.IsSubclassOf.cs" />
<Compile Include="System.Object\TypeComparison\Object.IsTypeOf.cs" />
<Compile Include="System.Object\TypeComparison\Object.IsTypeOrInheritsOf.cs" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit e0382c8

Please sign in to comment.