You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(MSBuild projects only) Discusses how to modify the search path for executable files, include files, library files, and source code files during a build.
57
51
58
52
[Compiling and Building](/visualstudio/ide/compiling-and-building-in-visual-studio)<br>
59
53
Provides information on building within Visual Studio.
Copy file name to clipboardExpand all lines: docs/build/how-to-configure-visual-cpp-projects-to-target-64-bit-platforms.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,21 +34,21 @@ You can use the project configurations in the Visual Studio IDE to set up C++ ap
34
34
35
35
- 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:
36
36
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**.
38
38
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).
40
40
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).
42
42
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).
44
44
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).
46
46
47
47
> [!NOTE]
48
48
> None of these project properties are changed if they are overridden on the file level.
Copy file name to clipboardExpand all lines: docs/build/how-to-organize-project-output-files-for-builds.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ The location of output files can be a major issue when deploying to a production
58
58
59
59
#### How to specify where output files go
60
60
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).
0 commit comments