Skip to content

Commit a980ec4

Browse files
author
Colin Robertson
authored
Merge branch 'master' into docs/corob/build-IDE-steps
2 parents cb6b384 + 755964f commit a980ec4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/build/reference/xdcmake-reference.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ xdcmake `input_filename options`
2828
## Parameters
2929

3030
*input_filename*<br/>
31-
The file name of the .xdc files used as input to xdcmake.exe. Specify one or more .xdc files or use *.xdc to use all .xdc files in the current directory.
31+
The file name of the *`.xdc`* files used as input to xdcmake.exe. Specify one or more *`.xdc`* files or use *.xdc to use all *`.xdc`* files in the current directory.
3232

3333
*options*<br/>
3434
Zero or more of the following:
3535

3636
|Option|Description|
3737
|------------|-----------------|
38-
|/?, /help|Display help for xdcmake.exe.|
39-
|/assembly:*filename*|Lets you specify the value of the \<assembly> tag in the .xml file. By default, the value of the \<assembly> tag is the same as the filename of the .xml file.|
38+
|`/?`, `/help`|Display help for xdcmake.exe.|
39+
|`/assembly:filename`|Lets you specify the value of the \<assembly> tag in the .xml file. By default, the value of the \<assembly> tag is the same as the filename of the .xml file.|
4040
|/nologo|Suppress copyright message.|
41-
|/out:*filename*|Lets you specify the name of the .xml file. By default, the name of the .xml file is the filename of the first .xdc file processed by xdcmake.exe.|
41+
|`/out:filename`|Lets you specify the name of the .xml file. By default, the name of the .xml file is the filename of the first .xdc file processed by xdcmake.exe.|
4242

4343
## Remarks
4444

docs/data/oledb/debugging-your-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ There are two ways to debug your provider:
1717

1818
1. Open the provider project.
1919

20-
1. On the **Projects** menu, select **Properties**.
20+
1. On the menu bar, select **Projects** > **Properties**.
2121

2222
1. In the **Property Pages** dialog box, select the **Configuration Properties** > **Debugging** property page.
2323

0 commit comments

Comments
 (0)