Skip to content

Commit ea86138

Browse files
author
mikeblome
committed
fixed some things
1 parent 0e0348e commit ea86138

30 files changed

Lines changed: 33 additions & 33 deletions

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 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).
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).
2626

2727
## See also
2828

docs/build/configuring-programs-for-64-bit-visual-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This section contains topics about targeting 64-bit x64 hardware with the Visual
1010

1111
## In This Section
1212

13-
- [How to: Configure Visual Studio C++ projects to Target 64-Bit, x64 Platforms](how-to-configure-visual-cpp-projects-to-target-64-bit-platforms.md)
13+
- [How to: Configure Visual C++ Projects to Target 64-Bit, x64 Platforms](how-to-configure-visual-cpp-projects-to-target-64-bit-platforms.md)
1414

1515
- [How to: Enable a 64-Bit Visual C++ Toolset on the Command Line](how-to-enable-a-64-bit-visual-cpp-toolset-on-the-command-line.md)
1616

docs/build/how-to-enable-a-64-bit-visual-cpp-toolset-on-the-command-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Visual Studio includes C++ compilers, linkers, and other tools that you can use
1111
> [!NOTE]
1212
> For information about the specific tools that are included with each Visual Studio edition, see [Visual C++ Tools and Features in Visual Studio Editions](../overview/visual-cpp-tools-and-features-in-visual-studio-editions.md).
1313
>
14-
> For information about how to use the Visual Studio IDE to create 64-bit applications, see [How to: Configure Visual Studio C++ projects to Target 64-Bit, x64 Platforms](how-to-configure-visual-cpp-projects-to-target-64-bit-platforms.md).
14+
> For information about how to use the Visual Studio IDE to create 64-bit applications, see [How to: Configure Visual C++ Projects to Target 64-Bit, x64 Platforms](how-to-configure-visual-cpp-projects-to-target-64-bit-platforms.md).
1515
1616
When you install a C++ workload in the Visual Studio installer, it always installs 32-bit, x86-hosted, native and cross compiler tools to build x86 and x64 code. If you include the Universal Windows Platform workload, it also installs x86-hosted cross compiler tools to build ARM code. If you install these workloads on a 64-bit, x64 processor, you also get 64-bit native and cross compiler tools to build x86, x64, and ARM code. The 32-bit and 64-bit tools generate identical code, but the 64-bit tools support more memory for precompiled header symbols and the Whole Program Optimization ([/GL](reference/gl-whole-program-optimization.md) and [/LTCG](reference/ltcg-link-time-code-generation.md)) options. If you run into memory limits when you use the 32-bit tools, try the 64-bit tools.
1717

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 Studio C++ projects](file-types-created-for-visual-cpp-projects.md)<br>
23+
[File Types Created for Visual 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 Studio C++ projects](file-types-created-for-visual-cpp-projects.md)
23+
[File Types Created for Visual 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 Studio C++ projects](file-types-created-for-visual-cpp-projects.md)
31+
[File Types Created for Visual 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 Studio C++ projects](file-types-created-for-visual-cpp-projects.md)<br>
234+
[File Types Created for Visual 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 Studio C++ projects](file-types-created-for-visual-cpp-projects.md)<br>
30+
[File Types Created for Visual 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 Studio C++ projects](file-types-created-for-visual-cpp-projects.md)
25+
[File Types Created for Visual 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 Studio C++ projects](file-types-created-for-visual-cpp-projects.md)
26+
[File Types Created for Visual C++ projects](file-types-created-for-visual-cpp-projects.md)

0 commit comments

Comments
 (0)