Skip to content

Commit 1a4897b

Browse files
Merge pull request #2015 from mikeblome/mb-visualcpp-3
bulk changes to Visual C++ brand
2 parents 110e5e0 + 8977075 commit 1a4897b

37 files changed

Lines changed: 52 additions & 54 deletions

docs/assembler/masm/microsoft-macro-assembler-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Information about how to create output files for x64.
3333

3434
## Related Sections
3535

36-
[Visual C++](../../overview/visual-cpp-in-visual-studio.md)<br/>
36+
[C++ in Visual Studio](../../overview/visual-cpp-in-visual-studio.md)<br/>
3737
Provides links to different areas of the Visual Studio and Visual C++ documentation.
3838

3939
## See also

docs/atl/reference/creating-an-atl-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The easiest way to create an ATL project is to use the ATL Project Wizard, locat
2222
2323
1. Click **Finish** to close the wizard and open your new project in the development environment.
2424

25-
Once your project is created, you can view the files created in **Solution Explorer**. For more information about the files the wizard creates for your project, see the project-generated file ReadMe.txt. For more information about the file types, see [File Types Created for Visual C++ projects](../../build/reference/file-types-created-for-visual-cpp-projects.md). For more information about the configurations for the new ATL project, and how to change them, see [Default ATL Project Configurations](../../atl/reference/default-atl-project-configurations.md).
25+
Once your project is created, you can view the files created in **Solution Explorer**. For more information about the files the wizard creates for your project, see the project-generated file ReadMe.txt. For more information about the file types, see [File Types Created for Visual Studio C++ projects](../../build/reference/file-types-created-for-visual-cpp-projects.md). For more information about the configurations for the new ATL project, and how to change them, see [Default ATL Project Configurations](../../atl/reference/default-atl-project-configurations.md).
2626

2727
## See also
2828

docs/build/reference/atl-program-or-control-source-and-header-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ All of these files are located in the *Projname* directory, and in either the He
2020

2121
## See also
2222

23-
[File Types Created for Visual C++ projects](file-types-created-for-visual-cpp-projects.md)<br>
23+
[File Types Created for Visual Studio C++ projects](file-types-created-for-visual-cpp-projects.md)<br>
2424
[MFC Program or Control Source and Header Files](mfc-program-or-control-source-and-header-files.md)<br>
2525
[CLR Projects](files-created-for-clr-projects.md)

docs/build/reference/help-files-html-help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ The following files are created when you add the HTML Help type of Help support
2020

2121
## See also
2222

23-
[File Types Created for Visual C++ projects](file-types-created-for-visual-cpp-projects.md)
23+
[File Types Created for Visual Studio C++ projects](file-types-created-for-visual-cpp-projects.md)

docs/build/reference/help-files-winhelp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ You can add WinHelp support to an MFC ActiveX Control project by selecting **Gen
2828

2929
## See also
3030

31-
[File Types Created for Visual C++ projects](file-types-created-for-visual-cpp-projects.md)
31+
[File Types Created for Visual Studio C++ projects](file-types-created-for-visual-cpp-projects.md)

docs/build/reference/hint-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ These notes apply to the preceding list:
231231

232232
## See also
233233

234-
[File Types Created for Visual C++ projects](file-types-created-for-visual-cpp-projects.md)<br>
234+
[File Types Created for Visual Studio C++ projects](file-types-created-for-visual-cpp-projects.md)<br>
235235
[#define Directive (C/C++)](../../preprocessor/hash-define-directive-c-cpp.md)<br>
236236
[#undef Directive (C/C++)](../../preprocessor/hash-undef-directive-c-cpp.md)<br>
237237
[SAL Annotations](../../c-runtime-library/sal-annotations.md)<br>

docs/build/reference/mfc-program-or-control-source-and-header-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ All of these files are located in the *Projname* directory, and in either the He
2727

2828
## See also
2929

30-
[File Types Created for Visual C++ projects](file-types-created-for-visual-cpp-projects.md)<br>
30+
[File Types Created for Visual Studio C++ projects](file-types-created-for-visual-cpp-projects.md)<br>
3131
[ATL Program or Control Source and Header Files](atl-program-or-control-source-and-header-files.md)<br>
3232
[CLR Projects](files-created-for-clr-projects.md)

docs/build/reference/project-and-solution-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ The following files are created when you create a project in Visual Studio. They
2222

2323
## See also
2424

25-
[File Types Created for Visual C++ projects](file-types-created-for-visual-cpp-projects.md)
25+
[File Types Created for Visual Studio C++ projects](file-types-created-for-visual-cpp-projects.md)

docs/build/reference/resource-files-cpp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: "Resource Files (C++)"
3-
ms.date: "11/04/2016"
4-
helpviewer_keywords: ["resource files", "resources [C++]", "file types [C++], resource files"]
3+
ms.date: "05/14/2019"
4+
helpviewer_keywords: ["resource files", "resources [C++]"]
55
ms.assetid: 338a4a0f-0c62-4ef1-a34f-5d86262d93a4
66
---
77
# Resource Files (C++)
88

9-
Resources are interface elements that provide information to the user. Bitmaps, icons, toolbars, and cursors are all resources. Some resources can be manipulated to perform an action such as selecting from a menu or entering data in dialog box.
9+
Resources are interface elements that provide information to the user. Bitmaps, icons, toolbars, and cursors are all resources. Some resources can perform an action such as selecting from a menu or entering data in dialog box.
1010

11-
See [Working with Resources](../../windows/working-with-resource-files.md) for more information.
11+
For more information, see [Working with Resources](../../windows/working-with-resource-files.md).
1212

1313
|File name|Directory location|Solution Explorer location|Description|
1414
|---------------|------------------------|--------------------------------|-----------------|
@@ -23,4 +23,4 @@ See [Working with Resources](../../windows/working-with-resource-files.md) for m
2323

2424
## See also
2525

26-
[File Types Created for Visual C++ projects](file-types-created-for-visual-cpp-projects.md)
26+
[File Types Created for Visual Studio C++ projects](file-types-created-for-visual-cpp-projects.md)

docs/cloud/cloud-and-web-programming-in-visual-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ In C++, you have several options for connecting to the web and the cloud.
5252

5353
## See also
5454

55-
[Visual C++](../overview/visual-cpp-in-visual-studio.md) <br/>
55+
[C++ in Visual Studio](../overview/visual-cpp-in-visual-studio.md) <br/>
5656
[Networks and web services](/windows/uwp/networking/)

0 commit comments

Comments
 (0)