2 references to TrustInfoFile
Microsoft.Build.Tasks.Core (2)
GenerateApplicationManifest.cs (2)
281
if (!String.IsNullOrEmpty(
TrustInfoFile
?.ItemSpec))
284
manifest.TrustInfo.Read(
TrustInfoFile
.ItemSpec);