Skip to content

Commit 7dcafa7

Browse files
Merge pull request #10313 from MicrosoftDocs/main638567750823371058sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 0859283 + cab7b90 commit 7dcafa7

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

docs/ide/managing-application-resources-dotnet.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
2-
title: Manage application resources (.NET)
2+
title: Manage application resources
33
description: Manage application resources files that aren't part of the compilation process in Visual Studio, such as icon files or audio files.
44
ms.custom: engagement-fy23
5-
ms.date: 01/31/2023
5+
ms.date: 7/16/2024
66
ms.topic: conceptual
77
f1_keywords:
88
- msvse_resedit.dlg.SetCustomTool
99
helpviewer_keywords:
1010
- Resource Designer
1111
- Resource Editor
12+
- Resource View
1213
- resources [Visual Studio]
1314
- Resources page in Project Designer
1415
- application resources [Visual Studio]
@@ -17,7 +18,7 @@ ms.author: meghaanand
1718
manager: mijacobs
1819
ms.subservice: general-ide
1920
---
20-
# Manage application resources (.NET)
21+
# Manage application resources
2122

2223
Resource files are files that are part of an application but are not compiled, for example icon files or audio files. Since these files are not part of the compilation process, you can change them without having to recompile your binaries. If you are planning to localize your application, you should use resource files for all the strings and other resources that need to be changed when you localize your application.
2324

@@ -41,7 +42,9 @@ Select the **Resources** tab. You can add a *.resx* file if your project does no
4142
Resources are managed differently in .NET projects than in other project types. For more information about resources in:
4243

4344
- Universal Windows Platform (UWP) apps, see [App resources and the Resource Management System](/windows/uwp/app-resources/)
45+
- C++/CLI (managed) projects, see [Resources in Desktop Apps](/dotnet/framework/resources/index)
4446
- C++ projects, see [Work with resource files](/cpp/windows/working-with-resource-files) and [How to: Create a resource](/cpp/windows/how-to-create-a-resource)
47+
- Use the **Resource View** window (**View** > **Other Windows** > **Resource View**) to display resource files included in your projects.
4548

4649
## Support options
4750

@@ -50,4 +53,6 @@ If you run into a problem with managing application resources, see [Troubleshoot
5053
## Related content
5154

5255
- [Resources in .NET apps (.NET Framework)](/dotnet/framework/resources/index)
53-
- [Managing app resources (Visual Studio for Mac)](/visualstudio/mac/managing-app-resources)
56+
- [Resource Editor](/cpp/windows/resource-editors)
57+
- [Work with resource files (C++)](/cpp/windows/working-with-resource-files)
58+
- [Resources in Universal Windows Platform apps](/windows/uwp/app-resources/)

docs/ide/viewing-the-structure-of-code.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,10 @@ The shortcut (or right-click) menu in the **Code Definition** window may contain
237237

238238
## Document Outline window
239239

240-
You can use the **Document Outline** window in conjunction with designer views, such as the designer for a XAML page or a Windows Form designer, or with HTML pages. This window displays the elements in a tree view, so that you can view the logical structure of the form or page and find controls that are deeply embedded or hidden.
240+
You can use the **Document Outline** window in conjunction with designer views, such as the designer for a XAML page or a Windows Form designer, or with HTML pages. This window displays the elements in a tree view, so that you can view the logical structure of the form or page and find controls that are deeply embedded or hidden.
241+
242+
## Related links
243+
244+
- [Working with resource files (C++)](/cpp/windows/working-with-resource-files)
245+
- [Resources in .NET apps (.NET Framework)](/dotnet/framework/resources/index)
246+
- [Manage application resources](managing-application-resources-dotnet.md)

0 commit comments

Comments
 (0)