<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0"
           xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides"
           xsi:type="TaskPaneApp">
    <Id>5571f7da-46b0-4dc1-aed7-f20b3acd0834</Id>
    <Version>1.0.0.41</Version>
    <ProviderName>AlphaScript</ProviderName>
    <DefaultLocale>en-US</DefaultLocale>
    <DisplayName DefaultValue="AlphaScriptExcel-Test"/>
    <Description DefaultValue="AlphaScript Production Test Excel Add-In."/>
    <IconUrl DefaultValue="https://xl.test.alphascript.io/assets/icon-32.png"/>
    <HighResolutionIconUrl DefaultValue="https://xl.test.alphascript.io/assets/icon-64.png"/>
    <SupportUrl DefaultValue="https://www.contoso.com/help"/>
    <AppDomains>
        <AppDomain>https://xl.test.alphascript.io</AppDomain>
    </AppDomains>
    <Hosts>
        <Host Name="Workbook"/>
    </Hosts>
    <Requirements>
        <Sets DefaultMinVersion="1.1">
            <Set Name="SharedRuntime" MinVersion="1.1"/>
            <Set Name="KeyboardShortcuts" MinVersion="1.1"/>
        </Sets>
    </Requirements>
    <DefaultSettings>
        <SourceLocation DefaultValue="https://xl.test.alphascript.io/taskpane.html"/>
    </DefaultSettings>
    <Permissions>ReadWriteDocument</Permissions>
    <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
        <Hosts>
            <Host xsi:type="Workbook">
                <Runtimes>
                    <Runtime resid="Commands.Url" lifetime="long" />
                </Runtimes>
                <AllFormFactors>
                    <ExtensionPoint xsi:type="CustomFunctions">
                        <Script>
                            <SourceLocation resid="Functions.Script.Url"/>
                        </Script>
                        <Page>
                            <SourceLocation resid="Commands.Url"/>
                        </Page>
                        <Metadata>
                            <SourceLocation resid="Functions.Metadata.Url"/>
                        </Metadata>
                        <Namespace resid="Functions.Namespace" />
                    </ExtensionPoint>
                </AllFormFactors>
                <DesktopFormFactor>
                    <FunctionFile resid="Commands.Url"/>
                    <ExtensionPoint xsi:type="PrimaryCommandSurface">
                        <CustomTab id="AlphaScriptTab">
                            <Group id="BuildAndAudit">
                                <Label resid="BuildAndAudit.Label"/>
                                <Icon>
                                    <bt:Image size="16" resid="Icon.16x16"/>
                                    <bt:Image size="32" resid="Icon.32x32"/>
                                    <bt:Image size="80" resid="Icon.80x80"/>
                                </Icon>
                                <Control xsi:type="Button" id="NewLinkBuilderButton">
                                    <Label resid="NewLinkBuilderButton.Label"/>
                                    <Supertip>
                                        <Title resid="NewLinkBuilderButton.Label"/>
                                        <Description resid="NewLinkBuilderButton.Tooltip"/>
                                    </Supertip>
                                    <Icon>
                                        <bt:Image size="16" resid="Icon.formulaIcon"/>
                                        <bt:Image size="32" resid="Icon.formulaIcon"/>
                                        <bt:Image size="80" resid="Icon.formulaIcon"/>
                                    </Icon>
                                    <Action xsi:type="ExecuteFunction">
                                        <FunctionName>openPopup</FunctionName>
                                    </Action>
                                </Control>
                                <Control xsi:type="Button" id="AlphaAuditButton">
                                    <Label resid="AlphaAuditButton.Label"/>
                                    <Supertip>
                                        <Title resid="AlphaAuditButton.Label"/>
                                        <Description resid="AlphaAuditButton.Tooltip"/>
                                    </Supertip>
                                    <Icon>
                                        <bt:Image size="16" resid="Icon.alphaAuditIcon"/>
                                        <bt:Image size="32" resid="Icon.alphaAuditIcon"/>
                                        <bt:Image size="80" resid="Icon.alphaAuditIcon"/>
                                    </Icon>
                                    <Action xsi:type="ExecuteFunction">
                                        <FunctionName>onAlphaAudit</FunctionName>
                                    </Action>
                                    <Enabled>false</Enabled>
                                </Control>
                            </Group>
                            <Group id="AlphaScriptGroup">
                                <Label resid="AlphaScriptGroup.Label"/>
                                <Icon>
                                    <bt:Image size="16" resid="Icon.16x16"/>
                                    <bt:Image size="32" resid="Icon.32x32"/>
                                    <bt:Image size="80" resid="Icon.80x80"/>
                                </Icon>
                                <Control xsi:type="Menu" id="RefreshLinksMenu">
                                    <Label resid="RefreshLinksMenu.Label"/>
                                    <Supertip>
                                        <Title resid="RefreshLinksMenu.Label"/>
                                        <Description resid="RefreshLinksMenu.Tooltip"/>
                                    </Supertip>
                                    <Icon>
                                        <bt:Image size="16" resid="Icon.refreshIcon"/>
                                        <bt:Image size="32" resid="Icon.refreshIcon"/>
                                        <bt:Image size="80" resid="Icon.refreshIcon"/>
                                    </Icon>
                                    <Items>
                                        <Item id="RefreshSelectionButton">
                                            <Label resid="RefreshSelectionButton.Label"/>
                                            <Supertip>
                                                <Title resid="RefreshSelectionButton.Label"/>
                                                <Description resid="RefreshSelectionButton.Tooltip"/>
                                            </Supertip>
                                            <Icon>
                                                <bt:Image size="16" resid="Icon.selectionIcon"/>
                                                <bt:Image size="32" resid="Icon.selectionIcon"/>
                                                <bt:Image size="80" resid="Icon.selectionIcon"/>
                                            </Icon>
                                            <Action xsi:type="ExecuteFunction">
                                                <FunctionName>refreshSelection</FunctionName>
                                            </Action>
                                        </Item>
                                        <Item id="RefreshWorksheetButton">
                                            <Label resid="RefreshWorksheetButton.Label"/>
                                            <Supertip>
                                                <Title resid="RefreshWorksheetButton.Label"/>
                                                <Description resid="RefreshWorksheetButton.Tooltip"/>
                                            </Supertip>
                                            <Icon>
                                                <bt:Image size="16" resid="Icon.worksheetIcon"/>
                                                <bt:Image size="32" resid="Icon.worksheetIcon"/>
                                                <bt:Image size="80" resid="Icon.worksheetIcon"/>
                                            </Icon>
                                            <Action xsi:type="ExecuteFunction">
                                                <FunctionName>refreshWorksheet</FunctionName>
                                            </Action>
                                        </Item>
                                        <Item id="RefreshWorkbookButton">
                                            <Label resid="RefreshWorkbookButton.Label"/>
                                            <Supertip>
                                                <Title resid="RefreshWorkbookButton.Label"/>
                                                <Description resid="RefreshWorkbookButton.Tooltip"/>
                                            </Supertip>
                                            <Icon>
                                                <bt:Image size="16" resid="Icon.workBookIcon"/>
                                                <bt:Image size="32" resid="Icon.workBookIcon"/>
                                                <bt:Image size="80" resid="Icon.workBookIcon"/>
                                            </Icon>
                                            <Action xsi:type="ExecuteFunction">
                                                <FunctionName>refreshWorkbook</FunctionName>
                                            </Action>
                                        </Item>
                                    </Items>
                                </Control>
                                <Control xsi:type="Menu" id="UnlinkMenu">
                                    <Label resid="UnlinkMenu.Label"/>
                                    <Supertip>
                                        <Title resid="UnlinkMenu.Label"/>
                                        <Description resid="UnlinkMenu.Tooltip"/>
                                    </Supertip>
                                    <Icon>
                                        <bt:Image size="16" resid="Icon.unLinkIcon"/>
                                        <bt:Image size="32" resid="Icon.unLinkIcon"/>
                                        <bt:Image size="80" resid="Icon.unLinkIcon"/>
                                    </Icon>
                                    <Items>
                                        <Item id="UnlinkSelectionButton">
                                            <Label resid="UnlinkSelectionButton.Label"/>
                                            <Supertip>
                                                <Title resid="UnlinkSelectionButton.Label"/>
                                                <Description resid="UnlinkSelectionButton.Tooltip"/>
                                            </Supertip>
                                            <Icon>
                                                <bt:Image size="16" resid="Icon.selectionIcon"/>
                                                <bt:Image size="32" resid="Icon.selectionIcon"/>
                                                <bt:Image size="80" resid="Icon.selectionIcon"/>
                                            </Icon>
                                            <Action xsi:type="ExecuteFunction">
                                                <FunctionName>unlinkSelection</FunctionName>
                                            </Action>
                                        </Item>
                                        <Item id="UnlinkWorksheetButton">
                                            <Label resid="UnlinkWorksheetButton.Label"/>
                                            <Supertip>
                                                <Title resid="UnlinkWorksheetButton.Label"/>
                                                <Description resid="UnlinkWorksheetButton.Tooltip"/>
                                            </Supertip>
                                            <Icon>
                                                <bt:Image size="16" resid="Icon.worksheetIcon"/>
                                                <bt:Image size="32" resid="Icon.worksheetIcon"/>
                                                <bt:Image size="80" resid="Icon.worksheetIcon"/>
                                            </Icon>
                                            <Action xsi:type="ExecuteFunction">
                                                <FunctionName>unlinkWorksheet</FunctionName>
                                            </Action>
                                        </Item>
                                        <Item id="UnlinkWorkbookButton">
                                            <Label resid="UnlinkWorkbookButton.Label"/>
                                            <Supertip>
                                                <Title resid="UnlinkWorkbookButton.Label"/>
                                                <Description resid="UnlinkWorkbookButton.Tooltip"/>
                                            </Supertip>
                                            <Icon>
                                                <bt:Image size="16" resid="Icon.workBookIcon"/>
                                                <bt:Image size="32" resid="Icon.workBookIcon"/>
                                                <bt:Image size="80" resid="Icon.workBookIcon"/>
                                            </Icon>
                                            <Action xsi:type="ExecuteFunction">
                                                <FunctionName>unlinkWorkbook</FunctionName>
                                            </Action>
                                        </Item>
                                    </Items>
                                </Control>
                            </Group>
                            <Group id="DataUpload">
                                <Label resid="DataUpload.Label"/>
                                <Icon>
                                    <bt:Image size="16" resid="Icon.16x16"/>
                                    <bt:Image size="32" resid="Icon.32x32"/>
                                    <bt:Image size="80" resid="Icon.80x80"/>
                                </Icon>
                                <Control xsi:type="Menu" id="UploadTemplates">
                                    <Label resid="UploadTemplates.Label"/>
                                    <Supertip>
                                        <Title resid="UploadTemplates.Label"/>
                                        <Description resid="UploadTemplates.Tooltip"/>
                                    </Supertip>
                                    <Icon>
                                        <bt:Image size="16" resid="Icon.uploadTemplate"/>
                                        <bt:Image size="32" resid="Icon.uploadTemplate"/>
                                        <bt:Image size="80" resid="Icon.uploadTemplate"/>
                                    </Icon>
                                    <Items>
                                        <Item id="capitalizationButton">
                                            <Label resid="capitalizationButton.Label"/>
                                            <Supertip>
                                                <Title resid="capitalizationButton.Label"/>
                                                <Description resid="capitalizationButton.Tooltip"/>
                                            </Supertip>
                                            <Icon>
                                                <bt:Image size="16" resid="Icon.capitalizationIcon"/>
                                                <bt:Image size="32" resid="Icon.capitalizationIcon"/>
                                                <bt:Image size="80" resid="Icon.capitalizationIcon"/>
                                            </Icon>
                                            <Action xsi:type="ExecuteFunction">
                                                <FunctionName>downloadCapitalizationTemplate</FunctionName>
                                            </Action>
                                        </Item>

                                    </Items>
                                </Control>
                                <Control xsi:type="Button" id="UploadBuilder">
                                    <Label resid="UploadBuilder.Label"/>
                                    <Supertip>
                                        <Title resid="UploadBuilder.Label"/>
                                        <Description resid="UploadBuilder.Tooltip"/>
                                    </Supertip>
                                    <Icon>
                                        <bt:Image size="16" resid="Icon.uploadBuilderIcon"/>
                                        <bt:Image size="32" resid="Icon.uploadBuilderIcon"/>
                                        <bt:Image size="80" resid="Icon.uploadBuilderIcon"/>
                                    </Icon>
                                    <Action xsi:type="ExecuteFunction">
                                        <FunctionName>uploadDataPopup</FunctionName>
                                    </Action>
                                </Control>
                            </Group>
                            <Group id="Utilities">
                                <Label resid="Utilities.Label"/>
                                <Icon>
                                    <bt:Image size="16" resid="Icon.16x16"/>
                                    <bt:Image size="32" resid="Icon.32x32"/>
                                    <bt:Image size="80" resid="Icon.80x80"/>
                                </Icon>

                                <Control xsi:type="Button" id="ProductEducation">
                                    <Label resid="ProductEducation.Label"/>
                                    <Supertip>
                                        <Title resid="ProductEducation.Label"/>
                                        <Description resid="ProductEducation.Tooltip"/>
                                    </Supertip>
                                    <Icon>
                                        <bt:Image size="16" resid="Icon.productEducation"/>
                                        <bt:Image size="32" resid="Icon.productEducation"/>
                                        <bt:Image size="80" resid="Icon.productEducation"/>
                                    </Icon>
                                    <Action xsi:type="ShowTaskpane">
                                        <TaskpaneId>Taskpane</TaskpaneId>
                                        <SourceLocation resid="Taskpane.Url"/>
                                    </Action>

                                </Control>

                                <Control xsi:type="Menu" id="Settings">
                                    <Label resid="Settings.Label"/>
                                    <Supertip>
                                        <Title resid="Settings.Label"/>
                                        <Description resid="Settings.Tooltip"/>
                                    </Supertip>
                                    <Icon>
                                        <bt:Image size="16" resid="Icon.settings"/>
                                        <bt:Image size="32" resid="Icon.settings"/>
                                        <bt:Image size="80" resid="Icon.settings"/>
                                    </Icon>
                                    <Items>
                                        <Item id="FormatTemplatesButton">
                                            <Label resid="FormatTemplatesButton.Label"/>
                                            <Supertip>
                                                <Title resid="FormatTemplatesButton.Label"/>
                                                <Description resid="FormatTemplatesButton.Tooltip"/>
                                            </Supertip>
                                            <Icon>
                                                <bt:Image size="16" resid="Icon.formatIcon"/>
                                                <bt:Image size="32" resid="Icon.formatIcon"/>
                                                <bt:Image size="80" resid="Icon.formatIcon"/>
                                            </Icon>
                                            <Action xsi:type="ExecuteFunction">
                                                <FunctionName>formatTemplatePopup</FunctionName>
                                            </Action>
                                        </Item>
                                        <Item id="ShortcutManager">
                                            <Label resid="ShortcutManager.Label"/>
                                            <Supertip>
                                                <Title resid="ShortcutManager.Label"/>
                                                <Description resid="ShortcutManager.Tooltip"/>
                                            </Supertip>
                                            <Icon>
                                                <bt:Image size="16" resid="Icon.ShortcutManagerIcon"/>
                                                <bt:Image size="32" resid="Icon.ShortcutManagerIcon"/>
                                                <bt:Image size="80" resid="Icon.ShortcutManagerIcon"/>
                                            </Icon>
                                            <Action xsi:type="ShowTaskpane">
                                                <TaskpaneId>ShortcutManagerTaskpane</TaskpaneId>
                                                <SourceLocation resid="ShortcutManagerTaskpane.Url"/>
                                                <Title resid="ShortcutManager.Label"/>
                                            </Action>
                                        </Item>

                                    </Items>
                                </Control>

                                <Control xsi:type="Button" id="FeedbackButton">
                                    <Label resid="FeedbackButton.Label"/>
                                    <Supertip>
                                        <Title resid="FeedbackButton.Label"/>
                                        <Description resid="FeedbackButton.Tooltip"/>
                                    </Supertip>
                                    <Icon>
                                        <bt:Image size="16" resid="Icon.feedbackIcon"/>
                                        <bt:Image size="32" resid="Icon.feedbackIcon"/>
                                        <bt:Image size="80" resid="Icon.feedbackIcon"/>
                                    </Icon>
                                    <Action xsi:type="ExecuteFunction">
                                        <FunctionName>feedbackSupportPopup</FunctionName>
                                    </Action>

                                </Control>

                                <Control xsi:type="Button" id="AuthButton">
                                    <Label resid="AuthButton.Label"/>
                                    <Supertip>
                                        <Title resid="AuthButton.Label"/>
                                        <Description resid="AuthButton.Tooltip"/>
                                    </Supertip>
                                    <Icon>
                                        <bt:Image size="16" resid="Icon.settingIcon"/>
                                        <bt:Image size="32" resid="Icon.settingIcon"/>
                                        <bt:Image size="80" resid="Icon.settingIcon"/>
                                    </Icon>
                                    <Action xsi:type="ShowTaskpane">
                                        <TaskpaneId>Taskpane</TaskpaneId>
                                        <SourceLocation resid="Taskpane.Url"/>
                                        <Title resid="AuthButton.Label"/>
                                    </Action>

                                </Control>

                            </Group>
                            <Label resid="AlphaScriptTab.Label"/>
                        </CustomTab>
                    </ExtensionPoint>
                </DesktopFormFactor>
            </Host>
        </Hosts>
        <Resources>
            <bt:Images>
                <bt:Image id="Icon.16x16" DefaultValue="https://xl.test.alphascript.io/assets/icon-16.png"/>
                <bt:Image id="Icon.32x32" DefaultValue="https://xl.test.alphascript.io/assets/icon-32.png"/>
                <bt:Image id="Icon.80x80" DefaultValue="https://xl.test.alphascript.io/assets/icon-80.png"/>


                <bt:Image id="Icon.formulaIcon" DefaultValue="https://xl.test.alphascript.io/assets/addin_icons/Alpha_Formula_Builder.png"/>
                <bt:Image id="Icon.alphaAuditIcon" DefaultValue="https://xl.test.alphascript.io/assets/addin_icons/AlphaAudit.png"/>

                <bt:Image id="Icon.refreshIcon" DefaultValue="https://xl.test.alphascript.io/assets/addin_icons/Refresh.png"/>
                <bt:Image id="Icon.unLinkIcon" DefaultValue="https://xl.test.alphascript.io/assets/addin_icons/link.png"/>
                <bt:Image id="Icon.selectionIcon" DefaultValue="https://xl.test.alphascript.io/assets/addin_icons/Selection.png"/>
                <bt:Image id="Icon.worksheetIcon" DefaultValue="https://xl.test.alphascript.io/assets/addin_icons/Board_Worksheet.png"/>
                <bt:Image id="Icon.workBookIcon" DefaultValue="https://xl.test.alphascript.io/assets/addin_icons/Workbook.png"/>

                <bt:Image id="Icon.uploadTemplate" DefaultValue="https://xl.test.alphascript.io/assets/addin_icons/Upload_Template.png"/>
                <bt:Image id="Icon.capitalizationIcon" DefaultValue="https://xl.test.alphascript.io/assets/addin_icons/Capitalization.png"/>
                <bt:Image id="Icon.uploadBuilderIcon" DefaultValue="https://xl.test.alphascript.io/assets/addin_icons/Upload_Builder.png"/>

                <bt:Image id="Icon.settingIcon" DefaultValue="https://xl.test.alphascript.io/assets/addin_icons/Sign_In.png"/>
                <bt:Image id="Icon.settings" DefaultValue="https://xl.test.alphascript.io/assets/addin_icons/Settings.png"/>
                <bt:Image id="Icon.ShortcutManagerIcon" DefaultValue="https://xl.test.alphascript.io/assets/addin_icons/ShortcutManager.png"/>
                <bt:Image id="Icon.productEducation" DefaultValue="https://xl.test.alphascript.io/assets/addin_icons/Product_Education.png"/>
                <bt:Image id="Icon.formatIcon" DefaultValue="https://xl.test.alphascript.io/assets/addin_icons/Format_Template.png"/>
                <bt:Image id="Icon.feedbackIcon" DefaultValue="https://xl.test.alphascript.io/assets/addin_icons/Feedback_and_Support.png"/>
            </bt:Images>
            <bt:Urls>
                <bt:Url id="Commands.Url" DefaultValue="https://xl.test.alphascript.io/commands.html"/>
                <bt:Url id="Functions.Script.Url" DefaultValue="https://xl.test.alphascript.io/functions.js"/>
                <bt:Url id="Functions.Metadata.Url" DefaultValue="https://xl.test.alphascript.io/functions.json"/>
                <bt:Url id="Taskpane.Url" DefaultValue="https://xl.test.alphascript.io/taskpane.html"/>
                <bt:Url id="ShortcutManagerTaskpane.Url" DefaultValue="https://xl.test.alphascript.io/shortcutManager.html"/>
            </bt:Urls>
            <bt:ShortStrings>
                <bt:String id="AlphaScriptTab.Label" DefaultValue="AlphaScript-Test"/>
                <bt:String id="AlphaScriptGroup.Label" DefaultValue="Data Calls"/>
                <bt:String id="BuildAndAudit.Label" DefaultValue="Excel Formulas"/>
                <bt:String id="DataUpload.Label" DefaultValue="Proprietary Data"/>
                <bt:String id="Utilities.Label" DefaultValue="Utilities"/>
                <bt:String id="NewLinkBuilderButton.Label" DefaultValue="Create Alpha Formula"/>
                <bt:String id="RefreshLinksMenu.Label" DefaultValue="Refresh"/>
                <bt:String id="RefreshSelectionButton.Label" DefaultValue="Refresh Selection"/>
                <bt:String id="RefreshWorksheetButton.Label" DefaultValue="Refresh Worksheet"/>
                <bt:String id="RefreshWorkbookButton.Label" DefaultValue="Refresh Workbook"/>
                <bt:String id="UnlinkMenu.Label" DefaultValue="Unlink"/>
                <bt:String id="UnlinkSelectionButton.Label" DefaultValue="Unlink Selection"/>
                <bt:String id="UnlinkWorksheetButton.Label" DefaultValue="Unlink Worksheet"/>
                <bt:String id="UnlinkWorkbookButton.Label" DefaultValue="Unlink Workbook"/>
                <bt:String id="AuthButton.Label" DefaultValue="Sign In"/>
                <bt:String id="Functions.Namespace" DefaultValue="ALPHA"/>
                <bt:String id="FeedbackButton.Label" DefaultValue="Feedback"/>
                <bt:String id="AlphaAuditButton.Label" DefaultValue="Alpha Audit"/>
                <bt:String id="UploadBuilder.Label" DefaultValue="Upload Data"/>
                <bt:String id="UploadTemplates.Label" DefaultValue="Upload Templates"/>
                <bt:String id="capitalizationButton.Label" DefaultValue="Capitalization (xls)"/>

                <bt:String id="ProductEducation.Label" DefaultValue="Product Education"/>
                <bt:String id="FormatTemplatesButton.Label" DefaultValue="Format Templates"/>
                <bt:String id="FeedbackButton.Label" DefaultValue="Feedback and Support"/>
                <bt:String id="AuthButton.Label" DefaultValue="Sign In"/>
                <bt:String id="Settings.Label" DefaultValue="Settings"/>
                <bt:String id="ShortcutManager.Label" DefaultValue="Shortcut Manager"/>

            </bt:ShortStrings>
            <bt:LongStrings>
                <bt:String id="NewLinkBuilderButton.Tooltip" DefaultValue="Create a new AlphaScript Data Link"/>
                <bt:String id="RefreshLinksMenu.Tooltip" DefaultValue="Refresh all Data Links"/>
                <bt:String id="RefreshSelectionButton.Tooltip" DefaultValue="Refresh the current selection"/>
                <bt:String id="RefreshWorksheetButton.Tooltip" DefaultValue="Refresh the current worksheet"/>
                <bt:String id="RefreshWorkbookButton.Tooltip" DefaultValue="Refresh the entire workbook"/>
                <bt:String id="UnlinkMenu.Tooltip" DefaultValue="Unlink the current Data Link"/>
                <bt:String id="UnlinkSelectionButton.Tooltip" DefaultValue="Unlink the current selection"/>
                <bt:String id="UnlinkWorksheetButton.Tooltip" DefaultValue="Unlink the current worksheet"/>
                <bt:String id="UnlinkWorkbookButton.Tooltip" DefaultValue="Unlink the entire workbook"/>
                <bt:String id="AuthButton.Tooltip" DefaultValue="Click to open the sign-in window."/>
                <bt:String id="FeedbackButton.Tooltip" DefaultValue="Click to open the Feedback window."/>
                <bt:String id="AlphaAuditButton.Tooltip" DefaultValue="Click to open the Alpha Audit window."/>
                <bt:String id="UploadBuilder.Tooltip" DefaultValue="Click to open the Upload Builder window."/>

                <bt:String id="ProductEducation.Tooltip" DefaultValue="Click to open the Product Education window."/>
                <bt:String id="FormatTemplatesButton.Tooltip" DefaultValue="Click to open the Format Templates window."/>
                <bt:String id="FeedbackButton.Tooltip" DefaultValue="Click to open the Feedback window."/>
                <bt:String id="AuthButton.Tooltip" DefaultValue="Click to open the sign-in window."/>
                <bt:String id="UploadTemplates.Tooltip" DefaultValue="Click to open the Upload Templates window."/>
                <bt:String id="capitalizationButton.Tooltip" DefaultValue="Click to open the Capitalization window."/>
                <bt:String id="Settings.Tooltip" DefaultValue="Click to open the Settings window."/>
                <bt:String id="ShortcutManager.Tooltip" DefaultValue="Click to open the Shortcut Manager window."/>
            </bt:LongStrings>
        </Resources>

        <WebApplicationInfo>
            <Id>4dcf5041-94bf-47a4-a854-adc694774dcb</Id>
            <Resource>api://xl.test.alphascript.io/4dcf5041-94bf-47a4-a854-adc694774dcb</Resource>
            <Scopes>
                <Scope>User.Read</Scope>
                <Scope>profile</Scope>
                <Scope>openid</Scope>
            </Scopes>
        </WebApplicationInfo>
    </VersionOverrides>
    <ExtendedOverrides Url="https://xl.test.alphascript.io/shortcuts.json"></ExtendedOverrides>

</OfficeApp>
