From 1d18d087d47d7a54f68950f983029642a54d6f43 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 7 Jun 2015 12:10:26 +0000 Subject: - common.props divided into app.props & plugin.props; - MimCmd & CmdLine converted to Unicode; git-svn-id: http://svn.miranda-ng.org/main/trunk@14048 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- build/vc.common/app.props | 29 +++++++++++++++++++++++++++++ build/vc.common/common.props | 3 --- build/vc.common/plugin.props | 29 +++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+), 3 deletions(-) create mode 100644 build/vc.common/app.props create mode 100644 build/vc.common/plugin.props (limited to 'build') diff --git a/build/vc.common/app.props b/build/vc.common/app.props new file mode 100644 index 0000000000..7a9ea31230 --- /dev/null +++ b/build/vc.common/app.props @@ -0,0 +1,29 @@ + + + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + Application + $(SolutionDir)$(Configuration)\ + $(SolutionDir)$(Configuration)64\ + + + diff --git a/build/vc.common/common.props b/build/vc.common/common.props index 098f490a14..25e2275815 100644 --- a/build/vc.common/common.props +++ b/build/vc.common/common.props @@ -32,11 +32,8 @@ v110_xp v120_xp v140 - $(SolutionDir)$(Configuration)\Plugins\ $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - DynamicLibrary false false true diff --git a/build/vc.common/plugin.props b/build/vc.common/plugin.props new file mode 100644 index 0000000000..9b99710d5c --- /dev/null +++ b/build/vc.common/plugin.props @@ -0,0 +1,29 @@ + + + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + DynamicLibrary + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + + + -- cgit v1.2.3