AssemblyInfo.cs.in 1014 B

123456789101112131415161718192021
  1. // Autogenerated file, please do not edit!
  2. using System.Reflection;
  3. using System.Runtime.CompilerServices;
  4. using System.Runtime.InteropServices;
  5. [assembly: AssemblyTitle("Banshee Editor managed library")]
  6. [assembly: AssemblyDescription("Implements managed parts of Banshee Editor")]
  7. [assembly: AssemblyConfiguration("")]
  8. [assembly: AssemblyCompany("Marko Pintera and contributors")]
  9. [assembly: AssemblyProduct("Banshee Engine")]
  10. [assembly: AssemblyCopyright("Copyright (c) 2014-@BS_B3D_CURRENT_RELEASE_YEAR@ Marko Pintera and contributors")]
  11. [assembly: AssemblyTrademark("Released under the under the GNU Lesser General Public License V3 or (at your option) any later version")]
  12. [assembly: AssemblyCulture("")]
  13. [assembly: ComVisible(false)]
  14. [assembly: Guid("ebcdd4b7-909a-4800-be5a-bbc34ba2b49e")]
  15. [assembly: AssemblyVersion("@BS_B3D_VERSION_MAJOR@.@BS_B3D_VERSION_MINOR@.@[email protected]")]
  16. [assembly: AssemblyFileVersion("@BS_B3D_VERSION_MAJOR@.@BS_B3D_VERSION_MINOR@.@[email protected]")]