From 9247d80048c34094d83099473b420a635712f186 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 21 Jul 2015 07:29:21 +0000 Subject: preparing for vc2015 git-svn-id: http://svn.miranda-ng.org/main/trunk@14594 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/New_GPG/new_gpg_14.vcxproj | 211 +++++++++++++++++++++++++++++ plugins/New_GPG/new_gpg_14.vcxproj.filters | 98 ++++++++++++++ 2 files changed, 309 insertions(+) create mode 100644 plugins/New_GPG/new_gpg_14.vcxproj create mode 100644 plugins/New_GPG/new_gpg_14.vcxproj.filters (limited to 'plugins/New_GPG') diff --git a/plugins/New_GPG/new_gpg_14.vcxproj b/plugins/New_GPG/new_gpg_14.vcxproj new file mode 100644 index 0000000000..bdd95a980d --- /dev/null +++ b/plugins/New_GPG/new_gpg_14.vcxproj @@ -0,0 +1,211 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {F29D0C8D-141A-43CF-86B2-34A04653F8D4} + New_GPG + + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + true + v120_xp + + + DynamicLibrary + Unicode + true + v120_xp + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + true + + + + Full + OnlyExplicitInline + Size + true + src\include;..\..\..\boost;..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + true + Fast + Level3 + Use + commonheaders.h + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + shlwapi.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin14\lib;..\..\..\boost\stage\lib + true + true + true + false + $(IntDir)$(TargetName).lib + Windows + + + + + Full + OnlyExplicitInline + Size + true + src\include;..\..\..\boost;..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + true + Fast + Level3 + Use + commonheaders.h + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + shlwapi.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin14\lib;..\..\..\boost\stage64\lib + true + true + true + false + $(IntDir)$(TargetName).lib + Windows + + + + + Disabled + src\include;..\..\..\boost;..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Use + commonheaders.h + Level3 + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + shlwapi.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin14\lib;..\..\..\boost\stage\lib + true + false + $(IntDir)$(TargetName).lib + Windows + false + + + + + Disabled + src\include;..\..\..\boost;..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Use + commonheaders.h + Level3 + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + shlwapi.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin14\lib;..\..\..\boost\stage64\lib + true + false + $(IntDir)$(TargetName).lib + Windows + + + + + + + + + + + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/New_GPG/new_gpg_14.vcxproj.filters b/plugins/New_GPG/new_gpg_14.vcxproj.filters new file mode 100644 index 0000000000..1634a25bfe --- /dev/null +++ b/plugins/New_GPG/new_gpg_14.vcxproj.filters @@ -0,0 +1,98 @@ + + + + + {56a6d5fd-c491-4d42-95e0-d0e98979acff} + + + {8159144c-7020-4568-8bb4-53f4699faac6} + + + {65abe24a-f835-47f5-9ebf-fbd3f55f993c} + + + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + + + Headers + + + Headers + + + Headers + + + Headers + + + Headers + + + Headers + + + Headers + + + Headers + + + Headers + + + Headers + + + Headers + + + + + Resources + + + Resources + + + \ No newline at end of file -- cgit v1.2.3