|
1 | 1 | { |
2 | 2 | "VSProjectQueryAPISample.AddFileCommand.DisplayName": "Add File", |
| 3 | + "VSProjectQueryAPISample.AddSolutionConfigurationCommand.DisplayName": "Add Solution Configuration", |
| 4 | + "VSProjectQueryAPISample.DeleteSolutionConfigurationCommand.DisplayName": "Delete Solution Configuration", |
| 5 | + "VSProjectQueryAPISample.MoveFileCommand.DisplayName": "Move File", |
| 6 | + "VSProjectQueryAPISample.ProjectBuildCommand.DisplayName": "Project Build", |
3 | 7 | "VSProjectQueryAPISample.QueryFileCommand.DisplayName": "Query File", |
4 | 8 | "VSProjectQueryAPISample.QueryOutputGroupByIdCommand.DisplayName": "Query Output Group by ID", |
5 | 9 | "VSProjectQueryAPISample.QueryOutputGroupByNameCommand.DisplayName": "Query Output Group by Name", |
6 | 10 | "VSProjectQueryAPISample.QueryOutputGroupByProjectCommand.DisplayName": "Query Output Group by Project", |
| 11 | + "VSProjectQueryAPISample.QuerySolutionConfigurations.DisplayName": "Query Solution Configurations", |
| 12 | + "VSProjectQueryAPISample.ReloadProjectCommand.DisplayName": "Reload Project", |
| 13 | + "VSProjectQueryAPISample.RenameFileCommand.DisplayName": "Rename File", |
| 14 | + "VSProjectQueryAPISample.RenameProjectCommand.DisplayName": "Rename Project", |
| 15 | + "VSProjectQueryAPISample.SetStartupProjectsCommand.DisplayName": "Set Startup Projects", |
| 16 | + "VSProjectQueryAPISample.ShowActiveProjectCommand.DisplayName": "Show Current Active Project", |
7 | 17 | "VSProjectQueryAPISample.SkipOfNCommand.DisplayName": "Query Project And Skip Over 1", |
| 18 | + "VSProjectQueryAPISample.SolutionBuildCommand.DisplayName": "Solution Build", |
| 19 | + "VSProjectQueryAPISample.SolutionSaveCommand.DisplayName": "Solution Save", |
8 | 20 | "VSProjectQueryAPISample.TrackProjectQueryCommand.DisplayName": "Track Project Query", |
9 | | - "VSProjectQueryAPISample.ShowActiveProjectCommand.DisplayName": "Show Current Active Project" |
| 21 | + "VSProjectQueryAPISample.UnloadProjectCommand.DisplayName": "Unload Project" |
10 | 22 | } |
0 commit comments