From 8e972b8c7f975654aecc6616b36d54140008a03c Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 14 Jun 2015 12:36:37 +0000 Subject: patch for MSVC 2010 recognizing its own version in unified projects git-svn-id: http://svn.miranda-ng.org/main/trunk@14159 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- build/vc.common/common.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build') diff --git a/build/vc.common/common.props b/build/vc.common/common.props index 4348ad800b..9ede2d526e 100644 --- a/build/vc.common/common.props +++ b/build/vc.common/common.props @@ -1,14 +1,14 @@  - $(ProjectDir)..\..\bin10\lib + $(ProjectDir)..\..\bin10\lib $(ProjectDir)..\..\bin12\lib $(ProjectName) Win32Proj Unicode - v100 + v100 v110_xp v120_xp v140 @@ -75,7 +75,7 @@ true true UseLinkTimeCodeGeneration - /PDBALTPATH:%_PDB% + /PDBALTPATH:%_PDB% -- cgit v1.2.3