Skip to content

Commit c9e05c3

Browse files
author
mikeblome
committed
bulk changes to Visual C++ brand
1 parent 7bf0952 commit c9e05c3

37 files changed

Lines changed: 47 additions & 49 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)