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:
authorJan Kotas <jkotas@microsoft.com>2016-01-11 07:59:14 +0300
committerJan Kotas <jkotas@microsoft.com>2016-01-11 08:00:57 +0300
commit9f28778082fbace00459faa75593c268d289b92e (patch)
treedc3b7bf44695f8be5c77de0e332bb52d18a659c7 /src/ILCompiler
parentd7a31d92e62214ebfaeb2d46af4ecd742d067a4e (diff)
Add repro project as dependency of desktop project
Fixes #621.
Diffstat (limited to 'src/ILCompiler')
-rw-r--r--src/ILCompiler/ILCompiler.sln3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ILCompiler/ILCompiler.sln b/src/ILCompiler/ILCompiler.sln
index af1698a4f..41daf51ad 100644
--- a/src/ILCompiler/ILCompiler.sln
+++ b/src/ILCompiler/ILCompiler.sln
@@ -14,6 +14,9 @@ EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ILCompiler.Compiler", "..\ILCompiler.Compiler\src\ILCompiler.Compiler.csproj", "{13BB3788-C3EB-4046-8105-A95F8AE49404}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "desktop", "desktop\desktop.csproj", "{B2C35178-5E42-4010-A72A-938711D7F8F0}"
+ ProjectSection(ProjectDependencies) = postProject
+ {FBA029C3-B184-4457-AEEC-38D0C2523067} = {FBA029C3-B184-4457-AEEC-38D0C2523067}
+ EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Private.CoreLib", "..\System.Private.CoreLib\src\System.Private.CoreLib.csproj", "{BE95C560-B508-4588-8907-F9FC5BC1A0CF}"
EndProject