summaryrefslogtreecommitdiff
path: root/src/binder
diff options
context:
space:
mode:
Diffstat (limited to 'src/binder')
-rw-r--r--src/binder/binder.targets50
-rw-r--r--src/binder/dirs.proj20
-rw-r--r--src/binder/v3binder/v3binder.nativeproj15
-rw-r--r--src/binder/v3binder_crossgen/v3binder_crossgen.nativeproj15
4 files changed, 0 insertions, 100 deletions
diff --git a/src/binder/binder.targets b/src/binder/binder.targets
deleted file mode 100644
index 01b35e2315..0000000000
--- a/src/binder/binder.targets
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="dogfood">
- <PropertyGroup Label="Globals">
- <SccProjectName>SAK</SccProjectName>
- <SccAuxPath>SAK</SccAuxPath>
- <SccLocalPath>SAK</SccLocalPath>
- <SccProvider>SAK</SccProvider>
- </PropertyGroup>
- <!--Leaf project Properties-->
- <PropertyGroup>
- <TargetType>LIBRARY</TargetType>
- <OutputPath>$(ClrLibDest)</OutputPath>
- <ClAdditionalOptions>$(ClAdditionalOptions) -DUNICODE -D_UNICODE </ClAdditionalOptions>
- <LinkAdditionalOptions>$(LinkAdditionalOptions) /VERBOSE</LinkAdditionalOptions>
- <BinderPath>$(Clrbase)\src\binder</BinderPath>
- <UserIncludes>
- $(UserIncludes);
- $(BinderPath);
- $(BinderPath)\inc;
- $(Clrbase)\src\inc;
- $(Clrbase)\src\vm;
- $(Clrbase)\src\vm\$(TargetCpu);
- $(Clrbase)\src\strongname\inc;
- $(SdkIncPath);
- </UserIncludes>
- </PropertyGroup>
- <!--Leaf Project Items-->
- <ItemGroup>
- <CppCompile Include="..\Variables.cpp" />
- <CppCompile Include="..\Utils.cpp" />
- <CppCompile Include="..\AssemblyName.cpp" />
- <CppCompile Include="..\PropertyMap.cpp" />
- <CppCompile Include="..\ApplicationContext.cpp" />
- <CppCompile Include="..\Assembly.cpp" />
- <CppCompile Include="..\FailureCache.cpp" />
- <CppCompile Include="..\AssemblyBinder.cpp" />
- <CppCompile Include="..\StringLexer.cpp" />
- <CppCompile Include="..\CLRPrivBinderCoreCLR.cpp" />
- <CppCompile Include="..\BinderInterface.cpp" />
- <CppCompile Include="..\DebugLog.cpp" />
- <CppCompile Include="..\BindingLog.cpp" />
- <CppCompile Include="..\CDebugLog.cpp" />
- <CppCompile Include="..\TextualIdentityParser.cpp" />
- <CppCompile Include="..\AssemblyIdentityCache.cpp" />
- <CppCompile Include="..\CLRPrivBinderAssemblyLoadContext.cpp" Condition="'$(FeatureHostAssemblyResolver)' == 'true'"/>
- <CppCompile Include="..\CoreCLRBinderCommon.cpp"/>
- <CppCompile Include="..\FusionAssemblyName.cpp"/>
- <CppCompile Include="..\FusionHelpers.cpp"/>
- </ItemGroup>
-</Project>
diff --git a/src/binder/dirs.proj b/src/binder/dirs.proj
deleted file mode 100644
index cb7c0b4d02..0000000000
--- a/src/binder/dirs.proj
+++ /dev/null
@@ -1,20 +0,0 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <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 of the Desktop build -->
- <ItemGroup Condition="'$(BuildExePhase)' == '1'">
- <ProjectFile Include="assemblyname\assemblyname.nativeproj" />
- </ItemGroup>
-
- <ItemGroup Condition="'$(BuildExePhase)' == '1' and '$(FeatureCoreclr)' == 'true'">
- <ProjectFile Include="v3binder\v3binder.nativeproj" />
- </ItemGroup>
-
- <Import Project="$(_NTDRIVE)$(_NTROOT)\tools\Microsoft.DevDiv.Traversal.targets" />
-</Project>
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>
diff --git a/src/binder/v3binder_crossgen/v3binder_crossgen.nativeproj b/src/binder/v3binder_crossgen/v3binder_crossgen.nativeproj
deleted file mode 100644
index 61348e3f62..0000000000
--- a/src/binder/v3binder_crossgen/v3binder_crossgen.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\xplat\SetCrossGen.props" />
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\src\Debug\SetDebugTargetLocal.props" />
-
- <!--Leaf project Properties-->
- <PropertyGroup>
- <OutputName>v3binder_crossgen</OutputName>
- </PropertyGroup>
- <!--Import the targets-->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\src\Binder\binder.targets" />
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.targets" />
-</Project>