This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/.nuget/Microsoft.NETCore.Runtime.CoreCLR Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup >
4- <_PlatformDoesNotSupportNiFiles Condition =" '$(Platform)' == 'arm'" >true</_PlatformDoesNotSupportNiFiles >
5- <_PlatformDoesNotSupportNiFiles Condition =" '$(Platform)' == 'armel'" >true</_PlatformDoesNotSupportNiFiles >
6- <_PlatformDoesNotSupportNiFiles Condition =" '$(Platform)' == 'x86'" >true</_PlatformDoesNotSupportNiFiles >
4+ <_PlatformDoesNotSupportCreatedump Condition =" '$(Platform)' == 'arm'" >true</_PlatformDoesNotSupportCreatedump >
5+ <_PlatformDoesNotSupportCreatedump Condition =" '$(Platform)' == 'armel'" >true</_PlatformDoesNotSupportCreatedump >
6+ <_PlatformDoesNotSupportCreatedump Condition =" '$(Platform)' == 'x86'" >true</_PlatformDoesNotSupportCreatedump >
7+ <_PlatformDoesNotSupportCreatedump Condition =" '$(_runtimeOSFamily)' == 'tizen'" >true</_PlatformDoesNotSupportCreatedump >
78 <_PlatformDoesNotSupportEventTrace Condition =" '$(_runtimeOSFamily)' == 'tizen'" >true</_PlatformDoesNotSupportEventTrace >
89 <_PlatformDoesNotSupportEventTrace Condition =" '$(Platform)' == 'x86'" >true</_PlatformDoesNotSupportEventTrace >
910 </PropertyGroup >
1819 <NativeBinary Include =" $(BinDir)System.Globalization.Native.so" />
1920 <NativeBinary Include =" $(BinDir)sosdocsunix.txt" />
2021 <NativeBinary Include =" $(BinDir)System.Private.CoreLib.dll" />
22+ <NativeBinary Condition =" '$(_PlatformDoesNotSupportCreatedump)' != 'true'" Include =" $(BinDir)createdump" />
2123 <ArchitectureSpecificLibFile Include =" $(BinDir)SOS.NETCore.dll" />
2224 <ArchitectureSpecificToolFile Include =" $(BinDir)crossgen" />
2325 </ItemGroup >
You can’t perform that action at this time.
0 commit comments