Move IReflect.cs to shared partition. (dotnet/coreclr#3074)
authorAtsushi Kanamori <AtsushiKan@users.noreply.github.com>
Thu, 23 Mar 2017 13:54:08 +0000 (06:54 -0700)
committerdotnet-bot <dotnet-bot@microsoft.com>
Thu, 23 Mar 2017 21:10:01 +0000 (21:10 +0000)
commitb691db3c7cf573ff7c64f927c74ae3fc8c247709
tree79f498ef9a0ee49aac2fb38825b4828b7e452ad8
parentf7046a0bd00c0607330d2735884b330d8e6e87cd
Move IReflect.cs to shared partition. (dotnet/coreclr#3074)

 Split AssemblyAttributes.cs into properly named files.

Commit migrated from https://github.com/dotnet/coreclr/commit/08f09d185cdd213ef60702f9d9be1a2a7a123ad8
21 files changed:
src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/coreclr/src/mscorlib/shared/System/Reflection/AssemblyAlgorithmIdAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/AssemblyAttributes.cs [deleted file]
src/coreclr/src/mscorlib/shared/System/Reflection/AssemblyCompanyAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/AssemblyConfigurationAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/AssemblyCopyrightAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/AssemblyCultureAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/AssemblyDefaultAliasAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/AssemblyDelaySignAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/AssemblyDescriptionAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/AssemblyFileVersionAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/AssemblyFlagsAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/AssemblyInformationalVersionAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/AssemblyKeyFileAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/AssemblyKeyNameAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/AssemblyMetadataAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/AssemblyProductAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/AssemblySignatureKeyAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/AssemblyTitleAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/AssemblyTrademarkAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/AssemblyVersionAttribute.cs [new file with mode: 0644]