Author: hans Date: Tue Mar 3 11:30:50 2015 New Revision: 231084 URL: http://llvm.org/viewvc/llvm-project?rev=231084&view=rev Log: 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 Modified: cfe/trunk/tools/clang-format-vs/ClangFormat/ClangFormat.csproj cfe/trunk/tools/clang-format-vs/ClangFormat/Resources.Designer.cs Modified: cfe/trunk/tools/clang-format-vs/ClangFormat/ClangFormat.csproj URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-format-vs/ClangFormat/ClangFormat.csproj?rev=231084&r1=231083&r2=231084&view=diff ============================================================================== --- cfe/trunk/tools/clang-format-vs/ClangFormat/ClangFormat.csproj (original) +++ cfe/trunk/tools/clang-format-vs/ClangFormat/ClangFormat.csproj Tue Mar 3 11:30:50 2015 @@ -14,7 +14,7 @@ <SignAssembly>true</SignAssembly> <AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> - <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion> + <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion> <FileUpgradeFlags> </FileUpgradeFlags> <UpgradeBackupLocation> @@ -219,9 +219,7 @@ <Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" /> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\VSSDK\Microsoft.VsSDK.targets" Condition="false" /> <PropertyGroup> - <PreBuildEvent>if not exist $(ProjectDir)Key.snk ( - "$(FrameworkSDKDir)Bin\NETFX 4.0 Tools\sn.exe" -k $(ProjectDir)Key.snk -)</PreBuildEvent> + <PreBuildEvent>if not exist $(ProjectDir)Key.snk ("$(FrameworkSDKDir)Bin\NETFX 4.5.1 Tools\sn.exe" -k $(ProjectDir)Key.snk)</PreBuildEvent> </PropertyGroup> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. Modified: cfe/trunk/tools/clang-format-vs/ClangFormat/Resources.Designer.cs URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-format-vs/ClangFormat/Resources.Designer.cs?rev=231084&r1=231083&r2=231084&view=diff ============================================================================== --- cfe/trunk/tools/clang-format-vs/ClangFormat/Resources.Designer.cs (original) +++ cfe/trunk/tools/clang-format-vs/ClangFormat/Resources.Designer.cs Tue Mar 3 11:30:50 2015 @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. -// Runtime Version:4.0.30319.18408 +// Runtime Version:4.0.30319.34209 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -59,6 +59,5 @@ namespace LLVM.ClangFormat { resourceCulture = value; } } - } } _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
