|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <PropertyGroup> |
| 4 | + <_DarwinMonoFramework>MonoFramework-MDK-4.8.0.489.macos10.xamarin.universal.pkg</_DarwinMonoFramework> |
| 5 | + <_AptGetInstall>apt-get -f -u install</_AptGetInstall> |
| 6 | + </PropertyGroup> |
| 7 | + <ItemGroup> |
| 8 | + <RequiredProgram Include="$(HostCcName)" /> |
| 9 | + <RequiredProgram Include="$(HostCxxName)" /> |
| 10 | + <RequiredProgram Include="7za" Condition=" '$(NeedMxe)' == 'true' And $(AndroidSupportedHostJitAbisForConditionalChecks.Contains (':mxe-Win64:'))"> |
| 11 | + <Homebrew>p7zip</Homebrew> |
| 12 | + </RequiredProgram> |
| 13 | + <RequiredProgram Include="autoconf"> |
| 14 | + <Homebrew>autoconf</Homebrew> |
| 15 | + </RequiredProgram> |
| 16 | + <RequiredProgram Include="automake"> |
| 17 | + <Homebrew>automake</Homebrew> |
| 18 | + </RequiredProgram> |
| 19 | + <RequiredProgram Include="cmake" Condition=" '$(NeedMxe)' == 'true' And $(AndroidSupportedHostJitAbisForConditionalChecks.Contains (':mxe-Win64:'))"> |
| 20 | + <Homebrew>cmake</Homebrew> |
| 21 | + </RequiredProgram> |
| 22 | + <RequiredProgram Include="gdk-pixbuf-csource" Condition=" '$(NeedMxe)' == 'true' And $(AndroidSupportedHostJitAbisForConditionalChecks.Contains (':mxe-Win64:'))"> |
| 23 | + <Homebrew>gdk-pixbuf</Homebrew> |
| 24 | + </RequiredProgram> |
| 25 | + <RequiredProgram Include="gettext" Condition=" '$(NeedMxe)' == 'true' And $(AndroidSupportedHostJitAbisForConditionalChecks.Contains (':mxe-Win64:'))"> |
| 26 | + <Homebrew>gettext</Homebrew> |
| 27 | + </RequiredProgram> |
| 28 | + <RequiredProgram Include="glibtool" Condition=" '$(NeedMxe)' == 'true' And $(AndroidSupportedHostJitAbisForConditionalChecks.Contains (':mxe-Win64:'))"> |
| 29 | + <Homebrew>libtool</Homebrew> |
| 30 | + </RequiredProgram> |
| 31 | + <RequiredProgram Include="gsed" Condition=" '$(NeedMxe)' == 'true' And $(AndroidSupportedHostJitAbisForConditionalChecks.Contains (':mxe-Win64:'))"> |
| 32 | + <Homebrew>gnu-sed</Homebrew> |
| 33 | + </RequiredProgram> |
| 34 | + <RequiredProgram Include="intltoolize" Condition=" '$(NeedMxe)' == 'true' And $(AndroidSupportedHostJitAbisForConditionalChecks.Contains (':mxe-Win64:'))"> |
| 35 | + <Homebrew>intltool</Homebrew> |
| 36 | + </RequiredProgram> |
| 37 | + <RequiredProgram Include="javac"> |
| 38 | + <MinimumVersion>1.8</MinimumVersion> |
| 39 | + <CurrentVersionCommand>$(MSBuildThisFileDirectory)..\scripts\javac-version</CurrentVersionCommand> |
| 40 | + <UbuntuInstall>$(_AptGetInstall) openjdk-8-jdk</UbuntuInstall> |
| 41 | + </RequiredProgram> |
| 42 | + <RequiredProgram Include="make" /> |
| 43 | + <RequiredProgram Include="pkg-config" Condition=" '$(NeedMxe)' == 'true' And $(AndroidSupportedHostJitAbisForConditionalChecks.Contains (':mxe-Win64:'))"> |
| 44 | + <Homebrew>pkg-config</Homebrew> |
| 45 | + </RequiredProgram> |
| 46 | + <RequiredProgram Include="ruby" Condition=" '$(NeedMxe)' == 'true' And $(AndroidSupportedHostJitAbisForConditionalChecks.Contains (':mxe-Win64:'))" /> |
| 47 | + <RequiredProgram Include="scons" Condition=" '$(NeedMxe)' == 'true' And $(AndroidSupportedHostJitAbisForConditionalChecks.Contains (':mxe-Win64:'))"> |
| 48 | + <Homebrew>scons</Homebrew> |
| 49 | + </RequiredProgram> |
| 50 | + <RequiredProgram Include="wget" Condition=" '$(NeedMxe)' == 'true' And $(AndroidSupportedHostJitAbisForConditionalChecks.Contains (':mxe-Win64:'))"> |
| 51 | + <Homebrew>wget</Homebrew> |
| 52 | + </RequiredProgram> |
| 53 | + <RequiredProgram Include="xz" Condition=" '$(NeedMxe)' == 'true' And $(AndroidSupportedHostJitAbisForConditionalChecks.Contains (':mxe-Win64:'))"> |
| 54 | + <Homebrew>xz</Homebrew> |
| 55 | + </RequiredProgram> |
| 56 | + <RequiredProgram Include="xxd"> |
| 57 | + <UbuntuInstall>$(_AptGetInstall) vim-common</UbuntuInstall> |
| 58 | + </RequiredProgram> |
| 59 | + <RequiredProgram Include="$(ManagedRuntime)" Condition=" '$(ManagedRuntime)' != '' "> |
| 60 | + <MinimumVersion>4.4.0</MinimumVersion> |
| 61 | + <MaximumVersion>4.8.99</MaximumVersion> |
| 62 | + <CurrentVersionCommand>$(MSBuildThisFileDirectory)..\scripts\mono-version</CurrentVersionCommand> |
| 63 | + <DarwinMinimumUrl>https://bosstoragemirror.blob.core.windows.net/wrench/mono-4.8.0/9a/9ac5bf2f0235ab75d2cc6be0866d6ca3ed302977/$(_DarwinMonoFramework)</DarwinMinimumUrl> |
| 64 | + <DarwinInstall>installer -pkg "$(AndroidToolchainCacheDirectory)\$(_DarwinMonoFramework)" -target /</DarwinInstall> |
| 65 | + </RequiredProgram> |
| 66 | + </ItemGroup> |
| 67 | +</Project> |
0 commit comments