[PATCH] CMake: Enable building clang-format's Visual Studio plugin

Manuel Klimek klimek at google.com
Thu Nov 21 22:55:16 PST 2013



================
Comment at: tools/clang-format-vs/ClangFormat/ClangFormat.csproj:16
@@ -15,3 +15,3 @@
     <AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
----------------
This looks like we don't want it... Perhaps the problem is that you don't have .net 4.0 installed? (It took some work to get this down to 4.0 to make it installable with VS 2010) Hm...


http://llvm-reviews.chandlerc.com/D2248



More information about the cfe-commits mailing list