Skip to content

Commit 4e8cea0

Browse files
Merge pull request #13643 from anandmeg/uuf-350985
Fix uuf issue
2 parents 11ccdab + 7f595c6 commit 4e8cea0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Manage project and solution properties
33
description: Manage both the project properties and the solution properties in Visual Studio for C#, Visual Basic, F#, C++, and JavaScript projects.
4-
ms.date: 09/10/2024
4+
ms.date: 02/25/2025
55
ms.topic: conceptual
66
author: anandmeg
77
ms.author: meghaanand
@@ -15,6 +15,8 @@ Projects have properties that govern many aspects of compilation, debugging, tes
1515

1616
You access project properties by right-clicking the [project node](use-solution-explorer.md#solution-explorer-ui) in **Solution Explorer** and selecting **Properties**, or by typing **properties** into the search box on the menu bar and selecting **Properties Window** from the results.
1717

18+
Most project properties are not dependent on the configuration or the platform, but some are. Learn more about [setting properties based on configurations](how-to-create-and-edit-configurations.md#set-properties-based-on-configurations).
19+
1820
::: moniker range="vs-2022"
1921

2022
:::image type="content" source="media/vs-2022/properties-from-solution-explorer-context-menu.png" alt-text="Screenshot of the Solution Explorer context menu with the Properties option highlighted.":::
@@ -105,3 +107,6 @@ Solution properties are stored in a Solution User Options (*.suo*) file. For mor
105107
## Related content
106108

107109
- [What are solutions and projects in Visual Studio?](../ide/solutions-and-projects-in-visual-studio.md)
110+
- [MSBuild Properties](../msbuild/msbuild-properties.md)
111+
- [Use properties to control build settings](../msbuild/how-to-build-the-same-source-files-with-different-options.md#use-properties-to-control-build-settings)
112+
- [Understand build configurations](understanding-build-configurations.md)

0 commit comments

Comments
 (0)