AssemblyInfo.cs 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. //-----------------------------------------------------------------------------
  2. // AssemblyInfo.cs
  3. //
  4. // Microsoft Advanced Technology Group
  5. // Copyright (C) Microsoft Corporation. All rights reserved.
  6. //-----------------------------------------------------------------------------
  7. using System.Reflection;
  8. using System.Runtime.CompilerServices;
  9. using System.Runtime.InteropServices;
  10. // General Information about an assembly is controlled through the following
  11. // set of attributes. Change these attribute values to modify the information
  12. // associated with an assembly.
  13. [assembly: AssemblyTitle("StandalonePushApp")]
  14. [assembly: AssemblyDescription("")]
  15. [assembly: AssemblyConfiguration("")]
  16. [assembly: AssemblyCompany("Microsoft")]
  17. [assembly: AssemblyProduct("StandalonePushApp")]
  18. [assembly: AssemblyCopyright("Copyright © Microsoft 2010")]
  19. [assembly: AssemblyTrademark("")]
  20. [assembly: AssemblyCulture("")]
  21. // Setting ComVisible to false makes the types in this assembly not visible
  22. // to COM components. If you need to access a type in this assembly from
  23. // COM, set the ComVisible attribute to true on that type.
  24. [assembly: ComVisible(false)]
  25. // The following GUID is for the ID of the typelib if this project is exposed to COM
  26. [assembly: Guid("7a71b4ca-af8c-4220-9482-fdfb70844d5f")]
  27. // Version information for an assembly consists of the following four values:
  28. //
  29. // Major Version
  30. // Minor Version
  31. // Build Number
  32. // Revision
  33. //
  34. // You can specify all the values or you can default the Build and Revision Numbers
  35. // by using the '*' as shown below:
  36. // [assembly: AssemblyVersion("1.0.*")]
  37. [assembly: AssemblyVersion("1.0.0.0")]
  38. [assembly: AssemblyFileVersion("1.0.0.0")]