From 39e33f6df5cb5b67eb21e83e9b26e14dfb80bfc7 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 6 Dec 2012 19:57:25 +0000 Subject: - MSVC 2012 adaptation part 1 git-svn-id: http://svn.miranda-ng.org/main/trunk@2671 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Alarms/alarms_11.vcxproj | 217 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 217 insertions(+) create mode 100644 plugins/Alarms/alarms_11.vcxproj (limited to 'plugins/Alarms/alarms_11.vcxproj') diff --git a/plugins/Alarms/alarms_11.vcxproj b/plugins/Alarms/alarms_11.vcxproj new file mode 100644 index 0000000000..dd8f2a8975 --- /dev/null +++ b/plugins/Alarms/alarms_11.vcxproj @@ -0,0 +1,217 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + Alarms + {5F09C93B-463A-4BF5-A85E-6E4E916AA8F8} + + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + true + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.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 + + + + Full + ..\..\include;..\ExternalAPI%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;ALARMS_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + Use + common.h + Level3 + 4996;%(DisableSpecificWarnings) + OnlyExplicitInline + Size + false + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + false + $(IntDir)$(TargetName).lib + true + true + true + Windows + comctl32.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + + + Full + ..\..\include;..\ExternalAPI%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;ALARMS_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + Use + common.h + Level3 + 4996;%(DisableSpecificWarnings) + OnlyExplicitInline + Size + false + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + false + $(IntDir)$(TargetName).lib + true + true + true + Windows + comctl32.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + + + Disabled + ..\..\include;..\ExternalAPI%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;ALARMS_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Use + common.h + Level3 + EditAndContinue + 4996;%(DisableSpecificWarnings) + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + false + $(IntDir)$(TargetName).lib + Windows + comctl32.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin10\lib + + + + + Disabled + ..\..\include;..\ExternalAPI%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;ALARMS_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Use + common.h + Level3 + 4996;%(DisableSpecificWarnings) + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + false + $(IntDir)$(TargetName).lib + Windows + comctl32.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin10\lib + + + + + + + + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3