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