Basic ERD diagram of PV Database
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

AssemblyInfo.cs 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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("ERD")]
  10. [assembly: AssemblyDescription("")]
  11. [assembly: AssemblyConfiguration("")]
  12. [assembly: AssemblyCompany("")]
  13. [assembly: AssemblyProduct("ERD")]
  14. [assembly: AssemblyCopyright("Copyright © 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. //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")]