Skip to content

Commit 5a63439

Browse files
committed
link fixes
1 parent e11dace commit 5a63439

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/javascript/property-pages-javascript-esproj.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article applies to React, Angular, and Vue projects created in Visual Studi
2222

2323
The **Property Pages** provides access to project settings. To open the property pages, select the project in **Solution Explorer** and then select the **Properties** icon, or right-click the project and select **Properties**.
2424

25-
[!INCLUDE[note_settings_general](../../data-tools/includes/note_settings_general_md.md)]
25+
[!INCLUDE[note_settings_general](../data-tools/includes/note_settings_general_md.md)]
2626

2727
The following pages and options appear in the **Property Pages**.
2828

@@ -32,21 +32,21 @@ Under the General tab, the following properties are available.
3232

3333
**Build Command**
3434

35-
Specifies the command to run when you build the project. (**Build > Build Solution**, or when you run the project.) If used, this value is typically an npm command. This property corresponds to the [BuildCommand](../../javascript/javascript-project-system-msbuild-reference.md) property in the project file.
35+
Specifies the command to run when you build the project. (**Build > Build Solution**, or when you run the project.) If used, this value is typically an npm command. This property corresponds to the [BuildCommand](../javascript/javascript-project-system-msbuild-reference.md) property in the project file.
3636

3737
**Production Build Command**
3838

3939
Specifies the command to run when you build the project, when the project is integrated with the ASP.NET Core Web API project. Generates production-ready files. By default, this command is `npm run build`.
4040

41-
Starting in Visual Studio 2022 version 17.5, this option is not present in the [recommended project templates](../../javascript/javascript-in-visual-studio.md#project-templates) for React, Vue, and Angular.
41+
Starting in Visual Studio 2022 version 17.5, this option is not present in the [recommended project templates](../javascript/javascript-in-visual-studio.md#project-templates) for React, Vue, and Angular.
4242

4343
**Build Output Folder**
4444

4545
Specifies the output folder for production build objects. For older projects, use this property when you use the **Production Build Command**.
4646

4747
**Clean Command**
4848

49-
Specifies the command to run when you clean the project. (**Build > Clean Solution**) If used, this value is typically an npm command. This property corresponds to the [CleanCommand](../../javascript/javascript-project-system-msbuild-reference.md) property in the project file.
49+
Specifies the command to run when you clean the project. (**Build > Clean Solution**) If used, this value is typically an npm command. This property corresponds to the [CleanCommand](../javascript/javascript-project-system-msbuild-reference.md) property in the project file.
5050

5151
**Working Directory**
5252

@@ -56,7 +56,7 @@ Specifies the working directory for the build command. This value is the project
5656

5757
**Startup Command**
5858

59-
Specifies the command to execute when you start the project. For example, an Angular project uses `npm start` by default. This property corresponds to the [StartupCommand](../../javascript/javascript-project-system-msbuild-reference.md) property in the project file.
59+
Specifies the command to execute when you start the project. For example, an Angular project uses `npm start` by default. This property corresponds to the [StartupCommand](../javascript/javascript-project-system-msbuild-reference.md) property in the project file.
6060

6161
**Working Directory**
6262

@@ -67,4 +67,4 @@ Specifies the working directory for the startup command. By default, this value
6767
6868
## See also
6969

70-
[JavaScript and TypeScript in Visual Studio](../../javascript/javascript-in-visual-studio.md)
70+
[JavaScript and TypeScript in Visual Studio](../javascript/javascript-in-visual-studio.md)

0 commit comments

Comments
 (0)