Skip to content

Commit 73641af

Browse files
committed
Fix uuf issue
1 parent 11ccdab commit 73641af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 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.":::

0 commit comments

Comments
 (0)