Skip to content

Commit df67593

Browse files
author
mikeblome
committed
another set of link fixes and file moves
1 parent 953b96f commit df67593

27 files changed

+47
-53
lines changed

docs/build/building-cpp-projects-in-visual-studio.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,24 +44,18 @@ Describes how to customize the build process in the integrated development envir
4444
[Common Macros for Build Commands and Properties](reference/common-macros-for-build-commands-and-properties.md)<br>
4545
Lists macros that you can use where strings are accepted.
4646

47-
[Building External Projects](building-external-projects.md)<br>
48-
Discusses building projects that use facilities outside the integrated development environment.
49-
50-
[Project Files](project-files.md)<br>
51-
Presents the XML structure of a .vcxproj file.
52-
5347
## Related Sections
5448

55-
[VC++ Directories, Projects, Options Dialog Box](vcpp-directories-property-page.md)<br>
49+
[VC++ Directories, Projects, Options Dialog Box](reference/vcpp-directories-property-page.md)<br>
5650
(MSBuild projects only) Discusses how to modify the search path for executable files, include files, library files, and source code files during a build.
5751

5852
[Compiling and Building](/visualstudio/ide/compiling-and-building-in-visual-studio)<br>
5953
Provides information on building within Visual Studio.
6054

61-
[Building C/C++ Programs](../build/building-c-cpp-programs.md)<br>
55+
[Building C/C++ Programs](build/building-c-cpp-programs.md)<br>
6256
Provides links to topics describing building your program from the command line or from the integrated development environment of Visual Studio.
6357

64-
[C/C++ Building Reference](../build/reference/c-cpp-building-reference.md)<br>
58+
[C/C++ Building Reference](reference/c-cpp-building-reference.md)<br>
6559
Provides links to an overview of building programs in C++, compiler and linker options, and additional build tools.
6660

6761
[Upgrading Projects from Earlier Versions of Visual C++](../porting/upgrading-projects-from-earlier-versions-of-visual-cpp.md)<br>

docs/ide/creating-and-managing-visual-cpp-projects.md renamed to docs/build/creating-and-managing-visual-cpp-projects.md

File renamed without changes.

docs/build/how-to-configure-visual-cpp-projects-to-target-64-bit-platforms.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ You can use the project configurations in the Visual Studio IDE to set up C++ ap
3434

3535
- When the **New Solution Platform** dialog box is open while you set up a project to target a 64-bit platform, in the **Copy settings from** drop-down list, select **Win32**. These project settings are automatically updated on the project level:
3636

37-
- The [/MACHINE](../build/reference/machine-specify-target-platform.md) linker option is set to **/MACHINE:X64**.
37+
- The [/MACHINE](reference/machine-specify-target-platform.md) linker option is set to **/MACHINE:X64**.
3838

39-
- **Register Output** is turned OFF. For more information, see [Linker Property Pages](linker-property-pages.md).
39+
- **Register Output** is turned OFF. For more information, see [Linker Property Pages](reference/linker-property-pages.md).
4040

41-
- **Target Environment** is set to **/env x64**. For more information, see [MIDL Property Pages: General](midl-property-pages-general.md).
41+
- **Target Environment** is set to **/env x64**. For more information, see [MIDL Property Pages: General](reference/midl-property-pages-general.md).
4242

43-
- **Validate Parameters** is cleared and reset to the default value. For more information, see [MIDL Property Pages: Advanced](midl-property-pages-advanced.md).
43+
- **Validate Parameters** is cleared and reset to the default value. For more information, see [MIDL Property Pages: Advanced](reference/midl-property-pages-advanced.md).
4444

45-
- If **Debug Information Format** was set to **/ZI** in the Win32 project configuration, then it is set to **/Zi** in the 64-bit project configuration. For more information, see [/Z7, /Zi, /ZI (Debug Information Format)](../build/reference/z7-zi-zi-debug-information-format.md).
45+
- If **Debug Information Format** was set to **/ZI** in the Win32 project configuration, then it is set to **/Zi** in the 64-bit project configuration. For more information, see [/Z7, /Zi, /ZI (Debug Information Format)](reference/z7-zi-zi-debug-information-format.md).
4646

4747
> [!NOTE]
4848
> None of these project properties are changed if they are overridden on the file level.
4949
5050
## See Also
5151

5252
[.NET Framework 64-bit Applications](/dotnet/framework/64-bit-apps)<br/>
53-
[Configure Visual C++ for 64-bit, x64 targets](../build/configuring-programs-for-64-bit-visual-cpp.md)<br/>
53+
[Configure Visual C++ for 64-bit, x64 targets](configuring-programs-for-64-bit-visual-cpp.md)<br/>
5454
[Debug 64-Bit Applications](/visualstudio/debugger/debug-64-bit-applications)

docs/build/how-to-organize-project-output-files-for-builds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The location of output files can be a major issue when deploying to a production
5858

5959
#### How to specify where output files go
6060

61-
1. The location of project output settings can be found in the project's **Property Pages**. Expand the node next to **Configuration Properties** and select **General**. The output location is specified next to **Output Directory**. For more information, see [General Property Page (Project)](general-property-page-project.md).
61+
1. The location of project output settings can be found in the project's **Property Pages**. Expand the node next to **Configuration Properties** and select **General**. The output location is specified next to **Output Directory**. For more information, see [General Property Page (Project)](reference/general-property-page-project.md).
6262

6363
## See Also
6464

27.9 KB
Loading
File renamed without changes.
File renamed without changes.

docs/build/media/vcppdir.png

29.9 KB
Loading

0 commit comments

Comments
 (0)