PageRenderTime 37ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/Source/Samples/ExplicitConsole/AssemblyInfo.cs

#
C# | 27 lines | 11 code | 7 blank | 9 comment | 0 complexity | 515777485a3751d72b506180f62e7c9e MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. // Information about this assembly is defined by the following attributes.
  4. // Change them to the values specific to your project.
  5. [assembly: AssemblyTitle("ExplicitConsole")]
  6. [assembly: AssemblyDescription("")]
  7. [assembly: AssemblyConfiguration("")]
  8. [assembly: AssemblyCompany("")]
  9. [assembly: AssemblyProduct("")]
  10. [assembly: AssemblyCopyright("")]
  11. [assembly: AssemblyTrademark("")]
  12. [assembly: AssemblyCulture("")]
  13. // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
  14. // The form "{Major}.{Minor}.*" will automatically update the build and revision,
  15. // and "{Major}.{Minor}.{Build}.*" will update just the revision.
  16. [assembly: AssemblyVersion("1.0.*")]
  17. // The following attributes are used to specify the signing key for the assembly,
  18. // if desired. See the Mono documentation for more information about signing.
  19. //[assembly: AssemblyDelaySign(false)]
  20. //[assembly: AssemblyKeyFile("")]