terminal/src/cascadia/TerminalApp/AdaptiveCardContent.idl
Mike Griese e3b99b3ebf fuck you PRI175: 0x80073b0f - Processing Resources failed with error: Duplicate Entry
Seriously, this was going so fricken swimmingly and then this fricken error makes it totally impossible to build the package, that's garbage.

  Can't even build the CardExtensionPackage either, so obv I messed something simple up.
2021-10-14 11:26:56 -05:00

15 lines
303 B
Plaintext

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
import "IPaneContent.idl";
namespace TerminalApp
{
[default_interface] runtimeclass AdaptiveCardContent : IPaneContent
{
// AdaptiveCardContent();
// InitFromString(String json);
}
}