|
// <auto-generated>
using System.Reflection;
namespace FxResources.System.Diagnostics.FileVersionInfo
{
internal static class SR { }
}
namespace System
{
internal static partial class SR
{
private static global::System.Resources.ResourceManager s_resourceManager;
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.Diagnostics.FileVersionInfo.SR)));
/// <summary>Could not find file '{0}'.</summary>
internal static string @IO_FileNotFound_FileName => GetResourceString("IO_FileNotFound_FileName", @"Could not find file '{0}'.");
/// <summary>System.Diagnostics.FileVersionInfo is not supported on this platform.</summary>
internal static string @DiagnosticsFileVersionInfo_PlatformNotSupported => GetResourceString("DiagnosticsFileVersionInfo_PlatformNotSupported", @"System.Diagnostics.FileVersionInfo is not supported on this platform.");
}
}
|