summaryrefslogtreecommitdiff
path: root/src/coreclr
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-03-15 19:46:34 -0700
committerJan Kotas <jkotas@microsoft.com>2016-03-15 19:46:34 -0700
commitffc7372713170e09a9f80d4cd8d6bb238378a34b (patch)
tree482babd939c7339c70d0b19c9dcb814567ab21e2 /src/coreclr
parentb09f46863aca0e94f8bb57dcc2905d3667498140 (diff)
downloadcoreclr-ffc7372713170e09a9f80d4cd8d6bb238378a34b.tar.gz
coreclr-ffc7372713170e09a9f80d4cd8d6bb238378a34b.tar.bz2
coreclr-ffc7372713170e09a9f80d4cd8d6bb238378a34b.zip
Prune Windows mscorlib
In model.xml, I went over: - FEATURE_ conditions that are disabled on Unix - FEATURE_ conditions related to NetCF - All ApiFxInternal methods And flipped most them either to public, ImplRoot or deleted them. Testing: Run all open CoreCLR and CoreFX tests, built legacy build razzle [tfs-changeset: 1586209]
Diffstat (limited to 'src/coreclr')
-rw-r--r--src/coreclr/dirs.proj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/coreclr/dirs.proj b/src/coreclr/dirs.proj
index 52f1cb39ff..6b14c1aff2 100644
--- a/src/coreclr/dirs.proj
+++ b/src/coreclr/dirs.proj
@@ -13,7 +13,6 @@
<ProjectFile Include="batchsetup\batchsetup.proj" />
<ProjectFile Include="hosts\dirs.proj" />
<ProjectFile Include="snskipverf\snskipverf.nativeproj" />
- <ProjectFile Include="sandboxhelper\dirs.proj" />
<ProjectFile Include="release\release.proj" />
<ProjectFile Include="uwp\dirs.proj" />
</ItemGroup>