<?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>5ccfb8f7-144a-4edc-b048-2ce39f56984c</Id>
  <Version>1.0.0.2</Version>
  <ProviderName>Eakes</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>

  <DisplayName DefaultValue="Eakes Excel Tools"/>
  <Description DefaultValue="Excel tools for Eakes, including DDMS cell padding utilities."/>

  <IconUrl DefaultValue="https://www.contoso.com/assets/icon-32.png?v=10002"/>
  <HighResolutionIconUrl DefaultValue="https://www.contoso.com/assets/icon-64.png?v=10002"/>

  <SupportUrl DefaultValue="https://www.eakes.com"/>

  <AppDomains>
    <AppDomain>https://www.eakes.com</AppDomain>
    <AppDomain>https://localhost:3000</AppDomain>
  </AppDomains>

  <Hosts>
    <Host Name="Workbook"/>
  </Hosts>

  <DefaultSettings>
    <SourceLocation DefaultValue="https://www.contoso.com/taskpane.html"/>
  </DefaultSettings>

  <Permissions>ReadWriteDocument</Permissions>

  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides"
                    xsi:type="VersionOverridesV1_0">

    <Hosts>
      <Host xsi:type="Workbook">
        <DesktopFormFactor>

          <GetStarted>
            <Title resid="GetStarted.Title"/>
            <Description resid="GetStarted.Description"/>
            <LearnMoreUrl resid="GetStarted.LearnMoreUrl"/>
          </GetStarted>

          <FunctionFile resid="Commands.Url"/>

          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabHome">
              <Group id="CommandsGroup">

                <Label resid="CommandsGroup.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="TaskpaneButton">
                  <Label resid="TaskpaneButton.Label"/>

                  <Supertip>
                    <Title resid="TaskpaneButton.Label"/>
                    <Description resid="TaskpaneButton.Tooltip"/>
                  </Supertip>

                  <Icon>
                    <bt:Image size="16" resid="Icon.16x16"/>
                    <bt:Image size="32" resid="Icon.32x32"/>
                    <bt:Image size="80" resid="Icon.80x80"/>
                  </Icon>

                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>EakesExcelToolsTaskpane</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url"/>
                  </Action>
                </Control>

              </Group>
            </OfficeTab>
          </ExtensionPoint>

        </DesktopFormFactor>
      </Host>
    </Hosts>

    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16x16" DefaultValue="https://www.contoso.com/assets/icon-16.png?v=10002"/>
        <bt:Image id="Icon.32x32" DefaultValue="https://www.contoso.com/assets/icon-32.png?v=10002"/>
        <bt:Image id="Icon.80x80" DefaultValue="https://www.contoso.com/assets/icon-80.png?v=10002"/>
      </bt:Images>

      <bt:Urls>
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://www.eakes.com"/>
        <bt:Url id="Commands.Url" DefaultValue="https://www.contoso.com/commands.html"/>
        <bt:Url id="Taskpane.Url" DefaultValue="https://www.contoso.com/taskpane.html"/>
      </bt:Urls>

      <bt:ShortStrings>
        <bt:String id="GetStarted.Title" DefaultValue="Eakes Excel Tools is ready"/>
        <bt:String id="CommandsGroup.Label" DefaultValue="Eakes Tools"/>
        <bt:String id="TaskpaneButton.Label" DefaultValue="Open Eakes Tools"/>
      </bt:ShortStrings>

      <bt:LongStrings>
        <bt:String id="GetStarted.Description" DefaultValue="Use Eakes Excel Tools to apply helpful Excel utilities, including DDMS cell padding."/>
        <bt:String id="TaskpaneButton.Tooltip" DefaultValue="Open the Eakes Excel Tools task pane"/>
      </bt:LongStrings>
    </Resources>

  </VersionOverrides>
</OfficeApp>