Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2017-06-29 21:06:44 +0300
committerJan Kotas <jkotas@microsoft.com>2017-06-29 21:06:44 +0300
commit649516bb6089a47349db9a63bce335f97069933f (patch)
tree0fbcaa6bc7d99284ab6f0784b63c7b700e540b43 /Documentation
parent89e9d413b3fd3f800e85fcb3ca34790cdc3119a1 (diff)
Update how-to-build-and-run-ilcompiler-in-visual-studio.md (#4023)
There is no desktop project anymore.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/how-to-build-and-run-ilcompiler-in-visual-studio.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/how-to-build-and-run-ilcompiler-in-visual-studio.md b/Documentation/how-to-build-and-run-ilcompiler-in-visual-studio.md
index 908fe2c84..d4169fed6 100644
--- a/Documentation/how-to-build-and-run-ilcompiler-in-visual-studio.md
+++ b/Documentation/how-to-build-and-run-ilcompiler-in-visual-studio.md
@@ -24,7 +24,7 @@ _Note: The size of NuGet packages is approximately 2.75 GB, so download might ta
1. Open c:\corert\src\ILCompiler\ILCompiler.sln in VS
- - Set "desktop" project in solution explorer as your startup project
+ - Set "ILCompiler" project in solution explorer as your startup project
- Set startup command line to:
`@c:\corert\bin\obj\Windows_NT.x64.Debug\ryujit.rsp`
@@ -47,7 +47,7 @@ _Note: The size of NuGet packages is approximately 2.75 GB, so download might ta
1. Open `c:\corert\src\ILCompiler\ILCompiler.sln` in VS
- - Set "desktop" project in solution explorer as your startup project
+ - Set "ILCompiler" project in solution explorer as your startup project
- Set startup command line to:
`@c:\corert\bin\obj\Windows_NT.x64.Debug\cpp.rsp`