summaryrefslogtreecommitdiff
path: root/src/gcinfo
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/gcinfo
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/gcinfo')
-rw-r--r--src/gcinfo/DIRS.proj19
-rw-r--r--src/gcinfo/crossgen/gcinfo_crossgen.nativeproj9
-rw-r--r--src/gcinfo/gcinfo.settings.targets21
-rw-r--r--src/gcinfo/lib/GCInfo.nativeproj15
4 files changed, 0 insertions, 64 deletions
diff --git a/src/gcinfo/DIRS.proj b/src/gcinfo/DIRS.proj
deleted file mode 100644
index c3e5e9f7a4..0000000000
--- a/src/gcinfo/DIRS.proj
+++ /dev/null
@@ -1,19 +0,0 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <!--Import the settings-->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
-
- <PropertyGroup>
- <BuildInPhase1>true</BuildInPhase1>
- <BuildInPhaseDefault>false</BuildInPhaseDefault>
- <BuildCoreBinaries>true</BuildCoreBinaries>
- <BuildSysBinaries>true</BuildSysBinaries>
- </PropertyGroup>
-
- <!--The following projects will build during PHASE 1-->
- <ItemGroup Condition="'$(BuildExePhase)' == '1'">
- <ProjectFile Include="lib\GCInfo.nativeproj" />
- </ItemGroup>
-
- <!--Import the targets-->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\tools\Microsoft.DevDiv.Traversal.targets" />
-</Project>
diff --git a/src/gcinfo/crossgen/gcinfo_crossgen.nativeproj b/src/gcinfo/crossgen/gcinfo_crossgen.nativeproj
deleted file mode 100644
index ae6db25b77..0000000000
--- a/src/gcinfo/crossgen/gcinfo_crossgen.nativeproj
+++ /dev/null
@@ -1,9 +0,0 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="dogfood">
- <!--Import the settings-->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\xplat\SetCrossGen.props" />
- <PropertyGroup>
- <BuildSysBinaries>true</BuildSysBinaries>
- <OutputName>gcinfo_crossgen</OutputName>
- </PropertyGroup>
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\src\gcinfo\gcinfo.settings.targets" />
-</Project>
diff --git a/src/gcinfo/gcinfo.settings.targets b/src/gcinfo/gcinfo.settings.targets
deleted file mode 100644
index 5c241b353a..0000000000
--- a/src/gcinfo/gcinfo.settings.targets
+++ /dev/null
@@ -1,21 +0,0 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <!-- Import the CLR's settings -->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
- <!-- Leaf project properties -->
- <PropertyGroup>
- <UserIncludes>.;
- ..\vm;
- $(UserIncludes)</UserIncludes>
- <OutputPath>$(ClrLibDest)</OutputPath>
- <TargetType>LIBRARY</TargetType>
- </PropertyGroup>
-
- <!-- Leaf Project Items -->
- <ItemGroup>
- <CppCompile Include="..\ArrayList.cpp" />
- <CppCompile Include="..\GCInfoEncoder.cpp" />
- </ItemGroup>
-
- <!-- Import the targets -->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.targets" />
-</Project>
diff --git a/src/gcinfo/lib/GCInfo.nativeproj b/src/gcinfo/lib/GCInfo.nativeproj
deleted file mode 100644
index cc27db5e91..0000000000
--- a/src/gcinfo/lib/GCInfo.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">
- <PropertyGroup Label="Globals">
- <SccProjectName>SAK</SccProjectName>
- <SccAuxPath>SAK</SccAuxPath>
- <SccLocalPath>SAK</SccLocalPath>
- <SccProvider>SAK</SccProvider>
- </PropertyGroup>
- <PropertyGroup>
- <BuildCoreBinaries>true</BuildCoreBinaries>
- <BuildSysBinaries>true</BuildSysBinaries>
- <OutputName>GCInfo</OutputName>
- </PropertyGroup>
- <Import Project="..\gcinfo.settings.targets" />
-</Project>