AssemblyInfo.cs 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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("FurnaceUI.Client")]
  10. [assembly: AssemblyDescription("")]
  11. [assembly: AssemblyConfiguration("")]
  12. [assembly: AssemblyCompany("Microsoft")]
  13. [assembly: AssemblyProduct("FurnaceUI.Client")]
  14. [assembly: AssemblyCopyright("Copyright © Microsoft 2019")]
  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. [assembly: System.Security.SecurityRules(System.Security.SecurityRuleSet.Level1)]
  22. //In order to begin building localizable applications, set
  23. //<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
  24. //inside a <PropertyGroup>. For example, if you are using US english
  25. //in your source files, set the <UICulture> to en-US. Then uncomment
  26. //the NeutralResourceLanguage attribute below. Update the "en-US" in
  27. //the line below to match the UICulture setting in the project file.
  28. //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
  29. [assembly: ThemeInfo(
  30. ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
  31. //(used if a resource is not found in the page,
  32. // or application resource dictionaries)
  33. ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
  34. //(used if a resource is not found in the page,
  35. // app, or any theme specific resource dictionaries)
  36. )]
  37. // Version information for an assembly consists of the following four values:
  38. //
  39. // Major Version
  40. // Minor Version
  41. // Build Number
  42. // Revision
  43. //
  44. // You can specify all the values or you can default the Build and Revision Numbers
  45. // by using the '*' as shown below:
  46. // [assembly: AssemblyVersion("1.0.*")]
  47. [assembly: AssemblyVersion("0.0.0.1")]
  48. [assembly: AssemblyFileVersion("0.0.0.1")]