PageRenderTime 82ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

/Visual Studio 2008/VBWPFClipboardViewer/My Project/AssemblyInfo.vb

#
Visual Basic | 59 lines | 17 code | 13 blank | 29 comment | 0 complexity | a8b3e955cd49a75c9c879cb9c9c3f1a1 MD5 | raw file
  1. Imports System
  2. Imports System.Reflection
  3. Imports System.Runtime.InteropServices
  4. Imports System.Globalization
  5. Imports System.Resources
  6. Imports System.Windows
  7. ' General Information about an assembly is controlled through the following
  8. ' set of attributes. Change these attribute values to modify the information
  9. ' associated with an assembly.
  10. ' Review the values of the assembly attributes
  11. <Assembly: AssemblyTitle("VBWPFClipboardViewer")>
  12. <Assembly: AssemblyDescription("")>
  13. <Assembly: AssemblyCompany("Microsoft Corporation")>
  14. <Assembly: AssemblyProduct("VBWPFClipboardViewer")>
  15. <Assembly: AssemblyCopyright("Copyright © Microsoft 2010")>
  16. <Assembly: AssemblyTrademark("")>
  17. <Assembly: ComVisible(false)>
  18. 'In order to begin building localizable applications, set
  19. '<UICulture>CultureYouAreCodingWith</UICulture> in your .vbproj file
  20. 'inside a <PropertyGroup>. For example, if you are using US english
  21. 'in your source files, set the <UICulture> to "en-US". Then uncomment the
  22. 'NeutralResourceLanguage attribute below. Update the "en-US" in the line
  23. 'below to match the UICulture setting in the project file.
  24. '<Assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)>
  25. 'The ThemeInfo attribute describes where any theme specific and generic resource dictionaries can be found.
  26. '1st parameter: where theme specific resource dictionaries are located
  27. '(used if a resource is not found in the page,
  28. ' or application resource dictionaries)
  29. '2nd parameter: where the generic resource dictionary is located
  30. '(used if a resource is not found in the page,
  31. 'app, and any theme specific resource dictionaries)
  32. <Assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)>
  33. 'The following GUID is for the ID of the typelib if this project is exposed to COM
  34. <Assembly: Guid("81e4c424-0048-4c9d-95c3-3689f36e923f")>
  35. ' Version information for an assembly consists of the following four values:
  36. '
  37. ' Major Version
  38. ' Minor Version
  39. ' Build Number
  40. ' Revision
  41. '
  42. ' You can specify all the values or you can default the Build and Revision Numbers
  43. ' by using the '*' as shown below:
  44. ' <Assembly: AssemblyVersion("1.0.*")>
  45. <Assembly: AssemblyVersion("1.0.0.0")>
  46. <Assembly: AssemblyFileVersion("1.0.0.0")>