[llvm] r214435 - msbuild integration: remove duplicated lines and BOM from 2014 integration (PR20341)

Hans Wennborg hans at hanshq.net
Thu Jul 31 13:33:22 PDT 2014


Author: hans
Date: Thu Jul 31 15:33:22 2014
New Revision: 214435

URL: http://llvm.org/viewvc/llvm-project?rev=214435&view=rev
Log:
msbuild integration: remove duplicated lines and BOM from 2014 integration (PR20341)

Modified:
    llvm/trunk/tools/msbuild/toolset-vs2014.targets

Modified: llvm/trunk/tools/msbuild/toolset-vs2014.targets
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/msbuild/toolset-vs2014.targets?rev=214435&r1=214434&r2=214435&view=diff
==============================================================================
--- llvm/trunk/tools/msbuild/toolset-vs2014.targets (original)
+++ llvm/trunk/tools/msbuild/toolset-vs2014.targets Thu Jul 31 15:33:22 2014
@@ -1,6 +1,3 @@
 <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$(VCTargetsPath)\Microsoft.CppCommon.targets" />
 </Project>
-<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$(VCTargetsPath)\Microsoft.CppCommon.targets" />
-</Project>





More information about the llvm-commits mailing list