2 assignments to MSBuild property ApplicationIcon
MSBuild (1)
MSBuild.csproj (1)
27<ApplicationIcon>MSBuild.ico</ApplicationIcon>
MSBuildTaskHost (1)
MSBuildTaskHost.csproj (1)
26<ApplicationIcon>..\MSBuild\MSBuild.ico</ApplicationIcon>
7 usages of MSBuild property ApplicationIcon
MSBuildFiles (7)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (3)
443<_DeploymentManifestIconFile Include="$(ApplicationIcon)" Condition="Exists('$(ApplicationIcon)')"> 444<TargetPath>$(ApplicationIcon)</TargetPath>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.CSharp.CurrentVersion.targets (2)
172$(ApplicationIcon); 297Win32Icon="$(ApplicationIcon)"
C\Users\cloudtest\.nuget\packages\microsoft.net.compilers.toolset\4.12.0-3.24463.9\tasks\net472\Microsoft.CSharp.Core.targets (2)
44$(ApplicationIcon); 169Win32Icon="$(ApplicationIcon)"