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: mac/configurations.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Each platform has specific configurations for its build.
17
17
18
18
## Solution configurations
19
19
20
-
Akin to project configurations, solution configurations are used to create custom configurations for an entire project. By using the**Configuration Mappings**tab under the**Build > Configurations**item, you can assign a target configuration for each solution item, as illustrated in the following image:
20
+
Akin to project configurations, solution configurations are used to create custom configurations for an entire project. By using the**Configuration Mappings**tab under the**Build > Configurations**item, you can assign a target configuration for each solution item, as illustrated in the following image:
A run configuration is a set of execution options with a name and several configurations that are defined in a project for different purposes. Run configurations are defined at the project level, and a default will be created automatically for each executable project, although it is possible to add as many as needed. Certain project types automatically generate additional run configurations. For example, watchOS projects may generate _GlanceandNotificationconfigurations._
34
+
A run configuration is a set of execution options with a name and several configurations that are defined in a project for different purposes. Run configurations are defined at the project level, and a default will be created automatically for each executable project, although it is possible to add as many as needed. Certain project types automatically generate additional run configurations. For example, watchOS projects may generate _GlanceandNotificationconfigurations._
35
35
36
36
Configurations can be shared with other developers (in which case the configurations will be stored in the .csproj file) or kept locally (in which case they will be stored in a .user file).
37
37
@@ -64,4 +64,4 @@ The following list provides some examples of data that could be included in run
64
64
65
65
## See also
66
66
67
-
-[Understand build configurations (Visual Studio on Windows)](/visualstudio/ide/understanding-build-configurations)
67
+
-[Understand build configurations (Visual Studio on Windows)](/visualstudio/ide/understanding-build-configurations)
0 commit comments