1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 18:11:04 +09:00

Update path to CoreLib sln

Commit migrated from a74790eb9f
This commit is contained in:
Cory Nelson 2019-09-18 20:03:57 -07:00 committed by GitHub
parent 70878eef27
commit ff4eea8d43

View file

@ -18,7 +18,7 @@ more on Markdown in general.
The repository has a number of Visual Studio Solutions files (`*.sln`) that are useful for editing parts of
what are in the repository. In particular
* `src\mscorlib\System.Private.CorLib.sln` - This solution is for all managed (C#) code that is defined
* `src\System.Private.CoreLib\System.Private.CorLib.sln` - This solution is for all managed (C#) code that is defined
in the runtime itself. This is all class library support of one form or another.
* `bin\obj\Windows_NT.<Arch>.<BuildType>\CoreCLR.sln` - this solution contains most native (C++) projects
associated with the repository, including