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/workflow/editing-and-debugging.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The repository has a number of Visual Studio Solutions files (`*.sln`) that are
27
27
*`crossgen` - This is the host program that runs the JIT compiler and produces .NET Native images (`*.ni.dll`)
28
28
for C# code.
29
29
* This project can be automatically generated and opened in Visual Studio by running `./build.cmd -vs CoreCLR.sln -a <Arch> -c <BuildType>` from the root of the repository.
30
-
*`artifacts\obj\win-<Arch>.<BuildType>\corehost\ide\corehost.sln` - this solution contains the native (C++) projects for the [host components](../design/features/host-components)
30
+
*`artifacts\obj\win-<Arch>.<BuildType>\corehost\ide\corehost.sln` - this solution contains the native (C++) projects for the [host components](../design/features/host-components.md)
31
31
* This project can be automatically generated and opened in Visual Studio by running `./build.cmd -vs corehost.sln -a <Arch> -c <BuildType>` from the root of the repository.
32
32
33
33
Thus opening one of these solution files (double clicking on them in Explorer) is typically all you need
0 commit comments