Skip to content

Commit 3e0cecd

Browse files
authored
Merge pull request #4941 from v-maudel/patch-7
C87666: Changing non-breaking spaces by regular spaces
2 parents 05a13ab + 665c188 commit 3e0cecd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mac/configurations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Each platform has specific configurations for its build.
1717

1818
## Solution configurations
1919

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:
2121

2222
![Configuration Mapping Options](media/projects-and-solutions-image3.png)
2323

@@ -31,7 +31,7 @@ In Visual Studio for Mac, instead of setting a startup project, you can set a _r
3131

3232
![Run Configuration drop-down](media/projects-and-solutions-image8.png)
3333

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  _Glance and Notification configurations._
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 _Glance and Notification configurations._
3535

3636
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).
3737

@@ -64,4 +64,4 @@ The following list provides some examples of data that could be included in run
6464

6565
## See also
6666

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

Comments
 (0)