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