| File: Libraries.cs | Web Access |
| Project: src\winforms\src\System.Private.Windows.Core\src\Microsoft.Private.Windows.Core.csproj (Microsoft.Private.Windows.Core) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. internal static class Libraries { public const string Comctl32 = "comctl32.dll"; public const string Comdlg32 = "comdlg32.dll"; public const string Gdi32 = "gdi32.dll"; public const string Gdiplus = "gdiplus.dll"; public const string Hhctrl = "hhctrl.ocx"; public const string Imm32 = "imm32.dll"; public const string Kernel32 = "kernel32.dll"; public const string NtDll = "ntdll.dll"; public const string Ole32 = "ole32.dll"; public const string Oleacc = "oleacc.dll"; public const string Oleaut32 = "oleaut32.dll"; public const string Powrprof = "Powrprof.dll"; public const string Propsys = "Propsys.dll"; public const string RichEdit41 = "MsftEdit.DLL"; public const string SHCore = "SHCore.dll"; public const string Shell32 = "shell32.dll"; public const string Shlwapi = "shlwapi.dll"; public const string UiaCore = "UIAutomationCore.dll"; public const string User32 = "user32.dll"; public const string UxTheme = "uxtheme.dll"; }