From: Hans Wennborg Date: Tue, 3 Mar 2015 17:30:50 +0000 (+0000) Subject: Migrate clang-format-vs plugin project to VS 2013 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c38c2dffc76ca21d6f649d2b234e4f70688fdfa4;p=clang 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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231084 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/clang-format-vs/ClangFormat/ClangFormat.csproj b/tools/clang-format-vs/ClangFormat/ClangFormat.csproj index 709b33d6fa..a61e431cc0 100644 --- a/tools/clang-format-vs/ClangFormat/ClangFormat.csproj +++ b/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)