Files
marticliment-WinGet-API-fro…/WindowsPackageManager Interop/WindowsPackageManager/ClsidContext.cs
T
Martí Climent f6ca17b8bb Add code
2024-03-25 15:38:19 +01:00

14 lines
231 B
C#

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
namespace WindowsPackageManager.Interop;
public enum ClsidContext
{
// Production CLSID Guids
Prod,
// Development CLSID Guids
Dev,
}