2 writes to Product
Microsoft.Build.Tasks.Core (2)
GenerateApplicationManifest.cs (2)
389
manifest.
Product
= Product;
393
manifest.
Product
= Path.GetFileNameWithoutExtension(manifest.AssemblyIdentity.Name);
3 references to Product
Microsoft.Build.Tasks.Core (3)
GenerateApplicationManifest.cs (3)
391
else if (String.IsNullOrEmpty(manifest.
Product
))
395
Debug.Assert(!String.IsNullOrEmpty(manifest.
Product
));
410
manifest.Publisher = manifest.
Product
;