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 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 build/vc.common/app.props (limited to 'build/vc.common/app.props') 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\ + + + -- cgit v1.2.3