Skip to content

Commit

Permalink
Merge pull request #110 from richard6094/dev
Browse files Browse the repository at this point in the history
Removed unrelated commands in Word and Excel add-ins.
  • Loading branch information
hermanwenhe authored Sep 23, 2024
2 parents 1793646 + 38822fc commit 48af6f8
Show file tree
Hide file tree
Showing 25 changed files with 0 additions and 358 deletions.
3 changes: 0 additions & 3 deletions Excel-Add-in-ChartAPI-Anylysis-Data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ These are the important files in the sample project.
| README.md
| RUN_WITH_EXTENSION.md
| src/ Add-in source code
| | commands/
| | | commands.html
| | | commands.ts
| | taskpane/
| | | taskpane.css Task pane style
| | | taskpane.html Task pane entry HTML
Expand Down
2 changes: 0 additions & 2 deletions Excel-Add-in-ChartAPI-Anylysis-Data/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<Description resid="GetStarted.Description"/>
<LearnMoreUrl resid="GetStarted.LearnMoreUrl"/>
</GetStarted>
<FunctionFile resid="Commands.Url"/>
<ExtensionPoint xsi:type="PrimaryCommandSurface">
<OfficeTab id="TabHome">
<Group id="CommandsGroup">
Expand Down Expand Up @@ -68,7 +67,6 @@
</bt:Images>
<bt:Urls>
<bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://go.microsoft.com/fwlink/?LinkId=276812"/>
<bt:Url id="Commands.Url" DefaultValue="https://localhost:3000/commands.html"/>
<bt:Url id="Taskpane.Url" DefaultValue="https://localhost:3000/taskpane.html"/>
</bt:Urls>
<bt:ShortStrings>
Expand Down
18 changes: 0 additions & 18 deletions Excel-Add-in-ChartAPI-Anylysis-Data/src/commands/commands.html

This file was deleted.

32 changes: 0 additions & 32 deletions Excel-Add-in-ChartAPI-Anylysis-Data/src/commands/commands.ts

This file was deleted.

2 changes: 0 additions & 2 deletions Excel-Add-in-Custom-Function-Using-WebWorker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ These are the important files in the sample project.
| RUN_WITH_EXTENSION.md
| SECURITY.md
| src/ Add-ins source code
| | commands/
| | | commands.js
| | taskpane/
| | | taskpane.html Task pane entry HTML
| | | taskpane.js Add API calls and logic here
Expand Down

This file was deleted.

3 changes: 0 additions & 3 deletions Excel-Add-in-ShapeAPI-Dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ These are the important files in the sample project.
| README.md
| RUN_WITH_EXTENSION.md
| src/ Add-in source code
| | commands/
| | | commands.html
| | | commands.ts
| | taskpane/
| | | taskpane.css Task pane style
| | | taskpane.html Task pane entry HTML
Expand Down
2 changes: 0 additions & 2 deletions Excel-Add-in-ShapeAPI-Dashboard/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<Description resid="GetStarted.Description"/>
<LearnMoreUrl resid="GetStarted.LearnMoreUrl"/>
</GetStarted>
<FunctionFile resid="Commands.Url"/>
<ExtensionPoint xsi:type="PrimaryCommandSurface">
<OfficeTab id="TabHome">
<Group id="CommandsGroup">
Expand Down Expand Up @@ -68,7 +67,6 @@
</bt:Images>
<bt:Urls>
<bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://go.microsoft.com/fwlink/?LinkId=276812"/>
<bt:Url id="Commands.Url" DefaultValue="https://localhost:3000/commands.html"/>
<bt:Url id="Taskpane.Url" DefaultValue="https://localhost:3000/taskpane.html"/>
</bt:Urls>
<bt:ShortStrings>
Expand Down
18 changes: 0 additions & 18 deletions Excel-Add-in-ShapeAPI-Dashboard/src/commands/commands.html

This file was deleted.

32 changes: 0 additions & 32 deletions Excel-Add-in-ShapeAPI-Dashboard/src/commands/commands.ts

This file was deleted.

