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