Skip to content

Commit 8f43273

Browse files
authored
Merge pull request #13266 from anandmeg/uuf-256553
Add screenshots and update doc
2 parents a8b167b + 59207cf commit 8f43273

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/ide/how-to-add-app-config-file.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Add an app.config file to a project
33
description: Learn how to add an app.config file to a C# project so you can customize how the common language runtime locates and loads assembly files.
4-
ms.date: 03/29/2024
4+
ms.date: 10/25/2024
55
ms.topic: how-to
66
dev_langs:
77
- CSharp
@@ -26,13 +26,17 @@ To add an application configuration file to a C# project:
2626

2727
The **Add New Item** dialog box appears.
2828

29-
1. Expand **Installed** > **Visual C# Items**.
29+
1. Expand **Installed** > **C# Items**.
3030

3131
1. In the middle pane, select the **Application Configuration File** template.
3232

33+
:::image type="content" source="media/vs-2022/application-configuration-file.png" alt-text="Screenshot of the Application Configuration File item in the Add New Item dialog.":::
34+
3335
1. Select the **Add** button.
3436

3537
A file named *App.config* is added to your project.
38+
39+
:::image type="content" source="media/vs-2022/app-config-file-csharp-project.png" alt-text="Screenshot of the App dot config file added to your project.":::
3640

3741
For more information about application configuration files or about assemblies in .NET, see [How the runtime locates assemblies (.NET Framework)](/dotnet/framework/deployment/how-the-runtime-locates-assemblies) and [Assemblies in .NET](/dotnet/standard/assembly/).
3842

25.9 KB
Loading
160 KB
Loading

0 commit comments

Comments
 (0)