From 97e268e5a5028c03f445ce58cfd968ff105449e0 Mon Sep 17 00:00:00 2001 From: Jonathan Li Date: Tue, 12 Jul 2016 00:17:50 +0100 Subject: [PATCH] 3rdparty: Tidy/standardise VS projects Combine all the different configurations together so the project files are more generic and maintainable. Also standardise the layout so all the project files will be similar and all have the same standard elements (even if empty). Add 64-bit configurations. Additional specifics: wxWidgets: Common stuff into the property sheets. pthreads: Fixes the LNK4068 warning. portaudio: Devel config added. libjpeg: Non-existent file removed. Side note: libjpeg is barely used - wxWidgets uses it but doesn't have to, ZeroGS uses it but we don't develop that anymore. --- 3rdparty/libjpeg/libjpeg.vcxproj | 92 +- 3rdparty/libjpeg/libjpeg.vcxproj.filters | 1 - .../projects/vstudio/libpng/libpng.vcxproj | 146 +- 3rdparty/opencl/opencl.vcxproj | 120 +- .../portaudio/build/msvc/portaudio.vcxproj | 600 +------ 3rdparty/pthreads4w/build/pthreads4w.vcxproj | 29 +- 3rdparty/soundtouch/SoundTouch.vcxproj | 25 +- 3rdparty/wxwidgets3.0/build/msw/Common.props | 16 +- .../wxwidgets3.0/build/msw/wx30_adv.vcxproj | 290 +--- .../wxwidgets3.0/build/msw/wx30_base.vcxproj | 308 +--- .../build/msw/wx30_config.vcxproj | 121 +- .../wxwidgets3.0/build/msw/wx30_core.vcxproj | 1453 +++-------------- 3rdparty/zlib/zlib.vcxproj | 84 +- unfree/baseclasses/baseclasses.vcxproj | 117 +- 14 files changed, 431 insertions(+), 2971 deletions(-) diff --git a/3rdparty/libjpeg/libjpeg.vcxproj b/3rdparty/libjpeg/libjpeg.vcxproj index 3734ee1bb6..a08b5f3c24 100644 --- a/3rdparty/libjpeg/libjpeg.vcxproj +++ b/3rdparty/libjpeg/libjpeg.vcxproj @@ -5,92 +5,53 @@ Debug Win32 + + Debug + x64 + Devel Win32 + + Devel + x64 + Release Win32 + + Release + x64 + - libjpeg7 {BC236261-77E8-4567-8D09-45CD02965EB6} - libjpeg - Win32Proj - + StaticLibrary - Unicode - false $(DefaultPlatformToolset) - - - StaticLibrary Unicode - true - $(DefaultPlatformToolset) - - - StaticLibrary - Unicode - $(DefaultPlatformToolset) + true + true + false - - - - + + - - - - - - - - - - - - - + + + + - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)-dev + AllRules.ruleset - - - - - - - - - - - - - - - - - - @@ -154,10 +115,7 @@ - - - - - \ No newline at end of file + + diff --git a/3rdparty/libjpeg/libjpeg.vcxproj.filters b/3rdparty/libjpeg/libjpeg.vcxproj.filters index cd675bb7ee..c940acd9b4 100644 --- a/3rdparty/libjpeg/libjpeg.vcxproj.filters +++ b/3rdparty/libjpeg/libjpeg.vcxproj.filters @@ -179,6 +179,5 @@ - \ No newline at end of file diff --git a/3rdparty/libpng/projects/vstudio/libpng/libpng.vcxproj b/3rdparty/libpng/projects/vstudio/libpng/libpng.vcxproj index 06ea773fa3..9ecd14607a 100644 --- a/3rdparty/libpng/projects/vstudio/libpng/libpng.vcxproj +++ b/3rdparty/libpng/projects/vstudio/libpng/libpng.vcxproj @@ -5,151 +5,66 @@ Debug Win32 + + Debug + x64 + Devel Win32 + + Devel + x64 + Release Win32 + + Release + x64 + - libpng {D6973076-9317-4EF2-A0B8-B7A18AC0713E} - + StaticLibrary - Unicode - false $(DefaultPlatformToolset) - - - StaticLibrary - true Unicode - $(DefaultPlatformToolset) - - - StaticLibrary - true - Unicode - $(DefaultPlatformToolset) + true + true + false - - - + + - - - - - - - - - - - + + + + - - false - - - $(SolutionDir)\deps\$(PlatformName)\$(Configuration)\ + + AllRules.ruleset - - false - - - $(SolutionDir)\deps\$(PlatformName)\$(Configuration)\ - - - false - - $(SolutionDir)\deps\$(PlatformName)\$(Configuration)\ - - + Use - Level4 - ProgramDatabase - WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - true - false pngpriv.h + true CompileAsC 4996;4127 - $(SolutionDir)\3rdparty\zlib;%(AdditionalIncludeDirectories) + $(SolutionDir)3rdparty\zlib;%(AdditionalIncludeDirectories) true - Disabled - - Windows - true - zlib.lib - 16 - $(OutDir) - - - - - Level4 - Use - ProgramDatabase - true - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - false - pngpriv.h - CompileAsC - 4996;4127 - $(SolutionDir)\3rdparty\zlib;%(AdditionalIncludeDirectories) - true - Full - - - Windows - true - true - true - zlib.lib - 16 - $(OutDir) - - - - - Level4 - Use - ProgramDatabase - true - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - false - pngpriv.h - CompileAsC - 4996;4127 - $(SolutionDir)\3rdparty\zlib;%(AdditionalIncludeDirectories) - true - Full - - - Windows - true - true - true - zlib.lib - 16 - $(OutDir) - - Create - Create - Create + Create @@ -172,6 +87,5 @@ - - - \ No newline at end of file + + diff --git a/3rdparty/opencl/opencl.vcxproj b/3rdparty/opencl/opencl.vcxproj index b8da9268d7..c827ac1222 100644 --- a/3rdparty/opencl/opencl.vcxproj +++ b/3rdparty/opencl/opencl.vcxproj @@ -20,120 +20,29 @@ {D80D4A75-C385-41BD-AE62-83D2E2B595A7} - Win32Proj - opencl - + StaticLibrary - true $(DefaultPlatformToolset) MultiByte - - - StaticLibrary - true - $(DefaultPlatformToolset) - MultiByte - - - StaticLibrary - false - $(DefaultPlatformToolset) - true - MultiByte - - - StaticLibrary - false - $(DefaultPlatformToolset) - true - MultiByte + true + true + false - - - - - - - - - - - - - - - + + + + + - - - - - - - Level3 - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - - - Windows - true - - - - - - - - Level3 - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - - - Windows - true - - - - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - - - Windows - true - true - true - - - - - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - - - Windows - true - true - true - - + + AllRules.ruleset + @@ -151,6 +60,5 @@ - - - \ No newline at end of file + + diff --git a/3rdparty/portaudio/build/msvc/portaudio.vcxproj b/3rdparty/portaudio/build/msvc/portaudio.vcxproj index 91e1214e6c..d6ef25dc02 100644 --- a/3rdparty/portaudio/build/msvc/portaudio.vcxproj +++ b/3rdparty/portaudio/build/msvc/portaudio.vcxproj @@ -17,6 +17,22 @@ Debug x64 + + Devel (NO ASIO) + Win32 + + + Devel (NO ASIO) + x64 + + + Devel + Win32 + + + Devel + x64 + Release (NO ASIO) Win32 @@ -36,432 +52,43 @@ {0A18A071-125E-442F-AFF7-A3F68ABECF99} - portaudio - portaudio - + StaticLibrary - false - $(DefaultPlatformToolset) - Unicode - - - StaticLibrary - false - true - $(DefaultPlatformToolset) - Unicode - - - StaticLibrary - false - $(DefaultPlatformToolset) - Unicode - - - StaticLibrary - false - true - $(DefaultPlatformToolset) - Unicode - - - DynamicLibrary - false - $(DefaultPlatformToolset) - Unicode - - - DynamicLibrary - false - $(DefaultPlatformToolset) - Unicode - - - DynamicLibrary - false - $(DefaultPlatformToolset) - Unicode - - - DynamicLibrary - false $(DefaultPlatformToolset) Unicode + true + true + false - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - <_ProjectFileVersion>10.0.30319.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - + AllRules.ruleset - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Release_x86/portaudio.tlb - - - + - OnlyExplicitInline - ..\..\src\common;..\..\include;.\;..\..\src\os\win;%(AdditionalIncludeDirectories) - _USRDLL;_CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO;PA_USE_DS=1;PA_USE_WASAPI=1;PA_USE_WDMKS=1;PA_USE_WMME=0;PA_USE_ASIO=1;%(PreprocessorDefinitions) + ..\..\src\common;..\..\include;.\;..\..\src\os\win;%(AdditionalIncludeDirectories) + ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;..\..\src\common;..\..\include;.\;..\..\src\os\win;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO;PA_USE_DS=1;PA_USE_WASAPI=1;PA_USE_WDMKS=1;PA_USE_WMME=0;PA_USE_ASIO=0;%(PreprocessorDefinitions) + PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO;PA_USE_DS=1;PA_USE_WASAPI=1;PA_USE_WDMKS=1;PA_USE_WMME=0;PA_USE_ASIO=0;%(PreprocessorDefinitions) + _CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO;PA_USE_DS=1;PA_USE_WASAPI=1;PA_USE_WDMKS=1;PA_USE_WMME=0;PA_USE_ASIO=1;%(PreprocessorDefinitions) + PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO;PA_USE_DS=1;PA_USE_WASAPI=1;PA_USE_WDMKS=1;PA_USE_WMME=0;PA_USE_ASIO=1;%(PreprocessorDefinitions) - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - $(Platform)\$(Configuration)\portaudio.bsc - ksuser.lib - - - NDEBUG;%(PreprocessorDefinitions) - true - true - X64 - .\Release_x86/portaudio.tlb - - - - - MaxSpeed - OnlyExplicitInline - ..\..\src\common;..\..\include;.\;..\..\src\os\win;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_USRDLL;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO;%(PreprocessorDefinitions) - true - MultiThreadedDLL - true - $(Platform)\$(Configuration)\portaudio.pch - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - ksuser.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\portaudio_x64.dll - true - .\portaudio.def - $(Platform)\$(Configuration)/portaudio_x64.pdb - false - - - $(Platform)\$(Configuration)/portaudio_x64.lib - MachineX64 - - - true - $(Platform)\$(Configuration)\portaudio_x64.bsc - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Debug_x86/portaudio.tlb - - - - - ..\..\src\common;..\..\include;.\;..\..\src\os\win;%(AdditionalIncludeDirectories) - _DEBUG;_USRDLL;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO;PA_USE_DS=1;PA_USE_WASAPI=1;PA_USE_WDMKS=1;PA_USE_WMME=0;PA_USE_ASIO=1;%(PreprocessorDefinitions) - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - $(Platform)\$(Configuration)\portaudio.bsc - - - false - ksuser.lib - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - X64 - .\Debug_x86/portaudio.tlb - - - - - Disabled - ..\..\src\common;..\..\include;.\;..\..\src\os\win;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_USRDLL;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - $(Platform)\$(Configuration)\portaudio.pch - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - Level3 - true - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - ksuser.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\portaudio_x64.dll - true - .\portaudio.def - true - $(Platform)\$(Configuration)/portaudio_x64.pdb - false - - - $(Platform)\$(Configuration)\portaudio_x64.lib - MachineX64 - - - true - $(Platform)\$(Configuration)/portaudio_x64.bsc - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Release_x86/portaudio.tlb - - - - - OnlyExplicitInline - ..\..\src\common;..\..\include;.\;..\..\src\os\win;%(AdditionalIncludeDirectories) - _USRDLL;_CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO;PA_USE_DS=1;PA_USE_WASAPI=1;PA_USE_WDMKS=1;PA_USE_WMME=0;PA_USE_ASIO=0;%(PreprocessorDefinitions) - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - $(Platform)\$(Configuration)\portaudio.bsc - - - ksuser.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - X64 - .\Release_x86/portaudio.tlb - - - - - MaxSpeed - OnlyExplicitInline - ..\..\src\common;..\..\include;.\;..\..\src\os\win;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_USRDLL;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO;%(PreprocessorDefinitions) - true - MultiThreadedDLL - true - $(Platform)\$(Configuration)\portaudio.pch - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - ksuser.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\portaudio_x64.dll - true - .\portaudio.def - $(Platform)\$(Configuration)/portaudio_x64.pdb - false - - - $(Platform)\$(Configuration)/portaudio_x64.lib - MachineX64 - - - true - $(Platform)\$(Configuration)\portaudio_x64.bsc - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Debug_x86/portaudio.tlb - - - - - ..\..\src\common;..\..\include;.\;..\..\src\os\win;%(AdditionalIncludeDirectories) - _DEBUG;_USRDLL;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO;PA_USE_DS=1;PA_USE_WASAPI=1;PA_USE_WDMKS=1;PA_USE_WMME=0;PA_USE_ASIO=0;%(PreprocessorDefinitions) - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - $(Platform)\$(Configuration)\portaudio.bsc - - - ksuser.lib - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - X64 - .\Debug_x86/portaudio.tlb - - - - - Disabled - ..\..\src\common;..\..\include;.\;..\..\src\os\win;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_USRDLL;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - $(Platform)\$(Configuration)\portaudio.pch - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - Level3 - true - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - ksuser.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\portaudio_x64.dll - true - .\portaudio.def - true - $(Platform)\$(Configuration)/portaudio_x64.pdb - false - - - $(Platform)\$(Configuration)\portaudio_x64.lib - MachineX64 - - - true - $(Platform)\$(Configuration)/portaudio_x64.bsc - - @@ -474,164 +101,28 @@ - true - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - true - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) + true - true - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - true - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) + true - true - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - true - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) + true - true - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - true - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) + true - true - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - true - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) + true - true - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - true - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) + true - true - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - true - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) + true - true - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - true - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - ..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) + true @@ -664,6 +155,5 @@ - - - \ No newline at end of file + + diff --git a/3rdparty/pthreads4w/build/pthreads4w.vcxproj b/3rdparty/pthreads4w/build/pthreads4w.vcxproj index cdbf472e57..15ebd11015 100644 --- a/3rdparty/pthreads4w/build/pthreads4w.vcxproj +++ b/3rdparty/pthreads4w/build/pthreads4w.vcxproj @@ -28,27 +28,31 @@ {0FAE817D-9A32-4830-857E-81DA57246E16} - pthreads4w - pthreads4w StaticLibrary $(DefaultPlatformToolset) - true - false - true + MultiByte + true + true + false + - - - - + + + + + + + AllRules.ruleset + HAVE_PTW32_CONFIG_H;PTW32_BUILD_INLINED;%(PreprocessorDefinitions) @@ -59,6 +63,10 @@ PTW32_ARCHx86;%(PreprocessorDefinitions) PTW32_ARCHx64;%(PreprocessorDefinitions) + + MachineX86 + MachineX64 + @@ -76,4 +84,5 @@ - \ No newline at end of file + + diff --git a/3rdparty/soundtouch/SoundTouch.vcxproj b/3rdparty/soundtouch/SoundTouch.vcxproj index 444fe5a411..2885aeae27 100644 --- a/3rdparty/soundtouch/SoundTouch.vcxproj +++ b/3rdparty/soundtouch/SoundTouch.vcxproj @@ -28,26 +28,30 @@ {E9B51944-7E6D-4BCD-83F2-7BBD5A46182D} - SoundTouch - SoundTouch StaticLibrary $(DefaultPlatformToolset) - true - false - true + Unicode + true + true + false + - - - - + + + + + + + AllRules.ruleset + $(ProjectDir)soundtouch;%(AdditionalIncludeDirectories) @@ -88,4 +92,5 @@ - \ No newline at end of file + + diff --git a/3rdparty/wxwidgets3.0/build/msw/Common.props b/3rdparty/wxwidgets3.0/build/msw/Common.props index 1a786396ef..ff93641f6c 100644 --- a/3rdparty/wxwidgets3.0/build/msw/Common.props +++ b/3rdparty/wxwidgets3.0/build/msw/Common.props @@ -4,10 +4,8 @@ $(ProjectDir)..\.. - <_ProjectFileVersion>10.0.30128.1 - <_PropertySheetDisplayName>wxCommon $(PlatformName)\$(Configuration)\$(ProjectName)\ - $(SolutionDir)\deps\$(PlatformName)\$(Configuration)\ + $(SolutionDir)deps\$(PlatformName)\$(Configuration)\ @@ -19,12 +17,16 @@ Async true Default - $(ProjectRootDir)\include;$(SolutionDir)\3rdparty\libpng;$(SolutionDir)\3rdparty\libjpeg;$(SolutionDir)\3rdparty\zlib;%(AdditionalIncludeDirectories) + $(ProjectRootDir)\include;$(SolutionDir)3rdparty\libpng;$(SolutionDir)3rdparty\libjpeg;$(SolutionDir)3rdparty\zlib;%(AdditionalIncludeDirectories) false - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + _CRT_SECURE_NO_DEPRECATE=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Level4 + Use + wx/wxprec.h - $(ProjectRootDir)\include;$(SolutionDir)\3rdparty\libpng;$(SolutionDir)\3rdparty\libjpeg;$(SolutionDir)\3rdparty\zlib + $(ProjectRootDir)\include;$(SolutionDir)3rdparty\libpng;$(SolutionDir)3rdparty\libjpeg;$(SolutionDir)3rdparty\zlib + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;WXBUILDING;%(PreprocessorDefinitions) - \ No newline at end of file + diff --git a/3rdparty/wxwidgets3.0/build/msw/wx30_adv.vcxproj b/3rdparty/wxwidgets3.0/build/msw/wx30_adv.vcxproj index dd4114b883..e5ef38ab0e 100644 --- a/3rdparty/wxwidgets3.0/build/msw/wx30_adv.vcxproj +++ b/3rdparty/wxwidgets3.0/build/msw/wx30_adv.vcxproj @@ -27,277 +27,37 @@ - wxAdv30 {24C45343-FD20-5C92-81C1-35A2AE841E79} - + StaticLibrary - false - Unicode $(DefaultPlatformToolset) - true - - - StaticLibrary - false Unicode - $(DefaultPlatformToolset) - true - - - StaticLibrary - false - Unicode - $(DefaultPlatformToolset) - true - - - StaticLibrary - false - Unicode - $(DefaultPlatformToolset) - true - - - StaticLibrary - false - Unicode - $(DefaultPlatformToolset) - - - StaticLibrary - false - Unicode - $(DefaultPlatformToolset) + true + true + false - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - <_ProjectFileVersion>10.0.40219.1 + AllRules.ruleset - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - Disabled - _DEBUG;%(PreprocessorDefinitions) - Use - wx/wxprec.h - $(IntDir)..\wxprec_$(ProjectName)lib.pch - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - - - true - - - $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - _DEBUG;%(PreprocessorDefinitions) - Use - wx/wxprec.h - $(IntDir)..\wxprec_$(ProjectName)lib.pch - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)$(TargetName)$(TargetExt) - true - - - $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - Use - wx/wxprec.h - $(IntDir)..\wxprec_$(ProjectName)lib.pch - Level4 - true - AnySuitable - true - Speed - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - - - true - MachineX86 - - - $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - Use - wx/wxprec.h - $(IntDir)..\wxprec_$(ProjectName)lib.pch - Level4 - true - AnySuitable - true - Speed - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - - - true - MachineX86 - - - $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - Use - wx/wxprec.h - $(IntDir)..\wxprec_$(ProjectName)lib.pch - Level4 - true - ProgramDatabase - AnySuitable - true - Speed - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)$(TargetName)$(TargetExt) - true - - - $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - Use - wx/wxprec.h - $(IntDir)..\wxprec_$(ProjectName)lib.pch - Level4 - true - ProgramDatabase - AnySuitable - true - Speed - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)$(TargetName)$(TargetExt) - true - - - $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc - true - - - Create - Create - Create - Create - Create - Create + Create @@ -347,22 +107,12 @@ - true - true - true - true - true - true + true - true - true - true - true - true - true + true @@ -370,12 +120,7 @@ - true - true - true - true - true - true + true @@ -440,6 +185,5 @@ - - - \ No newline at end of file + + diff --git a/3rdparty/wxwidgets3.0/build/msw/wx30_base.vcxproj b/3rdparty/wxwidgets3.0/build/msw/wx30_base.vcxproj index 4b15f43fdc..377518fb89 100644 --- a/3rdparty/wxwidgets3.0/build/msw/wx30_base.vcxproj +++ b/3rdparty/wxwidgets3.0/build/msw/wx30_base.vcxproj @@ -27,268 +27,34 @@ - wxBase30 {3FCC50C2-81E9-5DB2-B8D8-2129427568B1} - + StaticLibrary - false - Unicode $(DefaultPlatformToolset) - true - - - StaticLibrary - false Unicode - $(DefaultPlatformToolset) - true - - - StaticLibrary - false - Unicode - $(DefaultPlatformToolset) - true - - - StaticLibrary - false - Unicode - $(DefaultPlatformToolset) - true - - - StaticLibrary - false - Unicode - $(DefaultPlatformToolset) - - - StaticLibrary - false - Unicode - $(DefaultPlatformToolset) + true + true + false - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - <_ProjectFileVersion>10.0.40219.1 + AllRules.ruleset - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - + - Disabled - _DEBUG;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - Use - wx/wxprec.h - $(IntDir)..\wxprec_$(ProjectName)lib.pch - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - 0x0409 - - - true - - - $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - _DEBUG;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - Use - wx/wxprec.h - $(IntDir)..\wxprec_$(ProjectName)lib.pch - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)$(TargetName)$(TargetExt) - true - - - $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - Use - wx/wxprec.h - $(IntDir)..\wxprec_$(ProjectName)lib.pch - Level4 - true - ProgramDatabase - AnySuitable - true - Speed - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - 0x0409 - - - true - MachineX86 - - - $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - Use - wx/wxprec.h - $(IntDir)..\wxprec_$(ProjectName)lib.pch - Level4 - true - ProgramDatabase - AnySuitable - true - Speed - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - 0x0409 - - - true - MachineX86 - - - $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - Use - wx/wxprec.h - $(IntDir)..\wxprec_$(ProjectName)lib.pch - Level4 - true - ProgramDatabase - AnySuitable - true - Speed - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)$(TargetName)$(TargetExt) - true - - - $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - Use - wx/wxprec.h - $(IntDir)..\wxprec_$(ProjectName)lib.pch - Level4 - true - ProgramDatabase - AnySuitable - true - Speed - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)$(TargetName)$(TargetExt) - true - - - $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc - true - @@ -307,12 +73,7 @@ - Create - Create - Create - Create - Create - Create + Create @@ -321,18 +82,7 @@ - - - - - - - - - - - - + NotUsing @@ -428,22 +178,12 @@ - true - true - true - true - true - true + true - true - true - true - true - true - true + true @@ -455,12 +195,7 @@ - true - true - true - true - true - true + true @@ -477,9 +212,7 @@ - true - true - true + true @@ -645,6 +378,5 @@ - - - \ No newline at end of file + + diff --git a/3rdparty/wxwidgets3.0/build/msw/wx30_config.vcxproj b/3rdparty/wxwidgets3.0/build/msw/wx30_config.vcxproj index 3c97c4d914..b69f546de4 100644 --- a/3rdparty/wxwidgets3.0/build/msw/wx30_config.vcxproj +++ b/3rdparty/wxwidgets3.0/build/msw/wx30_config.vcxproj @@ -27,130 +27,33 @@ - wxConfig30 {01F4CE10-2CFB-41A8-B41F-E54337868A1D} - + Utility - false - Unicode - $(DefaultPlatformToolset) - - - Utility - false - Unicode - $(DefaultPlatformToolset) - - - Utility - false - Unicode - $(DefaultPlatformToolset) - - - Utility - false - Unicode - $(DefaultPlatformToolset) - - - Utility - false - Unicode - $(DefaultPlatformToolset) - - - Utility - false Unicode $(DefaultPlatformToolset) - - - - - - - - - - - - - - - - - - + + - - <_ProjectFileVersion>10.0.40219.1 - - - - - - - - - - - - Creating ..\..\include\wx\setup.h - Creating ..\..\include\wx\setup.h - copy "%(Identity)" "..\..\include\wx\setup.h" - copy "%(Identity)" "..\..\include\wx\setup.h" - ..\..\include\wx\setup.h;%(Outputs) - ..\..\include\wx\setup.h;%(Outputs) - Creating ..\..\include\wx\setup.h - Creating ..\..\include\wx\setup.h - Creating ..\..\include\wx\setup.h - Creating ..\..\include\wx\setup.h - copy "%(Identity)" "..\..\include\wx\setup.h" - copy "%(Identity)" "..\..\include\wx\setup.h" - copy "%(Identity)" "..\..\include\wx\setup.h" - copy "%(Identity)" "..\..\include\wx\setup.h" - ..\..\include\wx\setup.h;%(Outputs) - ..\..\include\wx\setup.h;%(Outputs) - ..\..\include\wx\setup.h;%(Outputs) - ..\..\include\wx\setup.h;%(Outputs) + Creating ..\..\include\wx\setup.h + copy "%(Identity)" "..\..\include\wx\setup.h" + ..\..\include\wx\setup.h;%(Outputs) - Creating ..\..\$(PlatformName)\wx\msw\rcdefs.h - Creating ..\..\$(PlatformName)\wx\msw\rcdefs.h - cl /EP /nologo "%(Identity)" > "..\..\$(PlatformName)\wx\msw\rcdefs.h" - cl /EP /nologo "%(Identity)" > "..\..\$(PlatformName)\wx\msw\rcdefs.h" - ..\..\$(PlatformName)\wx\msw\rcdefs.h;%(Outputs) - ..\..\$(PlatformName)\wx\msw\rcdefs.h;%(Outputs) - ..\..\$(PlatformName)\wx\msw;%(AdditionalInputs) - ..\..\$(PlatformName)\wx\msw;%(AdditionalInputs) - Creating ..\..\$(PlatformName)\wx\msw\rcdefs.h - Creating ..\..\$(PlatformName)\wx\msw\rcdefs.h - Creating ..\..\$(PlatformName)\wx\msw\rcdefs.h - Creating ..\..\$(PlatformName)\wx\msw\rcdefs.h - cl /EP /nologo "%(Identity)" > "..\..\$(PlatformName)\wx\msw\rcdefs.h" - cl /EP /nologo "%(Identity)" > "..\..\$(PlatformName)\wx\msw\rcdefs.h" - cl /EP /nologo "%(Identity)" > "..\..\$(PlatformName)\wx\msw\rcdefs.h" - cl /EP /nologo "%(Identity)" > "..\..\$(PlatformName)\wx\msw\rcdefs.h" - ..\..\$(PlatformName)\wx\msw\rcdefs.h;%(Outputs) - ..\..\$(PlatformName)\wx\msw\rcdefs.h;%(Outputs) - ..\..\$(PlatformName)\wx\msw\rcdefs.h;%(Outputs) - ..\..\$(PlatformName)\wx\msw\rcdefs.h;%(Outputs) - ..\..\$(PlatformName)\wx\msw;%(AdditionalInputs) - ..\..\$(PlatformName)\wx\msw;%(AdditionalInputs) - ..\..\$(PlatformName)\wx\msw;%(AdditionalInputs) - ..\..\$(PlatformName)\wx\msw;%(AdditionalInputs="") + Creating ..\..\$(PlatformName)\wx\msw\rcdefs.h + cl /EP /nologo "%(Identity)" > "..\..\$(PlatformName)\wx\msw\rcdefs.h" + ..\..\$(PlatformName)\wx\msw\rcdefs.h;%(Outputs) + ..\..\$(PlatformName)\wx\msw;%(AdditionalInputs) - - - \ No newline at end of file + + diff --git a/3rdparty/wxwidgets3.0/build/msw/wx30_core.vcxproj b/3rdparty/wxwidgets3.0/build/msw/wx30_core.vcxproj index 083f1c7d53..8d91d0e8a6 100644 --- a/3rdparty/wxwidgets3.0/build/msw/wx30_core.vcxproj +++ b/3rdparty/wxwidgets3.0/build/msw/wx30_core.vcxproj @@ -27,268 +27,34 @@ - wxCore30 {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} - + StaticLibrary - false - Unicode $(DefaultPlatformToolset) - true - - - StaticLibrary - false Unicode - $(DefaultPlatformToolset) - true - - - StaticLibrary - false - Unicode - $(DefaultPlatformToolset) - true - - - StaticLibrary - false - Unicode - $(DefaultPlatformToolset) - true - - - StaticLibrary - false - Unicode - $(DefaultPlatformToolset) - - - StaticLibrary - false - Unicode - $(DefaultPlatformToolset) + true + true + false - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - <_ProjectFileVersion>10.0.40219.1 + AllRules.ruleset - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) - $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - + - Disabled - _DEBUG;wxUSE_BASE=0;%(PreprocessorDefinitions) - Use - wx/wxprec.h - $(IntDir)..\wxprec_$(ProjectName)lib.pch - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) - 0x0409 - - - true - - - $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) - $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - _DEBUG;wxUSE_BASE=0;%(PreprocessorDefinitions) - Use - wx/wxprec.h - $(IntDir)..\wxprec_$(ProjectName)lib.pch - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)$(TargetName)$(TargetExt) - true - - - $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) - $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed wxUSE_BASE=0;%(PreprocessorDefinitions) - Use - wx/wxprec.h - $(IntDir)..\wxprec_$(ProjectName)lib.pch - Level4 - true - ProgramDatabase - AnySuitable - true - Speed - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) - 0x0409 - - - true - MachineX86 - - - $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) - $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - wxUSE_BASE=0;%(PreprocessorDefinitions) - Use - wx/wxprec.h - $(IntDir)..\wxprec_$(ProjectName)lib.pch - Level4 - true - ProgramDatabase - AnySuitable - true - Speed - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) - 0x0409 - - - true - MachineX86 - - - $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) - $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - wxUSE_BASE=0;%(PreprocessorDefinitions) - Use - wx/wxprec.h - $(IntDir)..\wxprec_$(ProjectName)lib.pch - Level4 - true - ProgramDatabase - AnySuitable - true - Speed - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)$(TargetName)$(TargetExt) - true - - - $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) - $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - wxUSE_BASE=0;%(PreprocessorDefinitions) - Use - wx/wxprec.h - $(IntDir)..\wxprec_$(ProjectName)lib.pch - Level4 - true - ProgramDatabase - AnySuitable - true - Speed - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)$(TargetName)$(TargetExt) - true - - - $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc - true - @@ -331,12 +97,7 @@ - Create - Create - Create - Create - Create - Create + Create @@ -432,12 +193,7 @@ - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj @@ -447,66 +203,31 @@ - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj @@ -517,12 +238,7 @@ - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj @@ -534,12 +250,7 @@ - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj @@ -548,12 +259,7 @@ - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj @@ -566,30 +272,15 @@ - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj @@ -600,12 +291,7 @@ - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj @@ -618,115 +304,50 @@ - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj - $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj @@ -739,12 +360,7 @@ - true - true - true - true - true - true + true @@ -753,50 +369,25 @@ - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true @@ -804,22 +395,12 @@ - true - true - true - true - true - true + true - true - true - true - true - true - true + true @@ -836,12 +417,7 @@ - $(IntDir)generic_%(Filename).obj - $(IntDir)generic_%(Filename).obj - $(IntDir)generic_%(Filename).obj - $(IntDir)generic_%(Filename).obj - $(IntDir)generic_%(Filename).obj - $(IntDir)generic_%(Filename).obj + $(IntDir)generic_%(Filename).obj @@ -851,32 +427,17 @@ - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true @@ -930,12 +491,7 @@ - true - true - true - true - true - true + true @@ -1065,143 +621,58 @@ - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true @@ -1210,54 +681,24 @@ - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true @@ -1268,12 +709,7 @@ - true - true - true - true - true - true + true @@ -1296,12 +732,7 @@ - true - true - true - true - true - true + true @@ -1331,12 +762,7 @@ - true - true - true - true - true - true + true @@ -1344,12 +770,7 @@ - true - true - true - true - true - true + true @@ -1360,12 +781,7 @@ - true - true - true - true - true - true + true @@ -1376,20 +792,10 @@ - true - true - true - true - true - true + true - true - true - true - true - true - true + true @@ -1432,12 +838,7 @@ - true - true - true - true - true - true + true @@ -1458,22 +859,12 @@ - true - true - true - true - true - true + true - true - true - true - true - true - true + true @@ -1487,52 +878,22 @@ - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true @@ -1544,172 +905,67 @@ - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true @@ -1734,28 +990,13 @@ - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true @@ -1769,12 +1010,7 @@ - true - true - true - true - true - true + true @@ -1807,516 +1043,196 @@ - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true - true - true - true - true - true - true + true @@ -2333,6 +1249,5 @@ - - - \ No newline at end of file + + diff --git a/3rdparty/zlib/zlib.vcxproj b/3rdparty/zlib/zlib.vcxproj index 59229f5316..14f8625ff0 100644 --- a/3rdparty/zlib/zlib.vcxproj +++ b/3rdparty/zlib/zlib.vcxproj @@ -5,85 +5,54 @@ Debug Win32 + + Debug + x64 + Devel Win32 + + Devel + x64 + Release Win32 + + Release + x64 + {2F6C0388-20CB-4242-9F6C-A6EBB6A83F47} - zlib - zlib - + StaticLibrary - MultiByte - false $(DefaultPlatformToolset) - - - StaticLibrary MultiByte - true - $(DefaultPlatformToolset) - - - StaticLibrary - MultiByte - $(DefaultPlatformToolset) + true + true + false - - - + + - - - - - - - - - - - - - + + + + - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)-dev + AllRules.ruleset - - - _CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Level3 - - - - - _CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Level3 - - - + _CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) Level3 @@ -119,6 +88,5 @@ - - - \ No newline at end of file + + diff --git a/unfree/baseclasses/baseclasses.vcxproj b/unfree/baseclasses/baseclasses.vcxproj index aa0f1eaced..14f3aceff1 100644 --- a/unfree/baseclasses/baseclasses.vcxproj +++ b/unfree/baseclasses/baseclasses.vcxproj @@ -20,120 +20,34 @@ {27F17499-A372-4408-8AFA-4F9F4584FBD3} - Win32Proj - baseclasses - + StaticLibrary - true $(DefaultPlatformToolset) MultiByte - - - StaticLibrary - false - $(DefaultPlatformToolset) - true - MultiByte - - - StaticLibrary - true - $(DefaultPlatformToolset) - MultiByte - - - StaticLibrary - false - $(DefaultPlatformToolset) - true - MultiByte + true + true + false - - - - - + + - - - - - - - - - - - - - - - - + + + - - + + AllRules.ruleset + + Use - Level3 - Disabled - _DEBUG;_LIB;%(PreprocessorDefinitions) streams.h - - Windows - - - - - Use - Level3 - Disabled - _DEBUG;_LIB;%(PreprocessorDefinitions) - streams.h - - - Windows - - - - - Level3 - Use - MaxSpeed - true - true - NDEBUG;_LIB;%(PreprocessorDefinitions) - 4996 - streams.h - - - Windows - true - true - - - - - Level3 - Use - MaxSpeed - true - true - NDEBUG;_LIB;%(PreprocessorDefinitions) - 4996 - streams.h - - - Windows - true - true - @@ -200,6 +114,5 @@ - - - \ No newline at end of file + +