From b770c05a219185d9a87d77906b3c15cc3fd39992 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 12 Jun 2012 07:25:58 +0000 Subject: Listeningto foobar and winump projects fix git-svn-id: http://svn.miranda-ng.org/main/trunk@389 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ListeningTo/listeningto.sln | 74 +++++++- plugins/ListeningTo/players/foo_mlt/foo_mlt.cpp | 2 +- .../ListeningTo/players/foo_mlt/foo_mlt.vcxproj | 33 ++-- .../foo_mlt/foobar2000/SDK/foobar2000_SDK.vcxproj | 202 +-------------------- .../foobar2000_component_client.vcxproj | 85 +-------- .../helpers/foobar2000_sdk_helpers.vcxproj | 115 +----------- .../ListeningTo/players/foo_mlt/pfc/pfc.vcxproj | 125 +------------ .../players/winamp_mlt/mlt_winamp.vcxproj | 6 +- 8 files changed, 110 insertions(+), 532 deletions(-) diff --git a/plugins/ListeningTo/listeningto.sln b/plugins/ListeningTo/listeningto.sln index 8be974d8bb..064e95a169 100644 --- a/plugins/ListeningTo/listeningto.sln +++ b/plugins/ListeningTo/listeningto.sln @@ -1,18 +1,90 @@  Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "listeningto", "listeningto.vcxproj", "{5FAA475D-0593-454F-8601-0D7150DCA4A0}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ListeningTo", "listeningto.vcxproj", "{5FAA475D-0593-454F-8601-0D7150DCA4A0}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ListeningTo_winamp_mlt", "players\winamp_mlt\mlt_winamp.vcxproj", "{8BBB15B7-D08B-475A-A58C-0C71D39FADB8}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ListeningTo_foo_mlt", "players\foo_mlt\foo_mlt.vcxproj", "{94734E61-D980-4A5F-AAAA-65105755CE24}" + ProjectSection(ProjectDependencies) = postProject + {E8091321-D79D-4575-86EF-064EA1A4A20D} = {E8091321-D79D-4575-86EF-064EA1A4A20D} + {EE47764E-A202-4F85-A767-ABDAB4AFF35F} = {EE47764E-A202-4F85-A767-ABDAB4AFF35F} + {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C} = {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C} + {71AD2674-065B-48F5-B8B0-E1F9D3892081} = {71AD2674-065B-48F5-B8B0-E1F9D3892081} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "foobar2000_component_client", "players\foo_mlt\foobar2000\foobar2000_component_client\foobar2000_component_client.vcxproj", "{71AD2674-065B-48F5-B8B0-E1F9D3892081}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "foobar2000_sdk_helpers", "players\foo_mlt\foobar2000\helpers\foobar2000_sdk_helpers.vcxproj", "{EE47764E-A202-4F85-A767-ABDAB4AFF35F}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "foobar2000_SDK", "players\foo_mlt\foobar2000\SDK\foobar2000_SDK.vcxproj", "{E8091321-D79D-4575-86EF-064EA1A4A20D}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pfc", "players\foo_mlt\pfc\pfc.vcxproj", "{EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 Release|Win32 = Release|Win32 + Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {5FAA475D-0593-454F-8601-0D7150DCA4A0}.Debug|Win32.ActiveCfg = Debug|Win32 {5FAA475D-0593-454F-8601-0D7150DCA4A0}.Debug|Win32.Build.0 = Debug|Win32 + {5FAA475D-0593-454F-8601-0D7150DCA4A0}.Debug|x64.ActiveCfg = Debug|x64 + {5FAA475D-0593-454F-8601-0D7150DCA4A0}.Debug|x64.Build.0 = Debug|x64 {5FAA475D-0593-454F-8601-0D7150DCA4A0}.Release|Win32.ActiveCfg = Release|Win32 {5FAA475D-0593-454F-8601-0D7150DCA4A0}.Release|Win32.Build.0 = Release|Win32 + {5FAA475D-0593-454F-8601-0D7150DCA4A0}.Release|x64.ActiveCfg = Release|x64 + {5FAA475D-0593-454F-8601-0D7150DCA4A0}.Release|x64.Build.0 = Release|x64 + {8BBB15B7-D08B-475A-A58C-0C71D39FADB8}.Debug|Win32.ActiveCfg = Debug|Win32 + {8BBB15B7-D08B-475A-A58C-0C71D39FADB8}.Debug|Win32.Build.0 = Debug|Win32 + {8BBB15B7-D08B-475A-A58C-0C71D39FADB8}.Debug|x64.ActiveCfg = Debug|Win32 + {8BBB15B7-D08B-475A-A58C-0C71D39FADB8}.Debug|x64.Build.0 = Debug|Win32 + {8BBB15B7-D08B-475A-A58C-0C71D39FADB8}.Release|Win32.ActiveCfg = Release|Win32 + {8BBB15B7-D08B-475A-A58C-0C71D39FADB8}.Release|Win32.Build.0 = Release|Win32 + {8BBB15B7-D08B-475A-A58C-0C71D39FADB8}.Release|x64.ActiveCfg = Release|Win32 + {8BBB15B7-D08B-475A-A58C-0C71D39FADB8}.Release|x64.Build.0 = Release|Win32 + {94734E61-D980-4A5F-AAAA-65105755CE24}.Debug|Win32.ActiveCfg = Debug|Win32 + {94734E61-D980-4A5F-AAAA-65105755CE24}.Debug|Win32.Build.0 = Debug|Win32 + {94734E61-D980-4A5F-AAAA-65105755CE24}.Debug|x64.ActiveCfg = Debug|Win32 + {94734E61-D980-4A5F-AAAA-65105755CE24}.Debug|x64.Build.0 = Debug|Win32 + {94734E61-D980-4A5F-AAAA-65105755CE24}.Release|Win32.ActiveCfg = Release|Win32 + {94734E61-D980-4A5F-AAAA-65105755CE24}.Release|Win32.Build.0 = Release|Win32 + {94734E61-D980-4A5F-AAAA-65105755CE24}.Release|x64.ActiveCfg = Release|Win32 + {94734E61-D980-4A5F-AAAA-65105755CE24}.Release|x64.Build.0 = Release|Win32 + {71AD2674-065B-48F5-B8B0-E1F9D3892081}.Debug|Win32.ActiveCfg = Debug|Win32 + {71AD2674-065B-48F5-B8B0-E1F9D3892081}.Debug|Win32.Build.0 = Debug|Win32 + {71AD2674-065B-48F5-B8B0-E1F9D3892081}.Debug|x64.ActiveCfg = Debug|Win32 + {71AD2674-065B-48F5-B8B0-E1F9D3892081}.Debug|x64.Build.0 = Debug|Win32 + {71AD2674-065B-48F5-B8B0-E1F9D3892081}.Release|Win32.ActiveCfg = Release|Win32 + {71AD2674-065B-48F5-B8B0-E1F9D3892081}.Release|Win32.Build.0 = Release|Win32 + {71AD2674-065B-48F5-B8B0-E1F9D3892081}.Release|x64.ActiveCfg = Release|Win32 + {71AD2674-065B-48F5-B8B0-E1F9D3892081}.Release|x64.Build.0 = Release|Win32 + {EE47764E-A202-4F85-A767-ABDAB4AFF35F}.Debug|Win32.ActiveCfg = Debug|Win32 + {EE47764E-A202-4F85-A767-ABDAB4AFF35F}.Debug|Win32.Build.0 = Debug|Win32 + {EE47764E-A202-4F85-A767-ABDAB4AFF35F}.Debug|x64.ActiveCfg = Debug|Win32 + {EE47764E-A202-4F85-A767-ABDAB4AFF35F}.Debug|x64.Build.0 = Debug|Win32 + {EE47764E-A202-4F85-A767-ABDAB4AFF35F}.Release|Win32.ActiveCfg = Release|Win32 + {EE47764E-A202-4F85-A767-ABDAB4AFF35F}.Release|Win32.Build.0 = Release|Win32 + {EE47764E-A202-4F85-A767-ABDAB4AFF35F}.Release|x64.ActiveCfg = Release|Win32 + {EE47764E-A202-4F85-A767-ABDAB4AFF35F}.Release|x64.Build.0 = Release|Win32 + {E8091321-D79D-4575-86EF-064EA1A4A20D}.Debug|Win32.ActiveCfg = Debug|Win32 + {E8091321-D79D-4575-86EF-064EA1A4A20D}.Debug|Win32.Build.0 = Debug|Win32 + {E8091321-D79D-4575-86EF-064EA1A4A20D}.Debug|x64.ActiveCfg = Debug|Win32 + {E8091321-D79D-4575-86EF-064EA1A4A20D}.Debug|x64.Build.0 = Debug|Win32 + {E8091321-D79D-4575-86EF-064EA1A4A20D}.Release|Win32.ActiveCfg = Release|Win32 + {E8091321-D79D-4575-86EF-064EA1A4A20D}.Release|Win32.Build.0 = Release|Win32 + {E8091321-D79D-4575-86EF-064EA1A4A20D}.Release|x64.ActiveCfg = Release|Win32 + {E8091321-D79D-4575-86EF-064EA1A4A20D}.Release|x64.Build.0 = Release|Win32 + {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}.Debug|Win32.ActiveCfg = Debug|Win32 + {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}.Debug|Win32.Build.0 = Debug|Win32 + {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}.Debug|x64.ActiveCfg = Debug|Win32 + {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}.Debug|x64.Build.0 = Debug|Win32 + {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}.Release|Win32.ActiveCfg = Release|Win32 + {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}.Release|Win32.Build.0 = Release|Win32 + {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}.Release|x64.ActiveCfg = Release|Win32 + {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}.Release|x64.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/plugins/ListeningTo/players/foo_mlt/foo_mlt.cpp b/plugins/ListeningTo/players/foo_mlt/foo_mlt.cpp index 59b6ba3168..d358f02dfd 100644 --- a/plugins/ListeningTo/players/foo_mlt/foo_mlt.cpp +++ b/plugins/ListeningTo/players/foo_mlt/foo_mlt.cpp @@ -19,7 +19,7 @@ Boston, MA 02111-1307, USA. #include "foobar2000/SDK/foobar2000.h" #include "foobar2000/helpers/helpers.h" -#include "..\..\m_listeningto.h" +#include "m_listeningto.h" #include #include diff --git a/plugins/ListeningTo/players/foo_mlt/foo_mlt.vcxproj b/plugins/ListeningTo/players/foo_mlt/foo_mlt.vcxproj index 0998eb4e49..eb12b14aa9 100644 --- a/plugins/ListeningTo/players/foo_mlt/foo_mlt.vcxproj +++ b/plugins/ListeningTo/players/foo_mlt/foo_mlt.vcxproj @@ -11,7 +11,7 @@ - listeningto_foo_mlt + ListeningTo_foo_mlt {94734E61-D980-4A5F-AAAA-65105755CE24} foo_mlt @@ -25,6 +25,7 @@ DynamicLibrary false MultiByte + true @@ -38,11 +39,11 @@ <_ProjectFileVersion>10.0.40219.1 - .\Release\ - .\Release\ + $(SolutionDir)$(Configuration)\Plugins\Listeningto\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ false - .\Debug\ - .\Debug\ + $(SolutionDir)$(Configuration)\Plugins\Listeningto\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ true foo_mlt @@ -61,14 +62,11 @@ OnlyExplicitInline WIN32;NDEBUG;_WINDOWS;_USRDLL;UNICODE;_UNICODE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) true - MultiThreadedDLL + MultiThreaded true - .\Release/foo_mlt.pch - .\Release/ - .\Release/ - .\Release/ Level3 true + ..\..\..\ExternalAPI NDEBUG;%(PreprocessorDefinitions) @@ -79,16 +77,16 @@ true - .\Release/foo_mlt.pdb false - .\Release/foo_mlt.lib + $(IntDir)$(TargetName).lib MachineX86 + true + true true - .\Release/foo_mlt.bsc @@ -107,10 +105,6 @@ true EnableFastChecks MultiThreadedDebugDLL - .\Debug/foo_mlt.pch - .\Debug/ - .\Debug/ - .\Debug/ true Level3 true @@ -122,21 +116,18 @@ foobar2000\shared\shared.lib;%(AdditionalDependencies) - ..\..\..\..\bin9\debug\Plugins\listeningto\foo_mlt.dll true true - ..\..\..\..\bin9\debug\Plugins\listeningto\foo_mlt.pdb false - .\Debug/foo_mlt.lib + $(IntDir)$(TargetName).lib MachineX86 true - .\Debug/foo_mlt.bsc diff --git a/plugins/ListeningTo/players/foo_mlt/foobar2000/SDK/foobar2000_SDK.vcxproj b/plugins/ListeningTo/players/foo_mlt/foobar2000/SDK/foobar2000_SDK.vcxproj index c63688a4db..1cc0bac1e0 100644 --- a/plugins/ListeningTo/players/foo_mlt/foobar2000/SDK/foobar2000_SDK.vcxproj +++ b/plugins/ListeningTo/players/foo_mlt/foobar2000/SDK/foobar2000_SDK.vcxproj @@ -5,18 +5,10 @@ Debug Win32 - - Debug - x64 - Release Win32 - - Release - x64 - {E8091321-D79D-4575-86EF-064EA1A4A20D} @@ -34,17 +26,6 @@ false Unicode - - StaticLibrary - false - Unicode - true - - - StaticLibrary - false - Unicode - @@ -54,23 +35,13 @@ - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(Configuration)\ - $(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Configuration)\ - $(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ @@ -92,29 +63,6 @@ true - - - X64 - - - Disabled - WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - Use - foobar2000.h - Level3 - true - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - - MinSpace @@ -128,28 +76,7 @@ Level3 true ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - - - - - X64 - - - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - true - Fast - false - Use - foobar2000.h - Level3 - true + MultiThreaded NDEBUG;%(PreprocessorDefinitions) @@ -241,133 +168,79 @@ Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed @@ -376,154 +249,89 @@ Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks Create - Disabled - EnableFastChecks - Create Create - MaxSpeed - Create Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed Disabled EnableFastChecks - Disabled - EnableFastChecks - MaxSpeed diff --git a/plugins/ListeningTo/players/foo_mlt/foobar2000/foobar2000_component_client/foobar2000_component_client.vcxproj b/plugins/ListeningTo/players/foo_mlt/foobar2000/foobar2000_component_client/foobar2000_component_client.vcxproj index c65c39f49e..cc8d5c5ba6 100644 --- a/plugins/ListeningTo/players/foo_mlt/foobar2000/foobar2000_component_client/foobar2000_component_client.vcxproj +++ b/plugins/ListeningTo/players/foo_mlt/foobar2000/foobar2000_component_client/foobar2000_component_client.vcxproj @@ -5,18 +5,10 @@ Debug Win32 - - Debug - x64 - Release Win32 - - Release - x64 - {71AD2674-065B-48F5-B8B0-E1F9D3892081} @@ -34,17 +26,6 @@ false Unicode - - StaticLibrary - false - Unicode - true - - - StaticLibrary - false - Unicode - @@ -54,23 +35,13 @@ - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(Configuration)\ - $(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Configuration)\ - $(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ @@ -92,29 +63,6 @@ true - - - X64 - - - Disabled - WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - Level3 - true - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - - MinSpace @@ -126,27 +74,7 @@ Level3 true ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - - - - - X64 - - - false - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - true - Fast - false - Level3 - true + MultiThreaded NDEBUG;%(PreprocessorDefinitions) @@ -160,10 +88,7 @@ Disabled EnableFastChecks - Disabled - EnableFastChecks MaxSpeed - MaxSpeed diff --git a/plugins/ListeningTo/players/foo_mlt/foobar2000/helpers/foobar2000_sdk_helpers.vcxproj b/plugins/ListeningTo/players/foo_mlt/foobar2000/helpers/foobar2000_sdk_helpers.vcxproj index 3ca679fe04..b1f7ffba59 100644 --- a/plugins/ListeningTo/players/foo_mlt/foobar2000/helpers/foobar2000_sdk_helpers.vcxproj +++ b/plugins/ListeningTo/players/foo_mlt/foobar2000/helpers/foobar2000_sdk_helpers.vcxproj @@ -5,18 +5,10 @@ Debug Win32 - - Debug - x64 - Release Win32 - - Release - x64 - {EE47764E-A202-4F85-A767-ABDAB4AFF35F} @@ -34,17 +26,6 @@ Unicode true - - StaticLibrary - false - Unicode - - - StaticLibrary - false - Unicode - true - @@ -54,23 +35,13 @@ - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ @@ -85,28 +56,7 @@ Level3 true ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - - - - - X64 - - - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - true - Fast - false - Use - stdafx.h - Level3 - true + MultiThreaded NDEBUG;%(PreprocessorDefinitions) @@ -136,82 +86,43 @@ true - - - X64 - - - Disabled - WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - Use - stdafx.h - Level3 - true - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - - Disabled EnableFastChecks - Disabled - EnableFastChecks Disabled EnableFastChecks - Disabled - EnableFastChecks Disabled EnableFastChecks - Disabled - EnableFastChecks Disabled EnableFastChecks - Disabled - EnableFastChecks Disabled EnableFastChecks - Disabled - EnableFastChecks Disabled EnableFastChecks - Disabled - EnableFastChecks Disabled EnableFastChecks - Disabled - EnableFastChecks Disabled EnableFastChecks - Disabled - EnableFastChecks @@ -219,8 +130,6 @@ Disabled EnableFastChecks - Disabled - EnableFastChecks @@ -229,43 +138,29 @@ Disabled EnableFastChecks Create - Disabled - EnableFastChecks - Create Create - Create Disabled EnableFastChecks - Disabled - EnableFastChecks Disabled EnableFastChecks - Disabled - EnableFastChecks Disabled EnableFastChecks - Disabled - EnableFastChecks Disabled EnableFastChecks - Disabled - EnableFastChecks Disabled EnableFastChecks - Disabled - EnableFastChecks diff --git a/plugins/ListeningTo/players/foo_mlt/pfc/pfc.vcxproj b/plugins/ListeningTo/players/foo_mlt/pfc/pfc.vcxproj index 793def0703..e11a335483 100644 --- a/plugins/ListeningTo/players/foo_mlt/pfc/pfc.vcxproj +++ b/plugins/ListeningTo/players/foo_mlt/pfc/pfc.vcxproj @@ -5,18 +5,10 @@ Debug Win32 - - Debug - x64 - Release Win32 - - Release - x64 - {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C} @@ -34,17 +26,6 @@ false Unicode - - StaticLibrary - false - Unicode - true - - - StaticLibrary - false - Unicode - @@ -54,23 +35,13 @@ - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ @@ -92,29 +63,6 @@ true - - - X64 - - - Disabled - WIN32;_DEBUG;_WINDOWS;PFC_DLL_EXPORTS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - Use - pfc.h - Level3 - true - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - - MaxSpeed @@ -128,28 +76,7 @@ Level3 true ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - - - - - X64 - - - WIN32;NDEBUG;_WINDOWS;PFC_DLL_EXPORTS;%(PreprocessorDefinitions) - true - Fast - false - Use - pfc.h - Level3 - true + MultiThreaded NDEBUG;%(PreprocessorDefinitions) @@ -203,37 +130,22 @@ Disabled %(PreprocessorDefinitions) EnableFastChecks - Disabled - %(PreprocessorDefinitions) - EnableFastChecks MaxSpeed %(PreprocessorDefinitions) - MaxSpeed - %(PreprocessorDefinitions) Disabled %(PreprocessorDefinitions) EnableFastChecks - Disabled - %(PreprocessorDefinitions) - EnableFastChecks MaxSpeed %(PreprocessorDefinitions) - MaxSpeed - %(PreprocessorDefinitions) Disabled %(PreprocessorDefinitions) EnableFastChecks - Disabled - %(PreprocessorDefinitions) - EnableFastChecks MaxSpeed %(PreprocessorDefinitions) - MaxSpeed - %(PreprocessorDefinitions) @@ -241,54 +153,32 @@ Disabled %(PreprocessorDefinitions) EnableFastChecks - Disabled - %(PreprocessorDefinitions) - EnableFastChecks MaxSpeed %(PreprocessorDefinitions) - MaxSpeed - %(PreprocessorDefinitions) Disabled %(PreprocessorDefinitions) EnableFastChecks - Disabled - %(PreprocessorDefinitions) - EnableFastChecks MaxSpeed %(PreprocessorDefinitions) - MaxSpeed - %(PreprocessorDefinitions) Disabled %(PreprocessorDefinitions) EnableFastChecks Create - Disabled - %(PreprocessorDefinitions) - EnableFastChecks - Create MaxSpeed %(PreprocessorDefinitions) Create - MaxSpeed - %(PreprocessorDefinitions) - Create Disabled %(PreprocessorDefinitions) EnableFastChecks - Disabled - %(PreprocessorDefinitions) - EnableFastChecks MaxSpeed %(PreprocessorDefinitions) - MaxSpeed - %(PreprocessorDefinitions) @@ -297,13 +187,8 @@ Disabled %(PreprocessorDefinitions) EnableFastChecks - Disabled - %(PreprocessorDefinitions) - EnableFastChecks MaxSpeed %(PreprocessorDefinitions) - MaxSpeed - %(PreprocessorDefinitions) diff --git a/plugins/ListeningTo/players/winamp_mlt/mlt_winamp.vcxproj b/plugins/ListeningTo/players/winamp_mlt/mlt_winamp.vcxproj index 55b42d0f3d..e1ccc3eadf 100644 --- a/plugins/ListeningTo/players/winamp_mlt/mlt_winamp.vcxproj +++ b/plugins/ListeningTo/players/winamp_mlt/mlt_winamp.vcxproj @@ -11,7 +11,7 @@ - listeningto_winamp_mlt + ListeningTo_winamp_mlt {8BBB15B7-D08B-475A-A58C-0C71D39FADB8} gen_mlt @@ -108,7 +108,7 @@ OnlyExplicitInline WIN32;NDEBUG;_WINDOWS;_USRDLL;MLT_WINAMP_EXPORTS;%(PreprocessorDefinitions) true - MultiThreadedDLL + MultiThreaded true @@ -131,6 +131,8 @@ $(IntDir)$(TargetName).lib MachineX86 + + $(OutDir)$(TargetName).bsc -- cgit v1.2.3