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>2017-11-07 19:39:17 +0300
committerGitHub <noreply@github.com>2017-11-07 19:39:17 +0300
commit0607a4ad96ebdd16817e47dcae85b1cfcb5b5bf5 (patch)
treeeaa9c662cd09a522b7cc2a9455c428d54707c647
parentdb19caaa86f80ddc6cf8d0cd7d167d22e4e1c25b (diff)
parentc5a5e517a4a1cfe06516dbdc36d27fd93e19ff6e (diff)
Merge pull request #534 from directhex/patch-1
Fix case sensitivity error importing Microsoft.CSharp.targets
-rw-r--r--ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj b/ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj
index 80522fbd..0d12aaaf 100644
--- a/ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj
+++ b/ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj
@@ -396,7 +396,7 @@
<Name>ICSharpCode.NRefactory</Name>
</ProjectReference>
</ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup />
<ProjectExtensions>
<MonoDevelop>
@@ -417,4 +417,4 @@
<Folder Include="PatternMatching\" />
<Folder Include="IndentEngine\" />
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>