summaryrefslogtreecommitdiff
path: root/src/tools
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/tools
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/tools')
-rw-r--r--src/tools/GenClrDebugResource/GenClrDebugResource.nativeproj26
-rw-r--r--src/tools/InjectResource/InjectResource.nativeproj27
-rw-r--r--src/tools/crossgen/crossgen.nativeproj94
-rw-r--r--src/tools/dirs.proj77
-rw-r--r--src/tools/metainfo/metainfo.nativeproj42
5 files changed, 0 insertions, 266 deletions
diff --git a/src/tools/GenClrDebugResource/GenClrDebugResource.nativeproj b/src/tools/GenClrDebugResource/GenClrDebugResource.nativeproj
deleted file mode 100644
index 9bd544d8d0..0000000000
--- a/src/tools/GenClrDebugResource/GenClrDebugResource.nativeproj
+++ /dev/null
@@ -1,26 +0,0 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <!--*****************************************************-->
- <!--This MSBuild project file was automatically generated-->
- <!--from the original SOURCES/DIRS file by the KBC tool.-->
- <!--*****************************************************-->
- <!--Import the settings-->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
- <!--Leaf project Properties-->
- <PropertyGroup>
- <OutputName>GenClrDebugResource</OutputName>
- <TargetType>PROGRAM</TargetType>
- <LinkSubsystem>console</LinkSubsystem>
- <LinkGenerateManifest>true</LinkGenerateManifest>
- <LinkAdditionalOptions>$(LinkAdditionalOptions) /MANIFEST</LinkAdditionalOptions>
- <UseMsvcrt>false</UseMsvcrt>
- </PropertyGroup>
- <!--Leaf Project Items-->
- <ItemGroup>
- <CppCompile Include="GenClrDebugResource.cpp" />
- </ItemGroup>
- <ItemGroup>
- <RCResourceFile Include="native.rc" />
- </ItemGroup>
- <!--Import the targets-->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.targets" />
-</Project> \ No newline at end of file
diff --git a/src/tools/InjectResource/InjectResource.nativeproj b/src/tools/InjectResource/InjectResource.nativeproj
deleted file mode 100644
index 057d01f4ec..0000000000
--- a/src/tools/InjectResource/InjectResource.nativeproj
+++ /dev/null
@@ -1,27 +0,0 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <!--*****************************************************-->
- <!--This MSBuild project file was automatically generated-->
- <!--from the original SOURCES/DIRS file by the KBC tool.-->
- <!--*****************************************************-->
- <!--Import the settings-->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
- <!--Leaf project Properties-->
- <PropertyGroup>
- <OutputName>InjectResource</OutputName>
- <TargetType>PROGRAM</TargetType>
- <LinkSubsystem>console</LinkSubsystem>
- <BinplaceSymbols>true</BinplaceSymbols>
- <LinkGenerateManifest>true</LinkGenerateManifest>
- <LinkAdditionalOptions>$(LinkAdditionalOptions) /MANIFEST</LinkAdditionalOptions>
- <UseMsvcrt>false</UseMsvcrt>
- </PropertyGroup>
- <!--Leaf Project Items-->
- <ItemGroup>
- <CppCompile Include="InjectResource.cpp" />
- </ItemGroup>
- <ItemGroup>
- <RCResourceFile Include="native.rc" />
- </ItemGroup>
- <!--Import the targets-->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.targets" />
-</Project> \ No newline at end of file
diff --git a/src/tools/crossgen/crossgen.nativeproj b/src/tools/crossgen/crossgen.nativeproj
deleted file mode 100644
index 28e4741f4d..0000000000
--- a/src/tools/crossgen/crossgen.nativeproj
+++ /dev/null
@@ -1,94 +0,0 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="dogfood">
-
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\xplat\SetCrossGen.props" />
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
- <!--Leaf project Properties-->
- <PropertyGroup>
- <BuildSysBinaries>true</BuildSysBinaries>
- <ClAdditionalOptions>$(ClAdditionalOptions) -DUNICODE -D_UNICODE</ClAdditionalOptions>
- <OutputName>crossgen</OutputName>
- <TargetType>PROGRAM</TargetType>
- <LinkSubsystem>console</LinkSubsystem>
- <EntryPoint>wmain</EntryPoint>
- <LinkGenerateManifest>true</LinkGenerateManifest>
- <LinkAdditionalOptions>$(LinkAdditionalOptions) /MANIFEST</LinkAdditionalOptions>
- <UserIncludes>$(UserIncludes);$(ClrSrcDirectory)tools\util</UserIncludes>
- <IsDesktopTool>true</IsDesktopTool>
- </PropertyGroup>
- <!--Leaf Project Items-->
- <ItemGroup>
- <TargetLib Include="$(SdkLibPath)\ole32.lib" />
- <TargetLib Include="$(SdkLibPath)\oleaut32.lib" />
- <TargetLib Include="$(SdkLibPath)\uuid.lib" />
- <TargetLib Include="$(SdkLibPath)\user32.lib" />
- <TargetLib Include="$(SdkLibPath)\version.lib" />
- <TargetLib Include="$(SdkLibPath)\shlwapi.lib" />
- <TargetLib Include="$(SdkLibPath)\bcrypt.lib" />
- </ItemGroup>
-
- <ItemGroup>
- <TargetLib Condition="'$(_BuildArch)' != 'amd64'" Include="$(ClrLibPath)\corguids_x86.lib">
- <ProjectReference>$(ClrSrcDirectory)incx86\corguids.nativeproj</ProjectReference>
- </TargetLib>
- <TargetLib Condition="'$(_BuildArch)' == 'amd64'" Include="$(ClrLibPath)\corguids_amd64.lib">
- <ProjectReference>$(ClrSrcDirectory)incamd64\corguids.nativeproj</ProjectReference>
- </TargetLib>
- <LinkPreCrtLibs Include="$(ClrLibPath)\utilcode_crossgen.lib" />
- <TargetLib Include="$(ClrLibPath)\utilcode_crossgen.lib">
- <ProjectReference>$(ClrSrcDirectory)utilcode\crossgen\utilcode_crossgen.nativeproj</ProjectReference>
- </TargetLib>
- <TargetLib Include="$(ClrLibPath)\corzap_crossgen.lib">
- <ProjectReference>$(ClrSrcDirectory)zap\crossgen\zap_crossgen.nativeproj</ProjectReference>
- </TargetLib>
-
- <!-- We build RyuJIT only for amd64 and arm64, and use JIT32 for ARM and x86 -->
- <TargetLib Include="$(ClrLibPath)\jit_crossgen.lib">
- <ProjectReference Condition="'$(_BuildArch)' == 'amd64' or '$(_BuildArch)' == 'arm64'">$(ClrSrcDirectory)jit\crossgen\jit_crossgen.nativeproj</ProjectReference>
- <ProjectReference Condition="'$(_BuildArch)' != 'amd64' and '$(_BuildArch)' != 'arm64'">$(ClrSrcDirectory)jit32\crossgen\jit_crossgen.nativeproj</ProjectReference>
- </TargetLib>
-
- <TargetLib Include="$(ClrLibPath)\gcinfo_crossgen.lib">
- <ProjectReference>$(ClrSrcDirectory)gcinfo\crossgen\gcinfo_crossgen.nativeproj</ProjectReference>
- </TargetLib>
- <TargetLib Include="$(ClrLibPath)\gcdump_crossgen.lib">
- <ProjectReference>$(ClrSrcDirectory)gcdump\crossgen\gcdump_crossgen.nativeproj</ProjectReference>
- </TargetLib>
- <TargetLib Include="$(ClrLibPath)\strongname_crossgen.lib">
- <ProjectReference>$(ClrSrcDirectory)strongname\api\crossgen\strongname_crossgen.nativeproj</ProjectReference>
- </TargetLib>
- <TargetLib Include="$(ClrLibPath)\mdcompiler_crossgen.lib">
- <ProjectReference>$(ClrSrcDirectory)md\compiler\crossgen\mdcompiler_crossgen.nativeproj</ProjectReference>
- </TargetLib>
- <TargetLib Include="$(ClrLibPath)\mdwinmd_crossgen.lib" Condition="'$(FeatureCominterop)' == 'true'">
- <ProjectReference>$(ClrSrcDirectory)md\winmd\crossgen\mdwinmd_crossgen.nativeproj</ProjectReference>
- </TargetLib>
- <TargetLib Include="$(ClrLibPath)\mdruntimerw_crossgen.lib">
- <ProjectReference>$(ClrSrcDirectory)md\enc\crossgen\mdruntimerw_crossgen.nativeproj</ProjectReference>
- </TargetLib>
- <TargetLib Include="$(ClrLibPath)\mdhotdata_crossgen.lib">
- <ProjectReference>$(ClrSrcDirectory)md\hotdata\crossgen\mdhotdata_crossgen.nativeproj</ProjectReference>
- </TargetLib>
- <TargetLib Include="$(ClrLibPath)\mdruntime_crossgen.lib">
- <ProjectReference>$(ClrSrcDirectory)md\runtime\crossgen\mdruntime_crossgen.nativeproj</ProjectReference>
- </TargetLib>
- <TargetLib Include="$(ClrLibPath)\cee_crossgen.lib">
- <ProjectReference>$(ClrSrcDirectory)vm\crossgen\wks_crossgen.nativeproj</ProjectReference>
- </TargetLib>
- <TargetLib Include="$(ClrLibPath)\mscorlib_crossgen.lib">
- <ProjectReference>$(ClrSrcDirectory)vm\crossgen_mscorlib\mscorlib_crossgen.nativeproj</ProjectReference>
- </TargetLib>
- <TargetLib Include="$(ClrLibPath)\v3binder_crossgen.lib">
- <ProjectReference>$(ClrSrcDirectory)binder\v3binder_crossgen\v3binder_crossgen.nativeproj</ProjectReference>
- </TargetLib>
- </ItemGroup>
- <ItemGroup>
- <RCResourceFile Include="native.rc" />
- </ItemGroup>
- <ItemGroup>
- <CppCompile Include="crossgen.cpp" />
- <CppCompile Include="$(ClrSrcDirectory)\tools\util\consoleargs.cpp" />
- </ItemGroup>
- <!--Import the targets-->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.targets" />
-
-</Project>
diff --git a/src/tools/dirs.proj b/src/tools/dirs.proj
deleted file mode 100644
index 5f21b67fe9..0000000000
--- a/src/tools/dirs.proj
+++ /dev/null
@@ -1,77 +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>
-
- <ItemDefinitionGroup>
- <ProjectFile>
- <ProductGroups>FX</ProductGroups>
- </ProjectFile>
- </ItemDefinitionGroup>
-
- <!--The following projects will build during PHASE 1-->
- <ItemGroup Condition="'$(BuildExePhase)' == '1' and '$(FeatureCoreClr)' != 'true'">
- <ProjectFile Include="allocationsprofiler\allocationsprofiler.nativeproj" />
- <ProjectFile Include="appcompatgenerator\appcompatgenerator.nativeproj" />
- <ProjectFile Include="applaunch\applaunch.nativeproj" />
- <ProjectFile Include="asmlist\asmlist.nativeproj" />
- <ProjectFile Include="asmmeta\asmmeta.nativeproj" />
- <ProjectFile Include="bbsweep\bbsweep.nativeproj" />
- <ProjectFile Include="bindingsnapshot\bindingsnapshot.nativeproj" />
- <ProjectFile Include="clrver\clrver.nativeproj" />
- <ProjectFile Include="cordmpmerge\cordmpmerge.nativeproj" />
- <ProjectFile Include="corflags\corflags.nativeproj" />
- <ProjectFile Include="fixpdbpath\fixpdbpath.nativeproj" />
- <ProjectFile Include="gac\dirs.proj" />
- <ProjectFile Include="installhook\dirs.proj" />
- <ProjectFile Include="ismgd\ismgd.nativeproj" />
- <ProjectFile Include="jitmanager\jitmgr.nativeproj" />
- <ProjectFile Include="ldr64\ldr64.nativeproj" Condition="'$(BuildArchitecture)' == 'amd64'" />
- <ProjectFile Include="logdiff\Logdiff.csproj" />
- <ProjectFile Include="mdepends\mdepends.nativeproj" />
- <ProjectFile Include="metainfo\metainfo.nativeproj" />
- <ProjectFile Include="ngen\ngen.nativeproj" />
- <ProjectFile Include="ngenoffline\ngenoffline.nativeproj" />
- <ProjectFile Include="nidump\nidump.nativeproj" />
- <ProjectFile Include="ndpsetup\ndpsetup.nativeproj" />
- <ProjectFile Include="peverify\dirs.proj" />
- <ProjectFile Include="profpick\profpick.nativeproj" />
- <ProjectFile Include="regtlb\regtlb.nativeproj" />
- <ProjectFile Include="resetdelaysign\resetdelaysign.nativeproj" />
- <ProjectFile Include="showname\showname.nativeproj" />
- <ProjectFile Include="strikers\strikers.nativeproj" />
- <ProjectFile Include="tlbref\tlbref.nativeproj" />
- <ProjectFile Include="verifyasmhash\verifyasmhash.nativeproj" />
- <ProjectFile Include="verstamp\verstamp.nativeproj" Condition="'$(BuildArchitecture)' == 'i386'" />
- <ProjectFile Include="ngentask\ngentask.csproj"/>
- <ProjectFile Include="ngentasklauncher\ngentasklauncher.csproj"/>
- <ProjectFile Include="McjProfofileUtil\McjProfileUtil.csproj" Condition="'$(BuildArchitecture)' != 'arm' and '$(BuildArchitecture)' != 'arm64'" />
- <ProjectFile Include="winphoneintegrate\winphoneintegrate.csproj" />
- <ProjectFile Include="crossgen\crossgen.nativeproj" />
- <ProjectFile Include="GenClrDebugResource\GenClrDebugResource.nativeproj" >
- <ProductGroups>FX;PK</ProductGroups>
- </ProjectFile>
- <ProjectFile Include="InjectResource\InjectResource.nativeproj" Condition="'$(BuildArchitecture)' == 'i386'">
- <ProductGroups>FX;PK</ProductGroups>
- </ProjectFile>
- </ItemGroup>
-
- <!-- CoreClr -->
- <ItemGroup Condition="'$(BuildExePhase)' == '1' and '$(FeatureCoreClr)' == 'true'">
- <ProjectFile Include="bbsweep\bbsweep.nativeproj" Condition="'$(BuildProjectName)' == 'CoreSys'" />
- <ProjectFile Condition="'$(BuildArchitecture)' != 'arm' and '$(BuildArchitecture)' != 'arm64' and '$(BuildProjectName)' != 'CoreSys'" Include="ildbsymbols\ildbsymbols.nativeproj" />
- <ProjectFile Include="coregen\coregen.nativeproj" />
- <ProjectFile Include="nidump\nidump.nativeproj" Condition="!('$(BuildProjectName)' == 'CoreSys' and ('$(BuildArchitecture)' == 'arm' or '$(BuildArchitecture)' == 'arm64'))"/>
- <ProjectFile Include="crossgen\crossgen.nativeproj" />
- <ProjectFile Include="spawnnowow\spawnnowow.nativeproj" Condition="('$(BuildArchitecture)' == 'i386' or '$(BuildArchitecture)' == 'amd64' or '$(BuildArchitecture)' == 'ia64') and '$(BuildProjectName)' != 'CoreSys'" />
- <ProjectFile Condition="'$(BuildProjectName)' == 'CoreSys'" Include="winphoneintegrate\winphoneintegrate.csproj" />
- </ItemGroup>
-
- <Import Project="$(_NTDRIVE)$(_NTROOT)\tools\Microsoft.DevDiv.Traversal.targets" />
-</Project>
diff --git a/src/tools/metainfo/metainfo.nativeproj b/src/tools/metainfo/metainfo.nativeproj
deleted file mode 100644
index 7591a40d63..0000000000
--- a/src/tools/metainfo/metainfo.nativeproj
+++ /dev/null
@@ -1,42 +0,0 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="dogfood">
- <!--Import the settings-->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
- <!--Leaf project Properties-->
- <PropertyGroup>
- <OutputName>metainfo</OutputName>
- <FileToMarkForSigning>$(BinariesDirectory)\metainfo.exe</FileToMarkForSigning>
- <TargetType>PROGRAM</TargetType>
- <LinkSubsystem>console</LinkSubsystem>
- <EntryPoint>wmain</EntryPoint>
- <ClAdditionalOptions>$(ClAdditionalOptions) -DUNICODE -D_UNICODE</ClAdditionalOptions>
- <LinkGenerateManifest>true</LinkGenerateManifest>
- <LinkAdditionalOptions>$(LinkAdditionalOptions) /MANIFEST</LinkAdditionalOptions>
- </PropertyGroup>
- <!--Leaf Project Items-->
- <ItemGroup>
- <LinkPreCrtLibs Include="$(ClrLibPath)\utilcodenohost.lib">
- <ProjectReference>$(ClrSrcDirectory)utilcode\dyncrtnohost\dyncrtnohost.nativeproj</ProjectReference>
- </LinkPreCrtLibs>
- <LinkPreCrtLibs Include="$(ClrLibPath)\MDHotData.lib" />
-
- <TargetLib Include="$(ClrLibPath)\corguids.lib" />
- <TargetLib Include="$(SdkLibPath)\mscoree.lib" />
- <TargetLib Include="$(SdkLibPath)\ole32.lib" />
- <TargetLib Include="$(SdkLibPath)\user32.lib" />
- <TargetLib Include="$(SdkLibPath)\uuid.lib" />
- <TargetLib Include="$(SdkLibPath)\oleaut32.lib" />
- <ProjectReference Include="$(ClrSrcDirectory)md\hotdata\full\mdhotdata.nativeproj">
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <RCResourceFile Include="native.rc" />
- </ItemGroup>
- <ItemGroup>
- <CppCompile Include="mdinfo.cpp" />
- <CppCompile Include="mdobj.cpp" />
- <CppCompile Include="metainfo.cpp" />
- </ItemGroup>
- <!--Import the targets-->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.targets" />
-</Project>