Skip to content

Commit 548902c

Browse files
committed
perform Acrolinx pass
1 parent b3b80b6 commit 548902c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/ide/how-to-add-or-remove-references-by-using-the-reference-manager.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ms.workload:
2929

3030
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
3131

32-
You can use the Reference Manager dialog box to add and manage references to components that you, Microsoft, or another company developed. If you're developing a Universal Windows app, your project automatically references all of the correct Windows SDK DLLs. If you are developing a .NET application, your project automatically references *mscorlib.dll*. Some .NET APIs are exposed in components that you have to add manually. References to COM components or custom components have to be added manually.
32+
You can use the Reference Manager dialog box to add and manage references to components that you, Microsoft, or another company developed. If you're developing a Universal Windows app, your project automatically references all of the correct Windows SDK DLLs. If you're developing a .NET application, your project automatically references *mscorlib.dll*. Some .NET APIs are exposed in components that you have to add manually. References to COM components or custom components have to be added manually.
3333

3434
## Reference Manager dialog box
3535

@@ -75,7 +75,7 @@ All desktop projects contain an implicit reference to **mscorlib**. Visual Basic
7575

7676
If a project type doesn't support assemblies, the tab won't appear in the Reference Manager dialog box.
7777

78-
The **Assemblies** tab consists of two sub-tabs:
78+
The **Assemblies** tab consists of two subtabs:
7979

8080
1. **Framework** lists all assemblies that constitute the targeted framework.
8181

@@ -107,7 +107,7 @@ Some components in the list may not be shown, depending on the framework version
107107

108108
- A component that uses .NET Framework 4 is incompatible with a project that targets the .NET Framework 4.5.
109109

110-
You should avoid adding file references to outputs of another project in the same solution, because doing this may cause compilation errors. Instead, use the **Projects** tab of the **Add Reference** dialog box to create project-to-project references. This makes team development easier by enabling better management of the class libraries you create in your projects. For more information, see [Troubleshoot broken references](../ide/troubleshooting-broken-references.md).
110+
You should avoid adding file references to outputs of another project in the same solution, because doing so might cause compilation errors. Instead, use the **Projects** tab of the **Add Reference** dialog box to create project-to-project references. This makes team development easier by enabling better management of the class libraries you create in your projects. For more information, see [Troubleshoot broken references](../ide/troubleshooting-broken-references.md).
111111

112112
> [!NOTE]
113113
> In Visual Studio 2015 or later, a file reference instead of a project reference is created if the target framework version of one project is .NET Framework 4.5 or later, and the target version of the other project is .NET Framework 2, 3, 3.5, or 4.0. For more information about .NET, .NET Framework, and .NET Core, see [What is .NET (and .NET Core)](/dotnet/core/introduction).
@@ -142,11 +142,11 @@ You should avoid adding file references to outputs of another project in the sam
142142

143143
Creating the registry key under the `HKEY_LOCAL_MACHINE` node allows all users to see the assemblies in the specified location in the **Add Reference** dialog box. Creating the registry key under the `HKEY_CURRENT_USER` node affects only the setting for the current user.
144144

145-
Open the **Add Reference** dialog box again. The assemblies should appear on the **.NET** tab. If they do not, make sure that the assemblies are located in the specified *AssemblyLocation* directory, restart Visual Studio, and try again.
145+
Open the **Add Reference** dialog box again. The assemblies should appear on the **.NET** tab. If they don't, make sure that the assemblies are located in the specified *AssemblyLocation* directory, restart Visual Studio, and try again.
146146

147147
## Projects tab
148148

149-
The **Projects** tab lists all compatible projects within the current solution, in the **Solution** sub-tab.
149+
The **Projects** tab lists all compatible projects within the current solution, in the **Solution** subtab.
150150

151151
A project can reference another project that targets a different framework version. For example, you could create a project that targets the .NET Framework 4 but that references an assembly that's been built for the .NET Framework 2. However, the .NET Framework 2 project can't reference a .NET Framework 4 project. For more information, see [Framework targeting overview](visual-studio-multi-targeting-overview.md).
152152

@@ -155,7 +155,7 @@ A project can reference another project that targets a different framework versi
155155
156156
## Shared Projects tab
157157

158-
Add a reference to a shared project on the **Shared Projects** tab of the Reference Manager dialog box. [Shared Projects](/xamarin/cross-platform/app-fundamentals/shared-projects?tabs=windows) let you write common code that's referenced by a number of different application projects.
158+
Add a reference to a shared project on the **Shared Projects** tab of the Reference Manager dialog box. [Shared Projects](/xamarin/cross-platform/app-fundamentals/shared-projects?tabs=windows) let you write common code that's referenced by many different application projects.
159159

160160
## Universal Windows tab
161161

0 commit comments

Comments
 (0)