Add CoreLib shared source project (#244)
authorViktor Hofer <viktor.hofer@microsoft.com>
Tue, 26 Nov 2019 14:34:01 +0000 (15:34 +0100)
committerGitHub <noreply@github.com>
Tue, 26 Nov 2019 14:34:01 +0000 (15:34 +0100)
commit5ef367a888fa8a25ce157cf340bd271efd36c72f
treeb4b1b8375861fac5f98d1072cfa0b5a28ecfb0d4
parent12894380bb37fcaca4355f4fe1d1b3b12c8a120c
Add CoreLib shared source project (#244)

* Add CoreLib shared source project

Add a CoreLib shared source project (shproj) to allow displaying shared
source files. With the move of the shared folder to a different location
VS isn't able to display the sources anymore. Adding a link attribute to
the compile items in the projitems fixes this but the information is
lost after a project reload. Therefore adding a shared project to the
solution.

* Update System.Private.CoreLib.Shared.shproj

* Update System.Private.CoreLib.Shared.shproj
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.sln
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.shproj [new file with mode: 0644]