ui/winui/MainWindow.idl

Tue, 02 Jun 2026 19:48:15 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 02 Jun 2026 19:48:15 +0200
changeset 1159
9811e27e0889
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

add missing build dependency generation for the common objects

// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.

namespace winui
{
    [default_interface]
    runtimeclass MainWindow : Microsoft.UI.Xaml.Window
    {
        MainWindow();
        Int32 MyProperty;
    }
}

mercurial