1 assignment to MSBuild property _NetCoreRefDir
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets (1)
219
<
_NetCoreRefDir
>$([System.IO.Path]::Combine($(_CrossProjFileDir), "netcoreapp"))</_NetCoreRefDir> <!-- flat netcore app assemblies-->
4 usages of MSBuild property _NetCoreRefDir
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets (4)
89
DestinationFolder="$(
_NetCoreRefDir
)"
99
<Crossgen>$([System.IO.Path]::GetFullPath($([System.IO.Path]::Combine($(
_NetCoreRefDir
), $([System.IO.Path]::GetFileName($(Crossgen)))))))</Crossgen>
126
CrossgenPlatformAssembliesPath=$(_RuntimeRefDir)$(PathSeparator)$(
_NetCoreRefDir
);
322
DestinationFolder="$(
_NetCoreRefDir
)"