зеркало из https://github.com/dotnet/msbuild.git
Merge branch 'main' into merge/vs17.9-to-main
This commit is contained in:
Коммит
84f7f9823d
|
@ -2,7 +2,7 @@
|
|||
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<VersionPrefix>17.9.0</VersionPrefix>
|
||||
<VersionPrefix>17.10.0</VersionPrefix>
|
||||
<PackageValidationBaselineVersion>17.8.3</PackageValidationBaselineVersion>
|
||||
<AssemblyVersion>15.1.0.0</AssemblyVersion>
|
||||
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
|
||||
|
|
|
@ -1376,6 +1376,18 @@ Copyright (C) Microsoft Corporation. All rights reserved.
|
|||
<_Temp Remove="@(_Temp)" />
|
||||
</ItemGroup>
|
||||
|
||||
<!-- RESOURCE ITEMS -->
|
||||
<AssignLinkMetadata Items="@(Resource)"
|
||||
Condition="'@(Resource)' != '' and '%(Resource.DefiningProjectFullPath)' != '$(MSBuildProjectFullPath)' and $([MSBuild]::AreFeaturesEnabled('17.10'))">
|
||||
<Output TaskParameter="OutputItems" ItemName="_Temp" />
|
||||
</AssignLinkMetadata>
|
||||
|
||||
<ItemGroup Condition="$([MSBuild]::AreFeaturesEnabled('17.10'))">
|
||||
<Resource Remove="@(_Temp)" />
|
||||
<Resource Include="@(_Temp)" />
|
||||
<_Temp Remove="@(_Temp)" />
|
||||
</ItemGroup>
|
||||
|
||||
</Target>
|
||||
|
||||
<!--
|
||||
|
|
Загрузка…
Ссылка в новой задаче