Skip to content

Commit c131e9e

Browse files
committed
add link to Revamped Project Properties UI blog post
1 parent 0c6cecf commit c131e9e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 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: 11/04/2016
5+
ms.date: 09/01/2021
66
ms.topic: conceptual
77
author: TerryGLee
88
ms.author: tglee
@@ -13,7 +13,12 @@ ms.workload:
1313
---
1414
# Manage project and solution properties
1515

16-
Projects have properties that govern many aspects of compilation, debugging, testing and deploying. Some properties are common among all project types, and some are unique to specific languages or platforms. You access project properties by right-clicking the project node in **Solution Explorer** and choosing **Properties** or by typing **properties** into the search box on the menu bar and choosing **Properties Window** from the results.
16+
Projects have properties that govern many aspects of compilation, debugging, testing and deploying. Some properties are common among all project types, and some are unique to specific languages or platforms.
17+
18+
> [!TIP]
19+
> In [Visual Studio 2022 Preview](/visualstudio/releases/2022/release-notes-preview), we've refreshed the project properties user interface and its functionality. To learn more, see the [**Revamped Project Properties UI**](https://devblogs.microsoft.com/visualstudio/flexible-theming-visual-studio/) blog post.
20+
21+
You access project properties by right-clicking the project node in **Solution Explorer** and choosing **Properties**, or by typing **properties** into the search box on the menu bar and choosing **Properties Window** from the results.
1722

1823
![Project context menu](../ide/media/vs2015_proj_prop_menu.gif)
1924

0 commit comments

Comments
 (0)