1 assignment to MSBuild property CrossgenDir
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets (1)
77
<
CrossgenDir
>$([System.IO.Path]::Combine($(_CoreclrPkgDir),"tools"))</CrossgenDir>
2 usages of MSBuild property CrossgenDir
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets (2)
79
<Crossgen>$([System.IO.Path]::Combine($(
CrossgenDir
),"crossgen"))</Crossgen>
80
<Crossgen Condition="$([MSBuild]::IsOSPlatform(`Windows`))">$([System.IO.Path]::Combine($(
CrossgenDir
),"crossgen.exe"))</Crossgen>