1 assignment to MSBuild property TargetZone
MSBuildFiles (1)
C\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.WinFx.targets (1)
557
<
TargetZone
Condition="'$(TargetZone)' == ''">Internet</TargetZone>
4 usages of MSBuild property TargetZone
MSBuildFiles (4)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (3)
465
<_DeploymentIntermediateTrustInfoFile Include="$(IntermediateOutputPath)$(TargetName).TrustInfo.xml" Condition="'$(
TargetZone
)'!=''"/>
4715
Condition="'$(
TargetZone
)'!=''"
4727
TargetZone="$(
TargetZone
)"
C\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.WinFx.targets (1)
557
<TargetZone Condition="'$(
TargetZone
)' == ''">Internet</TargetZone>