From f920ef497f3299ae24fe783ce03bdd93b419f764 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 18 May 2012 22:02:50 +0000 Subject: plugins folders renaming git-svn-id: http://svn.miranda-ng.org/main/trunk@60 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Chat/chat_10.vcxproj | 368 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 368 insertions(+) create mode 100644 plugins/Chat/chat_10.vcxproj (limited to 'plugins/Chat/chat_10.vcxproj') diff --git a/plugins/Chat/chat_10.vcxproj b/plugins/Chat/chat_10.vcxproj new file mode 100644 index 0000000000..135cc7185f --- /dev/null +++ b/plugins/Chat/chat_10.vcxproj @@ -0,0 +1,368 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + chat + {268BD296-8DD3-4715-A386-CF120398EC98} + chat + + + + DynamicLibrary + false + Unicode + true + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + true + $(SolutionDir)$(Configuration)64/Plugins\ + $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + true + $(SolutionDir)$(Configuration)64/Plugins\ + $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ + true + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + true + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\chat___Win32_Debug_Unicode/chat.tlb + + + + + Disabled + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;CHAT_EXPORTS;UNICODE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + Precise + Level3 + EditAndContinue + CompileAsC + 4996;%(DisableSpecificWarnings) + Use + chat.h + + + _DEBUG;%(PreprocessorDefinitions) + 0x041d + ./../../include/msapi/ + + + /DLL %(AdditionalOptions) + Version.lib;shlwapi.lib;%(AdditionalDependencies) + true + type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27 + true + $(TargetDir)$(TargetName).pdb + false + false + $(IntDir)$(TargetName).lib + MachineX86 + + + true + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\chat___Win32_Debug_Unicode/chat.tlb + + + + + Disabled + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;CHAT_EXPORTS;UNICODE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + Precise + Level3 + ProgramDatabase + CompileAsC + 4996;%(DisableSpecificWarnings) + Use + chat.h + + + _DEBUG;%(PreprocessorDefinitions) + 0x041d + ./../../include/msapi/ + + + /DLL %(AdditionalOptions) + Version.lib;shlwapi.lib;%(AdditionalDependencies) + type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27 + true + $(TargetDir)$(TargetName).pdb + false + false + $(IntDir)$(TargetName).lib + MachineX64 + + + true + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release_Unicode/chat.tlb + + + + + MinSpace + OnlyExplicitInline + true + Size + true + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;CHAT_EXPORTS;UNICODE;%(PreprocessorDefinitions) + true + false + MultiThreadedDLL + false + true + Fast + false + Level3 + ProgramDatabase + CompileAsC + 4996;%(DisableSpecificWarnings) + Use + chat.h + + + NDEBUG;%(PreprocessorDefinitions) + 0x041d + ./../../include/msapi/ + + + /DLL %(AdditionalOptions) + Version.lib;shlwapi.lib;%(AdditionalDependencies) + type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27 + true + true + true + UseLinkTimeCodeGeneration + false + $(IntDir)$(TargetName).lib + MachineX86 + + + true + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\Release_Unicode/chat.tlb + + + + + MinSpace + OnlyExplicitInline + true + Size + true + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;CHAT_EXPORTS;UNICODE;%(PreprocessorDefinitions) + true + false + MultiThreadedDLL + false + true + Fast + false + Level3 + ProgramDatabase + CompileAsC + 4996;%(DisableSpecificWarnings) + Use + chat.h + + + NDEBUG;%(PreprocessorDefinitions) + 0x041d + ./../../include/msapi/ + + + /DLL %(AdditionalOptions) + Version.lib;shlwapi.lib;%(AdditionalDependencies) + type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27 + true + true + true + UseLinkTimeCodeGeneration + false + $(IntDir)$(TargetName).lib + MachineX64 + + + true + + + + + + + + Create + Create + Create + Create + + + + + + NotUsing + NotUsing + NotUsing + NotUsing + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3