diff options
author | Tomas Weinfurt <tweinfurt@yahoo.com> | 2018-07-03 14:00:40 -0700 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2018-07-03 23:00:40 +0200 |
commit | 8d32f87b74b90f7da03574f3d44a370319886681 (patch) | |
tree | 5dd4e7000a66314a814d0512672dd6a65b6ce375 /src/.nuget | |
parent | dc8ee8c84cf51a474fbfc164f7efe825a7a7aece (diff) | |
download | coreclr-8d32f87b74b90f7da03574f3d44a370319886681.tar.gz coreclr-8d32f87b74b90f7da03574f3d44a370319886681.tar.bz2 coreclr-8d32f87b74b90f7da03574f3d44a370319886681.zip |
add missing files to package properly on FreeBSD (#18764)
Diffstat (limited to 'src/.nuget')
8 files changed, 52 insertions, 3 deletions
diff --git a/src/.nuget/Microsoft.NETCore.ILAsm/runtime.FreeBSD.Microsoft.NETCore.ILAsm.props b/src/.nuget/Microsoft.NETCore.ILAsm/runtime.FreeBSD.Microsoft.NETCore.ILAsm.props new file mode 100644 index 0000000000..a8019b21e6 --- /dev/null +++ b/src/.nuget/Microsoft.NETCore.ILAsm/runtime.FreeBSD.Microsoft.NETCore.ILAsm.props @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <NativeBinary Include="$(BinDir)ilasm" /> + </ItemGroup> +</Project> diff --git a/src/.nuget/Microsoft.NETCore.ILDAsm/runtime.FreeBSD.Microsoft.NETCore.ILDAsm.props b/src/.nuget/Microsoft.NETCore.ILDAsm/runtime.FreeBSD.Microsoft.NETCore.ILDAsm.props new file mode 100644 index 0000000000..f7ab15b664 --- /dev/null +++ b/src/.nuget/Microsoft.NETCore.ILDAsm/runtime.FreeBSD.Microsoft.NETCore.ILDAsm.props @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <NativeBinary Include="$(BinDir)ildasm" /> + </ItemGroup> +</Project> diff --git a/src/.nuget/Microsoft.NETCore.Jit/runtime.FreeBSD.Microsoft.NETCore.Jit.props b/src/.nuget/Microsoft.NETCore.Jit/runtime.FreeBSD.Microsoft.NETCore.Jit.props new file mode 100644 index 0000000000..b92d11ae59 --- /dev/null +++ b/src/.nuget/Microsoft.NETCore.Jit/runtime.FreeBSD.Microsoft.NETCore.Jit.props @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <NativeBinary Include="$(BinDir)libclrjit.so" /> + </ItemGroup> +</Project> diff --git a/src/.nuget/Microsoft.NETCore.Native/Microsoft.NETCore.Native.props b/src/.nuget/Microsoft.NETCore.Native/Microsoft.NETCore.Native.props index ff2f587a1c..a46a1bee55 100644 --- a/src/.nuget/Microsoft.NETCore.Native/Microsoft.NETCore.Native.props +++ b/src/.nuget/Microsoft.NETCore.Native/Microsoft.NETCore.Native.props @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> - <SupportedPackageOSGroups>Linux;OSX</SupportedPackageOSGroups> + <SupportedPackageOSGroups>Linux;OSX;FreeBSD</SupportedPackageOSGroups> </PropertyGroup> -</Project>
\ No newline at end of file +</Project> diff --git a/src/.nuget/Microsoft.NETCore.Native/runtime.FreeBSD.Microsoft.NETCore.Native.props b/src/.nuget/Microsoft.NETCore.Native/runtime.FreeBSD.Microsoft.NETCore.Native.props new file mode 100644 index 0000000000..dea614a67d --- /dev/null +++ b/src/.nuget/Microsoft.NETCore.Native/runtime.FreeBSD.Microsoft.NETCore.Native.props @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <NativeBinary Include="$(BinDir)System.Globalization.Native.a" /> + <NativeBinary Include="$(BinDir)System.Globalization.Native.so" /> + </ItemGroup> +</Project> diff --git a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.FreeBSD.Microsoft.NETCore.Runtime.CoreCLR.props b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.FreeBSD.Microsoft.NETCore.Runtime.CoreCLR.props new file mode 100644 index 0000000000..fcf0d78a0b --- /dev/null +++ b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.FreeBSD.Microsoft.NETCore.Runtime.CoreCLR.props @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <NativeBinary Include="$(BinDir)libcoreclr.so" /> + <NativeBinary Condition="'$(_PlatformDoesNotSupportEventTrace)' != 'true'" Include="$(BinDir)libcoreclrtraceptprovider.so" /> + <NativeBinary Include="$(BinDir)libdbgshim.so" /> + <NativeBinary Include="$(BinDir)libmscordaccore.so" /> + <NativeBinary Include="$(BinDir)libmscordbi.so" /> + <NativeBinary Include="$(BinDir)libsos.so" /> + <NativeBinary Condition="'$(_PlatformDoesNotSupportSosPlugin)' != 'true'" Include="$(BinDir)libsosplugin.so" /> + <NativeBinary Include="$(BinDir)System.Globalization.Native.so" /> + <NativeBinary Include="$(BinDir)sosdocsunix.txt" /> + <CrossGenBinary Include="$(BinDir)System.Private.CoreLib.dll" /> + <ArchitectureSpecificLibFile Include="$(BinDir)SOS.NETCore.dll" /> + <ArchitectureSpecificToolFile Include="$(BinDir)crossgen" /> + <CrossArchitectureSpecificToolFile Condition="'$(HasCrossTargetComponents)' == 'true'" Include="$(BinDir)$(CrossTargetComponentFolder)\crossgen" /> + </ItemGroup> +</Project> diff --git a/src/.nuget/Microsoft.NETCore.TestHost/runtime.FreeBSD.Microsoft.NETCore.TestHost.props b/src/.nuget/Microsoft.NETCore.TestHost/runtime.FreeBSD.Microsoft.NETCore.TestHost.props new file mode 100644 index 0000000000..ce004bdac4 --- /dev/null +++ b/src/.nuget/Microsoft.NETCore.TestHost/runtime.FreeBSD.Microsoft.NETCore.TestHost.props @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <NativeBinary Include="$(BinDir)corerun" /> + </ItemGroup> +</Project> diff --git a/src/.nuget/dir.props b/src/.nuget/dir.props index 4163f14300..03d06753da 100644 --- a/src/.nuget/dir.props +++ b/src/.nuget/dir.props @@ -23,7 +23,7 @@ <RuntimeOS Condition="'$(RuntimeOS)' == ''">$(OSRid)</RuntimeOS> - <SupportedPackageOSGroups Condition="'$(SupportedPackageOSGroups)' == ''">Windows_NT;OSX;Android;Linux</SupportedPackageOSGroups> + <SupportedPackageOSGroups Condition="'$(SupportedPackageOSGroups)' == ''">Windows_NT;OSX;Android;Linux;FreeBSD</SupportedPackageOSGroups> <SupportedPackageOSGroups>;$(SupportedPackageOSGroups);</SupportedPackageOSGroups> <!-- Identify OS family based upon the RuntimeOS, which could be distro specific (e.g. osx.10.12) or |