From a08e1cf9777b4a3766c91be2685aaf37c24fbd4e Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Fri, 31 Jul 2015 22:48:44 +0000 Subject: Toaster: initial commit git-svn-id: http://svn.miranda-ng.org/main/trunk@14775 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Toaster/Toaster.vcxproj | 58 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 plugins/Toaster/Toaster.vcxproj (limited to 'plugins/Toaster/Toaster.vcxproj') diff --git a/plugins/Toaster/Toaster.vcxproj b/plugins/Toaster/Toaster.vcxproj new file mode 100644 index 0000000000..3e26613e59 --- /dev/null +++ b/plugins/Toaster/Toaster.vcxproj @@ -0,0 +1,58 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + Toaster + {1FDBD8F0-3929-41BC-92D1-020779460769} + 8.1 + + + v140 + + + + + + + + $(VC_IncludePath);$(WindowsSdk_IncludePath); + $(VC_LibraryPath_x86);$(WindowsSdk_LibraryPath_x86); + + + $(VC_IncludePath);$(WindowsSdk_IncludePath); + $(VC_LibraryPath_x64);$(WindowsSdk_LibraryPath_x64); + + + $(VC_IncludePath);$(WindowsSdk_IncludePath); + $(VC_LibraryPath_x64);$(WindowsSdk_LibraryPath_x64); + + + $(VC_IncludePath);$(WindowsSdk_IncludePath); + $(VC_LibraryPath_x86);$(WindowsSdk_LibraryPath_x86); + + + + runtimeobject.lib;%(AdditionalDependencies) + + + MultiThreadedDebugDLL + + + \ No newline at end of file -- cgit v1.2.3