summaryrefslogtreecommitdiff
path: root/build.proj
diff options
context:
space:
mode:
authorAlexGhiondea <AlexGhiondea@users.noreply.github.com>2016-05-17 13:45:59 -0700
committerAlexGhiondea <AlexGhiondea@users.noreply.github.com>2016-05-17 13:45:59 -0700
commit41a4ad5054cf877db6aa331855b43ad8678a93ad (patch)
treedc6df3c0a4eb30fea53c0cba8b99fc45b413efe5 /build.proj
parent80f3d4f3a73abff6c90b331bc7b3eb97d365cf2c (diff)
parent54d45a3f4ed052ddc23d367e2cd46a7c7eb831ea (diff)
downloadcoreclr-41a4ad5054cf877db6aa331855b43ad8678a93ad.tar.gz
coreclr-41a4ad5054cf877db6aa331855b43ad8678a93ad.tar.bz2
coreclr-41a4ad5054cf877db6aa331855b43ad8678a93ad.zip
Merge pull request #4874 from gkhanna79/SPC_S1
Add support for System.Private.CoreLib to be core library
Diffstat (limited to 'build.proj')
-rw-r--r--build.proj1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.proj b/build.proj
index cc46fdb6bc..42c5711b39 100644
--- a/build.proj
+++ b/build.proj
@@ -14,6 +14,7 @@
<!-- Override clean from dir.traversal.targets and just remove the full BinDir -->
<Target Name="Clean">
<Delete Files="$(BinDir)mscorlib.*" />
+ <Delete Files="$(BinDir)System.Private.CoreLib.*" />
</Target>
<Target Name="RestoreNETCorePlatforms" AfterTargets="Build">