summaryrefslogtreecommitdiff
path: root/src/binder/binder.targets
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-03-21 09:06:54 -0700
committerJan Kotas <jkotas@microsoft.com>2016-03-22 11:33:44 -0700
commit3e537a4fbc5480280c990b51bd61e7a0c12df860 (patch)
tree93eaea5dee861a5135a84b2efae6e97e53f93fb1 /src/binder/binder.targets
parent54e298abc6d73dc80a9243ef091ac324e7665ff9 (diff)
downloadcoreclr-3e537a4fbc5480280c990b51bd61e7a0c12df860.tar.gz
coreclr-3e537a4fbc5480280c990b51bd61e7a0c12df860.tar.bz2
coreclr-3e537a4fbc5480280c990b51bd61e7a0c12df860.zip
Delete legacy netcf compat support (part 2)
Diffstat (limited to 'src/binder/binder.targets')
-rw-r--r--src/binder/binder.targets1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/binder/binder.targets b/src/binder/binder.targets
index fc214c9ecb..01b35e2315 100644
--- a/src/binder/binder.targets
+++ b/src/binder/binder.targets
@@ -40,7 +40,6 @@
<CppCompile Include="..\DebugLog.cpp" />
<CppCompile Include="..\BindingLog.cpp" />
<CppCompile Include="..\CDebugLog.cpp" />
- <CppCompile Include="..\Compatibility.cpp" />
<CppCompile Include="..\TextualIdentityParser.cpp" />
<CppCompile Include="..\AssemblyIdentityCache.cpp" />
<CppCompile Include="..\CLRPrivBinderAssemblyLoadContext.cpp" Condition="'$(FeatureHostAssemblyResolver)' == 'true'"/>