This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The template "Solution File" was created successfully. | |
| The template "Substrate: Service and Client Projects" was created successfully. | |
| Processing post-creation actions... | |
| Adding | |
| project(s): /Users/dev/Desktop/ZeitgeistDemo/Zeitgeist.RestService/Zeitgeist.RestService.csproj /Users/dev/Desktop/ZeitgeistDemo/Zeitgeist.NetApiExt/Zeitgeist.NetApiExt.csproj /Users/dev/Desktop/ZeitgeistDemo/Zeitgeist.RestClient/Zeitgeist.RestClient.csproj /Users/dev/Desktop/ZeitgeistDemo/Zeitgeist.RestClient.Mockup/Zeitgeist.RestClient.Mockup.csproj /Users/dev/Desktop/ZeitgeistDemo/Zeitgeist.RestClient.Test/Zeitgeist.RestClient.Test.csproj | |
| to solution file: /Users/dev/Desktop/ZeitgeistDemo/ZeitgeistDemo.sln | |
| solution folder: | |
| Project `Zeitgeist.RestService/Zeitgeist.RestService.csproj` added to the solution. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // DROP DOWN MENU | |
| function onOpen() { | |
| DocumentApp.getUi().createMenu("ChatGPT") | |
| .addItem("Generate Ideas", "generateIdeas") | |
| .addItem("Write blog", "blogwriting") | |
| .addItem("Generate Image", "generateImage") | |
| .addToUi(); | |
| } | |
| // ****END MENU**** |