diff --git a/NRefactory.sln b/NRefactory.sln index cc76ba1a42..d6586664b0 100644 --- a/NRefactory.sln +++ b/NRefactory.sln @@ -14,7 +14,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ICSharpCode.NRefactory", "I EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ICSharpCode.NRefactory.Tests", "ICSharpCode.NRefactory.Tests\ICSharpCode.NRefactory.Tests.csproj", "{63D3B27A-D966-4902-90B3-30290E1692F1}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.Cecil", "..\Mono.Cecil\Mono.Cecil.csproj", "{D68133BD-1E63-496E-9EDE-4FBDBF77B486}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.Cecil", "..\cecil\Mono.Cecil.csproj", "{D68133BD-1E63-496E-9EDE-4FBDBF77B486}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ICSharpCode.NRefactory.CSharp", "ICSharpCode.NRefactory.CSharp\ICSharpCode.NRefactory.CSharp.csproj", "{53DCA265-3C3C-42F9-B647-F72BA678122B}" EndProject diff --git a/README b/README index 5287d308e1..65ac39020e 100644 --- a/README +++ b/README @@ -9,7 +9,8 @@ How to download: How to compile: 1. Get Mono.Cecil - Download Cecil from https://github.com/jbevain/cecil/ and unzip it into a directory named "Mono.Cecil" + Get Cecil from https://github.com/jbevain/cecil ('git clone git://github.com/jbevain/cecil.git') + or download Cecil from https://github.com/jbevain/cecil/ and unzip it into a directory named "cecil" next to the directory containing NRefactory. 2. Open NRefactory.sln in your favorite .NET IDE and compile.