Наша сборка Qt VS Tools
giy
2022-09-02 ca47896204482bf4a6979e3838bf7f09f61cebeb
QtVsTools.Package/QtMsBuild/QtModulesPopup.xaml
@@ -1,7 +1,7 @@
<!--
*****************************************************************************
**
** Copyright (C) 2021 The Qt Company Ltd.
** Copyright (C) 2022 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt VS Tools.
@@ -27,10 +27,10 @@
**
*****************************************************************************
-->
<local:VsToolsDialogWindow x:Class="QtVsTools.QtMsBuild.QtModulesPopup"
<vsui:DialogWindow x:Class="QtVsTools.QtMsBuild.QtModulesPopup"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:local="clr-namespace:QtVsTools"
        xmlns:vsui="clr-namespace:Microsoft.VisualStudio.PlatformUI;assembly=Microsoft.VisualStudio.Shell.15.0"
        ResizeMode="CanResize"
        Width="800" MaxHeight="550"
        MouseDown="Window_MouseDown"
@@ -108,4 +108,4 @@
            <Button IsCancel="True" MinHeight="23" MinWidth="74">_Cancel</Button>
        </WrapPanel>
    </Grid>
</local:VsToolsDialogWindow>
</vsui:DialogWindow>