From c628a13d98fde8d2555cc6fa8628e0b575021bd4 Mon Sep 17 00:00:00 2001 From: Szymon Tokarz Date: Mon, 27 May 2013 22:29:01 +0000 Subject: MirFox plugin for Miranda NG added Version 0.5.0.0 Compatible Firefox addon is now available at: https://addons.mozilla.org/pl/firefox/addon/mirfox/versions/0.5.0.0 or http://wsx22.xpdev-hosted.com/ git-svn-id: http://svn.miranda-ng.org/main/trunk@4826 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirFox/MirFoxNG_10.vcxproj | 217 +++++++++++++++++++++++++++++++++++++ 1 file changed, 217 insertions(+) create mode 100644 plugins/MirFox/MirFoxNG_10.vcxproj (limited to 'plugins/MirFox/MirFoxNG_10.vcxproj') diff --git a/plugins/MirFox/MirFoxNG_10.vcxproj b/plugins/MirFox/MirFoxNG_10.vcxproj new file mode 100644 index 0000000000..05bfaf6db6 --- /dev/null +++ b/plugins/MirFox/MirFoxNG_10.vcxproj @@ -0,0 +1,217 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + MirFox + {3E9DA555-4C7B-463C-AD5C-214073DE29D6} + MirFoxNG + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + true + Unicode + + + DynamicLibrary + false + true + Unicode + + + + + + + + + + + + + + + + + + + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + true + + + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + true + + + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Level3 + Disabled + .\src\lib\;..\..\include\;..\..\..\boost\;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USERDLL;UNICODE;_UNICODE;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Use + common.h + + + true + $(ProfileDir)..\..\bin10\lib + src\lib\MirFoxCommonsDebug32.lib;%(AdditionalDependencies) + Windows + $(IntDir)$(TargetName).lib + + + ..\..\include\msapi + + + + + Level3 + Disabled + .\src\lib\;..\..\include\;..\..\..\boost\;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USERDLL;UNICODE;_UNICODE;X64;_X64;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Use + common.h + + + true + $(ProfileDir)..\..\bin10\lib + src\lib\MirFoxCommonsDebug64.lib;mir_core64.lib;Miranda64.lib;%(AdditionalDependencies) + Windows + $(IntDir)$(TargetName).lib + + + ..\..\include\msapi + _X64;%(PreprocessorDefinitions) + + + + + Level3 + MaxSpeed + true + true + .\src\lib\;..\..\include\;..\..\..\boost\;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USERDLL;UNICODE;_UNICODE;%(PreprocessorDefinitions) + MultiThreadedDLL + Use + common.h + + + true + true + true + $(ProfileDir)..\..\bin10\lib;%(AdditionalLibraryDirectories) + src\lib\MirFoxCommonsRelease32.lib;%(AdditionalDependencies) + Windows + $(IntDir)$(TargetName).lib + + + ..\..\include\msapi + + + + + Level3 + MaxSpeed + true + true + .\src\lib\;..\..\include\;..\..\..\boost\;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USERDLL;UNICODE;_UNICODE;X64;_X64;%(PreprocessorDefinitions) + MultiThreadedDLL + Use + common.h + + + true + true + true + src\lib\MirFoxCommonsRelease64.lib;mir_core64.lib;Miranda64.lib;%(AdditionalDependencies) + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin10\lib + + + ..\..\include\msapi + _X64;%(PreprocessorDefinitions) + + + + + + + + + .\src\lib\ + .\src\lib\ + .\src\lib\ + .\src\lib\ + + + + + + + + + + + + + + + Create + Create + Create + Create + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3