PageRenderTime 133ms CodeModel.GetById 9ms RepoModel.GetById 0ms app.codeStats 0ms

/SkyDriveSimpleViewer/Properties/AssemblyInfo.cs

#
C# | 54 lines | 19 code | 8 blank | 27 comment | 0 complexity | ae18c97de272d6b26005b3ca7cb0242d MD5 | raw file
  1. using System.Reflection;
  2. using System.Resources;
  3. using System.Runtime.CompilerServices;
  4. using System.Runtime.InteropServices;
  5. using System.Windows;
  6. // General Information about an assembly is controlled through the following
  7. // set of attributes. Change these attribute values to modify the information
  8. // associated with an assembly.
  9. [assembly: AssemblyTitle("SkyDriveSimpleViewer")]
  10. [assembly: AssemblyDescription("")]
  11. [assembly: AssemblyConfiguration("")]
  12. [assembly: AssemblyCompany("Mike Plate")]
  13. [assembly: AssemblyProduct("SkyDriveSimpleViewer")]
  14. [assembly: AssemblyTrademark("")]
  15. [assembly: AssemblyCulture("")]
  16. // Setting ComVisible to false makes the types in this assembly not visible
  17. // to COM components. If you need to access a type in this assembly from
  18. // COM, set the ComVisible attribute to true on that type.
  19. [assembly: ComVisible(false)]
  20. //In order to begin building localizable applications, set
  21. //<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
  22. //inside a <PropertyGroup>. For example, if you are using US english
  23. //in your source files, set the <UICulture> to en-US. Then uncomment
  24. //the NeutralResourceLanguage attribute below. Update the "en-US" in
  25. //the line below to match the UICulture setting in the project file.
  26. //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
  27. [assembly: ThemeInfo(
  28. ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
  29. //(used if a resource is not found in the page,
  30. // or application resource dictionaries)
  31. ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
  32. //(used if a resource is not found in the page,
  33. // app, or any theme specific resource dictionaries)
  34. )]
  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")]