summaryrefslogtreecommitdiff
path: root/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR
diff options
context:
space:
mode:
authorTomas Weinfurt <tweinfurt@yahoo.com>2018-07-03 14:00:40 -0700
committerJan Kotas <jkotas@microsoft.com>2018-07-03 23:00:40 +0200
commit8d32f87b74b90f7da03574f3d44a370319886681 (patch)
tree5dd4e7000a66314a814d0512672dd6a65b6ce375 /src/.nuget/Microsoft.NETCore.Runtime.CoreCLR
parentdc8ee8c84cf51a474fbfc164f7efe825a7a7aece (diff)
downloadcoreclr-8d32f87b74b90f7da03574f3d44a370319886681.tar.gz
coreclr-8d32f87b74b90f7da03574f3d44a370319886681.tar.bz2
coreclr-8d32f87b74b90f7da03574f3d44a370319886681.zip
add missing files to package properly on FreeBSD (#18764)
Diffstat (limited to 'src/.nuget/Microsoft.NETCore.Runtime.CoreCLR')
-rw-r--r--src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.FreeBSD.Microsoft.NETCore.Runtime.CoreCLR.props18
1 files changed, 18 insertions, 0 deletions
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>