You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/javascript/property-pages-javascript-esproj.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This article applies to React, Angular, and Vue projects created in Visual Studi
22
22
23
23
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**.
The following pages and options appear in the **Property Pages**.
28
28
@@ -32,21 +32,21 @@ Under the General tab, the following properties are available.
32
32
33
33
**Build Command**
34
34
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.
36
36
37
37
**Production Build Command**
38
38
39
39
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`.
40
40
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.
42
42
43
43
**Build Output Folder**
44
44
45
45
Specifies the output folder for production build objects. For older projects, use this property when you use the **Production Build Command**.
46
46
47
47
**Clean Command**
48
48
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.
50
50
51
51
**Working Directory**
52
52
@@ -56,7 +56,7 @@ Specifies the working directory for the build command. This value is the project
56
56
57
57
**Startup Command**
58
58
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.
60
60
61
61
**Working Directory**
62
62
@@ -67,4 +67,4 @@ Specifies the working directory for the startup command. By default, this value
67
67
68
68
## See also
69
69
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