Skip to content

Commit

Permalink
Merge pull request #4274 from MicrosoftDocs/repo_sync_working_branch
Browse files Browse the repository at this point in the history
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/visualstudio-docs (branch master)
  • Loading branch information
gewarren authored Mar 27, 2019
2 parents 75313d1 + 2fc82b2 commit ba33722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/msbuild/msbuild-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Properties are name-value pairs that can be used to configure builds. Properties
For more information, see [How to: Use environment variables in a build](../msbuild/how-to-use-environment-variables-in-a-build.md).

## Registry properties
You can read system registry values by using the following syntax, where `Hive` is the registry hive (for example, **HKEY_LOCAL_MACHINE**), `Key` is the key name, `SubKey` is the subkey name, and `Value` is the value of the subkey.
You can read system registry values by using the following syntax, where `Hive` is the registry hive (for example, **HKEY_LOCAL_MACHINE**), `MyKey` is the key name, `MySubKey` is the subkey name, and `Value` is the value of the subkey.

```xml
$(registry:Hive\MyKey\MySubKey@Value)
Expand Down
2 changes: 1 addition & 1 deletion docs/rtvs/r-projects-in-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If you have an existing folder of *.R* files that you want to manage in a projec

1. Create a new project in Visual Studio as in the previous section.
1. Copy your files into the project folder.
1. In the Visual Studio Solution Explorer, right-click the project, select **Add** > **Exiting Item**, and browse to the files you want to add. Those files appear in your project tree after selecting **OK**.
1. In the Visual Studio Solution Explorer, right-click the project, select **Add** > **Existing Item**, and browse to the files you want to add. Those files appear in your project tree after selecting **OK**.
1. To organize code into subfolders, right-click the project, select **Add** > **New Folder** first, then copy your files into that folder and add those existing items in step 3.

## Project properties
Expand Down

0 comments on commit ba33722

Please sign in to comment.