2 writes to Product
Microsoft.Build.Tasks.Core (2)
GenerateApplicationManifest.cs (2)
396
manifest.
Product
= Product;
400
manifest.
Product
= Path.GetFileNameWithoutExtension(manifest.AssemblyIdentity.Name);
3 references to Product
Microsoft.Build.Tasks.Core (3)
GenerateApplicationManifest.cs (3)
398
else if (String.IsNullOrEmpty(manifest.
Product
))
402
Debug.Assert(!String.IsNullOrEmpty(manifest.
Product
));
417
manifest.Publisher = manifest.
Product
;