From 3b2d89185012c78f5e2db43a4c28cd774bea618d Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 19 Mar 2015 15:36:37 +0000 Subject: SkypeWeb: 2010 projects added git-svn-id: http://svn.miranda-ng.org/main/trunk@12434 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/SkypeWeb_10.vcxproj | 240 +++++++++++++++++++++++++ protocols/SkypeWeb/SkypeWeb_10.vcxproj.filters | 109 +++++++++++ 2 files changed, 349 insertions(+) create mode 100644 protocols/SkypeWeb/SkypeWeb_10.vcxproj create mode 100644 protocols/SkypeWeb/SkypeWeb_10.vcxproj.filters (limited to 'protocols') diff --git a/protocols/SkypeWeb/SkypeWeb_10.vcxproj b/protocols/SkypeWeb/SkypeWeb_10.vcxproj new file mode 100644 index 0000000000..0fd5a21594 --- /dev/null +++ b/protocols/SkypeWeb/SkypeWeb_10.vcxproj @@ -0,0 +1,240 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {66A9BDEB-150F-45DC-B20F-9892C0B43834} + SkypeWeb + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + true + Unicode + + + DynamicLibrary + false + true + 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)\ + true + + + + Level4 + Disabled + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + include;..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + false + true + 4996;%(DisableSpecificWarnings) + MultiThreadedDebugDLL + common.h + Use + + + Windows + true + $(ProfileDir)..\..\bin10\lib + $(IntDir)$(TargetName).lib + false + comctl32.lib;%(AdditionalDependencies) + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + + + + + Level4 + Disabled + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + include;..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + false + true + 4996;%(DisableSpecificWarnings) + MultiThreadedDebugDLL + Use + common.h + + + Windows + true + $(ProfileDir)..\..\bin10\lib + $(IntDir)$(TargetName).lib + comctl32.lib;%(AdditionalDependencies) + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + + + + + Level4 + Full + true + true + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + include;..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + 4996;%(DisableSpecificWarnings) + Use + common.h + + + Windows + true + true + true + false + $(ProfileDir)..\..\bin10\lib + $(IntDir)$(TargetName).lib + comctl32.lib;%(AdditionalDependencies) + /PDBALTPATH:%_PDB% %(AdditionalOptions) + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + + + + + Level4 + Full + true + true + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + include;..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + 4996;%(DisableSpecificWarnings) + Use + common.h + + + Windows + true + true + true + false + comctl32.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin10\lib + $(IntDir)$(TargetName).lib + /PDBALTPATH:%_PDB% %(AdditionalOptions) + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + + + + + + + + + + + + + + + + + + + + + Create + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/protocols/SkypeWeb/SkypeWeb_10.vcxproj.filters b/protocols/SkypeWeb/SkypeWeb_10.vcxproj.filters new file mode 100644 index 0000000000..e4467299e4 --- /dev/null +++ b/protocols/SkypeWeb/SkypeWeb_10.vcxproj.filters @@ -0,0 +1,109 @@ + + + + + {86de5614-9de5-4ffc-bd34-21d9c671e172} + + + {ea03e4bb-b8dd-4b5b-b409-2513240d2511} + + + {b818611d-200d-4eb8-be7a-f15b396ae26d} + + + {5ce796e5-1f0d-4bb7-bdab-9de0e5513528} + + + {957f1f93-0eaa-46b2-8f18-5df27d47239e} + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files\requests + + + Header Files\requests + + + Header Files\requests + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Resource Files + + + Resource Files + + + + + Resource Files\Icons + + + \ No newline at end of file -- cgit v1.2.3