blob: d675ff27662ad4dc989349184d0ff9bfd5351da8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
๏ปฟ<?xml version="1.0" encoding="utf-8"?>
<!--
***************************************************************************************************
Copyright (C) 2024 The Qt Company Ltd.
SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
***************************************************************************************************
<#@output extension="vsct" #>
<#@include file="$(SolutionDir)\version.tt" #>
** <#=WARNING_GENERATED_FILE#>
*****************************************************************************
-->
<CommandTable xmlns="http://schemas.microsoft.com/VisualStudio/2005-10-18/CommandTable"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<Commands package="Package">
<Buttons>
<Button guid="Package"
id="QtVersion"
priority="0x0100"
type="Button">
<Parent guid="Package"
id="VersionMenuGroup" />
<Icon guid="MenuImages"
id="QtLogoBitmap" />
<CommandFlag>DefaultDisabled</CommandFlag>
<CommandFlag>NoCustomize</CommandFlag>
<CommandFlag>NoButtonCustomize</CommandFlag>
<CommandFlag>NoKeyCustomize</CommandFlag>
<CommandFlag>TextChanges</CommandFlag>
<Strings>
<ButtonText>
<!-- BEGIN Generated Text <#=XML_COMMENT_END#>
Qt Visual Studio Tools version <#=QT_VS_TOOLS_VERSION_USER#>: Initializing...
<#=XML_COMMENT_BEGIN#> END Generated Text -->
</ButtonText>
</Strings>
</Button>
</Buttons>
</Commands>
</CommandTable>
|