From fbeb917c5230e0f64fb45e22488e91ab2f35c8f8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 3 Aug 2015 16:27:24 +0000 Subject: new template for core projects git-svn-id: http://svn.miranda-ng.org/main/trunk@14836 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- build/vc.common/core.props | 48 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 build/vc.common/core.props (limited to 'build/vc.common') diff --git a/build/vc.common/core.props b/build/vc.common/core.props new file mode 100644 index 0000000000..210495854c --- /dev/null +++ b/build/vc.common/core.props @@ -0,0 +1,48 @@ + + + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + false + false + DynamicLibrary + $(SolutionDir)$(Configuration)\Core\ + $(SolutionDir)$(Configuration)64\Core\ + + + 10.0 + $(ProjectDir)..\..\..\bin10\lib + $(ProjectDir)..\..\..\bin12\lib + $(ProjectDir)..\..\..\bin14\lib + + + + + ..\..\..\include;..\..\..\plugins\ExternalAPI;..\..\..\..\boost;%(AdditionalIncludeDirectories) + + + $(CommonCoreLibDir) + + + ..\..\..\include;..\..\..\include\msapi + + + -- cgit v1.2.3