Skip to content

Commit 00eeefb

Browse files
committed
update screenshot
1 parent 61423b1 commit 00eeefb

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

docs/build/how-to-create-a-cpp-project-from-existing-code.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ Porting existing code files into a C++ project enables the use of native MSBuild
1313

1414
### To create a C++ project from existing code
1515

16-
The following instruction assume that you have loaded Visual Studio and are past the start page. If you are at the Visual Studio start page, choose **Continue without code** to open the IDE.
16+
The following instructions assume that you have loaded Visual Studio and are past the start page. If you are at the Visual Studio start page, choose **Continue without code** to open the IDE.
1717

1818
1. On the **File** menu, select **New** > **Project From Existing Code**.
19-
1. The **Create New Project from Existing Code Files** wizard opens. Choose what type of project to create from the dropdown: Visual C++, Visual Basic, or C#. Choose **Next** to continue.
20-
21-
![Create New Project from Existing Code dialog, showing the Start page.](media/start.png)
19+
1. The **Create New Project from Existing Code Files** wizard opens. Choose what type of project to create from the dropdown: **Visual C++**, **Visual Basic**, or **C#**. Then choose **Next** to continue.
2220

21+
::image type="complex" source="./media/create-from-existing-code-wizard.png" alt-text="Create New Project from Existing Code dialog.":::
22+
The project type dropdown shows the optoins Visual C++ (which is selected), Visual Basic, and C#.
23+
:::image-end:::
2324
1. Specify your project location, the directory for your source files, and the kinds of files the wizard imports into the new project. Choose **Next** to continue.
2425

2526
| Setting | Description |
@@ -62,7 +63,8 @@ The following instruction assume that you have loaded Visual Studio and are past
6263
> [!NOTE]
6364
> The **Build**, **Rebuild**, **Clean** command line, and **Output (for debugging)** settings are only enabled if the **Use external build system** option is selected on the **Specify Project Settings** page.
6465
65-
1. Specify the Release configuration settings to use, these settings are the same as the Debug configuration settings. Choose **Finish** to generate the new project.
66+
1. Specify the Release configuration settings to use, these settings are the same as the Debug configuration settings.
67+
1. Choose **Finish** to generate the new project.
6668

6769
> [!NOTE]
6870
> Here you can check **Same as Debug configuration** to specify that the wizard will generate Release configuration project settings identical to Debug configuration project settings. This option is checked by default. All other options on this page are inactive unless you uncheck this box.
Loading

docs/overview/what-s-new-for-visual-cpp-in-visual-studio.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Visual Studio 2022 brings many updates and fixes to the Microsoft C++ compiler a
2222

2323
| For more information about | See |
2424
|---|---|
25-
| What's new for C++ developers | [What's New for C++ Developers in Visual Studio 2022 17.11](https://devblogs.microsoft.com/cppblog/whats-new-for-c-developers-in-visual-studio-2022-17-11/) |
2625
| Standard Library (STL) merged C++26 and C++23 features, C++20 defect reports, LWG issue resolutions, performance improvements, enhanced behavior, and fixed bugs | [STL Changelog 17.11](https://github.com/microsoft/STL/wiki/Changelog#vs-2022-1711) |
2726
| New features in the Visual Studio 17.11 IDE |[Visual Studio 2022 version 17.11 Release Notes](/visualstudio/releases/2022/release-notes) |
2827
| C++ language conformance improvements in Visual Studio 2022 17.11 | [C++ Conformance improvements, behavior changes, and bug fixes in Visual Studio 2022 17.11](cpp-conformance-improvements.md#improvements_1711) |

0 commit comments

Comments
 (0)