Skip to content

Commit 64c0316

Browse files
Merge pull request #479 from VeXHarbinger/FixedProjectQueryLocalizedStrings
Updated VSProjectQueryAPISample string-resources.json to include missing values
2 parents 2779c97 + 1e1b438 commit 64c0316

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed
Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
{
22
"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",
37
"VSProjectQueryAPISample.QueryFileCommand.DisplayName": "Query File",
48
"VSProjectQueryAPISample.QueryOutputGroupByIdCommand.DisplayName": "Query Output Group by ID",
59
"VSProjectQueryAPISample.QueryOutputGroupByNameCommand.DisplayName": "Query Output Group by Name",
610
"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",
717
"VSProjectQueryAPISample.SkipOfNCommand.DisplayName": "Query Project And Skip Over 1",
18+
"VSProjectQueryAPISample.SolutionBuildCommand.DisplayName": "Solution Build",
19+
"VSProjectQueryAPISample.SolutionSaveCommand.DisplayName": "Solution Save",
820
"VSProjectQueryAPISample.TrackProjectQueryCommand.DisplayName": "Track Project Query",
9-
"VSProjectQueryAPISample.ShowActiveProjectCommand.DisplayName": "Show Current Active Project"
21+
"VSProjectQueryAPISample.UnloadProjectCommand.DisplayName": "Unload Project"
1022
}

0 commit comments

Comments
 (0)