TransportMauiApp.AssemblyInfo.cs 1.8 KB

1234567891011121314151617181920212223242526272829
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // Этот код создан программой.
  4. // Исполняемая версия:4.0.30319.42000
  5. //
  6. // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
  7. // повторной генерации кода.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. using System;
  11. using System.Reflection;
  12. [assembly: System.Reflection.AssemblyMetadataAttribute("Microsoft.Maui.ApplicationModel.AppInfo.PackageName", "com.companyname.transportmauiapp")]
  13. [assembly: System.Reflection.AssemblyMetadataAttribute("Microsoft.Maui.ApplicationModel.AppInfo.PublisherName", "User Name")]
  14. [assembly: System.Reflection.AssemblyMetadataAttribute("Microsoft.Maui.ApplicationModel.AppInfo.Name", "TransportMauiApp")]
  15. [assembly: System.Reflection.AssemblyMetadataAttribute("Microsoft.Maui.ApplicationModel.AppInfo.Version", "1.0.0.1")]
  16. [assembly: System.Reflection.AssemblyCompanyAttribute("TransportMauiApp")]
  17. [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
  18. [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
  19. [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0")]
  20. [assembly: System.Reflection.AssemblyProductAttribute("TransportMauiApp")]
  21. [assembly: System.Reflection.AssemblyTitleAttribute("TransportMauiApp")]
  22. [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
  23. [assembly: System.Runtime.Versioning.TargetPlatformAttribute("windows10.0.19041.0")]
  24. [assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("windows10.0.17763.0")]
  25. // Generated by the MSBuild WriteCodeFragment class.