AssemblyInfo.cs 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. // Information about this assembly is defined by the following
  5. // attributes.
  6. //
  7. // change them to the information which is associated with the assembly
  8. // you compile.
  9. [assembly: AssemblyTitle("SimConfig")]
  10. [assembly: AssemblyDescription("")]
  11. [assembly: AssemblyConfiguration("")]
  12. [assembly: AssemblyCompany("")]
  13. [assembly: AssemblyProduct("SimConfig")]
  14. [assembly: AssemblyCopyright("")]
  15. [assembly: AssemblyTrademark("")]
  16. [assembly: AssemblyCulture("")]
  17. // This sets the default COM visibility of types in the assembly to invisible.
  18. // If you need to expose a type to COM, use [ComVisible(true)] on that type.
  19. [assembly: ComVisible(false)]
  20. // The assembly version has following format :
  21. //
  22. // Major.Minor.Build.Revision
  23. //
  24. // You can specify all values by your own or you can build default build and revision
  25. // numbers with the '*' character (the default):
  26. [assembly: AssemblyVersion("1.0.*")]