From e292262e59217e21becdd762aa28967ea157d2f8 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Tue, 3 Mar 2015 17:30:50 +0000 Subject: [PATCH] Migrate clang-format-vs plugin project to VS 2013 The plugin still works fine in versions starting from 2010, but this was needed to make the project _build_ in VS 2013, which is the blessed version for building LLVM projects these days. http://reviews.llvm.org/D8021 llvm-svn: 231084 --- clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj | 6 ++---- clang/tools/clang-format-vs/ClangFormat/Resources.Designer.cs | 3 +-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj b/clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj index 709b33d6..a61e431 100644 --- a/clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj +++ b/clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj @@ -14,7 +14,7 @@ true Key.snk v4.0 - 11.0 + 12.0 @@ -219,9 +219,7 @@ - if not exist $(ProjectDir)Key.snk ( - "$(FrameworkSDKDir)Bin\NETFX 4.0 Tools\sn.exe" -k $(ProjectDir)Key.snk -) + if not exist $(ProjectDir)Key.snk ("$(FrameworkSDKDir)Bin\NETFX 4.5.1 Tools\sn.exe" -k $(ProjectDir)Key.snk)