From c2929bfc429f1181da24784d4bc06b70bb666f41 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 3 Mar 2013 10:31:07 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@3864 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- .../NotifyAnything/SendLog/SendLogWin_10.vcxproj | 164 +++++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100644 plugins/NotifyAnything/SendLog/SendLogWin_10.vcxproj (limited to 'plugins/NotifyAnything/SendLog/SendLogWin_10.vcxproj') diff --git a/plugins/NotifyAnything/SendLog/SendLogWin_10.vcxproj b/plugins/NotifyAnything/SendLog/SendLogWin_10.vcxproj new file mode 100644 index 0000000000..1a024cae72 --- /dev/null +++ b/plugins/NotifyAnything/SendLog/SendLogWin_10.vcxproj @@ -0,0 +1,164 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + SendLogWin + {F72A3196-30E6-430B-A5EA-3332113A9959} + + + + 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