From ac68127422acb28bf1771f0698119c4d6a44a99a Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 23 Feb 2013 10:19:28 +0000 Subject: - msvc 2010 project adjusted git-svn-id: http://svn.miranda-ng.org/main/trunk@3712 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Boltun/Boltun_10.vcxproj | 39 ++++++++++++++++++++++++-------- plugins/Boltun/Boltun_10.vcxproj.filters | 3 +++ 2 files changed, 33 insertions(+), 9 deletions(-) (limited to 'plugins/Boltun') diff --git a/plugins/Boltun/Boltun_10.vcxproj b/plugins/Boltun/Boltun_10.vcxproj index 1fe0e0a255..f4671e631c 100644 --- a/plugins/Boltun/Boltun_10.vcxproj +++ b/plugins/Boltun/Boltun_10.vcxproj @@ -75,10 +75,12 @@ OnlyExplicitInline Size ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;BOLTUN_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true true Level3 + Use + boltun.h NDEBUG;%(PreprocessorDefinitions) @@ -100,10 +102,12 @@ OnlyExplicitInline Size ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;NDEBUG;_WINDOWS;_USRDLL;BOLTUN_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true true Level3 + Use + boltun.h NDEBUG;%(PreprocessorDefinitions) @@ -123,12 +127,14 @@ Disabled ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;BOLTUN_EXPORTS;%(PreprocessorDefinitions) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level3 EditAndContinue + Use + boltun.h _DEBUG;%(PreprocessorDefinitions) @@ -146,11 +152,13 @@ Disabled ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;_DEBUG;_WINDOWS;_USRDLL;BOLTUN_EXPORTS;%(PreprocessorDefinitions) + WIN64;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level3 ProgramDatabase + Use + boltun.h _DEBUG;%(PreprocessorDefinitions) @@ -167,11 +175,24 @@ - - - - - + + ..\boltun.h + + + ..\boltun.h + + + ..\boltun.h + + + ..\boltun.h + + + ..\boltun.h + + + Create + diff --git a/plugins/Boltun/Boltun_10.vcxproj.filters b/plugins/Boltun/Boltun_10.vcxproj.filters index b7d0de0d5f..d91006fd75 100644 --- a/plugins/Boltun/Boltun_10.vcxproj.filters +++ b/plugins/Boltun/Boltun_10.vcxproj.filters @@ -45,6 +45,9 @@ Source Files\Enigne + + Source Files + -- cgit v1.2.3