2 writes to Product
Microsoft.Build.Tasks.Core (2)
GenerateApplicationManifest.cs (2)
390
manifest.
Product
= Product;
394
manifest.
Product
= Path.GetFileNameWithoutExtension(manifest.AssemblyIdentity.Name);
3 references to Product
Microsoft.Build.Tasks.Core (3)
GenerateApplicationManifest.cs (3)
392
else if (String.IsNullOrEmpty(manifest.
Product
))
396
Debug.Assert(!String.IsNullOrEmpty(manifest.
Product
));
411
manifest.Publisher = manifest.
Product
;