Skip to content

Commit b62c97f

Browse files
authored
Merge pull request #8057 from MicrosoftDocs/main637889438710498175
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents bfa4f5a + 138cfa1 commit b62c97f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ide/managing-project-and-solution-properties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage project and solution properties
33
description: Learn how to manage both the project properties and the solution properties in Visual Studio.
44
ms.custom: SEO-VS-2020
5-
ms.date: 05/17/2022
5+
ms.date: 05/23/2022
66
ms.topic: conceptual
77
author: TerryGLee
88
ms.author: tglee
@@ -89,7 +89,7 @@ For information about C++ project properties, see [Work with project properties
8989

9090
To access properties on the solution, right click the solution node in **Solution Explorer** and choose **Properties**. In the dialog, you can set project configurations for **Debug** or **Release** builds, choose which projects should be the startup project when **F5** is pressed, and set code analysis options.
9191

92-
Solution properties are stored in a Solution User Options (.suo) file. for more information about this file type, see the "[**Solution file**](solutions-and-projects-in-visual-studio.md#solution-file)" section of the [Solutions and projects in Visual Studio](solutions-and-projects-in-visual-studio.md) page.
92+
Solution properties are stored in a Solution User Options (.suo) file. For more information about this file type, see the "[**Solution file**](solutions-and-projects-in-visual-studio.md#solution-file)" section of the [Solutions and projects in Visual Studio](solutions-and-projects-in-visual-studio.md) page.
9393

9494
## See also
9595

0 commit comments

Comments
 (0)