Skip to content

Commit 5c956df

Browse files
authored
Merge pull request #888 from v-maudel/patch-2
M27200: Possible typo in sentence.
2 parents e0b566e + cbb201f commit 5c956df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ide/resource-files-cpp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ Resources are interface elements that provide information to the user. Bitmaps,
2020
|---------------|------------------------|--------------------------------|-----------------|
2121
|*Projname*.rc|*Projname*|Source Files|The resource script file for the project. The resource script file contains the following, depending on the type of project, and the support selected for the project (for example, toolbars, dialog boxes, or HTML):<br /><br /> - Default menu definition.<br />- Accelerator and string tables.<br />- Default **About** dialog box.<br />- Other dialog boxes.<br />- Icon file (res\\*Projname*.ico).<br />- Version information.<br />- Bitmaps.<br />- Toolbar.<br />- HTML files.<br /><br /> The resource file includes the file Afxres.rc for standard Microsoft Foundation Class resources.|
2222
|Resource.h|*Projname*|Header Files|The resource header file that includes definitions for the resources used by the project.|
23-
|*Projname*.rc2|*Projname*\res|Source Files|The script file containing additional resources used by the project. You can include the .rc2 file at the top of the project's .rc file.<br /><br /> An .rc2 file is useful for including resources used by several different projects. Instead of having to create the same resources several times for different projects, you can put them in an .rc2 file and include the .rc2 file into the main .rc file.|
23+
|*Projname*.rc2|*Projname*\res|Source Files|The script file containing additional resources used by the project. You can include the .rc2 file under the project's .rc file.<br /><br /> An .rc2 file is useful for including resources used by several different projects. Instead of having to create the same resources several times for different projects, you can put them in an .rc2 file and include the .rc2 file into the main .rc file.|
2424
|*Projname*.def|*Projname*|Source Files|The module definition file for a DLL project. For a control, it provides the name and description of the control, as well as the size of the run-time heap.|
2525
|*Projname*.ico|*Projname*\res|Resource Files|The icon file for the project or control. This icon appears when the application is minimized. It is also used in the application's **About** box. By default, MFC provides the MFC icon, and ATL provides the ATL icon.|
2626
|*Projname*Doc.ico|*Projname*\res|Resource Files|The icon file for an MFC project that includes support for the document/view architecture.|
2727
|Toolbar.bmp|*Projname*\res|Resource Files|The bitmap file representing the application or control in a toolbar or palette. This bitmap is included in the project's resource file. The initial toolbar and status bar are constructed in the **CMainFrame** class.|
2828
|ribbon.mfcribbon-ms|*Projname*\res|Resource Files|The resource file that contains the XML code that defines the buttons, controls, and attributes in the ribbon. For more information, see [Ribbon Designer (MFC)](../mfc/ribbon-designer-mfc.md).|
2929

3030
## See Also
31-
[File Types Created for Visual C++ Projects](../ide/file-types-created-for-visual-cpp-projects.md)
31+
[File Types Created for Visual C++ Projects](../ide/file-types-created-for-visual-cpp-projects.md)

0 commit comments

Comments
 (0)