3 changes: 0 additions & 3 deletions Excel-HelloWorld-TaskPane-JS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ These are the important files in the sample project.
| README.md
| RUN_WITH_EXTENSION.md
| src/ Add-in source code
| | commands/
| | | commands.html
| | | commands.js
| | taskpane/
| | | taskpane.css Task pane style
| | | taskpane.html Task pane entry HTML
Expand Down
2 changes: 0 additions & 2 deletions Excel-HelloWorld-TaskPane-JS/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<Description resid="GetStarted.Description"/>
<LearnMoreUrl resid="GetStarted.LearnMoreUrl"/>
</GetStarted>
<FunctionFile resid="Commands.Url"/>
<ExtensionPoint xsi:type="PrimaryCommandSurface">
<OfficeTab id="TabHome">
<Group id="CommandsGroup">
Expand Down Expand Up @@ -68,7 +67,6 @@
</bt:Images>
<bt:Urls>
<bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://go.microsoft.com/fwlink/?LinkId=276812"/>
<bt:Url id="Commands.Url" DefaultValue="https://localhost:3000/commands.html"/>
<bt:Url id="Taskpane.Url" DefaultValue="https://localhost:3000/taskpane.html"/>
</bt:Urls>
<bt:ShortStrings>
Expand Down
18 changes: 0 additions & 18 deletions Excel-HelloWorld-TaskPane-JS/src/commands/commands.html

This file was deleted.

32 changes: 0 additions & 32 deletions Excel-HelloWorld-TaskPane-JS/src/commands/commands.js

This file was deleted.

2 changes: 0 additions & 2 deletions Word-Add-in-AIGC/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ These are the important files in the sample project.
| README.md
| RUN_WITH_EXTENSION.md
| src/ Add-ins source code
| | commands/
| | | commands.ts
| | taskpane/
| | | components/ React components
| | | css/ Task pane style
Expand Down
2 changes: 0 additions & 2 deletions Word-Add-in-AIGC/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<Description resid="GetStarted.Description"/>
<LearnMoreUrl resid="GetStarted.LearnMoreUrl"/>
</GetStarted>
<FunctionFile resid="Commands.Url"/>
<ExtensionPoint xsi:type="PrimaryCommandSurface">
<OfficeTab id="TabHome">
<Group id="CommandsGroup">
Expand Down Expand Up @@ -76,7 +75,6 @@
</bt:Images>
<bt:Urls>
<bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://go.microsoft.com/fwlink/?LinkId=276812"/>
<bt:Url id="Commands.Url" DefaultValue="https://localhost:3000/commands.html"/>
<bt:Url id="Taskpane.Url" DefaultValue="https://localhost:3000/taskpane.html"/>
</bt:Urls>
<bt:ShortStrings>
Expand Down
44 changes: 0 additions & 44 deletions Word-Add-in-AIGC/src/commands/commands.ts

This file was deleted.

3 changes: 0 additions & 3 deletions Word-Add-in-WritingAssistant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ These are the important files in the sample project.
| README.md
| RUN_WITH_EXTENSION.md
| src/ Add-ins source code
| | commands/
| | | commands.html
| | | commands.ts
| | taskpane/
| | | componets/ React components used in this sample
| | | |Annotations.tsx
Expand Down
2 changes: 0 additions & 2 deletions Word-Add-in-WritingAssistant/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<Description resid="GetStarted.Description"/>
<LearnMoreUrl resid="GetStarted.LearnMoreUrl"/>
</GetStarted>
<FunctionFile resid="Commands.Url"/>
<ExtensionPoint xsi:type="PrimaryCommandSurface">
<OfficeTab id="TabHome">
<Group id="CommandsGroup">
Expand Down Expand Up @@ -68,7 +67,6 @@
</bt:Images>
<bt:Urls>
<bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://go.microsoft.com/fwlink/?LinkId=276812"/>
<bt:Url id="Commands.Url" DefaultValue="https://localhost:3000/commands.html"/>
<bt:Url id="Taskpane.Url" DefaultValue="https://localhost:3000/taskpane.html"/>
</bt:Urls>
<bt:ShortStrings>
Expand Down
19 changes: 0 additions & 19 deletions Word-Add-in-WritingAssistant/src/commands/commands.html

This file was deleted.

Loading

0 comments on commit 48af6f8

Please sign in to comment.