From b815a1f7bde9088867a5c01342b996ba4364c23c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 24 Apr 2015 19:19:53 +0000 Subject: fix for IntDir & OutDir variables git-svn-id: http://svn.miranda-ng.org/main/trunk@13101 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- build/vc.common/common.props | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build/vc.common/common.props') diff --git a/build/vc.common/common.props b/build/vc.common/common.props index e6f657dce1..9b6eb93344 100644 --- a/build/vc.common/common.props +++ b/build/vc.common/common.props @@ -30,10 +30,10 @@ v110_xp v120_xp v140 - $(SolutionDir)Bin\$(Configuration)\Plugins\$(ProjectName)\ - $(SolutionDir)Bin\Obj\$(Configuration)\$(ProjectName)\ - $(SolutionDir)Bin\$(Configuration)64\Plugins\$(ProjectName)\ - $(SolutionDir)Bin\Obj\$(Configuration)64\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\$(ProjectName)\ + $(SolutionDir)Obj\$(Configuration)\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\$(ProjectName)\ + $(SolutionDir)Obj\$(Configuration)64\$(ProjectName)\ DynamicLibrary false false -- cgit v1.2.3