From a5b57010ee3ade84f58c211e78bb3d4ed5d5a3a6 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 3 Mar 2013 09:54:55 +0000 Subject: added projects git-svn-id: http://svn.miranda-ng.org/main/trunk@3859 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NotifyAnything/SendLog/SendLog_10.vcxproj | 164 ++++++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100644 plugins/NotifyAnything/SendLog/SendLog_10.vcxproj (limited to 'plugins/NotifyAnything/SendLog/SendLog_10.vcxproj') diff --git a/plugins/NotifyAnything/SendLog/SendLog_10.vcxproj b/plugins/NotifyAnything/SendLog/SendLog_10.vcxproj new file mode 100644 index 0000000000..109fbc72c3 --- /dev/null +++ b/plugins/NotifyAnything/SendLog/SendLog_10.vcxproj @@ -0,0 +1,164 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + SendLog + {1AF47743-6E78-4C83-A1E5-21F98516EF5E} + + + + Application + MultiByte + true + + + Application + MultiByte + + + Application + MultiByte + true + + + Application + MultiByte + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + Use + Common.h + + + true + Console + false + $(IntDir)$(TargetName).lib + ws2_32.lib;%(AdditionalDependencies) + + + + + Disabled + WIN64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + Use + Common.h + + + true + Console + false + $(IntDir)$(TargetName).lib + ws2_32.lib;%(AdditionalDependencies) + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + Level3 + Full + Size + Use + Common.h + + + true + Console + true + true + false + $(IntDir)$(TargetName).lib + /PDBALTPATH:%_PDB% + ws2_32.lib;%(AdditionalDependencies) + + + + + WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + Level3 + Full + Size + Use + Common.h + + + true + Console + true + true + false + $(IntDir)$(TargetName).lib + /PDBALTPATH:%_PDB% + ws2_32.lib;%(AdditionalDependencies) + + + + + + + Create + + + + + + + + + \ No newline at end of file -- cgit v1.2.3