| 1 | // Copyright (C) Microsoft Corporation. All rights reserved. |
| 2 | |
| 3 | using System; |
| 4 | using System.Reflection; |
| 5 | |
| 6 | [assembly: System.Reflection.AssemblyTitleAttribute("Windows Subsystem for Linux Settings")] |
| 7 | [assembly: System.Reflection.AssemblyDescriptionAttribute("$Windows Subsystem for Linux Settings")] |
| 8 | [assembly: System.Reflection.AssemblyProductAttribute("Windows Subsystem for Linux")] |
| 9 | [assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft Corporation")] |
| 10 | [assembly: System.Reflection.AssemblyConfigurationAttribute("")] |
| 11 | [assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) Microsoft Corporation")] |
| 12 | [assembly: System.Reflection.AssemblyTrademarkAttribute("")] |
| 13 | [assembly: System.Reflection.AssemblyCultureAttribute("")] |
| 14 | [assembly: System.Reflection.AssemblyFileVersionAttribute("${PACKAGE_VERSION}")] |
| 15 | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_REVISION}")] |
| 16 | [assembly: System.Reflection.AssemblyVersionAttribute("${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_REVISION}")] |
| 17 | [assembly: System.Runtime.Versioning.TargetPlatformAttribute("${WINDOWS_TARGET_PLATFORM_VERSION}")] |
| 18 | [assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("${WINDOWS_TARGET_PLATFORM_MIN_VERSION}")] |