From 9dd5697955f03c183d5689e4e8dd0fe8927e3817 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 19 May 2012 13:53:59 +0000 Subject: added KeyboardNotify git-svn-id: http://svn.miranda-ng.org/main/trunk@73 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/KeyboardNotify/KeyboardNotify_10.vcxproj | 223 +++++++++++++++++++++++ 1 file changed, 223 insertions(+) create mode 100644 plugins/KeyboardNotify/KeyboardNotify_10.vcxproj (limited to 'plugins/KeyboardNotify/KeyboardNotify_10.vcxproj') diff --git a/plugins/KeyboardNotify/KeyboardNotify_10.vcxproj b/plugins/KeyboardNotify/KeyboardNotify_10.vcxproj new file mode 100644 index 0000000000..6f9460f811 --- /dev/null +++ b/plugins/KeyboardNotify/KeyboardNotify_10.vcxproj @@ -0,0 +1,223 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + KeyboardNotify + {21F6C0E4-DD1A-49E6-82FD-64574BB902BD} + KeyboardNotify + Win32Proj + + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.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)\ + AllRules.ruleset + AllRules.ruleset + + + + + AllRules.ruleset + AllRules.ruleset + + + + + + + + Disabled + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;KEYBORDNOTIFY_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDebug + Level3 + EditAndContinue + 4996 + + + true + Windows + false + + + $(IntDir)$(TargetName).lib + MachineX86 + + + comctl32.lib;%(AdditionalDependencies) + + + + + + + + + Disabled + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;KEYBORDNOTIFY_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDebug + Level3 + EditAndContinue + 4996 + Use + Common.h + + + Wininet.lib;urlmon.lib;%(AdditionalDependencies) + true + Windows + false + + + $(IntDir)$(TargetName).lib + + + + + + + + + Full + Size + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;KEYBORDNOTIFY_EXPORTS;%(PreprocessorDefinitions) + Level3 + ProgramDatabase + 4996 + MultiThreadedDLL + + + comctl32.lib;%(AdditionalDependencies) + Windows + true + true + false + + + $(IntDir)$(TargetName).lib + MachineX86 + + + true + + + + + + + + + Full + Size + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;KEYBORDNOTIFY_EXPORTS;%(PreprocessorDefinitions) + Level3 + ProgramDatabase + 4996 + MultiThreadedDLL + Use + Common.h + + + Wininet.lib;urlmon.lib;%(AdditionalDependencies) + Windows + true + true + false + + + $(IntDir)$(TargetName).lib + true + + + + + + \ No newline at end of file -- cgit v1.2.3