From 0926b93b98e417cccb63fea16e60017bd46cfa2a Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 4 Jan 2019 14:20:13 -0800 Subject: [PATCH] Ensure Identity.Views.{V3, V4}.dll are the AllItemsFullPathWithTargetPath group so they get copied across ProjectReferences --- .../Microsoft.AspNetCore.Identity.UI.csproj | 11 +++++----- ...AspNetCore.Identity.FunctionalTests.csproj | 20 ------------------- 2 files changed, 6 insertions(+), 25 deletions(-) diff --git a/src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj b/src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj index e905165bf7..f85709c554 100644 --- a/src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj +++ b/src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj @@ -118,10 +118,11 @@ Name="_GetRazorDlls" BeforeTargets="GetCopyToOutputDirectoryItems"> - <_AllItemsFullPathWithTargetPath Include="$(MSBuildThisFileDirectory)$(IntermediateOutputPath)%(UIFrameworkVersionMoniker.Identity)\$(TargetName).Views.%(UIFrameworkVersionMoniker.Identity).*" /> + <_GeneratedRazorViews Include="$(TargetDir)$(TargetName).Views.%(UIFrameworkVersionMoniker.Identity).dll" /> + <_GeneratedRazorViews Include="$(TargetDir)$(TargetName).Views.%(UIFrameworkVersionMoniker.Identity).pdb" /> - - %(Filename)%(Extension) + + %(FileName)%(Extension) PreserveNewest @@ -143,8 +144,8 @@ - - + + - - - - <_IdentityUIViewsAssemblies Include="$(MSBuildThisFileDirectory)..\..\UI\src\bin\$(Configuration)\netstandard2.0\Microsoft.AspNetCore.Identity.UI.Views.*.dll" /> - - - - - - - - - - - - -