Skip to content

Commit

Permalink
Fix broken link in editing-and-debugging.md (#87681)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmutta committed Jun 16, 2023
1 parent 76da696 commit 0570583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/workflow/editing-and-debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The repository has a number of Visual Studio Solutions files (`*.sln`) that are
* `crossgen` - This is the host program that runs the JIT compiler and produces .NET Native images (`*.ni.dll`)
for C# code.
* 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.
* `artifacts\obj\win-<Arch>.<BuildType>\corehost\ide\corehost.sln` - this solution contains the native (C++) projects for the [host components](../design/features/host-components)
* `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)
* 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.

Thus opening one of these solution files (double clicking on them in Explorer) is typically all you need
Expand Down

0 comments on commit 0570583

Please sign in to comment.