1 assignment to MSBuild property _DesignerDepsFilePath
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.DesignerSupport.targets (1)
32
<
_DesignerDepsFilePath
>$(IntermediateOutputPath)$(_DesignerDepsFileName)</_DesignerDepsFilePath>
4 usages of MSBuild property _DesignerDepsFilePath
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.DesignerSupport.targets (4)
45
Outputs="$(
_DesignerDepsFilePath
)"
60
DepsFilePath="$(
_DesignerDepsFilePath
)"
78
Include="$([MSBuild]::NormalizePath($(
_DesignerDepsFilePath
)))"
82
<FileWrites Include="$(
_DesignerDepsFilePath
)" />