Created
October 17, 2012 20:39
-
-
Save marckm/3908015 to your computer and use it in GitHub Desktop.
Remaining attributes in AssemblyInfo.cs files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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