dotnet-installer/build/prepare/UbuntuCoreclrAndCoreFxDependencies.props
Piotr Puszkiewicz 9446a81a25 Move CheckPrereqs to MSBuild (#3895)
* Move CheckPrereqs to MSBuild

* Tabs to Spaces

* PR feedback
2016-07-20 23:42:23 -04:00

49 lines
3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<UbuntuCoreclrAndCoreFxDependencies Include="libc6" />
<UbuntuCoreclrAndCoreFxDependencies Include="libedit2" />
<UbuntuCoreclrAndCoreFxDependencies Include="libffi6" />
<UbuntuCoreclrAndCoreFxDependencies Include="libgcc1" />
<UbuntuCoreclrAndCoreFxDependencies Include="libicu52" />
<UbuntuCoreclrAndCoreFxDependencies Include="liblldb-3.6" />
<UbuntuCoreclrAndCoreFxDependencies Include="libllvm3.6" />
<UbuntuCoreclrAndCoreFxDependencies Include="liblttng-ust0" />
<UbuntuCoreclrAndCoreFxDependencies Include="liblzma5" />
<UbuntuCoreclrAndCoreFxDependencies Include="libncurses5" />
<UbuntuCoreclrAndCoreFxDependencies Include="libpython2.7" />
<UbuntuCoreclrAndCoreFxDependencies Include="libstdc++6" />
<UbuntuCoreclrAndCoreFxDependencies Include="libtinfo5" />
<UbuntuCoreclrAndCoreFxDependencies Include="libunwind8" />
<UbuntuCoreclrAndCoreFxDependencies Include="liburcu1" />
<UbuntuCoreclrAndCoreFxDependencies Include="libuuid1" />
<UbuntuCoreclrAndCoreFxDependencies Include="zlib1g" />
<UbuntuCoreclrAndCoreFxDependencies Include="libasn1-8-heimdal" />
<UbuntuCoreclrAndCoreFxDependencies Include="libcomerr2" />
<UbuntuCoreclrAndCoreFxDependencies Include="libcurl3" />
<UbuntuCoreclrAndCoreFxDependencies Include="libgcrypt11" />
<UbuntuCoreclrAndCoreFxDependencies Include="libgnutls26" />
<UbuntuCoreclrAndCoreFxDependencies Include="libgpg-error0" />
<UbuntuCoreclrAndCoreFxDependencies Include="libgssapi3-heimdal" />
<UbuntuCoreclrAndCoreFxDependencies Include="libgssapi-krb5-2" />
<UbuntuCoreclrAndCoreFxDependencies Include="libhcrypto4-heimdal" />
<UbuntuCoreclrAndCoreFxDependencies Include="libheimbase1-heimdal" />
<UbuntuCoreclrAndCoreFxDependencies Include="libheimntlm0-heimdal" />
<UbuntuCoreclrAndCoreFxDependencies Include="libhx509-5-heimdal" />
<UbuntuCoreclrAndCoreFxDependencies Include="libidn11" />
<UbuntuCoreclrAndCoreFxDependencies Include="libk5crypto3" />
<UbuntuCoreclrAndCoreFxDependencies Include="libkeyutils1" />
<UbuntuCoreclrAndCoreFxDependencies Include="libkrb5-26-heimdal" />
<UbuntuCoreclrAndCoreFxDependencies Include="libkrb5-3" />
<UbuntuCoreclrAndCoreFxDependencies Include="libkrb5support0" />
<UbuntuCoreclrAndCoreFxDependencies Include="libldap-2.4-2" />
<UbuntuCoreclrAndCoreFxDependencies Include="libp11-kit0" />
<UbuntuCoreclrAndCoreFxDependencies Include="libroken18-heimdal" />
<UbuntuCoreclrAndCoreFxDependencies Include="librtmp0" />
<UbuntuCoreclrAndCoreFxDependencies Include="libsasl2-2" />
<UbuntuCoreclrAndCoreFxDependencies Include="libsqlite3-0" />
<UbuntuCoreclrAndCoreFxDependencies Include="libssl1.0.0" />
<UbuntuCoreclrAndCoreFxDependencies Include="libtasn1-6" />
<UbuntuCoreclrAndCoreFxDependencies Include="libwind0-heimdal" />
</ItemGroup>
</Project>