13 lines
322 B
C#
13 lines
322 B
C#
// Copyright (c) Microsoft Corporation.
|
|
// Licensed under the MIT License.
|
|
|
|
namespace CsPackagedDesktopTaskbarPin
|
|
{
|
|
internal static class LafData
|
|
{
|
|
public static readonly string Feature = "";
|
|
public static readonly string Token = "";
|
|
public static readonly string Attestation = "";
|
|
}
|
|
}
|