Skip to content

Instantly share code, notes, and snippets.

@marckm
Created October 17, 2012 20:39
Show Gist options
  • Save marckm/3908015 to your computer and use it in GitHub Desktop.
Save marckm/3908015 to your computer and use it in GitHub Desktop.
Remaining attributes in AssemblyInfo.cs files
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled
// through the following set of attributes.
// Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("DemoApp")]
[assembly: AssemblyCulture("")]
// The following GUID is for the ID of the typelib if
// this project is exposed to COM
[assembly: Guid("22b09d6b-f2f4-4b22-bfac-be0593897925")]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment