| 12345678910111213141516171819202122232425262728 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // This code was generated by a tool.
- //
- // Changes to this file may cause incorrect behavior and will be lost if
- // the code is regenerated.
- // </auto-generated>
- //------------------------------------------------------------------------------
- using System;
- using System.Reflection;
- [assembly: System.Reflection.AssemblyMetadataAttribute("Microsoft.Maui.ApplicationModel.AppInfo.PackageName", "com.companyname.transportmauiapp")]
- [assembly: System.Reflection.AssemblyMetadataAttribute("Microsoft.Maui.ApplicationModel.AppInfo.PublisherName", "User Name")]
- [assembly: System.Reflection.AssemblyMetadataAttribute("Microsoft.Maui.ApplicationModel.AppInfo.Name", "TransportMauiApp")]
- [assembly: System.Reflection.AssemblyMetadataAttribute("Microsoft.Maui.ApplicationModel.AppInfo.Version", "1.0.0.1")]
- [assembly: System.Reflection.AssemblyCompanyAttribute("TransportMauiApp")]
- [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
- [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
- [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0")]
- [assembly: System.Reflection.AssemblyProductAttribute("TransportMauiApp")]
- [assembly: System.Reflection.AssemblyTitleAttribute("TransportMauiApp")]
- [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
- [assembly: System.Runtime.Versioning.TargetPlatformAttribute("windows10.0.19041.0")]
- [assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("windows10.0.17763.0")]
- // Generated by the MSBuild WriteCodeFragment class.
|