From f887650696dea8496966ff6259f4cf9e4239bb87 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 29 Oct 2013 09:19:08 +0000 Subject: project cleanup, msvs 2012 projects added git-svn-id: http://svn.miranda-ng.org/main/trunk@6670 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeClassic/SkypeClassic_11.vcxproj | 402 +++++++++++++++++++++++++ 1 file changed, 402 insertions(+) create mode 100644 protocols/SkypeClassic/SkypeClassic_11.vcxproj (limited to 'protocols/SkypeClassic/SkypeClassic_11.vcxproj') diff --git a/protocols/SkypeClassic/SkypeClassic_11.vcxproj b/protocols/SkypeClassic/SkypeClassic_11.vcxproj new file mode 100644 index 0000000000..37e7cd89ab --- /dev/null +++ b/protocols/SkypeClassic/SkypeClassic_11.vcxproj @@ -0,0 +1,402 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {5F9243AE-C6C9-4F42-B670-67A97767A50B} + Skype_protocol + SkypeClassic + + + + DynamicLibrary + false + Unicode + true + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + true + + + DynamicLibrary + false + Unicode + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(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 + false + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + false + false + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + true + true + true + true + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + + + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + + + false + EnableFastChecks + MultiThreadedDebug + false + Level3 + true + EditAndContinue + Default + ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + skype.h + true + Fast + 4996;%(DisableSpecificWarnings) + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + wsock32.lib;comctl32.lib;%(AdditionalDependencies) + $(OutDir)$(TargetName)$(TargetExt) + true + true + $(OutDir)Skype.pdb + false + + + $(IntDir)$(TargetName).lib + MachineX86 + $(ProfileDir)..\..\bin10\lib; + + + true + + + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + + + + + + + Disabled + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + false + EnableFastChecks + MultiThreadedDebug + false + Level3 + true + ProgramDatabase + Default + ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + skype.h + true + Fast + 4996;%(DisableSpecificWarnings) + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + wsock32.lib;comctl32.lib;%(AdditionalDependencies) + $(OutDir)$(TargetName)$(TargetExt) + true + true + $(OutDir)Skype.pdb + false + + + $(IntDir)$(TargetName).lib + MachineX64 + $(ProfileDir)..\..\bin10\lib; + + + true + + + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + + + + + + + Full + AnySuitable + true + Size + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + false + true + + + Level3 + true + Default + ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + skype.h + Fast + + + 4996;%(DisableSpecificWarnings) + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + wsock32.lib;comctl32.lib;%(AdditionalDependencies) + $(OutDir)$(TargetName)$(TargetExt) + true + + + true + true + + + + + $(IntDir)$(TargetName).lib + MachineX86 + $(ProfileDir)..\..\bin10\lib; + + + true + + + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + + + + + + + Full + AnySuitable + true + Size + true + true + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + false + true + false + Level3 + true + Default + ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + skype.h + Fast + 4996;%(DisableSpecificWarnings) + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + wsock32.lib;comctl32.lib;%(AdditionalDependencies) + $(OutDir)$(TargetName)$(TargetExt) + true + + + true + true + + + + + $(IntDir)$(TargetName).lib + MachineX64 + $(ProfileDir)..\..\bin10\lib; + + + true + + + + + + + + \ No newline at end of file -- cgit v1.2.3