Skip to content

Commit 480b52f

Browse files
author
mikeblome
committed
added note about managed resources and updated that page too
1 parent 565cc58 commit 480b52f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/build/reference/managed-resources-property-page.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Managed Resources Property Page"
3-
ms.date: "11/04/2016"
3+
ms.date: "08/28/2019"
44
f1_keywords: ["VC.Project.VCManagedResourceCompilerTool.ResourceFileName", "VC.Project.VCManagedResourceCompilerTool.OutputFileName", "VC.Project.VCManagedResourceCompilerTool.DefaultLocalizedResources"]
55
helpviewer_keywords: ["Managed Resources property page"]
66
ms.assetid: 80b80384-ee55-494d-9f0e-907bb98cfc19
@@ -9,7 +9,7 @@ ms.assetid: 80b80384-ee55-494d-9f0e-907bb98cfc19
99

1010
Enables settings for the resource compiler.
1111

12-
The **Managed Resources** property page contains the following properties:
12+
The **Managed Resources** property page exposes .NET resources in C++/CLI programs. The property page contains the following properties:
1313

1414
- **Resource Logical Name**
1515

docs/build/reference/resources-property-pages.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ f1_keywords:
1818

1919
# Resources property page
2020

21-
For Windows programs, the build invokes the Resource Compiler (rc.exe) to add images, string tables, .res files to the binary. The properties exposed in this property page apply only to the Resource Compiler, not to cl.exe or the linker. For more information on using the resource compiler, see [Using RC (The RC Command Line)](/windows/win32/menurc/using-rc-the-rc-command-line-). For information on how to access the **Resources** property pages, see [Set C++ compiler and build properties in Visual Studio](../working-with-project-properties.md). To programmatically access these properties, see <xref:Microsoft.VisualStudio.VCProjectEngine.VCResourceCompilerTool>.
21+
For native Windows desktop programs, the build invokes the Resource Compiler (rc.exe) to add images, string tables, .res files to the binary. The properties exposed in this property page apply only to the Resource Compiler, not to cl.exe or the linker. For more information on using the resource compiler, see [Using RC (The RC Command Line)](/windows/win32/menurc/using-rc-the-rc-command-line-). For information on how to access the **Resources** property pages, see [Set C++ compiler and build properties in Visual Studio](../working-with-project-properties.md). To programmatically access these properties, see <xref:Microsoft.VisualStudio.VCProjectEngine.VCResourceCompilerTool>.
22+
23+
Properties for managed resources in C++/CLI applications are exposed in the [Managed Resources Property Page](managed-resources-property-page.md).
2224

2325
## Preprocessor Definitions
2426

0 commit comments

Comments
 (0)