Skip to content

Commit ba03538

Browse files
committed
Make pkgprojs reference *proj rather than builds
Commit migrated from dotnet/corefx@0ede35e
1 parent cc93955 commit ba03538

50 files changed

Lines changed: 53 additions & 53 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/libraries/Microsoft.CSharp/pkg/Microsoft.CSharp.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ProjectReference Include="..\ref\Microsoft.CSharp.csproj">
66
<SupportedFramework>net463;netcoreapp2.0;$(AllXamarinFrameworks)</SupportedFramework>
77
</ProjectReference>
8-
<ProjectReference Include="..\src\Microsoft.CSharp.builds" />
8+
<ProjectReference Include="..\src\Microsoft.CSharp.csproj" />
99
<InboxOnTargetFramework Include="MonoAndroid10">
1010
<AsFrameworkReference>true</AsFrameworkReference>
1111
</InboxOnTargetFramework>

src/libraries/Microsoft.VisualBasic/pkg/Microsoft.VisualBasic.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ProjectReference Include="..\ref\Microsoft.VisualBasic.csproj">
66
<SupportedFramework>net45;netcore45;netcoreapp1.0;wpa81;$(AllXamarinFrameworks)</SupportedFramework>
77
</ProjectReference>
8-
<ProjectReference Include="..\src\Microsoft.VisualBasic.builds" />
8+
<ProjectReference Include="..\src\Microsoft.VisualBasic.vbproj" />
99
<InboxOnTargetFramework Include="net45">
1010
<AsFrameworkReference>true</AsFrameworkReference>
1111
</InboxOnTargetFramework>

src/libraries/Microsoft.Win32.Registry.AccessControl/pkg/Microsoft.Win32.Registry.AccessControl.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ProjectReference Include="..\ref\Microsoft.Win32.Registry.AccessControl.csproj">
66
<SupportedFramework>net46;netcoreapp1.0</SupportedFramework>
77
</ProjectReference>
8-
<ProjectReference Include="..\src\Microsoft.Win32.Registry.AccessControl.builds" />
8+
<ProjectReference Include="..\src\Microsoft.Win32.Registry.AccessControl.csproj" />
99
<NotSupportedOnTargetFramework Include="netcore50">
1010
<PackageTargetRuntime>win</PackageTargetRuntime>
1111
</NotSupportedOnTargetFramework>

src/libraries/Microsoft.Win32.Registry/pkg/Microsoft.Win32.Registry.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ProjectReference Include="..\ref\Microsoft.Win32.Registry.csproj">
66
<SupportedFramework>net463;netcoreapp2.0</SupportedFramework>
77
</ProjectReference>
8-
<ProjectReference Include="..\src\Microsoft.Win32.Registry.builds" />
8+
<ProjectReference Include="..\src\Microsoft.Win32.Registry.csproj" />
99
<NotSupportedOnTargetFramework Include="netcore50">
1010
<PackageTargetRuntime>win</PackageTargetRuntime>
1111
</NotSupportedOnTargetFramework>

src/libraries/System.Buffers/pkg/System.Buffers.pkgproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
44
<ItemGroup>
5-
<ProjectReference Include="..\ref\System.Buffers.builds">
5+
<ProjectReference Include="..\ref\System.Buffers.csproj">
66
<SupportedFramework>net45;netcore45;netcoreapp1.0;wpa81;$(AllXamarinFrameworks)</SupportedFramework>
77
</ProjectReference>
8-
<ProjectReference Include="..\src\System.Buffers.builds" />
8+
<ProjectReference Include="..\src\System.Buffers.csproj" />
99
</ItemGroup>
1010
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
1111
</Project>

src/libraries/System.CodeDom/pkg/System.CodeDom.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ProjectReference Include="..\ref\System.CodeDom.csproj">
66
<SupportedFramework>net461;netcoreapp2.0;$(AllXamarinFrameworks)</SupportedFramework>
77
</ProjectReference>
8-
<ProjectReference Include="..\src\System.CodeDom.builds" />
8+
<ProjectReference Include="..\src\System.CodeDom.csproj" />
99
</ItemGroup>
1010
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
1111
</Project>

src/libraries/System.Collections.Immutable/pkg/System.Collections.Immutable.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<MinClientVersion>2.8.6</MinClientVersion>
77
</PropertyGroup>
88
<ItemGroup>
9-
<ProjectReference Include="..\src\System.Collections.Immutable.builds">
9+
<ProjectReference Include="..\src\System.Collections.Immutable.csproj">
1010
<SupportedFramework>net45;netcore45;netcoreapp1.0;wp8;wpa81;$(AllXamarinFrameworks)</SupportedFramework>
1111
</ProjectReference>
1212
</ItemGroup>

src/libraries/System.ComponentModel.Annotations/pkg/System.ComponentModel.Annotations.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ProjectReference Include="..\ref\System.ComponentModel.Annotations.csproj">
66
<SupportedFramework>net463;netcoreapp2.0;$(AllXamarinFrameworks)</SupportedFramework>
77
</ProjectReference>
8-
<ProjectReference Include="..\src\System.ComponentModel.Annotations.builds" />
8+
<ProjectReference Include="..\src\System.ComponentModel.Annotations.csproj" />
99
<InboxOnTargetFramework Include="MonoAndroid10" />
1010
<InboxOnTargetFramework Include="MonoTouch10" />
1111
<InboxOnTargetFramework Include="net45">

src/libraries/System.Composition.AttributedModel/pkg/System.Composition.AttributedModel.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
44
<ItemGroup>
5-
<ProjectReference Include="..\src\System.Composition.AttributedModel.builds">
5+
<ProjectReference Include="..\src\System.Composition.AttributedModel.csproj">
66
<SupportedFramework>net45;netcore45;netcoreapp1.0;wp8;wpa81;$(AllXamarinFrameworks)</SupportedFramework>
77
</ProjectReference>
88
</ItemGroup>

src/libraries/System.Composition.Convention/pkg/System.Composition.Convention.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
44
<ItemGroup>
5-
<ProjectReference Include="..\src\System.Composition.Convention.builds">
5+
<ProjectReference Include="..\src\System.Composition.Convention.csproj">
66
<SupportedFramework>net45;netcore45;netcoreapp1.0;wp8;wpa81;$(AllXamarinFrameworks)</SupportedFramework>
77
</ProjectReference>
88
</ItemGroup>

0 commit comments

Comments
 (0)