Merge pull request dotnet/coreclr#10272 from dotnet/mirror-merge-9051754
authorJan Kotas <jkotas@microsoft.com>
Sat, 18 Mar 2017 20:57:24 +0000 (13:57 -0700)
committerGitHub <noreply@github.com>
Sat, 18 Mar 2017 20:57:24 +0000 (13:57 -0700)
Mirror changes from dotnet/corert

Commit migrated from https://github.com/dotnet/coreclr/commit/b50562f5bc75461f88d4b996b7bcc2aefbab43bd

1  2 
src/coreclr/src/mscorlib/System.Private.CoreLib.csproj
src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems

      <Compile Include="$(MSBuildThisFileDirectory)System\ParamArrayAttribute.cs"/>
      <Compile Include="$(MSBuildThisFileDirectory)System\PlatformNotSupportedException.cs"/>
      <Compile Include="$(MSBuildThisFileDirectory)System\RankException.cs"/>
 +    <Compile Include="$(MSBuildThisFileDirectory)System\Reflection\Assembly.cs" />
      <Compile Include="$(MSBuildThisFileDirectory)System\Reflection\ConstructorInfo.cs" />
+     <Compile Include="$(MSBuildThisFileDirectory)System\Reflection\EventInfo.cs" />
      <Compile Include="$(MSBuildThisFileDirectory)System\Reflection\FieldInfo.cs" />
      <Compile Include="$(MSBuildThisFileDirectory)System\Reflection\MemberInfo.cs" />
      <Compile Include="$(MSBuildThisFileDirectory)System\Reflection\MethodInfo.cs" />