From ceda1d3ff46396497b0ddd586d8016510e422360 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 17 Jul 2012 06:00:33 +0000 Subject: added starting version of new packupdater git-svn-id: http://svn.miranda-ng.org/main/trunk@997 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/PackUpdater_new/PackUpdater_10_new.vcxproj | 199 +++++++++++++++++++++ 1 file changed, 199 insertions(+) create mode 100644 plugins/PackUpdater_new/PackUpdater_10_new.vcxproj (limited to 'plugins/PackUpdater_new/PackUpdater_10_new.vcxproj') diff --git a/plugins/PackUpdater_new/PackUpdater_10_new.vcxproj b/plugins/PackUpdater_new/PackUpdater_10_new.vcxproj new file mode 100644 index 0000000000..2268926fe2 --- /dev/null +++ b/plugins/PackUpdater_new/PackUpdater_10_new.vcxproj @@ -0,0 +1,199 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + PackUpdater_new + {0ABEC99C-E434-425C-8CB7-4B96093BC466} + + + + 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