PageRenderTime 46ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/Utilities/Properties/AssemblyInfo.cs

#
C# | 44 lines | 23 code | 5 blank | 16 comment | 0 complexity | 8d7f7eee75fe308257b42a9573e34c48 MD5 | raw file
Possible License(s): Apache-2.0
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. // General Information about an assembly is controlled through the following
  5. // set of attributes. Change these attribute values to modify the information
  6. // associated with an assembly.
  7. [assembly: AssemblyTitle("Delta.Utilities")]
  8. [assembly: AssemblyDescription("Most basic Delta Engine assembly with all the basic classes and utilities. Most importantly provides an Assert class for unit tests, Log for logging and lots of datatypes, helpers and other useful classes.")]
  9. [assembly: AssemblyConfiguration("")]
  10. [assembly: AssemblyCompany("MobileBits")]
  11. [assembly: AssemblyProduct("Delta.Utilities")]
  12. [assembly: AssemblyCopyright("Copyright Š MobileBits 2012")]
  13. [assembly: AssemblyTrademark("")]
  14. [assembly: AssemblyCulture("")]
  15. // Setting ComVisible to false makes the types in this assembly not visible
  16. // to COM components. If you need to access a type in this assembly from
  17. // COM, set the ComVisible attribute to true on that type.
  18. [assembly: ComVisible(false)]
  19. // The following GUID is for the ID of the typelib if this project is exposed to COM
  20. [assembly: Guid("3129087d-fd1a-4936-bbc2-2651ed7eab4f")]
  21. // Version information for an assembly consists of the following four values:
  22. //
  23. // Major Version
  24. // Minor Version
  25. // Build Number
  26. // Revision
  27. //
  28. // You can specify all the values or you can default the Build and Revision Numbers
  29. // by using the '*' as shown below:
  30. [assembly: AssemblyVersion("0.9.3.17")]
  31. [assembly: InternalsVisibleTo("Delta.Utilities.Networking")]
  32. [assembly: InternalsVisibleTo("Delta.Utilities.Tests")]
  33. [assembly: InternalsVisibleTo("Delta.Engine")]
  34. [assembly: InternalsVisibleTo("Delta.Platforms.Xna")]
  35. [assembly: InternalsVisibleTo("Delta.Platforms.Xbox")]
  36. [assembly: InternalsVisibleTo("Delta.Platforms.WindowsPhone7")]
  37. [assembly: InternalsVisibleTo("Delta.Platforms.MonoDroid")]
  38. [assembly: InternalsVisibleTo("Delta.Platforms.MonoTouch")]
  39. [assembly: InternalsVisibleTo("Delta.ContentPlugins")]