~wwahammy-deactivatedaccount/coapp-toolkit/developing

« back to all changes in this revision

Viewing changes to Properties/AssemblyInfo.cs

  • Committer: Eric Schultz (wwahammy@gmail.com)
  • Date: 2011-03-21 21:45:26 UTC
  • mfrom: (59.1.1 coapp-toolkit)
  • Revision ID: wwahammy@gmail.com-20110321214526-fs45imekkjlpzgg1
G stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
[assembly: AssemblyTitle("CoApp.Toolkit")]
16
16
[assembly: AssemblyDescription("")]
17
17
[assembly: AssemblyConfiguration("")]
18
 
[assembly: AssemblyCompany("CoApp Project")]
19
18
[assembly: AssemblyProduct("CoApp.Toolkit")]
20
 
[assembly: AssemblyCopyright("Copyright © Garrett Serack, CoApp Contributors 2010")]
21
19
[assembly: AssemblyTrademark("")]
22
20
[assembly: AssemblyCulture("")]
23
21
[assembly: NeutralResourcesLanguage("en")]
24
 
#if SIGN_ASSEMBLY
25
 
// disable warning about using /keyfile instead of AssemblyKeyFile
26
 
#pragma warning disable 1699
27
 
[assembly: AssemblyKeyFileAttribute(@"..\coapp-signing\coapp-release.snk")]
28
 
#pragma warning restore 1699
29
 
#endif
30
22
 
31
23
// Setting ComVisible to false makes the types in this assembly not visible 
32
24
// to COM components.  If you need to access a type in this assembly from 
37
29
// The following GUID is for the ID of the typelib if this project is exposed to COM
38
30
 
39
31
[assembly: Guid("5648abc3-656a-401d-88d5-c3a639955632")]
40
 
 
41
 
// Version information for an assembly consists of the following four values:
42
 
//
43
 
//      Major Version
44
 
//      Minor Version 
45
 
//      Build Number
46
 
//      Revision
47
 
//
48
 
// You can specify all the values or you can default the Build and Revision Numbers 
49
 
// by using the '*' as shown below:
50
 
// [assembly: AssemblyVersion("1.0.*")]
51
 
 
52
 
[assembly: AssemblyVersion("1.0.0.*")]
53
 
// by removing the following it defaults to the generated number above.
54
 
// [assembly: AssemblyFileVersion("1.0.0.0")]
 
 
b'\\ No newline at end of file'