]> granicus.if.org Git - clang/commitdiff
clang-format VS plugin: upgrade the project files to VS2015
authorHans Wennborg <hans@hanshq.net>
Thu, 15 Sep 2016 19:44:49 +0000 (19:44 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 15 Sep 2016 19:44:49 +0000 (19:44 +0000)
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

tools/clang-format-vs/ClangFormat.sln
tools/clang-format-vs/ClangFormat/ClangFormat.csproj
tools/clang-format-vs/ClangFormat/Resources.Designer.cs

index d6b211fe506f2c46bd09970a3cc580bd11cdb74c..73bf84e02858d34b37ec4c6a8faa5b9a6045b83d 100644 (file)
@@ -1,6 +1,8 @@
 \r
 Microsoft Visual Studio Solution File, Format Version 12.00\r
-# Visual Studio 2012\r
+# Visual Studio 14\r
+VisualStudioVersion = 14.0.25420.1\r
+MinimumVisualStudioVersion = 10.0.40219.1\r
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClangFormat", "ClangFormat\ClangFormat.csproj", "{7FD1783E-2D31-4D05-BF23-6EBE1B42B608}"\r
 EndProject\r
 Global\r
index a61e431cc0b9a81c781df7e3b645098cf5e67971..d4107733a1223e145ce729bed7fc0f0f9fb9d653 100644 (file)
@@ -14,7 +14,7 @@
     <SignAssembly>true</SignAssembly>\r
     <AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>\r
     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
-    <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>\r
+    <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>\r
     <FileUpgradeFlags>\r
     </FileUpgradeFlags>\r
     <UpgradeBackupLocation>\r
   <Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />\r
   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\VSSDK\Microsoft.VsSDK.targets" Condition="false" />\r
   <PropertyGroup>\r
-    <PreBuildEvent>if not exist $(ProjectDir)Key.snk ("$(FrameworkSDKDir)Bin\NETFX 4.5.1 Tools\sn.exe" -k $(ProjectDir)Key.snk)</PreBuildEvent>\r
+    <PreBuildEvent>if not exist $(ProjectDir)Key.snk ("$(FrameworkSDKDir)Bin\NETFX 4.6 Tools\sn.exe" -k $(ProjectDir)Key.snk)</PreBuildEvent>\r
   </PropertyGroup>\r
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
        Other similar extension points exist, see Microsoft.Common.targets.\r
index a90251771da9b0a7820b73a250c63e07dd2cadea..e3129b3db83ae1a25a3f25cafdc11f7968244e09 100644 (file)
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------\r
 // <auto-generated>\r
 //     This code was generated by a tool.\r
-//     Runtime Version:4.0.30319.34209\r
+//     Runtime Version:4.0.30319.42000\r
 //\r
 //     Changes to this file may cause incorrect behavior and will be lost if\r
 //     the code is regenerated.\r