2 assignments to MSBuild property _TargetPathRelativePath
Microsoft.DotNet.MSBuildSdkResolver (1)
Microsoft.DotNet.MSBuildSdkResolver.csproj (1)
24<_TargetPathRelativePath>..\..\$(TargetFileName)</_TargetPathRelativePath>
Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver (1)
Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver.csproj (1)
42<_TargetPathRelativePath>$([System.IO.Path]::GetRelativePath('$(_ResolverManifestDir)','$(TargetPath)'))</_TargetPathRelativePath>
3 usages of MSBuild property _TargetPathRelativePath
Microsoft.DotNet.MSBuildSdkResolver (2)
Microsoft.DotNet.MSBuildSdkResolver.csproj (2)
33<Error Condition=" '$(MSBuildRuntimeType)' == 'Core' And '$(_TargetPathRelativePath)' != '$(_TargetPathRelativePathCheck)'" 38<ManifestLines Include="&lt;Path&gt;$(_TargetPathRelativePath)&lt;/Path&gt;" />
Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver (1)
Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver.csproj (1)
47<ManifestLines Include="&lt;Path&gt;$(_TargetPathRelativePath)&lt;/Path&gt;" />