summaryrefslogtreecommitdiff
path: root/src/binder/v3binder
diff options
context:
space:
mode:
authorRobert <matekm@gmail.com>2016-12-26 19:25:24 +0000
committerJan Kotas <jkotas@microsoft.com>2016-12-26 11:25:24 -0800
commitee6f9795615bf21936a4c443e312fee03d5db0bf (patch)
treeaf5504abc85f2304a6d50dfa0e566e4bd9ed70f8 /src/binder/v3binder
parent94502643d53d5ded7542d9ed883a45be06fdf6e7 (diff)
downloadcoreclr-ee6f9795615bf21936a4c443e312fee03d5db0bf.tar.gz
coreclr-ee6f9795615bf21936a4c443e312fee03d5db0bf.tar.bz2
coreclr-ee6f9795615bf21936a4c443e312fee03d5db0bf.zip
Remove files related to legacy build system (#8723)
Diffstat (limited to 'src/binder/v3binder')
-rw-r--r--src/binder/v3binder/v3binder.nativeproj15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/binder/v3binder/v3binder.nativeproj b/src/binder/v3binder/v3binder.nativeproj
deleted file mode 100644
index 5412d69020..0000000000
--- a/src/binder/v3binder/v3binder.nativeproj
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="dogfood">
- <!--Import the settings-->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\src\Debug\SetDebugTargetLocal.props" />
- <!--Leaf project Properties-->
- <PropertyGroup>
- <BuildCoreBinaries>true</BuildCoreBinaries>
- <BuildSysBinaries>true</BuildSysBinaries>
- <OutputName>v3binder</OutputName>
- </PropertyGroup>
- <!--Import the targets-->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\src\Binder\binder.targets" />
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.targets" />
-</Project>