From 782e55572581e53ee81866a0f0a7617414199825 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 13 Jun 2015 21:52:01 +0000 Subject: manifest suppression removed from .app properties git-svn-id: http://svn.miranda-ng.org/main/trunk@14152 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- build/vc.common/common.props | 22 ---------------------- build/vc.common/lib.props | 2 ++ build/vc.common/plugin.props | 2 ++ 3 files changed, 4 insertions(+), 22 deletions(-) (limited to 'build') diff --git a/build/vc.common/common.props b/build/vc.common/common.props index 25e2275815..4348ad800b 100644 --- a/build/vc.common/common.props +++ b/build/vc.common/common.props @@ -1,25 +1,5 @@  - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - $(ProjectDir)..\..\bin10\lib $(ProjectDir)..\..\bin12\lib @@ -34,8 +14,6 @@ v140 $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - false - false true false diff --git a/build/vc.common/lib.props b/build/vc.common/lib.props index d3a645be8d..463e44bc21 100644 --- a/build/vc.common/lib.props +++ b/build/vc.common/lib.props @@ -21,6 +21,8 @@ + false + false DynamicLibrary $(SolutionDir)$(Configuration)\Libs\ $(SolutionDir)$(Configuration)64\Libs\ diff --git a/build/vc.common/plugin.props b/build/vc.common/plugin.props index 9b99710d5c..ef1ed31add 100644 --- a/build/vc.common/plugin.props +++ b/build/vc.common/plugin.props @@ -21,6 +21,8 @@ + false + false DynamicLibrary $(SolutionDir)$(Configuration)\Plugins\ $(SolutionDir)$(Configuration)64\Plugins\ -- cgit v1.2.3