TransportMauiApp.AssemblyInfo.cs 1.6 KB

12345678910111213141516171819202122232425262728
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. //
  5. // Changes to this file may cause incorrect behavior and will be lost if
  6. // the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. using System;
  10. using System.Reflection;
  11. [assembly: System.Reflection.AssemblyMetadataAttribute("Microsoft.Maui.ApplicationModel.AppInfo.PackageName", "com.companyname.transportmauiapp")]
  12. [assembly: System.Reflection.AssemblyMetadataAttribute("Microsoft.Maui.ApplicationModel.AppInfo.PublisherName", "User Name")]
  13. [assembly: System.Reflection.AssemblyMetadataAttribute("Microsoft.Maui.ApplicationModel.AppInfo.Name", "TransportMauiApp")]
  14. [assembly: System.Reflection.AssemblyMetadataAttribute("Microsoft.Maui.ApplicationModel.AppInfo.Version", "1.0.0.1")]
  15. [assembly: System.Reflection.AssemblyCompanyAttribute("TransportMauiApp")]
  16. [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
  17. [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
  18. [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0")]
  19. [assembly: System.Reflection.AssemblyProductAttribute("TransportMauiApp")]
  20. [assembly: System.Reflection.AssemblyTitleAttribute("TransportMauiApp")]
  21. [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
  22. [assembly: System.Runtime.Versioning.TargetPlatformAttribute("windows10.0.19041.0")]
  23. [assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("windows10.0.17763.0")]
  24. // Generated by the MSBuild WriteCodeFragment class.