diff --git a/Project/MSVC2015/CleanUp.bat b/Project/MSVC2015/CleanUp.bat deleted file mode 100644 index 0fd41f18..00000000 --- a/Project/MSVC2015/CleanUp.bat +++ /dev/null @@ -1,25 +0,0 @@ -@echo off - -rem MS Visual Studio specific --- -if exist *.opensdf del *.opensdf -if exist *.sdf del *.sdf - -pushd Example -if exist Debug rmdir Debug /Q /S -if exist Release rmdir Release /Q /S -if exist Win32 rmdir Win32 /Q /S -if exist x64 rmdir x64 /Q /S -if exist *.ncb del *.ncb -if exist *.user del *.user -if exist *.suo del *.suo /AH -popd - -pushd Library -if exist Debug rmdir Debug /Q /S -if exist Release rmdir Release /Q /S -if exist Win32 rmdir Win32 /Q /S -if exist x64 rmdir x64 /Q /S -if exist *.ncb del *.ncb -if exist *.user del *.user -if exist *.suo del *.suo /AH -popd diff --git a/Project/MSVC2015/Example/ZenLib_Test.sln b/Project/MSVC2015/Example/ZenLib_Test.sln deleted file mode 100644 index 878d48db..00000000 --- a/Project/MSVC2015/Example/ZenLib_Test.sln +++ /dev/null @@ -1,19 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZenLib_Test", "ZenLib_Test.vcxproj", "{425F07FD-D7F7-467F-B213-8B60635582F2}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {425F07FD-D7F7-467F-B213-8B60635582F2}.Release|Win32.ActiveCfg = Release|x64 - {425F07FD-D7F7-467F-B213-8B60635582F2}.Release|Win32.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Project/MSVC2015/Example/ZenLib_Test.vcxproj b/Project/MSVC2015/Example/ZenLib_Test.vcxproj deleted file mode 100644 index 1f082212..00000000 --- a/Project/MSVC2015/Example/ZenLib_Test.vcxproj +++ /dev/null @@ -1,67 +0,0 @@ - - - - - Release - Win32 - - - Release - x64 - - - - {425F07FD-D7F7-467F-B213-8B60635582F2} - Win32Proj - - - - Application - Unicode - v140 - - - Application - Unicode - v140 - - - - - - - - - - - - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - - - - ../../../Source;%(AdditionalIncludeDirectories) - - - comctl32.lib;WxJpeg.lib;WxPng.lib;WxTiff.lib;WxWidgets.lib;ZenLib.lib;%(AdditionalDependencies) - ../../../Release/MSVC/Library;../../../../Shared/Library/MSVC - comctl32.lib;WxJpeg.lib;WxPng.lib;WxTiff.lib;WxWidgets.lib;ZenLib.lib;%(AdditionalDependencies) - - - - - ../../../Source;%(AdditionalIncludeDirectories) - - - comctl32.lib;WxJpeg.lib;WxPng.lib;WxTiff.lib;WxWidgets.lib;ZenLib.lib;%(AdditionalDependencies) - ../../../Release/MSVC/Library;../../../../Shared/Library/MSVC - comctl32.lib;WxJpeg.lib;WxPng.lib;WxTiff.lib;WxWidgets.lib;ZenLib.lib;%(AdditionalDependencies) - - - - - - - - - \ No newline at end of file diff --git a/Project/MSVC2015/Example/ZenLib_Test.vcxproj.filters b/Project/MSVC2015/Example/ZenLib_Test.vcxproj.filters deleted file mode 100644 index a37fe2ac..00000000 --- a/Project/MSVC2015/Example/ZenLib_Test.vcxproj.filters +++ /dev/null @@ -1,14 +0,0 @@ - - - - - {5fc02ff6-0eab-4a4f-a754-256dd82d27af} - cpp;c;cxx;def;odl;idl;hpj;bat;asm - - - - - Source Files - - - \ No newline at end of file diff --git a/Project/MSVC2015/Library/ZenLib.vcxproj b/Project/MSVC2015/Library/ZenLib.vcxproj deleted file mode 100644 index f9679b4a..00000000 --- a/Project/MSVC2015/Library/ZenLib.vcxproj +++ /dev/null @@ -1,176 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94} - ZenLib - Win32Proj - - - - StaticLibrary - Unicode - v140 - - - StaticLibrary - v140 - Unicode - - - StaticLibrary - Unicode - v140 - - - StaticLibrary - Unicode - v140 - - - - - - - - - - - - - - - - - - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - - - - ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) - MultiThreadedDebugDLL - Use - ZenLib/PreComp.h - true - Disabled - - - - - ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) - MultiThreadedDebugDLL - true - Use - ZenLib/PreComp.h - Disabled - - - - - ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) - MultiThreadedDLL - true - Use - ZenLib/PreComp.h - None - NoExtensions - - - - - ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) - MultiThreadedDLL - true - Use - ZenLib/PreComp.h - None - - - - - - - - - - - - - - - - Create - Create - Create - Create - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Project/MSVC2015/Library/ZenLib.vcxproj.filters b/Project/MSVC2015/Library/ZenLib.vcxproj.filters deleted file mode 100644 index aeb111ad..00000000 --- a/Project/MSVC2015/Library/ZenLib.vcxproj.filters +++ /dev/null @@ -1,200 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {b0e0820a-9895-4fee-8a01-7583d157cda3} - - - {a987454d-645c-4a63-bc84-ffc79ae4679d} - - - {e2876701-1853-42b5-a385-15d45b825a88} - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {14855e7b-4367-4780-9bdb-48a7e942fd23} - - - {5cfba4eb-2f03-4a6b-8f8a-a8a0dbfb4802} - - - {16c53209-3c96-4ded-b925-c5cd36c4858f} - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files\Format\Http - - - Source Files\Format\Http - - - Source Files\Format\Http - - - Source Files\Format\Http - - - Source Files\Format\Html - - - Source Files\Format\Html - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files\Format\Html - - - Header Files\Format\Html - - - Header Files\Format\Http - - - Header Files\Format\Http - - - Header Files\Format\Http - - - Header Files\Format\Http - - - Header Files - - - Header Files - - - Header Files - - - \ No newline at end of file diff --git a/Project/MSVC2015/ZenLib_MSVC.sln b/Project/MSVC2015/ZenLib_MSVC.sln deleted file mode 100644 index 27d5c941..00000000 --- a/Project/MSVC2015/ZenLib_MSVC.sln +++ /dev/null @@ -1,27 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZenLib", "Library\ZenLib.vcxproj", "{0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}" -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 - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Debug|Win32.ActiveCfg = Debug|Win32 - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Debug|Win32.Build.0 = Debug|Win32 - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Debug|x64.ActiveCfg = Debug|x64 - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Debug|x64.Build.0 = Debug|x64 - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Release|Win32.ActiveCfg = Release|Win32 - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Release|Win32.Build.0 = Release|Win32 - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Release|x64.ActiveCfg = Release|x64 - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Project/MSVC2017/CleanUp.bat b/Project/MSVC2017/CleanUp.bat deleted file mode 100644 index 0fd41f18..00000000 --- a/Project/MSVC2017/CleanUp.bat +++ /dev/null @@ -1,25 +0,0 @@ -@echo off - -rem MS Visual Studio specific --- -if exist *.opensdf del *.opensdf -if exist *.sdf del *.sdf - -pushd Example -if exist Debug rmdir Debug /Q /S -if exist Release rmdir Release /Q /S -if exist Win32 rmdir Win32 /Q /S -if exist x64 rmdir x64 /Q /S -if exist *.ncb del *.ncb -if exist *.user del *.user -if exist *.suo del *.suo /AH -popd - -pushd Library -if exist Debug rmdir Debug /Q /S -if exist Release rmdir Release /Q /S -if exist Win32 rmdir Win32 /Q /S -if exist x64 rmdir x64 /Q /S -if exist *.ncb del *.ncb -if exist *.user del *.user -if exist *.suo del *.suo /AH -popd diff --git a/Project/MSVC2017/Example/ZenLib_Test.sln b/Project/MSVC2017/Example/ZenLib_Test.sln deleted file mode 100644 index a33c817e..00000000 --- a/Project/MSVC2017/Example/ZenLib_Test.sln +++ /dev/null @@ -1,19 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26228.4 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZenLib_Test", "ZenLib_Test.vcxproj", "{425F07FD-D7F7-467F-B213-8B60635582F2}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {425F07FD-D7F7-467F-B213-8B60635582F2}.Release|Win32.ActiveCfg = Release|x64 - {425F07FD-D7F7-467F-B213-8B60635582F2}.Release|Win32.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Project/MSVC2017/Example/ZenLib_Test.vcxproj b/Project/MSVC2017/Example/ZenLib_Test.vcxproj deleted file mode 100644 index c61aa198..00000000 --- a/Project/MSVC2017/Example/ZenLib_Test.vcxproj +++ /dev/null @@ -1,67 +0,0 @@ - - - - - Release - Win32 - - - Release - x64 - - - - {425F07FD-D7F7-467F-B213-8B60635582F2} - Win32Proj - - - - Application - Unicode - v141 - - - Application - Unicode - v141 - - - - - - - - - - - - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - - - - ../../../Source;%(AdditionalIncludeDirectories) - - - comctl32.lib;WxJpeg.lib;WxPng.lib;WxTiff.lib;WxWidgets.lib;ZenLib.lib;%(AdditionalDependencies) - ../../../Release/MSVC/Library;../../../../Shared/Library/MSVC - comctl32.lib;WxJpeg.lib;WxPng.lib;WxTiff.lib;WxWidgets.lib;ZenLib.lib;%(AdditionalDependencies) - - - - - ../../../Source;%(AdditionalIncludeDirectories) - - - comctl32.lib;WxJpeg.lib;WxPng.lib;WxTiff.lib;WxWidgets.lib;ZenLib.lib;%(AdditionalDependencies) - ../../../Release/MSVC/Library;../../../../Shared/Library/MSVC - comctl32.lib;WxJpeg.lib;WxPng.lib;WxTiff.lib;WxWidgets.lib;ZenLib.lib;%(AdditionalDependencies) - - - - - - - - - \ No newline at end of file diff --git a/Project/MSVC2017/Example/ZenLib_Test.vcxproj.filters b/Project/MSVC2017/Example/ZenLib_Test.vcxproj.filters deleted file mode 100644 index a37fe2ac..00000000 --- a/Project/MSVC2017/Example/ZenLib_Test.vcxproj.filters +++ /dev/null @@ -1,14 +0,0 @@ - - - - - {5fc02ff6-0eab-4a4f-a754-256dd82d27af} - cpp;c;cxx;def;odl;idl;hpj;bat;asm - - - - - Source Files - - - \ No newline at end of file diff --git a/Project/MSVC2017/Library/ZenLib.vcxproj b/Project/MSVC2017/Library/ZenLib.vcxproj deleted file mode 100644 index 78114992..00000000 --- a/Project/MSVC2017/Library/ZenLib.vcxproj +++ /dev/null @@ -1,180 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94} - ZenLib - Win32Proj - - - - StaticLibrary - Unicode - v141 - - - StaticLibrary - v141 - Unicode - - - StaticLibrary - Unicode - v141 - - - StaticLibrary - Unicode - v141 - - - - - - - - - - - - - - - - - - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - - - - ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) - MultiThreadedDebugDLL - Use - ZenLib/PreComp.h - true - Disabled - stdcpp17 - - - - - ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) - MultiThreadedDebugDLL - true - Use - ZenLib/PreComp.h - Disabled - stdcpp17 - - - - - ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) - MultiThreadedDLL - true - Use - ZenLib/PreComp.h - None - NoExtensions - stdcpp17 - - - - - ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) - MultiThreadedDLL - true - Use - ZenLib/PreComp.h - None - stdcpp17 - - - - - - - - - - - - - - - - Create - Create - Create - Create - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Project/MSVC2017/Library/ZenLib.vcxproj.filters b/Project/MSVC2017/Library/ZenLib.vcxproj.filters deleted file mode 100644 index aeb111ad..00000000 --- a/Project/MSVC2017/Library/ZenLib.vcxproj.filters +++ /dev/null @@ -1,200 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {b0e0820a-9895-4fee-8a01-7583d157cda3} - - - {a987454d-645c-4a63-bc84-ffc79ae4679d} - - - {e2876701-1853-42b5-a385-15d45b825a88} - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {14855e7b-4367-4780-9bdb-48a7e942fd23} - - - {5cfba4eb-2f03-4a6b-8f8a-a8a0dbfb4802} - - - {16c53209-3c96-4ded-b925-c5cd36c4858f} - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files\Format\Http - - - Source Files\Format\Http - - - Source Files\Format\Http - - - Source Files\Format\Http - - - Source Files\Format\Html - - - Source Files\Format\Html - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files\Format\Html - - - Header Files\Format\Html - - - Header Files\Format\Http - - - Header Files\Format\Http - - - Header Files\Format\Http - - - Header Files\Format\Http - - - Header Files - - - Header Files - - - Header Files - - - \ No newline at end of file diff --git a/Project/MSVC2017/Library/ZenLib_UWP.vcxproj b/Project/MSVC2017/Library/ZenLib_UWP.vcxproj deleted file mode 100644 index 144778de..00000000 --- a/Project/MSVC2017/Library/ZenLib_UWP.vcxproj +++ /dev/null @@ -1,259 +0,0 @@ - - - - - Debug - ARM - - - Debug - Win32 - - - Debug - x64 - - - Release - ARM - - - Release - Win32 - - - Release - x64 - - - - {6c3e4874-4d35-4178-84b2-d8c4f85b32ef} - StaticLibrary - ZenLib - 14.0 - true - Windows Store - 10.0.15063.0 - 10.0.10240.0 - 10.0 - en-US - - - - StaticLibrary - true - v141 - Unicode - - - StaticLibrary - true - v141 - Unicode - - - StaticLibrary - true - v141 - Unicode - - - StaticLibrary - false - true - v141 - Unicode - - - StaticLibrary - false - true - v141 - Unicode - - - StaticLibrary - false - true - v141 - Unicode - - - - - - - - - - - - - - - - - - - - - - - - - - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - - - - MultiThreadedDebugDLL - ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) - Use - ZenLib/PreComp.h - false - true - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - true - - - - - MultiThreadedDLL - ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) - Use - ZenLib/PreComp.h - false - true - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - true - - - - - MultiThreadedDebugDLL - ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) - Use - ZenLib/PreComp.h - false - true - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - true - - - - - MultiThreadedDLL - ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) - Use - ZenLib/PreComp.h - false - true - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - true - - - - - MultiThreadedDebugDLL - ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) - Use - ZenLib/PreComp.h - false - true - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - true - - - - - MultiThreadedDLL - ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) - Use - ZenLib/PreComp.h - false - true - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - true - - - - - - - - - - - - - - - - Create - Create - Create - Create - Create - Create - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Project/MSVC2017/ZenLib_MSVC.sln b/Project/MSVC2017/ZenLib_MSVC.sln deleted file mode 100644 index 72276443..00000000 --- a/Project/MSVC2017/ZenLib_MSVC.sln +++ /dev/null @@ -1,27 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26228.4 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZenLib", "Library\ZenLib.vcxproj", "{0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}" -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 - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Debug|Win32.ActiveCfg = Debug|Win32 - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Debug|Win32.Build.0 = Debug|Win32 - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Debug|x64.ActiveCfg = Debug|x64 - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Debug|x64.Build.0 = Debug|x64 - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Release|Win32.ActiveCfg = Release|Win32 - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Release|Win32.Build.0 = Release|Win32 - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Release|x64.ActiveCfg = Release|x64 - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Project/MSVC2017/ZenLib_UWP.sln b/Project/MSVC2017/ZenLib_UWP.sln deleted file mode 100644 index 4fc4a859..00000000 --- a/Project/MSVC2017/ZenLib_UWP.sln +++ /dev/null @@ -1,37 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26730.16 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZenLib_UWP", "Library\ZenLib_UWP.vcxproj", "{6C3E4874-4D35-4178-84B2-D8C4F85B32EF}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|ARM = Debug|ARM - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|ARM = Release|ARM - Release|x64 = Release|x64 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {6C3E4874-4D35-4178-84B2-D8C4F85B32EF}.Debug|ARM.ActiveCfg = Debug|ARM - {6C3E4874-4D35-4178-84B2-D8C4F85B32EF}.Debug|ARM.Build.0 = Debug|ARM - {6C3E4874-4D35-4178-84B2-D8C4F85B32EF}.Debug|x64.ActiveCfg = Debug|x64 - {6C3E4874-4D35-4178-84B2-D8C4F85B32EF}.Debug|x64.Build.0 = Debug|x64 - {6C3E4874-4D35-4178-84B2-D8C4F85B32EF}.Debug|x86.ActiveCfg = Debug|Win32 - {6C3E4874-4D35-4178-84B2-D8C4F85B32EF}.Debug|x86.Build.0 = Debug|Win32 - {6C3E4874-4D35-4178-84B2-D8C4F85B32EF}.Release|ARM.ActiveCfg = Release|ARM - {6C3E4874-4D35-4178-84B2-D8C4F85B32EF}.Release|ARM.Build.0 = Release|ARM - {6C3E4874-4D35-4178-84B2-D8C4F85B32EF}.Release|x64.ActiveCfg = Release|x64 - {6C3E4874-4D35-4178-84B2-D8C4F85B32EF}.Release|x64.Build.0 = Release|x64 - {6C3E4874-4D35-4178-84B2-D8C4F85B32EF}.Release|x86.ActiveCfg = Release|Win32 - {6C3E4874-4D35-4178-84B2-D8C4F85B32EF}.Release|x86.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {5F82701D-94EA-4A36-80C1-2BAAC6CD84B7} - EndGlobalSection -EndGlobal diff --git a/Project/MSVC2019/CleanUp.bat b/Project/MSVC2019/CleanUp.bat deleted file mode 100644 index 0fd41f18..00000000 --- a/Project/MSVC2019/CleanUp.bat +++ /dev/null @@ -1,25 +0,0 @@ -@echo off - -rem MS Visual Studio specific --- -if exist *.opensdf del *.opensdf -if exist *.sdf del *.sdf - -pushd Example -if exist Debug rmdir Debug /Q /S -if exist Release rmdir Release /Q /S -if exist Win32 rmdir Win32 /Q /S -if exist x64 rmdir x64 /Q /S -if exist *.ncb del *.ncb -if exist *.user del *.user -if exist *.suo del *.suo /AH -popd - -pushd Library -if exist Debug rmdir Debug /Q /S -if exist Release rmdir Release /Q /S -if exist Win32 rmdir Win32 /Q /S -if exist x64 rmdir x64 /Q /S -if exist *.ncb del *.ncb -if exist *.user del *.user -if exist *.suo del *.suo /AH -popd diff --git a/Project/MSVC2019/Example/ZenLib_Test.sln b/Project/MSVC2019/Example/ZenLib_Test.sln deleted file mode 100644 index 4e15f300..00000000 --- a/Project/MSVC2019/Example/ZenLib_Test.sln +++ /dev/null @@ -1,19 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26228.4 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZenLib_Test", "ZenLib_Test.vcxproj", "{425F07FD-D7F7-467F-B213-8B60635582F2}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {425F07FD-D7F7-467F-B213-8B60635582F2}.Release|Win32.ActiveCfg = Release|x64 - {425F07FD-D7F7-467F-B213-8B60635582F2}.Release|Win32.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Project/MSVC2019/Example/ZenLib_Test.vcxproj b/Project/MSVC2019/Example/ZenLib_Test.vcxproj deleted file mode 100644 index 3bef48b0..00000000 --- a/Project/MSVC2019/Example/ZenLib_Test.vcxproj +++ /dev/null @@ -1,67 +0,0 @@ - - - - - Release - Win32 - - - Release - x64 - - - - {425F07FD-D7F7-467F-B213-8B60635582F2} - Win32Proj - - - - Application - Unicode - v141 - - - Application - Unicode - v141 - - - - - - - - - - - - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - - - - ../../../Source;%(AdditionalIncludeDirectories) - - - comctl32.lib;WxJpeg.lib;WxPng.lib;WxTiff.lib;WxWidgets.lib;ZenLib.lib;%(AdditionalDependencies) - ../../../Release/MSVC/Library;../../../../Shared/Library/MSVC - comctl32.lib;WxJpeg.lib;WxPng.lib;WxTiff.lib;WxWidgets.lib;ZenLib.lib;%(AdditionalDependencies) - - - - - ../../../Source;%(AdditionalIncludeDirectories) - - - comctl32.lib;WxJpeg.lib;WxPng.lib;WxTiff.lib;WxWidgets.lib;ZenLib.lib;%(AdditionalDependencies) - ../../../Release/MSVC/Library;../../../../Shared/Library/MSVC - comctl32.lib;WxJpeg.lib;WxPng.lib;WxTiff.lib;WxWidgets.lib;ZenLib.lib;%(AdditionalDependencies) - - - - - - - - - \ No newline at end of file diff --git a/Project/MSVC2019/Example/ZenLib_Test.vcxproj.filters b/Project/MSVC2019/Example/ZenLib_Test.vcxproj.filters deleted file mode 100644 index a37fe2ac..00000000 --- a/Project/MSVC2019/Example/ZenLib_Test.vcxproj.filters +++ /dev/null @@ -1,14 +0,0 @@ - - - - - {5fc02ff6-0eab-4a4f-a754-256dd82d27af} - cpp;c;cxx;def;odl;idl;hpj;bat;asm - - - - - Source Files - - - \ No newline at end of file diff --git a/Project/MSVC2019/Library/ZenLib.vcxproj b/Project/MSVC2019/Library/ZenLib.vcxproj deleted file mode 100644 index 51649321..00000000 --- a/Project/MSVC2019/Library/ZenLib.vcxproj +++ /dev/null @@ -1,183 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94} - ZenLib - Win32Proj - 10.0 - - - - StaticLibrary - Unicode - v142 - - - StaticLibrary - Unicode - v142 - - - StaticLibrary - Unicode - v142 - - - StaticLibrary - Unicode - v142 - - - - - - - - - - - - - - - - - - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - - - - ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) - MultiThreadedDebugDLL - Use - ZenLib/PreComp.h - true - Disabled - stdcpp17 - - - - - ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) - MultiThreadedDebugDLL - true - Use - ZenLib/PreComp.h - Disabled - stdcpp17 - - - - - ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) - MultiThreadedDLL - true - Use - ZenLib/PreComp.h - None - NoExtensions - Guard - stdcpp17 - - - - - ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) - MultiThreadedDLL - true - Use - ZenLib/PreComp.h - None - Guard - stdcpp17 - - - - - - - - - - - - - - - - Create - Create - Create - Create - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Project/MSVC2019/Library/ZenLib.vcxproj.filters b/Project/MSVC2019/Library/ZenLib.vcxproj.filters deleted file mode 100644 index aeb111ad..00000000 --- a/Project/MSVC2019/Library/ZenLib.vcxproj.filters +++ /dev/null @@ -1,200 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {b0e0820a-9895-4fee-8a01-7583d157cda3} - - - {a987454d-645c-4a63-bc84-ffc79ae4679d} - - - {e2876701-1853-42b5-a385-15d45b825a88} - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {14855e7b-4367-4780-9bdb-48a7e942fd23} - - - {5cfba4eb-2f03-4a6b-8f8a-a8a0dbfb4802} - - - {16c53209-3c96-4ded-b925-c5cd36c4858f} - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files\Format\Http - - - Source Files\Format\Http - - - Source Files\Format\Http - - - Source Files\Format\Http - - - Source Files\Format\Html - - - Source Files\Format\Html - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files\Format\Html - - - Header Files\Format\Html - - - Header Files\Format\Http - - - Header Files\Format\Http - - - Header Files\Format\Http - - - Header Files\Format\Http - - - Header Files - - - Header Files - - - Header Files - - - \ No newline at end of file diff --git a/Project/MSVC2019/Library/ZenLib_UWP.vcxproj b/Project/MSVC2019/Library/ZenLib_UWP.vcxproj deleted file mode 100644 index 5a89487b..00000000 --- a/Project/MSVC2019/Library/ZenLib_UWP.vcxproj +++ /dev/null @@ -1,259 +0,0 @@ - - - - - Debug - ARM - - - Debug - Win32 - - - Debug - x64 - - - Release - ARM - - - Release - Win32 - - - Release - x64 - - - - {6c3e4874-4d35-4178-84b2-d8c4f85b32ef} - StaticLibrary - ZenLib - 14.0 - true - Windows Store - 10.0.15063.0 - 10.0.10240.0 - 10.0 - en-US - - - - StaticLibrary - true - v141 - Unicode - - - StaticLibrary - true - v141 - Unicode - - - StaticLibrary - true - v141 - Unicode - - - StaticLibrary - false - true - v141 - Unicode - - - StaticLibrary - false - true - v141 - Unicode - - - StaticLibrary - false - true - v141 - Unicode - - - - - - - - - - - - - - - - - - - - - - - - - - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - - - - MultiThreadedDebugDLL - ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) - Use - ZenLib/PreComp.h - false - true - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - true - - - - - MultiThreadedDLL - ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) - Use - ZenLib/PreComp.h - false - true - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - true - - - - - MultiThreadedDebugDLL - ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) - Use - ZenLib/PreComp.h - false - true - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - true - - - - - MultiThreadedDLL - ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) - Use - ZenLib/PreComp.h - false - true - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - true - - - - - MultiThreadedDebugDLL - ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) - Use - ZenLib/PreComp.h - false - true - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - true - - - - - MultiThreadedDLL - ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) - Use - ZenLib/PreComp.h - false - true - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - true - - - - - - - - - - - - - - - - Create - Create - Create - Create - Create - Create - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Project/MSVC2019/ZenLib_MSVC.sln b/Project/MSVC2019/ZenLib_MSVC.sln deleted file mode 100644 index 5015b2df..00000000 --- a/Project/MSVC2019/ZenLib_MSVC.sln +++ /dev/null @@ -1,30 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.28621.142 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZenLib", "Library\ZenLib.vcxproj", "{0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}" -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 - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Debug|Win32.ActiveCfg = Debug|Win32 - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Debug|Win32.Build.0 = Debug|Win32 - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Debug|x64.ActiveCfg = Debug|x64 - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Debug|x64.Build.0 = Debug|x64 - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Release|Win32.ActiveCfg = Release|Win32 - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Release|Win32.Build.0 = Release|Win32 - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Release|x64.ActiveCfg = Release|x64 - {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {C25B6F41-9F71-40C1-8BC5-E7DD2F41DB9B} - EndGlobalSection -EndGlobal diff --git a/Project/MSVC2019/ZenLib_UWP.sln b/Project/MSVC2019/ZenLib_UWP.sln deleted file mode 100644 index 27c32dd2..00000000 --- a/Project/MSVC2019/ZenLib_UWP.sln +++ /dev/null @@ -1,36 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.28621.142 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZenLib_UWP", "Library\ZenLib_UWP.vcxproj", "{6C3E4874-4D35-4178-84B2-D8C4F85B32EF}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|ARM = Debug|ARM - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|ARM = Release|ARM - Release|x64 = Release|x64 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {6C3E4874-4D35-4178-84B2-D8C4F85B32EF}.Debug|ARM.ActiveCfg = Debug|ARM - {6C3E4874-4D35-4178-84B2-D8C4F85B32EF}.Debug|ARM.Build.0 = Debug|ARM - {6C3E4874-4D35-4178-84B2-D8C4F85B32EF}.Debug|x64.ActiveCfg = Debug|x64 - {6C3E4874-4D35-4178-84B2-D8C4F85B32EF}.Debug|x64.Build.0 = Debug|x64 - {6C3E4874-4D35-4178-84B2-D8C4F85B32EF}.Debug|x86.ActiveCfg = Debug|Win32 - {6C3E4874-4D35-4178-84B2-D8C4F85B32EF}.Debug|x86.Build.0 = Debug|Win32 - {6C3E4874-4D35-4178-84B2-D8C4F85B32EF}.Release|ARM.ActiveCfg = Release|ARM - {6C3E4874-4D35-4178-84B2-D8C4F85B32EF}.Release|ARM.Build.0 = Release|ARM - {6C3E4874-4D35-4178-84B2-D8C4F85B32EF}.Release|x64.ActiveCfg = Release|x64 - {6C3E4874-4D35-4178-84B2-D8C4F85B32EF}.Release|x64.Build.0 = Release|x64 - {6C3E4874-4D35-4178-84B2-D8C4F85B32EF}.Release|x86.ActiveCfg = Release|Win32 - {6C3E4874-4D35-4178-84B2-D8C4F85B32EF}.Release|x86.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {5F82701D-94EA-4A36-80C1-2BAAC6CD84B7} - EndGlobalSection -EndGlobal