From 57ccd87ca32f96f1554e6e99931c3a9559577d6e Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 1 Oct 2012 16:32:58 +0000 Subject: PackUpdater is coming back git-svn-id: http://svn.miranda-ng.org/main/trunk@1748 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/PackUpdater/PackUpdater_10.vcxproj | 199 +++++++++++++++++++++++++++++ 1 file changed, 199 insertions(+) create mode 100644 plugins/PackUpdater/PackUpdater_10.vcxproj (limited to 'plugins/PackUpdater/PackUpdater_10.vcxproj') diff --git a/plugins/PackUpdater/PackUpdater_10.vcxproj b/plugins/PackUpdater/PackUpdater_10.vcxproj new file mode 100644 index 0000000000..0c6f92f423 --- /dev/null +++ b/plugins/PackUpdater/PackUpdater_10.vcxproj @@ -0,0 +1,199 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + PackUpdater + {20413125-4D68-4751-8062-DDA026DDABF1} + + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + 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 + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;PACKUPDATER_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + EditAndContinue + 4996 + Use + Common.h + + + true + Windows + false + $(IntDir)$(TargetName).lib + $(SolutionDir)\lib + + + ..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;PACKUPDATER_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + 4996 + Use + Common.h + + + true + Windows + false + $(IntDir)$(TargetName).lib + $(SolutionDir)\lib + + + ..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + + + Full + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;PACKUPDATER_EXPORTS;%(PreprocessorDefinitions) + Level3 + 4996 + Use + Common.h + + + Windows + true + true + false + $(IntDir)$(TargetName).lib + + + true + $(SolutionDir)\lib + + + ..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + + + Full + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;PACKUPDATER_EXPORTS;%(PreprocessorDefinitions) + Level3 + 4996 + Use + Common.h + + + Windows + true + true + false + $(IntDir)$(TargetName).lib + true + $(SolutionDir)\lib + + + ..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + + Create + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3