PageRenderTime 75ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/Doctor/My Project/AssemblyInfo.vb

#
Visual Basic | 59 lines | 17 code | 13 blank | 29 comment | 0 complexity | 211761aeff0fc96a8413cb54d6df8d9d MD5 | raw file
Possible License(s): GPL-2.0
  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("Doctor")>
  12. <Assembly: AssemblyDescription("")>
  13. <Assembly: AssemblyCompany("Microsoft")>
  14. <Assembly: AssemblyProduct("Doctor")>
  15. <Assembly: AssemblyCopyright("Copyright @ Microsoft 2011")>
  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("880a7f26-72f4-4359-a518-201dce62b27c")>
  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")>