5ebc6a1ceb
* Eliminate CleanPublishOutput * Decompose Crossgen Task * WiP * TarGzFileExtractToDirectory * FixModeFlags --> CHMod Also various eliminations of dead code * Tasks cleanup Move all tasks to .tasks file. There is little value in keepint them in each source file as they are already being used assumptively by files that happen to get executed later. Also eliminating uses of <Exec> for DotNet invocations * Move to BuildTools implementation of TarGzCreateFromDirectory * Eliminate Command.cs and helpers * Remove dead code * Revert TarGz from BuildTools Latest build tools package has not picked up the task, though it is checked in. * Disable ChMod on Windows * Windows bug fix * PR Feedback * Finish changing Chmod caps
12 lines
610 B
XML
12 lines
610 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<CentosCoreclrAndCoreFxDependencies Include="unzip" />
|
|
<CentosCoreclrAndCoreFxDependencies Include="libunwind" />
|
|
<CentosCoreclrAndCoreFxDependencies Include="gettext" />
|
|
<CentosCoreclrAndCoreFxDependencies Include="libcurl-devel" />
|
|
<CentosCoreclrAndCoreFxDependencies Include="openssl-devel" />
|
|
<CentosCoreclrAndCoreFxDependencies Include="zlib" />
|
|
<CentosCoreclrAndCoreFxDependencies Include="libicu-devel" />
|
|
</ItemGroup>
|
|
</Project>
|