AssemblyInfo.cs 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. // <copyright file="AssemblyInfo.cs" company="Objective Advantage Europe Ltd.">
  2. //
  3. // Copyright (c) Objective Advantage Europe Ltd. 2011 - 2013 All Right Reserved.
  4. //
  5. // Licensed under the Apache License, Version 2.0 (the "License");
  6. // you may not use this file except in compliance with the License.
  7. // You may obtain a copy of the License at
  8. //
  9. // http://www.apache.org/licenses/LICENSE-2.0
  10. //
  11. // Unless required by applicable law or agreed to in writing, software
  12. // distributed under the License is distributed on an "AS IS" BASIS,
  13. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. // See the License for the specific language governing permissions and
  15. // limitations under the License.
  16. //
  17. // </copyright>
  18. using System.Reflection;
  19. using System.Runtime.InteropServices;
  20. // General Information about an assembly is controlled through the following
  21. // set of attributes. Change these attribute values to modify the information
  22. // associated with an assembly.
  23. [assembly: AssemblyTitle("Foghorn.WindowsService")]
  24. [assembly: AssemblyDescription("")]
  25. [assembly: AssemblyConfiguration("")]
  26. [assembly: AssemblyCompany("")]
  27. [assembly: AssemblyProduct("Foghorn.WindowsService")]
  28. [assembly: AssemblyCopyright("Copyright © 2013")]
  29. [assembly: AssemblyTrademark("")]
  30. [assembly: AssemblyCulture("")]
  31. // Setting ComVisible to false makes the types in this assembly not visible
  32. // to COM components. If you need to access a type in this assembly from
  33. // COM, set the ComVisible attribute to true on that type.
  34. [assembly: ComVisible(false)]
  35. // The following GUID is for the ID of the typelib if this project is exposed to COM
  36. [assembly: Guid("ad0e7318-27a3-4a00-a225-2da68d752064")]
  37. // Version information for an assembly consists of the following four values:
  38. //
  39. // Major Version
  40. // Minor Version
  41. // Build Number
  42. // Revision
  43. //
  44. // You can specify all the values or you can default the Build and Revision Numbers
  45. // by using the '*' as shown below:
  46. // [assembly: AssemblyVersion("1.0.*")]
  47. [assembly: AssemblyVersion("1.0.0.0")]
  48. [assembly: AssemblyFileVersion("1.0.0.0")]