Permalink
Browse files
Remove PackagePlatforms property
- Loading branch information...
|
|
@@ -77,7 +77,6 @@ |
|
|
|
|
|
<Platform Condition="'$(Platform)' == ''">$(BuildArch)</Platform>
|
|
|
<Platform Condition="'$(Platform)' == 'amd64'">x64</Platform>
|
|
|
-
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<!-- Output paths -->
|
|
|
|
|
|
@@ -3,7 +3,6 @@ |
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
|
|
|
|
|
<PropertyGroup Condition="'$(PackageTargetRuntime)' == ''">
|
|
|
- <PackagePlatforms>x64;x86;arm64;arm;armel;</PackagePlatforms>
|
|
|
<IsLineupPackage Condition="'$(IsLineupPackage)' == ''">true</IsLineupPackage>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
@@ -1,10 +1,5 @@ |
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
- <PropertyGroup>
|
|
|
- <PackagePlatforms>x64;</PackagePlatforms>
|
|
|
- <PackagePlatforms Condition="'$(RuntimeOS)' == 'ubuntu.14.04'">x64;arm;</PackagePlatforms>
|
|
|
- <PackagePlatforms Condition="'$(RuntimeOS)' == 'ubuntu.16.04'">x64;arm;</PackagePlatforms>
|
|
|
- </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<NativeSplittableBinary Include="$(BinDir)ilasm" />
|
|
|
<ArchitectureSpecificNativeFile Include="@(NativeSplittableBinary)" />
|
|
|
|
|
|
@@ -1,8 +1,5 @@ |
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
- <PropertyGroup>
|
|
|
- <PackagePlatforms>x64;</PackagePlatforms>
|
|
|
- </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<NativeSplittableBinary Include="$(BinDir)ilasm" />
|
|
|
<ArchitectureSpecificNativeFile Include="@(NativeSplittableBinary)" />
|
|
|
|
|
|
@@ -3,7 +3,6 @@ |
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
|
|
|
|
|
<PropertyGroup Condition="'$(PackageTargetRuntime)' == ''">
|
|
|
- <PackagePlatforms>x64;x86;arm64;arm;armel;</PackagePlatforms>
|
|
|
<IsLineupPackage Condition="'$(IsLineupPackage)' == ''">true</IsLineupPackage>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
@@ -1,10 +1,5 @@ |
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
- <PropertyGroup>
|
|
|
- <PackagePlatforms>x64;</PackagePlatforms>
|
|
|
- <PackagePlatforms Condition="'$(RuntimeOS)' == 'ubuntu.14.04'">x64;arm;</PackagePlatforms>
|
|
|
- <PackagePlatforms Condition="'$(RuntimeOS)' == 'ubuntu.16.04'">x64;arm;</PackagePlatforms>
|
|
|
- </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<NativeSplittableBinary Include="$(BinDir)ildasm" />
|
|
|
<ArchitectureSpecificNativeFile Include="@(NativeSplittableBinary)" />
|
|
|
|
|
|
@@ -1,8 +1,5 @@ |
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
- <PropertyGroup>
|
|
|
- <PackagePlatforms>x64;</PackagePlatforms>
|
|
|
- </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<NativeSplittableBinary Include="$(BinDir)ildasm" />
|
|
|
<ArchitectureSpecificNativeFile Include="@(NativeSplittableBinary)" />
|
|
|
|
|
|
@@ -3,7 +3,6 @@ |
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
|
|
|
|
|
<PropertyGroup Condition="'$(PackageTargetRuntime)' == ''">
|
|
|
- <PackagePlatforms>x64;x86;arm64;arm;armel;</PackagePlatforms>
|
|
|
<IsLineupPackage Condition="'$(IsLineupPackage)' == ''">true</IsLineupPackage>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
@@ -1,10 +1,5 @@ |
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
- <PropertyGroup>
|
|
|
- <PackagePlatforms>x64;</PackagePlatforms>
|
|
|
- <PackagePlatforms Condition="'$(RuntimeOS)' == 'ubuntu.14.04'">x64;arm;</PackagePlatforms>
|
|
|
- <PackagePlatforms Condition="'$(RuntimeOS)' == 'ubuntu.16.04'">x64;arm;</PackagePlatforms>
|
|
|
- </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<NativeSplittableBinary Include="$(BinDir)libclrjit.so" />
|
|
|
<ArchitectureSpecificNativeFile Include="@(NativeSplittableBinary)" />
|
|
|
|
|
|
@@ -1,8 +1,5 @@ |
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
- <PropertyGroup>
|
|
|
- <PackagePlatforms>x64;</PackagePlatforms>
|
|
|
- </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<NativeSplittableBinary Include="$(BinDir)libclrjit.dylib" />
|
|
|
<ArchitectureSpecificNativeFile Include="@(NativeSplittableBinary)" />
|
|
|
|
|
|
@@ -6,7 +6,6 @@ |
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
|
|
|
|
|
<PropertyGroup Condition="'$(PackageTargetRuntime)' == ''">
|
|
|
- <PackagePlatforms>x64;x86;arm64;arm;</PackagePlatforms>
|
|
|
<IsLineupPackage Condition="'$(IsLineupPackage)' == ''">true</IsLineupPackage>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
@@ -1,8 +1,5 @@ |
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
- <PropertyGroup>
|
|
|
- <PackagePlatforms>x64;</PackagePlatforms>
|
|
|
- </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<NativeBinary Include="$(BinDir)libSystem.Globalization.Native.a" />
|
|
|
<NativeSplittableBinary Include="$(BinDir)System.Globalization.Native.so" />
|
|
|
|
|
|
@@ -1,8 +1,5 @@ |
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
- <PropertyGroup>
|
|
|
- <PackagePlatforms>x64;</PackagePlatforms>
|
|
|
- </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<NativeBinary Include="$(BinDir)libSystem.Globalization.Native.a" />
|
|
|
<NativeSplittableBinary Include="$(BinDir)System.Globalization.Native.dylib" />
|
|
|
|
|
|
@@ -3,7 +3,6 @@ |
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
|
|
|
|
|
<PropertyGroup Condition="'$(PackageTargetRuntime)' == ''">
|
|
|
- <PackagePlatforms>x64;x86;arm64;arm;armel;</PackagePlatforms>
|
|
|
<IsLineupPackage Condition="'$(IsLineupPackage)' == ''">true</IsLineupPackage>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
@@ -1,10 +1,5 @@ |
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
- <PropertyGroup>
|
|
|
- <PackagePlatforms>x64;</PackagePlatforms>
|
|
|
- <PackagePlatforms Condition="'$(RuntimeOS)' == 'ubuntu.14.04'">x64;arm;</PackagePlatforms>
|
|
|
- <PackagePlatforms Condition="'$(RuntimeOS)' == 'ubuntu.16.04'">x64;arm;</PackagePlatforms>
|
|
|
- </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<NativeSplittableBinary Include="$(BinDir)libcoreclr.so" />
|
|
|
<NativeSplittableBinary Include="$(BinDir)libcoreclrtraceptprovider.so" />
|
|
|
|
|
|
@@ -1,8 +1,5 @@ |
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
- <PropertyGroup>
|
|
|
- <PackagePlatforms>x64;</PackagePlatforms>
|
|
|
- </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<NativeSplittableBinary Include="$(BinDir)libcoreclr.dylib" />
|
|
|
<NativeSplittableBinary Include="$(BinDir)libdbgshim.dylib" />
|
|
|
|
|
|
@@ -3,7 +3,6 @@ |
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
|
|
|
|
|
<PropertyGroup Condition="'$(PackageTargetRuntime)' == ''">
|
|
|
- <PackagePlatforms>x64;x86;arm64;arm;armel;</PackagePlatforms>
|
|
|
<IsLineupPackage Condition="'$(IsLineupPackage)' == ''">true</IsLineupPackage>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
@@ -1,10 +1,5 @@ |
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
- <PropertyGroup>
|
|
|
- <PackagePlatforms>x64;</PackagePlatforms>
|
|
|
- <PackagePlatforms Condition="'$(RuntimeOS)' == 'ubuntu.14.04'">x64;arm;</PackagePlatforms>
|
|
|
- <PackagePlatforms Condition="'$(RuntimeOS)' == 'ubuntu.16.04'">x64;arm;</PackagePlatforms>
|
|
|
- </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<NativeSplittableBinary Include="$(BinDir)corerun" />
|
|
|
<ArchitectureSpecificNativeFile Include="@(NativeSplittableBinary)" />
|
|
|
|
|
|
@@ -1,8 +1,5 @@ |
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
- <PropertyGroup>
|
|
|
- <PackagePlatforms>x64;</PackagePlatforms>
|
|
|
- </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<NativeSplittableBinary Include="$(BinDir)corerun" />
|
|
|
<ArchitectureSpecificNativeFile Include="@(NativeSplittableBinary)" />
|
|
|
|
|
|
@@ -4,7 +4,6 @@ |
|
|
<PropertyGroup>
|
|
|
<SkipPackageFileCheck>true</SkipPackageFileCheck>
|
|
|
<SkipValidatePackage>true</SkipValidatePackage>
|
|
|
- <PackagePlatforms>x64;</PackagePlatforms>
|
|
|
<OutputPath>$(PackagesOutputPath)</OutputPath>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
|
|
|
@@ -3,6 +3,9 @@ |
|
|
<Import Project="$(MSBuildThisFileDirectory)..\..\dir.props" />
|
|
|
|
|
|
<PropertyGroup>
|
|
|
+ <!-- defined in buildtools packaging.targets, but we need this before targets are imported -->
|
|
|
+ <PackagePlatform>AnyCPU</PackagePlatform>
|
|
|
+
|
|
|
<!-- Distro rid is passed as runtimeos-arch-->
|
|
|
<_parseDistroRid>$(__DistroRid)</_parseDistroRid>
|
|
|
<_parseDistroRid Condition="'$(_parseDistroRid)' == '' and '$(__BuildOS)' == 'OSX'">osx.10.10-x64</_parseDistroRid>
|
|
|
@@ -49,7 +52,6 @@ |
|
|
<PropertyGroup Condition="'$(IsLineupPackage)' == 'true'">
|
|
|
<SkipValidatePackage>true</SkipValidatePackage>
|
|
|
<IncludeRuntimeJson>true</IncludeRuntimeJson>
|
|
|
- <PackagePlatforms>x64;x86;arm64;arm;armel</PackagePlatforms>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<Choose>
|
|
|
|
0 comments on commit
8dcf966