2 assignments to MSBuild property _RunCsWinRTGeneratorPropertyInputsCachePath
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Windows.targets (2)
238
<
_RunCsWinRTGeneratorPropertyInputsCachePath
Condition="'$(_RunCsWinRTGeneratorPropertyInputsCachePath)' == ''">$(IntermediateOutputPath)$(MSBuildProjectName).cswinrtgen.cache</_RunCsWinRTGeneratorPropertyInputsCachePath>
239
<
_RunCsWinRTGeneratorPropertyInputsCachePath
>$([MSBuild]::NormalizePath('$(MSBuildProjectDirectory)', '$(_RunCsWinRTGeneratorPropertyInputsCachePath)'))</_RunCsWinRTGeneratorPropertyInputsCachePath>
4 usages of MSBuild property _RunCsWinRTGeneratorPropertyInputsCachePath
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Windows.targets (4)
238
<_RunCsWinRTGeneratorPropertyInputsCachePath Condition="'$(
_RunCsWinRTGeneratorPropertyInputsCachePath
)' == ''">$(IntermediateOutputPath)$(MSBuildProjectName).cswinrtgen.cache</_RunCsWinRTGeneratorPropertyInputsCachePath>
239
<_RunCsWinRTGeneratorPropertyInputsCachePath>$([MSBuild]::NormalizePath('$(MSBuildProjectDirectory)', '$(
_RunCsWinRTGeneratorPropertyInputsCachePath
)'))</_RunCsWinRTGeneratorPropertyInputsCachePath>
301
File="$(
_RunCsWinRTGeneratorPropertyInputsCachePath
)"
318
Inputs="@(ReferencePath);@(IntermediateAssembly);$(
_RunCsWinRTGeneratorPropertyInputsCachePath
)"