Skip to content

Commit 401bf63

Browse files
Merge pull request #13445 from ghogen/project-designer-dec-2024
Update for VB now using the .NET Project Designer
2 parents 97e56da + 2fcc05a commit 401bf63

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/ide/reference/project-designer-dotnet-csharp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Project Designer for .NET C# project properties
3-
description: Learn how to use the C# Project Designer to specify the project's application settings and properties.
4-
ms.date: 02/27/2024
2+
title: Project Designer for .NET project properties
3+
description: Learn how to use the .NET Project Designer to specify the project's application settings and properties.
4+
ms.date: 12/13/2024
55
ms.topic: reference
66
f1_keywords:
77
- cs.ProjectPropertiesApplicationWPF
@@ -14,9 +14,9 @@ manager: mijacobs
1414
ms.subservice: general-ide
1515
monikerRange: '>= vs-2022'
1616
---
17-
# .NET Project Designer (C#)
17+
# .NET Project Designer
1818

19-
Use the **Project Designer** to specify the project's settings and properties for .NET Core and .NET 5+. For .NET Framework and Visual Basic projects, see [What is the .NET Project Designer?](../reference/project-properties-reference.md).
19+
Use the **Project Designer** to specify the project's settings and properties for .NET Core and .NET 5+. For .NET Framework, see [What is the .NET Project Designer?](../reference/project-properties-reference.md).
2020

2121
To access the Project Designer, choose a project node (not the **Solution** node) in **Solution Explorer**. Then choose **Project** > **Properties** on the menu bar. The **Project Designer** appears.
2222

docs/ide/reference/project-properties-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: What is the .NET Project Designer?
33
description: Learn how to configure and customize .NET project properties by using the Project Designer.
4-
ms.date: 02/29/2024
4+
ms.date: 12/13/2024
55
ms.topic: reference
66
helpviewer_keywords:
77
- user interface [Visual Studio], projects
@@ -14,7 +14,7 @@ ms.subservice: general-ide
1414
# What is the .NET Project Designer?
1515

1616
::: moniker range=">=vs-2022"
17-
The Project Designer in Visual Studio is a dialog box that you can use to specify applications settings and properties for a .NET or .NET Framework project. The Project Designer includes several different project properties tabs or pages to interact with. What you see depends on your .NET project type, platform, and programming language. For detailed information on properties in the .NET C# Project Designer, see [.NET Project Designer (C#)](../reference/project-designer-dotnet-csharp.md). For detailed information on the .NET Framework Project Designer, see [Project properties in the .NET Framework Project Designer](#project-properties-in-the-net-framework-project-designer).
17+
The Project Designer in Visual Studio is a dialog box that you can use to specify applications settings and properties for a .NET or .NET Framework project. The Project Designer includes several different project properties tabs or pages to interact with. What you see depends on your .NET version, since the project designer for .NET Framework projects is different from the project designer for projects that target .NET Core and .NET 5 and later. For detailed information on properties in the .NET Project Designer, see [.NET Project Designer](../reference/project-designer-dotnet-csharp.md). For detailed information on the .NET Framework Project Designer, see [Project properties in the .NET Framework Project Designer](#project-properties-in-the-net-framework-project-designer).
1818
::: moniker-end
1919

2020
::: moniker range="vs-2019"
@@ -32,7 +32,7 @@ The following screenshot shows an example of the .NET project properties for a C
3232

3333
:::image type="content" source="media/vs-2022/project-properties-designer-csharp-console.png" alt-text="Screenshot of the .NET Project Designer in Visual Studio 2022 with .NET 8.0 as the target framework.":::
3434

35-
The following screenshot shows an example of the .NET project properties for a Visual Basic console project in the Project Designer. Notice that .NET Framework 4.7.2 appears as the target framework.
35+
The following screenshot shows an example of the .NET Framework project properties for a Visual Basic console project in the Project Designer. Notice that .NET Framework 4.7.2 appears as the target framework.
3636

3737
:::image type="content" source="media/vs-2022/project-properties-designer-visual-basic-console.png" alt-text="Screenshot of the .NET Project Designer in Visual Studio 2022 with .NET Framework 4.7.2 as the target framework.":::
3838

0 commit comments

Comments
 (0)