From 911aa265efca7b33045405f3ac0f0a3c65688edf Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 9 Nov 2013 13:43:42 +0000 Subject: added projects and solutions for vc2013 git-svn-id: http://svn.miranda-ng.org/main/trunk@6831 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/QuickMessages/quickmessages_12.vcxproj | 205 +++++++++++++++++++++ .../QuickMessages/quickmessages_12.vcxproj.filters | 53 ++++++ 2 files changed, 258 insertions(+) create mode 100644 plugins/QuickMessages/quickmessages_12.vcxproj create mode 100644 plugins/QuickMessages/quickmessages_12.vcxproj.filters (limited to 'plugins/QuickMessages') diff --git a/plugins/QuickMessages/quickmessages_12.vcxproj b/plugins/QuickMessages/quickmessages_12.vcxproj new file mode 100644 index 0000000000..fd5d73051e --- /dev/null +++ b/plugins/QuickMessages/quickmessages_12.vcxproj @@ -0,0 +1,205 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + QuickMessages + {DD76B998-ED0D-4BFD-9660-3ADC3A334872} + + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + true + v120_xp + + + DynamicLibrary + Unicode + true + v120_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Full + OnlyExplicitInline + true + true + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + Size + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + false + quickmessages.h + Use + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + 0x67100000 + $(IntDir)$(TargetName).lib + true + true + true + Windows + false + $(ProfileDir)..\..\bin12\lib + + + + + Full + OnlyExplicitInline + true + true + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + Size + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + false + quickmessages.h + Use + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + 0x67100000 + $(IntDir)$(TargetName).lib + true + true + true + Windows + false + $(ProfileDir)..\..\bin12\lib + + + + + Disabled + MultiThreadedDebugDLL + Level3 + EditAndContinue + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + false + quickmessages.h + Use + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + 0x67100000 + $(IntDir)$(TargetName).lib + Windows + false + $(ProfileDir)..\..\bin12\lib + false + + + + + Disabled + MultiThreadedDebugDLL + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + false + quickmessages.h + Use + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + 0x67100000 + $(IntDir)$(TargetName).lib + Windows + false + $(ProfileDir)..\..\bin12\lib + + + + + + + Create + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/QuickMessages/quickmessages_12.vcxproj.filters b/plugins/QuickMessages/quickmessages_12.vcxproj.filters new file mode 100644 index 0000000000..592c9a832e --- /dev/null +++ b/plugins/QuickMessages/quickmessages_12.vcxproj.filters @@ -0,0 +1,53 @@ + + + + + {94a635b5-fd0a-4544-b078-f13367674b1c} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {95fd3b49-8cb2-48e4-ba1e-cc1b0f8475ad} + h;hpp;hxx;hm;inl + + + {03c8e77a-be52-4dc4-9578-afb267089bd3} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file -- cgit v1.2.3