1 assignment to MSBuild property TargetZone
MSBuildFiles (1)
C\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.WinFx.targets (1)
557<TargetZone Condition="'$(TargetZone)' == ''">Internet</TargetZone>
4 usages of MSBuild property TargetZone
MSBuildFiles (4)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (3)
401<_DeploymentIntermediateTrustInfoFile Include="$(IntermediateOutputPath)$(TargetName).TrustInfo.xml" Condition="'$(TargetZone)'!=''"/> 3674Condition="'$(TargetZone)'!=''" 3686TargetZone="$(TargetZone)"
C\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.WinFx.targets (1)
557<TargetZone Condition="'$(TargetZone)' == ''">Internet</TargetZone>