AssemblyInfo.cs
上传用户:liuqi822
上传日期:2022-03-21
资源大小:88k
文件大小:2k
源码类别:

屏幕保护

开发平台:

Visual C++

  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("Screensaver1")]
  10. [assembly: AssemblyDescription("")]
  11. [assembly: AssemblyConfiguration("")]
  12. [assembly: AssemblyCompany("微软中国")]
  13. [assembly: AssemblyProduct("Screensaver1")]
  14. [assembly: AssemblyCopyright("Copyright © 微软中国 2010")]
  15. [assembly: AssemblyTrademark("")]
  16. [assembly: AssemblyCulture("")]
  17. // Setting ComVisible to false makes the types in this assembly not visible 
  18. // to COM components.  If you need to access a type in this assembly from 
  19. // COM, set the ComVisible attribute to true on that type.
  20. [assembly: ComVisible(false)]
  21. //In order to begin building localizable applications, set 
  22. //<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
  23. //inside a <PropertyGroup>.  For example, if you are using US english
  24. //in your source files, set the <UICulture> to en-US.  Then uncomment
  25. //the NeutralResourceLanguage attribute below.  Update the "en-US" in
  26. //the line below to match the UICulture setting in the project file.
  27. //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
  28. [assembly: ThemeInfo(
  29.     ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
  30.     //(used if a resource is not found in the page, 
  31.     // or application resource dictionaries)
  32.     ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
  33.     //(used if a resource is not found in the page, 
  34.     // app, or any theme specific resource dictionaries)
  35. )]
  36. // Version information for an assembly consists of the following four values:
  37. //
  38. //      Major Version
  39. //      Minor Version 
  40. //      Build Number
  41. //      Revision
  42. //
  43. // You can specify all the values or you can default the Build and Revision Numbers 
  44. // by using the '*' as shown below:
  45. // [assembly: AssemblyVersion("1.0.*")]
  46. [assembly: AssemblyVersion("1.0.0.0")]
  47. [assembly: AssemblyFileVersion("1.0.0.0")]