From 3dfe76ebba2cc8264d5548db3446587fd08f032e Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 6 Jun 2012 19:11:34 +0000 Subject: ChangeKeyboardLayout added git-svn-id: http://svn.miranda-ng.org/main/trunk@333 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- .../ChangeKeyboardLayout.vcxproj | 275 +++++++++++++++++++++ 1 file changed, 275 insertions(+) create mode 100644 plugins/ChangeKeyboardLayout/ChangeKeyboardLayout.vcxproj (limited to 'plugins/ChangeKeyboardLayout/ChangeKeyboardLayout.vcxproj') diff --git a/plugins/ChangeKeyboardLayout/ChangeKeyboardLayout.vcxproj b/plugins/ChangeKeyboardLayout/ChangeKeyboardLayout.vcxproj new file mode 100644 index 0000000000..4a2db66586 --- /dev/null +++ b/plugins/ChangeKeyboardLayout/ChangeKeyboardLayout.vcxproj @@ -0,0 +1,275 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + ChangeKeyboardLayout + {D85D47E7-EAD3-71E0-EE3A-49A7821D4DE4} + + + + DynamicLibrary + false + Unicode + true + + + DynamicLibrary + false + Unicode + true + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + true + + + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + false + + + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + false + + + + MultiThreadedDebug + Default + false + Disabled + true + Level3 + true + EditAndContinue + .\include;..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;ChangeKeyboardLayout_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + + + true + _DEBUG;%(PreprocessorDefinitions) + .\Debug\ChangeKeyboardLayout.tlb + true + Win32 + + + 0x0809 + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + $(IntDir)$(TargetName).bsc + + + true + true + true + Console + $(IntDir)$(TargetName).lib + odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + + + + MultiThreadedDebug + Default + false + Disabled + true + Level3 + ProgramDatabase + .\include;..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_MBCS;_USRDLL;ChangeKeyboardLayout_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + + + true + _DEBUG;%(PreprocessorDefinitions) + .\Debug\ChangeKeyboardLayout.tlb + true + + + 0x0809 + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + $(IntDir)$(TargetName).bsc + + + true + true + true + Console + $(IntDir)$(TargetName).lib + odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + + + + MultiThreadedDLL + OnlyExplicitInline + true + true + Full + true + Level3 + .\include;..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ChangeKeyboardLayout_EXPORTS;%(PreprocessorDefinitions) + true + Size + + + true + NDEBUG;%(PreprocessorDefinitions) + .\Release\ChangeKeyboardLayout.tlb + true + Win32 + + + 0x0809 + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + $(IntDir)$(TargetName).bsc + + + true + true + Console + $(IntDir)$(TargetName).lib + odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + true + true + true + + + + + MultiThreadedDLL + OnlyExplicitInline + true + true + Full + true + Level3 + .\include;..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ChangeKeyboardLayout_EXPORTS;%(PreprocessorDefinitions) + true + Size + + + true + NDEBUG;%(PreprocessorDefinitions) + .\Release\ChangeKeyboardLayout.tlb + true + + + 0x0809 + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + $(IntDir)$(TargetName).bsc + + + true + true + Console + $(IntDir)$(TargetName).lib + odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3