From de9cbaa3b7e815a2a95e894e796196bf5629543d Mon Sep 17 00:00:00 2001 From: Maciej Wycik Date: Mon, 3 Jun 2013 11:14:59 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@4869 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- .../ConnectionNotify/ConnectionNotify_10.vcxproj | 220 +++++++++++++++++++++ 1 file changed, 220 insertions(+) create mode 100644 plugins/ConnectionNotify/ConnectionNotify_10.vcxproj (limited to 'plugins/ConnectionNotify/ConnectionNotify_10.vcxproj') diff --git a/plugins/ConnectionNotify/ConnectionNotify_10.vcxproj b/plugins/ConnectionNotify/ConnectionNotify_10.vcxproj new file mode 100644 index 0000000000..f066ddbe86 --- /dev/null +++ b/plugins/ConnectionNotify/ConnectionNotify_10.vcxproj @@ -0,0 +1,220 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ConnectionNotify + {B6FC188B-8E54-4197-9444-8BADE9AA75E2} + + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + 4996;%(DisableSpecificWarnings) + NotUsing + false + + + + + true + Windows + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin10\lib + Iphlpapi.lib;Ws2_32.lib;%(AdditionalDependencies) + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Full + OnlyExplicitInline + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + false + Fast + Level3 + 4996;%(DisableSpecificWarnings) + NotUsing + false + + + + + true + Windows + true + true + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + Iphlpapi.lib;Ws2_32.lib;%(AdditionalDependencies) + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Full + OnlyExplicitInline + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + Level3 + NotUsing + false + + + + + true + true + $(IntDir)$(TargetName).lib + true + Windows + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + Iphlpapi.lib;Ws2_32.lib;%(AdditionalDependencies) + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + EnableFastChecks + MultiThreadedDebugDLL + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + Disabled + Level3 + NotUsing + false + + + + + $(IntDir)$(TargetName).lib + false + true + Windows + $(ProfileDir)..\..\bin10\lib + Iphlpapi.lib;Ws2_32.lib;%(AdditionalDependencies) + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + + \ No newline at end of file -- cgit v1.2.3