mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-04-13 19:53:56 +08:00
21 lines
753 B
C#
21 lines
753 B
C#
namespace MicaSetup.Shell.Dialogs;
|
|
|
|
internal static class KnownFoldersCLSIDGuid
|
|
{
|
|
internal const string KnownFolderManager = "4df0c730-df9d-4ae3-9153-aa6b82e9795a";
|
|
}
|
|
|
|
internal static class KnownFoldersIIDGuid
|
|
{
|
|
internal const string IKnownFolder = "3AA7AF7E-9B36-420c-A8E3-F77D4674A488";
|
|
internal const string IKnownFolderManager = "8BE2D872-86AA-4d47-B776-32CCA40C7018";
|
|
}
|
|
|
|
internal static class KnownFoldersKFIDGuid
|
|
{
|
|
internal const string ComputerFolder = "0AC0837C-BBF8-452A-850D-79D08E667CA7";
|
|
internal const string Documents = "FDD39AD0-238F-46AF-ADB4-6C85480369C7";
|
|
internal const string Favorites = "1777F761-68AD-4D8A-87BD-30B759FA33DD";
|
|
internal const string Profile = "5E6C858F-0E22-4760-9AFE-EA3317B67173";
|
|
}
|