From 71485dcf8b2b32ece2852d2c35831b102c6568b7 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 29 Aug 2019 01:28:13 +0200 Subject: [PATCH] win32: Remove MSVC solution and project files --- expat/Changes | 3 + expat/Makefile.am | 28 +--- expat/examples/elements.vcxproj | 140 ------------------- expat/examples/elements.vcxproj.filters | 22 --- expat/examples/outline.vcxproj | 151 -------------------- expat/examples/outline.vcxproj.filters | 22 --- expat/expat.sln | 73 ---------- expat/lib/expat.vcxproj | 178 ------------------------ expat/lib/expat.vcxproj.filters | 80 ----------- expat/lib/expat_static.vcxproj | 148 -------------------- expat/lib/expat_static.vcxproj.filters | 71 ---------- expat/lib/expatw.vcxproj | 178 ------------------------ expat/lib/expatw.vcxproj.filters | 80 ----------- expat/lib/expatw_static.vcxproj | 148 -------------------- expat/lib/expatw_static.vcxproj.filters | 71 ---------- expat/tests/benchmark/benchmark.sln | 25 ---- expat/tests/benchmark/benchmark.vcxproj | 143 ------------------- expat/tests/runtests.sln | 24 ---- expat/tests/runtests.vcxproj | 142 ------------------- expat/tests/runtests.vcxproj.filters | 48 ------- expat/win32/expat.iss | 12 -- expat/xmlwf/xmlwf.vcxproj | 164 ---------------------- expat/xmlwf/xmlwf.vcxproj.filters | 48 ------- 23 files changed, 4 insertions(+), 1995 deletions(-) delete mode 100644 expat/examples/elements.vcxproj delete mode 100644 expat/examples/elements.vcxproj.filters delete mode 100644 expat/examples/outline.vcxproj delete mode 100644 expat/examples/outline.vcxproj.filters delete mode 100644 expat/expat.sln delete mode 100644 expat/lib/expat.vcxproj delete mode 100644 expat/lib/expat.vcxproj.filters delete mode 100644 expat/lib/expat_static.vcxproj delete mode 100644 expat/lib/expat_static.vcxproj.filters delete mode 100644 expat/lib/expatw.vcxproj delete mode 100644 expat/lib/expatw.vcxproj.filters delete mode 100644 expat/lib/expatw_static.vcxproj delete mode 100644 expat/lib/expatw_static.vcxproj.filters delete mode 100644 expat/tests/benchmark/benchmark.sln delete mode 100644 expat/tests/benchmark/benchmark.vcxproj delete mode 100644 expat/tests/runtests.sln delete mode 100644 expat/tests/runtests.vcxproj delete mode 100644 expat/tests/runtests.vcxproj.filters delete mode 100644 expat/xmlwf/xmlwf.vcxproj delete mode 100644 expat/xmlwf/xmlwf.vcxproj.filters diff --git a/expat/Changes b/expat/Changes index fcf61860..917bfd50 100644 --- a/expat/Changes +++ b/expat/Changes @@ -11,6 +11,9 @@ Release x.x.x xxx xxx xx xxxx #286 Windows: Remove COM code from xmlwf; in case it turns out needed later, there will be a dedicated repository below https://github.com/libexpat/ for that code + Windows: Remove explicit MSVC solution and project files. + You can generate Visual Studio solution files through + CMake, e.g.: cmake -G"Visual Studio 15 2017" . #244 #264 Autotools: Add argument --enable-xml-attr-info #239 #301 Autotools: Add arguments --with-getrandom diff --git a/expat/Makefile.am b/expat/Makefile.am index 2f9b5acb..561e2f1f 100644 --- a/expat/Makefile.am +++ b/expat/Makefile.am @@ -60,36 +60,10 @@ _EXTRA_DIST_CMAKE = \ expat_config.h.cmake _EXTRA_DIST_WINDOWS = \ - examples/elements.vcxproj \ - examples/elements.vcxproj.filters \ - examples/outline.vcxproj \ - examples/outline.vcxproj.filters \ - \ - lib/expat_static.vcxproj \ - lib/expat_static.vcxproj.filters \ - lib/expat.vcxproj \ - lib/expat.vcxproj.filters \ - lib/expatw_static.vcxproj \ - lib/expatw_static.vcxproj.filters \ - lib/expatw.vcxproj \ - lib/expatw.vcxproj.filters \ - \ - tests/benchmark/benchmark.sln \ - tests/benchmark/benchmark.vcxproj \ - \ - tests/runtests.sln \ - tests/runtests.vcxproj \ - tests/runtests.vcxproj.filters \ - \ win32/build_expat_iss.bat \ win32/expat.iss \ win32/MANIFEST.txt \ - win32/README.txt \ - \ - xmlwf/xmlwf.vcxproj \ - xmlwf/xmlwf.vcxproj.filters \ - \ - expat.sln + win32/README.txt EXTRA_DIST = \ $(_EXTRA_DIST_CMAKE) \ diff --git a/expat/examples/elements.vcxproj b/expat/examples/elements.vcxproj deleted file mode 100644 index dd3b9489..00000000 --- a/expat/examples/elements.vcxproj +++ /dev/null @@ -1,140 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - - - {35262250-C85F-463A-9F6D-670088BFA17E} - 10.0.16299.0 - - - - Application - v141 - false - MultiByte - - - Application - v141 - false - MultiByte - - - - - - - - - - - - - - - .\..\win32\bin\Release\ - .\..\win32\tmp\Release-elements\ - false - - - .\..\win32\bin\Debug\ - .\..\win32\tmp\Debug-elements\ - true - - - - MultiThreaded - Default - true - true - MaxSpeed - true - Level3 - false - ..\lib;%(AdditionalIncludeDirectories) - NDEBUG;_CONSOLE;XML_STATIC;%(PreprocessorDefinitions) - .\..\win32\tmp\Release-elements\ - .\..\win32\tmp\Release-elements\elements.pch - .\..\win32\tmp\Release-elements\ - .\..\win32\tmp\Release-elements\ - - - .\..\win32\bin\Release\elements.tlb - - - 0x0409 - NDEBUG;%(PreprocessorDefinitions) - - - true - .\..\win32\bin\Release\elements.bsc - - - true - Console - ..\win32\bin\Release\elements.exe - ..\win32\bin\Release;%(AdditionalLibraryDirectories) - libexpatMT.lib;%(AdditionalDependencies) - - - - - MultiThreadedDebug - Default - true - Disabled - true - Level3 - EditAndContinue - ..\lib;%(AdditionalIncludeDirectories) - _DEBUG;_CONSOLE;XML_STATIC;%(PreprocessorDefinitions) - .\..\win32\tmp\Debug-elements\ - true - .\..\win32\tmp\Debug-elements\elements.pch - .\..\win32\tmp\Debug-elements\ - .\..\win32\tmp\Debug-elements\ - EnableFastChecks - - - .\..\win32\bin\Debug\elements.tlb - - - 0x0409 - _DEBUG;%(PreprocessorDefinitions) - - - true - .\..\win32\bin\Debug\elements.bsc - - - true - true - Console - ..\win32\bin\Debug\elements.exe - ..\win32\bin\Debug;%(AdditionalLibraryDirectories) - libexpatMT.lib;%(AdditionalDependencies) - - - - - - - - {58a821bc-e4af-4df4-9a54-2baa22b92615} - false - - - - - - \ No newline at end of file diff --git a/expat/examples/elements.vcxproj.filters b/expat/examples/elements.vcxproj.filters deleted file mode 100644 index ab374c18..00000000 --- a/expat/examples/elements.vcxproj.filters +++ /dev/null @@ -1,22 +0,0 @@ - - - - - {95d10a62-f554-4b10-a08b-cc74ba9fe102} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {21ef9308-545b-4d8d-8bde-012f925efa3a} - h;hpp;hxx;hm;inl - - - {ddac4f51-12d6-4e8f-817c-12c85eb1ffd2} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - \ No newline at end of file diff --git a/expat/examples/outline.vcxproj b/expat/examples/outline.vcxproj deleted file mode 100644 index 31d6ef13..00000000 --- a/expat/examples/outline.vcxproj +++ /dev/null @@ -1,151 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Template - Win32 - - - - - - {DE74E6FD-E107-4326-B1B0-A0CFEEB64F25} - 10.0.16299.0 - - - - Application - v141 - - - Application - v141 - false - MultiByte - - - Application - v141 - false - MultiByte - - - - - - - - - - - - - - - - - - .\..\win32\bin\Debug\ - .\..\win32\tmp\Debug-outline\ - true - - - .\..\win32\bin\Release\ - .\..\win32\tmp\Release-outline\ - false - - - - MultiThreadedDebug - Default - true - Disabled - true - Level3 - true - EditAndContinue - ..\lib;%(AdditionalIncludeDirectories) - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) - .\..\win32\tmp\Debug-outline\ - .\..\win32\tmp\Debug-outline\outline.pch - .\..\win32\tmp\Debug-outline\ - .\..\win32\tmp\Debug-outline\ - EnableFastChecks - - - .\..\win32\bin\Debug\outline.tlb - - - 0x0409 - _DEBUG;%(PreprocessorDefinitions) - - - true - .\..\win32\bin\Debug\outline.bsc - - - true - true - Console - ..\win32\bin\Debug\outline.exe - ..\win32\bin\Debug;%(AdditionalLibraryDirectories) - libexpat.lib;%(AdditionalDependencies) - - - - - MultiThreaded - Default - true - true - MaxSpeed - true - Level3 - false - ..\lib;%(AdditionalIncludeDirectories) - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - .\..\win32\tmp\Release-outline\ - .\..\win32\tmp\Release-outline\outline.pch - .\..\win32\tmp\Release-outline\ - .\..\win32\tmp\Release-outline\ - - - .\..\win32\bin\Release\outline.tlb - - - 0x0409 - NDEBUG;%(PreprocessorDefinitions) - - - true - .\..\win32\bin\Release\outline.bsc - - - true - Console - ..\win32\bin\Release\outline.exe - ..\win32\bin\Release;%(AdditionalLibraryDirectories) - libexpat.lib;%(AdditionalDependencies) - - - - - - - - {45a5074d-66e8-44a4-a03f-018027b528d6} - false - - - - - - \ No newline at end of file diff --git a/expat/examples/outline.vcxproj.filters b/expat/examples/outline.vcxproj.filters deleted file mode 100644 index 0c23f352..00000000 --- a/expat/examples/outline.vcxproj.filters +++ /dev/null @@ -1,22 +0,0 @@ - - - - - {48092a1f-486d-4bd8-a9ea-d087423ab371} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {d9494f7e-987c-467b-a3e0-ea577aea229d} - h;hpp;hxx;hm;inl - - - {7e3cfca9-158f-4e78-be6c-02d599fd9254} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - \ No newline at end of file diff --git a/expat/expat.sln b/expat/expat.sln deleted file mode 100644 index d1c4efc2..00000000 --- a/expat/expat.sln +++ /dev/null @@ -1,73 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.40629.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "elements", "examples\elements.vcxproj", "{35262250-C85F-463A-9F6D-670088BFA17E}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "expat", "lib\expat.vcxproj", "{45A5074D-66E8-44A4-A03F-018027B528D6}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "expat_static", "lib\expat_static.vcxproj", "{58A821BC-E4AF-4DF4-9A54-2BAA22B92615}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "expatw", "lib\expatw.vcxproj", "{C04F1C11-7079-48AD-A90B-6F59B7A55BEF}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "expatw_static", "lib\expatw_static.vcxproj", "{9220B0F2-C895-4CB2-91D1-1C16C4ECB759}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "outline", "examples\outline.vcxproj", "{DE74E6FD-E107-4326-B1B0-A0CFEEB64F25}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmlwf", "xmlwf\xmlwf.vcxproj", "{E3C5991F-5238-4168-A179-275D1AC98D7E}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - Template|Win32 = Template|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {35262250-C85F-463A-9F6D-670088BFA17E}.Debug|Win32.ActiveCfg = Debug|Win32 - {35262250-C85F-463A-9F6D-670088BFA17E}.Debug|Win32.Build.0 = Debug|Win32 - {35262250-C85F-463A-9F6D-670088BFA17E}.Release|Win32.ActiveCfg = Release|Win32 - {35262250-C85F-463A-9F6D-670088BFA17E}.Release|Win32.Build.0 = Release|Win32 - {35262250-C85F-463A-9F6D-670088BFA17E}.Template|Win32.ActiveCfg = Release|Win32 - {35262250-C85F-463A-9F6D-670088BFA17E}.Template|Win32.Build.0 = Release|Win32 - {45A5074D-66E8-44A4-A03F-018027B528D6}.Debug|Win32.ActiveCfg = Debug|Win32 - {45A5074D-66E8-44A4-A03F-018027B528D6}.Debug|Win32.Build.0 = Debug|Win32 - {45A5074D-66E8-44A4-A03F-018027B528D6}.Release|Win32.ActiveCfg = Release|Win32 - {45A5074D-66E8-44A4-A03F-018027B528D6}.Release|Win32.Build.0 = Release|Win32 - {45A5074D-66E8-44A4-A03F-018027B528D6}.Template|Win32.ActiveCfg = Template|Win32 - {45A5074D-66E8-44A4-A03F-018027B528D6}.Template|Win32.Build.0 = Template|Win32 - {58A821BC-E4AF-4DF4-9A54-2BAA22B92615}.Debug|Win32.ActiveCfg = Debug|Win32 - {58A821BC-E4AF-4DF4-9A54-2BAA22B92615}.Debug|Win32.Build.0 = Debug|Win32 - {58A821BC-E4AF-4DF4-9A54-2BAA22B92615}.Release|Win32.ActiveCfg = Release|Win32 - {58A821BC-E4AF-4DF4-9A54-2BAA22B92615}.Release|Win32.Build.0 = Release|Win32 - {58A821BC-E4AF-4DF4-9A54-2BAA22B92615}.Template|Win32.ActiveCfg = Template|Win32 - {58A821BC-E4AF-4DF4-9A54-2BAA22B92615}.Template|Win32.Build.0 = Template|Win32 - {C04F1C11-7079-48AD-A90B-6F59B7A55BEF}.Debug|Win32.ActiveCfg = Debug|Win32 - {C04F1C11-7079-48AD-A90B-6F59B7A55BEF}.Debug|Win32.Build.0 = Debug|Win32 - {C04F1C11-7079-48AD-A90B-6F59B7A55BEF}.Release|Win32.ActiveCfg = Release|Win32 - {C04F1C11-7079-48AD-A90B-6F59B7A55BEF}.Release|Win32.Build.0 = Release|Win32 - {C04F1C11-7079-48AD-A90B-6F59B7A55BEF}.Template|Win32.ActiveCfg = Template|Win32 - {C04F1C11-7079-48AD-A90B-6F59B7A55BEF}.Template|Win32.Build.0 = Template|Win32 - {9220B0F2-C895-4CB2-91D1-1C16C4ECB759}.Debug|Win32.ActiveCfg = Debug|Win32 - {9220B0F2-C895-4CB2-91D1-1C16C4ECB759}.Debug|Win32.Build.0 = Debug|Win32 - {9220B0F2-C895-4CB2-91D1-1C16C4ECB759}.Release|Win32.ActiveCfg = Release|Win32 - {9220B0F2-C895-4CB2-91D1-1C16C4ECB759}.Release|Win32.Build.0 = Release|Win32 - {9220B0F2-C895-4CB2-91D1-1C16C4ECB759}.Template|Win32.ActiveCfg = Template|Win32 - {9220B0F2-C895-4CB2-91D1-1C16C4ECB759}.Template|Win32.Build.0 = Template|Win32 - {DE74E6FD-E107-4326-B1B0-A0CFEEB64F25}.Debug|Win32.ActiveCfg = Debug|Win32 - {DE74E6FD-E107-4326-B1B0-A0CFEEB64F25}.Debug|Win32.Build.0 = Debug|Win32 - {DE74E6FD-E107-4326-B1B0-A0CFEEB64F25}.Release|Win32.ActiveCfg = Release|Win32 - {DE74E6FD-E107-4326-B1B0-A0CFEEB64F25}.Release|Win32.Build.0 = Release|Win32 - {DE74E6FD-E107-4326-B1B0-A0CFEEB64F25}.Template|Win32.ActiveCfg = Template|Win32 - {DE74E6FD-E107-4326-B1B0-A0CFEEB64F25}.Template|Win32.Build.0 = Template|Win32 - {E3C5991F-5238-4168-A179-275D1AC98D7E}.Debug|Win32.ActiveCfg = Debug|Win32 - {E3C5991F-5238-4168-A179-275D1AC98D7E}.Debug|Win32.Build.0 = Debug|Win32 - {E3C5991F-5238-4168-A179-275D1AC98D7E}.Release|Win32.ActiveCfg = Release|Win32 - {E3C5991F-5238-4168-A179-275D1AC98D7E}.Release|Win32.Build.0 = Release|Win32 - {E3C5991F-5238-4168-A179-275D1AC98D7E}.Template|Win32.ActiveCfg = Template|Win32 - {E3C5991F-5238-4168-A179-275D1AC98D7E}.Template|Win32.Build.0 = Template|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/expat/lib/expat.vcxproj b/expat/lib/expat.vcxproj deleted file mode 100644 index 609c816f..00000000 --- a/expat/lib/expat.vcxproj +++ /dev/null @@ -1,178 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Template - Win32 - - - - - - {45A5074D-66E8-44A4-A03F-018027B528D6} - 10.0.16299.0 - - - - Application - v141 - - - DynamicLibrary - v141 - false - MultiByte - - - DynamicLibrary - v141 - false - MultiByte - - - - - - - - - - - - - - - - - - .\..\win32\bin\Debug\ - .\..\win32\tmp\Debug\ - true - - - .\..\win32\bin\Release\ - .\..\win32\tmp\Release\ - false - - - - MultiThreadedDebug - Default - true - Disabled - true - Level3 - EditAndContinue - _DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - .\..\win32\tmp\Debug\ - true - .\..\win32\tmp\Debug\expat.pch - .\..\win32\tmp\Debug\ - .\..\win32\tmp\Debug\ - EnableFastChecks - - - true - _DEBUG;%(PreprocessorDefinitions) - .\..\win32\bin\Debug\expat.tlb - true - Win32 - - - 0x0409 - _DEBUG;%(PreprocessorDefinitions) - - - true - .\..\win32\bin\Debug\expat.bsc - - - true - true - true - Console - ..\win32\bin\Debug\libexpat.dll - .\..\win32\bin\Debug\libexpat.lib - .\libexpat.def - - - - - MultiThreaded - Default - true - true - MaxSpeed - true - Level3 - NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - .\..\win32\tmp\Release\ - .\..\win32\tmp\Release\expat.pch - - .\..\win32\tmp\Release\ - .\..\win32\tmp\Release\ - - - true - NDEBUG;%(PreprocessorDefinitions) - .\..\win32\bin\Release\expat.tlb - true - Win32 - - - 0x0409 - NDEBUG;%(PreprocessorDefinitions) - - - true - .\..\win32\bin\Release\expat.bsc - - - true - true - Console - ..\win32\bin\Release\libexpat.dll - .\..\win32\bin\Release\libexpat.lib - .\libexpat.def - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/expat/lib/expat.vcxproj.filters b/expat/lib/expat.vcxproj.filters deleted file mode 100644 index 34aea26d..00000000 --- a/expat/lib/expat.vcxproj.filters +++ /dev/null @@ -1,80 +0,0 @@ - - - - - {f01bb743-0ef8-4601-bc44-378fc0abe768} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {c22177dc-5748-4bb1-816e-df311093bf72} - h;hpp;hxx;hm;inl - - - {41146e15-3129-4e5e-bb0f-6b78bb4701b9} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - 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 - - - - - Source Files - - - \ No newline at end of file diff --git a/expat/lib/expat_static.vcxproj b/expat/lib/expat_static.vcxproj deleted file mode 100644 index b09020c0..00000000 --- a/expat/lib/expat_static.vcxproj +++ /dev/null @@ -1,148 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Template - Win32 - - - - - - {58A821BC-E4AF-4DF4-9A54-2BAA22B92615} - 10.0.16299.0 - - - - Application - v141 - - - StaticLibrary - v141 - false - MultiByte - - - StaticLibrary - v141 - false - MultiByte - - - - - - - - - - - - - - - - - - .\..\win32\bin\Release\ - .\..\win32\tmp\Release_static\ - false - - - .\..\win32\bin\Debug\ - .\..\win32\tmp\Debug_static\ - true - - - - MultiThreaded - Default - true - true - MaxSpeed - true - Level3 - _WINDOWS;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - .\..\win32\tmp\Release_static\ - .\..\win32\tmp\Release_static\expat_static.pch - .\..\win32\tmp\Release_static\ - .\..\win32\tmp\Release_static\ - - - 0x0409 - NDEBUG;%(PreprocessorDefinitions) - - - true - .\..\win32\bin\Release\expat_static.bsc - - - true - ..\win32\bin\Release\libexpatMT.lib - - - - - MultiThreadedDebug - Default - true - Disabled - true - Level3 - EditAndContinue - _DEBUG;_WINDOWS;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - .\..\win32\tmp\Debug_static\ - true - .\..\win32\tmp\Debug_static\expat_static.pch - .\..\win32\tmp\Debug_static\ - .\..\win32\tmp\Debug_static\ - EnableFastChecks - - - 0x0409 - _DEBUG;%(PreprocessorDefinitions) - - - true - .\..\win32\bin\Debug\expat_static.bsc - - - true - ..\win32\bin\Debug\libexpatMT.lib - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/expat/lib/expat_static.vcxproj.filters b/expat/lib/expat_static.vcxproj.filters deleted file mode 100644 index e6d9d80f..00000000 --- a/expat/lib/expat_static.vcxproj.filters +++ /dev/null @@ -1,71 +0,0 @@ - - - - - {ef375f25-3490-4376-8deb-a8a8bebc0194} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {f1cd6f85-7111-4c1b-abad-37c79851ca34} - h;hpp;hxx;hm;inl - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - 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 - - - \ No newline at end of file diff --git a/expat/lib/expatw.vcxproj b/expat/lib/expatw.vcxproj deleted file mode 100644 index 94783ac4..00000000 --- a/expat/lib/expatw.vcxproj +++ /dev/null @@ -1,178 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Template - Win32 - - - - - - {C04F1C11-7079-48AD-A90B-6F59B7A55BEF} - 10.0.16299.0 - - - - Application - v141 - - - DynamicLibrary - v141 - false - MultiByte - - - DynamicLibrary - v141 - false - MultiByte - - - - - - - - - - - - - - - - - - .\..\win32\bin\Release\ - .\..\win32\tmp\Release-w\ - false - - - .\..\win32\bin\Debug\ - .\..\win32\tmp\Debug-w\ - true - - - - MultiThreaded - Default - true - true - MaxSpeed - true - Level3 - NDEBUG;_WINDOWS;_USRDLL;XML_UNICODE_WCHAR_T;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - .\..\win32\tmp\Release-w\ - .\..\win32\tmp\Release-w\expatw.pch - - .\..\win32\tmp\Release-w\ - .\..\win32\tmp\Release-w\ - - - true - NDEBUG;%(PreprocessorDefinitions) - .\..\win32\bin\Release\expatw.tlb - true - Win32 - - - 0x0409 - NDEBUG;%(PreprocessorDefinitions) - - - true - .\..\win32\bin\Release\expatw.bsc - - - true - true - Console - ..\win32\bin\Release\libexpatw.dll - .\..\win32\bin\Release\libexpatw.lib - .\libexpatw.def - - - - - MultiThreadedDebug - Default - true - Disabled - true - Level3 - EditAndContinue - _DEBUG;_WINDOWS;_USRDLL;XML_UNICODE_WCHAR_T;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - .\..\win32\tmp\Debug-w\ - true - .\..\win32\tmp\Debug-w\expatw.pch - .\..\win32\tmp\Debug-w\ - .\..\win32\tmp\Debug-w\ - EnableFastChecks - - - true - _DEBUG;%(PreprocessorDefinitions) - .\..\win32\bin\Debug\expatw.tlb - true - Win32 - - - 0x0409 - _DEBUG;%(PreprocessorDefinitions) - - - true - .\..\win32\bin\Debug\expatw.bsc - - - true - true - true - Console - ..\win32\bin\Debug\libexpatw.dll - .\..\win32\bin\Debug\libexpatw.lib - .\libexpatw.def - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/expat/lib/expatw.vcxproj.filters b/expat/lib/expatw.vcxproj.filters deleted file mode 100644 index dc6e9685..00000000 --- a/expat/lib/expatw.vcxproj.filters +++ /dev/null @@ -1,80 +0,0 @@ - - - - - {fea8fd20-7d6d-4664-a821-1ab5a29dadbd} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {0ceb9aa0-672d-4a6b-bff9-345c51aab04c} - h;hpp;hxx;hm;inl - - - {d62ff6fc-7f74-443d-a048-31ef02a6f99f} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - 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 - - - - - Source Files - - - \ No newline at end of file diff --git a/expat/lib/expatw_static.vcxproj b/expat/lib/expatw_static.vcxproj deleted file mode 100644 index 0f7be78c..00000000 --- a/expat/lib/expatw_static.vcxproj +++ /dev/null @@ -1,148 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Template - Win32 - - - - - - {9220B0F2-C895-4CB2-91D1-1C16C4ECB759} - 10.0.16299.0 - - - - Application - v141 - - - StaticLibrary - v141 - false - MultiByte - - - StaticLibrary - v141 - false - MultiByte - - - - - - - - - - - - - - - - - - .\..\win32\bin\Debug\ - .\..\win32\tmp\Debug-w_static\ - true - - - .\..\win32\bin\Release\ - .\..\win32\tmp\Release-w_static\ - false - - - - MultiThreadedDebug - Default - true - Disabled - true - Level3 - EditAndContinue - _DEBUG;_WINDOWS;_LIB;XML_UNICODE_WCHAR_T;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - .\..\win32\tmp\Debug-w_static\ - true - .\..\win32\tmp\Debug-w_static\expatw_static.pch - .\..\win32\tmp\Debug-w_static\ - .\..\win32\tmp\Debug-w_static\ - EnableFastChecks - - - 0x0409 - _DEBUG;%(PreprocessorDefinitions) - - - true - .\..\win32\bin\Debug\expatw_static.bsc - - - true - ..\win32\bin\Debug\libexpatwMT.lib - - - - - MultiThreaded - Default - true - true - MaxSpeed - true - Level3 - _WINDOWS;NDEBUG;_LIB;XML_UNICODE_WCHAR_T;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - .\..\win32\tmp\Release-w_static\ - .\..\win32\tmp\Release-w_static\expatw_static.pch - .\..\win32\tmp\Release-w_static\ - .\..\win32\tmp\Release-w_static\ - - - 0x0409 - NDEBUG;%(PreprocessorDefinitions) - - - true - .\..\win32\bin\Release\expatw_static.bsc - - - true - ..\win32\bin\Release\libexpatwMT.lib - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/expat/lib/expatw_static.vcxproj.filters b/expat/lib/expatw_static.vcxproj.filters deleted file mode 100644 index 83a7c08c..00000000 --- a/expat/lib/expatw_static.vcxproj.filters +++ /dev/null @@ -1,71 +0,0 @@ - - - - - {c0226397-04be-42b5-ba75-257ac91ef7fa} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {3d74dc56-3aec-4ee9-b700-7203f44e015d} - h;hpp;hxx;hm;inl - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - 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 - - - \ No newline at end of file diff --git a/expat/tests/benchmark/benchmark.sln b/expat/tests/benchmark/benchmark.sln deleted file mode 100644 index bc790bc0..00000000 --- a/expat/tests/benchmark/benchmark.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.40629.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "benchmark", "benchmark.vcxproj", "{FF89BA66-62C4-49EC-9189-1E7B603A1FD6}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - Template|Win32 = Template|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {FF89BA66-62C4-49EC-9189-1E7B603A1FD6}.Debug|Win32.ActiveCfg = Debug|Win32 - {FF89BA66-62C4-49EC-9189-1E7B603A1FD6}.Debug|Win32.Build.0 = Debug|Win32 - {FF89BA66-62C4-49EC-9189-1E7B603A1FD6}.Release|Win32.ActiveCfg = Release|Win32 - {FF89BA66-62C4-49EC-9189-1E7B603A1FD6}.Release|Win32.Build.0 = Release|Win32 - {FF89BA66-62C4-49EC-9189-1E7B603A1FD6}.Template|Win32.ActiveCfg = Template|Win32 - {FF89BA66-62C4-49EC-9189-1E7B603A1FD6}.Template|Win32.Build.0 = Template|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/expat/tests/benchmark/benchmark.vcxproj b/expat/tests/benchmark/benchmark.vcxproj deleted file mode 100644 index 0f46e883..00000000 --- a/expat/tests/benchmark/benchmark.vcxproj +++ /dev/null @@ -1,143 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Template - Win32 - - - - - - {FF89BA66-62C4-49EC-9189-1E7B603A1FD6} - - - - Application - v120 - - - Application - v120 - false - MultiByte - - - Application - v120 - false - MultiByte - - - - - - - - - - - - - - - - - - .\Release\ - .\Release\ - false - - - .\Debug\ - .\Debug\ - true - - - - MultiThreaded - Default - true - true - MaxSpeed - true - Level3 - ..\..\lib;%(AdditionalIncludeDirectories) - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - .\Release\ - .\Release\benchmark.pch - .\Release\ - .\Release\ - - - .\Release\benchmark.tlb - - - 0x1009 - NDEBUG;%(PreprocessorDefinitions) - - - true - .\Release\benchmark.bsc - - - true - Console - .\Release\benchmark.exe - ..\..\win32\bin\Release;%(AdditionalLibraryDirectories) - libexpat.lib;%(AdditionalDependencies) - - - - - MultiThreadedDebug - Default - true - Disabled - true - Level3 - true - EditAndContinue - ..\..\lib;%(AdditionalIncludeDirectories) - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) - .\Debug\ - .\Debug\benchmark.pch - .\Debug\ - .\Debug\ - EnableFastChecks - - - .\Debug\benchmark.tlb - - - 0x1009 - _DEBUG;%(PreprocessorDefinitions) - - - true - .\Debug\benchmark.bsc - - - true - true - Console - .\Debug\benchmark.exe - ..\..\win32\bin\Debug;%(AdditionalLibraryDirectories) - libexpat.lib;%(AdditionalDependencies) - - - - - - - - - \ No newline at end of file diff --git a/expat/tests/runtests.sln b/expat/tests/runtests.sln deleted file mode 100644 index 6e07293f..00000000 --- a/expat/tests/runtests.sln +++ /dev/null @@ -1,24 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.40629.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "runtests", "runtests.vcxproj", "{63D6D820-B526-4A5F-9605-9B8551FAC591}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - Template|Win32 = Template|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {63D6D820-B526-4A5F-9605-9B8551FAC591}.Debug|Win32.ActiveCfg = Debug|Win32 - {63D6D820-B526-4A5F-9605-9B8551FAC591}.Debug|Win32.Build.0 = Debug|Win32 - {63D6D820-B526-4A5F-9605-9B8551FAC591}.Release|Win32.ActiveCfg = Release|Win32 - {63D6D820-B526-4A5F-9605-9B8551FAC591}.Release|Win32.Build.0 = Release|Win32 - {63D6D820-B526-4A5F-9605-9B8551FAC591}.Template|Win32.ActiveCfg = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/expat/tests/runtests.vcxproj b/expat/tests/runtests.vcxproj deleted file mode 100644 index fc77e516..00000000 --- a/expat/tests/runtests.vcxproj +++ /dev/null @@ -1,142 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - - - {63D6D820-B526-4A5F-9605-9B8551FAC591} - - - - Application - v120 - false - MultiByte - - - Application - v120 - false - MultiByte - - - - - - - - - - - - - - - .\Release\ - .\Release\ - false - - - .\Debug\ - .\Debug\ - true - - - - MultiThreaded - Default - true - true - MaxSpeed - true - Level3 - ..\lib;%(AdditionalIncludeDirectories) - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - .\Release\ - .\Release\runtests.pch - .\Release\ - .\Release\ - - - .\Release\runtests.tlb - - - 0x1009 - NDEBUG;%(PreprocessorDefinitions) - - - true - .\Release\runtests.bsc - - - true - Console - .\Release\runtests.exe - ..\win32\bin\Release;%(AdditionalLibraryDirectories) - libexpatMT.lib;libexpat.exp;%(AdditionalDependencies) - - - - - MultiThreadedDebug - Default - true - Disabled - true - Level3 - true - EditAndContinue - ..\lib;%(AdditionalIncludeDirectories) - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) - .\Debug\ - .\Debug\runtests.pch - .\Debug\ - .\Debug\ - EnableFastChecks - - - .\Debug\runtests.tlb - - - 0x1009 - _DEBUG;%(PreprocessorDefinitions) - - - true - .\Debug\runtests.bsc - - - true - true - Console - .\Debug\runtests.exe - ..\win32\bin\Debug;%(AdditionalLibraryDirectories) - libexpatMT.lib;libexpat.exp;%(AdditionalDependencies) - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/expat/tests/runtests.vcxproj.filters b/expat/tests/runtests.vcxproj.filters deleted file mode 100644 index c058c122..00000000 --- a/expat/tests/runtests.vcxproj.filters +++ /dev/null @@ -1,48 +0,0 @@ - - - - - {a3e83144-e1b8-4d37-853a-793ce2b17b31} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {6a1287d5-359d-4ecb-a1a8-79aec14ad46d} - h;hpp;hxx;hm;inl - - - {75f72e18-16a8-453e-84bc-fe9301b8d5b2} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - \ No newline at end of file diff --git a/expat/win32/expat.iss b/expat/win32/expat.iss index 46fc6525..8150166d 100644 --- a/expat/win32/expat.iss +++ b/expat/win32/expat.iss @@ -44,7 +44,6 @@ Flags: ignoreversion; Source: doc\*.css; DestDir: "{app}\Doc" Flags: ignoreversion; Source: doc\*.png; DestDir: "{app}\Doc" Flags: ignoreversion; Source: win32\bin\Release\*.dll; DestDir: "{app}\Bin" Flags: ignoreversion; Source: win32\bin\Release\*.lib; DestDir: "{app}\Bin" -Flags: ignoreversion; Source: expat.sln; DestDir: "{app}\Source" Flags: ignoreversion; Source: win32\README.txt; DestDir: "{app}\Source" Flags: ignoreversion; Source: CMake.README; DestDir: "{app}\Source" Flags: ignoreversion; Source: CMakeLists.txt; DestDir: "{app}\Source" @@ -53,26 +52,15 @@ Flags: ignoreversion; Source: expat_config.h.cmake; DestDir: "{app}\Sour Flags: ignoreversion; Source: lib\*.c; DestDir: "{app}\Source\lib" Flags: ignoreversion; Source: lib\*.h; DestDir: "{app}\Source\lib" Flags: ignoreversion; Source: lib\*.def; DestDir: "{app}\Source\lib" -Flags: ignoreversion; Source: lib\*.vcxproj; DestDir: "{app}\Source\lib" -Flags: ignoreversion; Source: lib\*.vcxproj.filters; DestDir: "{app}\Source\lib" Flags: ignoreversion; Source: examples\*.c; DestDir: "{app}\Source\examples" -Flags: ignoreversion; Source: examples\*.vcxproj; DestDir: "{app}\Source\examples" -Flags: ignoreversion; Source: examples\*.vcxproj.filters; DestDir: "{app}\Source\examples" Flags: ignoreversion; Source: tests\*.c; DestDir: "{app}\Source\tests" Flags: ignoreversion; Source: tests\*.cpp; DestDir: "{app}\Source\tests" Flags: ignoreversion; Source: tests\*.h; DestDir: "{app}\Source\tests" -Flags: ignoreversion; Source: tests\*.sln; DestDir: "{app}\Source\tests" -Flags: ignoreversion; Source: tests\*.vcxproj; DestDir: "{app}\Source\tests" -Flags: ignoreversion; Source: tests\*.vcxproj.filters; DestDir: "{app}\Source\tests" Flags: ignoreversion; Source: tests\README.txt; DestDir: "{app}\Source\tests" Flags: ignoreversion; Source: tests\benchmark\*.c; DestDir: "{app}\Source\tests\benchmark" -Flags: ignoreversion; Source: tests\benchmark\*.sln; DestDir: "{app}\Source\tests\benchmark" -Flags: ignoreversion; Source: tests\benchmark\*.vcxproj; DestDir: "{app}\Source\tests\benchmark" Flags: ignoreversion; Source: tests\benchmark\README.txt; DestDir: "{app}\Source\tests\benchmark" Flags: ignoreversion; Source: xmlwf\*.c*; DestDir: "{app}\Source\xmlwf" Flags: ignoreversion; Source: xmlwf\*.h; DestDir: "{app}\Source\xmlwf" -Flags: ignoreversion; Source: xmlwf\*.vcxproj; DestDir: "{app}\Source\xmlwf" -Flags: ignoreversion; Source: xmlwf\*.vcxproj.filters; DestDir: "{app}\Source\xmlwf" [Messages] WelcomeLabel1=Welcome to the Expat XML Parser Setup Wizard diff --git a/expat/xmlwf/xmlwf.vcxproj b/expat/xmlwf/xmlwf.vcxproj deleted file mode 100644 index 60efd398..00000000 --- a/expat/xmlwf/xmlwf.vcxproj +++ /dev/null @@ -1,164 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Template - Win32 - - - - - - {E3C5991F-5238-4168-A179-275D1AC98D7E} - 10.0.16299.0 - - - - Application - v141 - - - Application - v141 - false - - - Application - v141 - false - - - - - - - - - - - - - - - - - - .\..\win32\bin\Release\ - .\..\win32\tmp\Release-xmlwf\ - false - - - .\..\win32\bin\Debug\ - .\..\win32\tmp\Debug-xmlwf\ - true - - - - MultiThreaded - Default - true - true - MaxSpeed - true - Level3 - ..\lib;%(AdditionalIncludeDirectories) - NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - .\..\win32\tmp\Release-xmlwf\ - .\..\win32\tmp\Release-xmlwf\xmlwf.pch - - .\..\win32\tmp\Release-xmlwf\ - .\..\win32\tmp\Release-xmlwf\ - - - .\..\win32\bin\Release\xmlwf.tlb - - - 0x0409 - NDEBUG;%(PreprocessorDefinitions) - - - true - .\..\win32\bin\Release\xmlwf.bsc - - - true - Console - false - ..\win32\bin\Release\xmlwf.exe - ..\win32\bin\Release;%(AdditionalLibraryDirectories) - libexpat.lib;setargv.obj;%(AdditionalDependencies) - - - - - MultiThreadedDebug - Default - true - Disabled - true - Level3 - EditAndContinue - ..\lib;%(AdditionalIncludeDirectories) - _DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - .\..\win32\tmp\Debug-xmlwf\ - .\..\win32\tmp\Debug-xmlwf\xmlwf.pch - .\..\win32\tmp\Debug-xmlwf\ - .\..\win32\tmp\Debug-xmlwf\ - - - .\..\win32\bin\Debug\xmlwf.tlb - - - 0x0409 - _DEBUG;%(PreprocessorDefinitions) - - - true - .\..\win32\bin\Debug\xmlwf.bsc - - - true - true - Console - ..\win32\bin\Debug\xmlwf.exe - ..\win32\bin\Debug;%(AdditionalLibraryDirectories) - libexpat.lib;setargv.obj;%(AdditionalDependencies) - - - - - - true - true - - - true - true - - - - - - - - - - - - - {45a5074d-66e8-44a4-a03f-018027b528d6} - false - - - - - - \ No newline at end of file diff --git a/expat/xmlwf/xmlwf.vcxproj.filters b/expat/xmlwf/xmlwf.vcxproj.filters deleted file mode 100644 index 890b9efb..00000000 --- a/expat/xmlwf/xmlwf.vcxproj.filters +++ /dev/null @@ -1,48 +0,0 @@ - - - - - {843deb01-ec59-4070-9fb7-4de851940fbd} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90 - - - {41225059-d26f-42fd-9d1b-fda760b7e45d} - h;hpp;hxx;hm;inl;fi;fd - - - {a722469e-558e-4d77-b8ea-88c9f136e29a} - ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - \ No newline at end of file -- 2.40.0