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

github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Krüger <mkrueger@xamarin.com>2013-07-03 10:46:31 +0400
committerMike Krüger <mkrueger@xamarin.com>2013-07-03 10:47:12 +0400
commitf603c388d73b660259bcf8f3effb1341c10594d0 (patch)
tree2eb5a45a7268b0649f96edf7c6560ef866567e81 /ICSharpCode.NRefactory.IKVM
parent410927a0a1ad89a2043b254feaa2b163c746fe69 (diff)
Corrected IKVM directory.
The reason why I renamed it from 'ikvm-fork' to 'ikvm' is that one day we might be able to use vanilla ikvm.
Diffstat (limited to 'ICSharpCode.NRefactory.IKVM')
-rw-r--r--ICSharpCode.NRefactory.IKVM/ICSharpCode.NRefactory.IKVM.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/ICSharpCode.NRefactory.IKVM/ICSharpCode.NRefactory.IKVM.csproj b/ICSharpCode.NRefactory.IKVM/ICSharpCode.NRefactory.IKVM.csproj
index 6da692d1..9bbeef3b 100644
--- a/ICSharpCode.NRefactory.IKVM/ICSharpCode.NRefactory.IKVM.csproj
+++ b/ICSharpCode.NRefactory.IKVM/ICSharpCode.NRefactory.IKVM.csproj
@@ -42,7 +42,7 @@
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
- <ProjectReference Include="..\..\ikvm-fork\reflect\IKVM.Reflection.csproj">
+ <ProjectReference Include="..\..\ikvm\reflect\IKVM.Reflection.csproj">
<Project>{4CB170EF-DFE6-4A56-9E1B-A85449E827A7}</Project>
<Name>IKVM.Reflection</Name>
</ProjectReference>
@@ -51,4 +51,4 @@
<Name>ICSharpCode.NRefactory</Name>
</ProjectReference>
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>