From: Hans Wennborg Date: Thu, 15 Sep 2016 19:44:49 +0000 (+0000) Subject: clang-format VS plugin: upgrade the project files to VS2015 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d238c577c51b713bfb826a4143085300bff4b7b3;p=clang clang-format VS plugin: upgrade the project files to VS2015 The plugin itself runs on previous VS versions, but this enables it to be built with VS2015. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@281648 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/clang-format-vs/ClangFormat.sln b/tools/clang-format-vs/ClangFormat.sln index d6b211fe50..73bf84e028 100644 --- a/tools/clang-format-vs/ClangFormat.sln +++ b/tools/clang-format-vs/ClangFormat.sln @@ -1,6 +1,8 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClangFormat", "ClangFormat\ClangFormat.csproj", "{7FD1783E-2D31-4D05-BF23-6EBE1B42B608}" EndProject Global diff --git a/tools/clang-format-vs/ClangFormat/ClangFormat.csproj b/tools/clang-format-vs/ClangFormat/ClangFormat.csproj index a61e431cc0..d4107733a1 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 - 12.0 + 14.0 @@ -219,7 +219,7 @@ - if not exist $(ProjectDir)Key.snk ("$(FrameworkSDKDir)Bin\NETFX 4.5.1 Tools\sn.exe" -k $(ProjectDir)Key.snk) + if not exist $(ProjectDir)Key.snk ("$(FrameworkSDKDir)Bin\NETFX 4.6 Tools\sn.exe" -k $(ProjectDir)Key.snk)