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-Tag: llvmorg-3.7.0-rc1~10345 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e292262e59217e21becdd762aa28967ea157d2f8;p=platform%2Fupstream%2Fllvm.git 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 --- 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)