summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/GenerateCompilerResponseFile.targets
AgeCommit message (Collapse)AuthorFilesLines
2019-05-06Port all managed product binaries to use SDK style projects (#24285)Aaron Robinson1-4/+8
Convert managed product binary to use SDK project system. - Uses Arcade for versions strings - Overrides Arcade defined output paths - should change in the future
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan1-0/+22
* diff from just renaming folder mscorlib to System.Private.CoreLib * Updating build.proj to reflect name change Fixes: #17905