From 4a8d7c10bc12e1e6fd2bd42d1727d7ef4d9612a2 Mon Sep 17 00:00:00 2001 From: watcherhd Date: Tue, 29 Nov 2011 23:12:14 +0000 Subject: another part of small project fixes and x64 adaptation in some cases git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@231 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- wbOSD/wbOSD_10.sln | 25 +++++++++++++++++++++++++ wbOSD/wbOSD_10.vcxproj | 12 ++++++------ wbOSD/wbOSD_9.vcproj | 8 ++++---- 3 files changed, 35 insertions(+), 10 deletions(-) create mode 100644 wbOSD/wbOSD_10.sln (limited to 'wbOSD') diff --git a/wbOSD/wbOSD_10.sln b/wbOSD/wbOSD_10.sln new file mode 100644 index 0000000..af70cb4 --- /dev/null +++ b/wbOSD/wbOSD_10.sln @@ -0,0 +1,25 @@ +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wbOSD", "wbOSD_10.vcxproj", "{DA450122-7F0B-45DA-9EAA-421887AD8450}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug Unicode|Win32 = Debug Unicode|Win32 + Debug|Win32 = Debug|Win32 + Release Unicode|Win32 = Release Unicode|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {DA450122-7F0B-45DA-9EAA-421887AD8450}.Debug Unicode|Win32.ActiveCfg = Debug Unicode|Win32 + {DA450122-7F0B-45DA-9EAA-421887AD8450}.Debug Unicode|Win32.Build.0 = Debug Unicode|Win32 + {DA450122-7F0B-45DA-9EAA-421887AD8450}.Debug|Win32.ActiveCfg = Debug|Win32 + {DA450122-7F0B-45DA-9EAA-421887AD8450}.Debug|Win32.Build.0 = Debug|Win32 + {DA450122-7F0B-45DA-9EAA-421887AD8450}.Release Unicode|Win32.ActiveCfg = Release Unicode|Win32 + {DA450122-7F0B-45DA-9EAA-421887AD8450}.Release Unicode|Win32.Build.0 = Release Unicode|Win32 + {DA450122-7F0B-45DA-9EAA-421887AD8450}.Release|Win32.ActiveCfg = Release|Win32 + {DA450122-7F0B-45DA-9EAA-421887AD8450}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/wbOSD/wbOSD_10.vcxproj b/wbOSD/wbOSD_10.vcxproj index 606c60f..ea8984f 100644 --- a/wbOSD/wbOSD_10.vcxproj +++ b/wbOSD/wbOSD_10.vcxproj @@ -83,7 +83,7 @@ Use Level3 EditAndContinue - ../../include;%(AdditionalIncludeDirectories) + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) wbOSD.h @@ -104,7 +104,7 @@ Use Level3 EditAndContinue - ../../include;%(AdditionalIncludeDirectories) + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) wbOSD.h @@ -118,13 +118,13 @@ WIN32;NDEBUG;_WINDOWS;_USRDLL;WBOSD_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreaded Use Level3 ProgramDatabase Full Size - ../../include;%(AdditionalIncludeDirectories) + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) wbOSD.h @@ -139,14 +139,14 @@ WIN32;NDEBUG;_WINDOWS;_USRDLL;WBOSD_EXPORTS;UNICODE;_UNICODE;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreaded Use Level3 ProgramDatabase Full Size true - ../../include;%(AdditionalIncludeDirectories) + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) wbOSD.h diff --git a/wbOSD/wbOSD_9.vcproj b/wbOSD/wbOSD_9.vcproj index acf4980..9958f33 100644 --- a/wbOSD/wbOSD_9.vcproj +++ b/wbOSD/wbOSD_9.vcproj @@ -42,7 +42,7 @@