From 1e471d734323e5973d5a8d64d54eb0f38857f394 Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Thu, 11 Dec 2014 20:11:20 +0100 Subject: [PATCH 01/25] semantic versioning documentation --- Foundation/include/Poco/Version.h | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/Foundation/include/Poco/Version.h b/Foundation/include/Poco/Version.h index 319beebb5..5108d1e66 100644 --- a/Foundation/include/Poco/Version.h +++ b/Foundation/include/Poco/Version.h @@ -23,16 +23,19 @@ // // Version Information // +// Since 1.6.0, we're using Semantic Versioning 2.0 +// (http://semver.org/spec/v2.0.0.html) +// // Version format is 0xAABBCCDD, where // - AA is the major version number, // - BB is the minor version number, -// - CC is the revision number, and -// - DD is the patch level number. -// Note that some patch level numbers have -// a special meaning: -// Dx are development releases -// Ax are alpha releases -// Bx are beta releases +// - CC is the patch version number, and +// - DD is the pre-release designation/number. +// The pre-release designation hex digits have a special meaning: +// 00: final/stable releases +// Dx: development releases +// Ax: alpha releases +// Bx: beta releases // #define POCO_VERSION 0x010600D1 From 931a5a52523cb088f3efa4d97133d83af7a819a3 Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Mon, 15 Dec 2014 11:05:13 +0100 Subject: [PATCH 02/25] Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past --- ApacheConnector/ApacheConnector_VS71.sln | 21 - ApacheConnector/ApacheConnector_VS71.vcproj | 185 - ApacheConnector/ApacheConnector_VS80.sln | 21 - ApacheConnector/ApacheConnector_VS80.vcproj | 198 - .../samples/FormServer/FormServer_vs71.vcproj | 155 - .../samples/FormServer/FormServer_vs80.vcproj | 169 - .../samples/TimeServer/TimeServer_vs71.vcproj | 155 - .../samples/TimeServer/TimeServer_vs80.vcproj | 169 - ApacheConnector/samples/samples_vs71.sln | 29 - ApacheConnector/samples/samples_vs80.sln | 29 - CppParser/CppParser_vs71.sln | 50 - CppParser/CppParser_vs71.vcproj | 470 -- CppParser/CppParser_vs80.sln | 60 - CppParser/CppParser_vs80.vcproj | 491 -- CppParser/testsuite/TestSuite_vs71.vcproj | 459 -- CppParser/testsuite/TestSuite_vs80.vcproj | 499 -- CppUnit/CppUnit_vs71.sln | 50 - CppUnit/CppUnit_vs71.vcproj | 541 -- CppUnit/CppUnit_vs80.sln | 48 - CppUnit/CppUnit_vs80.vcproj | 724 -- .../WinTestRunner/WinTestRunner_vs71.vcproj | 504 -- .../WinTestRunner/WinTestRunner_vs80.vcproj | 678 -- Crypto/Crypto_VS71.sln | 50 - Crypto/Crypto_VS71.vcproj | 513 -- Crypto/Crypto_VS80.sln | 60 - Crypto/Crypto_VS80.vcproj | 534 -- .../samples/genrsakey/genrsakey_VS71.vcproj | 407 -- .../samples/genrsakey/genrsakey_VS80.vcproj | 447 -- Crypto/samples/samples_VS71.sln | 33 - Crypto/samples/samples_VS80.sln | 37 - Crypto/testsuite/TestSuite_VS71.vcproj | 450 -- Crypto/testsuite/TestSuite_VS80.vcproj | 490 -- Data/Data_VS71.sln | 50 - Data/Data_VS71.vcproj | 568 -- Data/Data_VS80.sln | 60 - Data/Data_VS80.vcproj | 589 -- Data/MySQL/MySQL_VS80.sln | 60 - Data/MySQL/MySQL_VS80.vcproj | 450 -- Data/MySQL/MySQL_vs71.sln | 50 - Data/MySQL/MySQL_vs71.vcproj | 429 -- Data/MySQL/testsuite/TestSuite_VS80.vcproj | 486 -- Data/MySQL/testsuite/TestSuite_vs71.vcproj | 446 -- Data/ODBC/ODBC_VS71.sln | 50 - Data/ODBC/ODBC_VS71.vcproj | 528 -- Data/ODBC/ODBC_VS80.sln | 60 - Data/ODBC/ODBC_VS80.vcproj | 549 -- Data/ODBC/testsuite/TestSuite_VS71.vcproj | 474 -- Data/ODBC/testsuite/TestSuite_VS80.vcproj | 514 -- Data/SQLite/SQLite_VS71.sln | 50 - Data/SQLite/SQLite_VS71.vcproj | 429 -- Data/SQLite/SQLite_VS80.sln | 60 - Data/SQLite/SQLite_VS80.vcproj | 450 -- Data/SQLite/testsuite/TestSuite_VS71.vcproj | 442 -- Data/SQLite/testsuite/TestSuite_VS80.vcproj | 482 -- Data/samples/Binding/Binding_vs71.vcproj | 407 -- Data/samples/Binding/Binding_vs80.vcproj | 447 -- Data/samples/RecordSet/RecordSet_vs71.vcproj | 407 -- Data/samples/RecordSet/RecordSet_vs80.vcproj | 447 -- .../RowFormatter/RowFormatter_vs71.vcproj | 407 -- .../RowFormatter/RowFormatter_vs80.vcproj | 447 -- Data/samples/Tuple/Tuple_vs71.vcproj | 407 -- Data/samples/Tuple/Tuple_vs80.vcproj | 447 -- .../TypeHandler/TypeHandler_vs71.vcproj | 407 -- .../TypeHandler/TypeHandler_vs80.vcproj | 447 -- .../WebNotifier/WebNotifier_vs71.vcproj | 407 -- .../WebNotifier/WebNotifier_vs80.vcproj | 447 -- Data/samples/samples_vs71.sln | 113 - Data/samples/samples_vs80.sln | 137 - Data/testsuite/TestSuite_VS71.vcproj | 488 -- Data/testsuite/TestSuite_VS80.vcproj | 528 -- Foundation/Foundation_vs71.sln | 85 - Foundation/Foundation_vs71.vcproj | 4787 ------------- Foundation/Foundation_vs80.sln | 81 - Foundation/Foundation_vs80.vcproj | 6184 ----------------- .../ActiveMethod/ActiveMethod_vs71.vcproj | 407 -- .../ActiveMethod/ActiveMethod_vs80.vcproj | 447 -- .../samples/Activity/Activity_vs71.vcproj | 407 -- .../samples/Activity/Activity_vs80.vcproj | 447 -- .../BinaryReaderWriter_vs71.vcproj | 407 -- .../BinaryReaderWriter_vs80.vcproj | 447 -- .../samples/DateTime/DateTime_vs71.vcproj | 407 -- .../samples/DateTime/DateTime_vs80.vcproj | 447 -- .../LineEndingConverter_vs71.vcproj | 407 -- .../LineEndingConverter_vs80.vcproj | 447 -- .../LogRotation/LogRotation_vs71.vcproj | 407 -- .../LogRotation/LogRotation_vs80.vcproj | 447 -- Foundation/samples/Logger/Logger_vs71.vcproj | 407 -- Foundation/samples/Logger/Logger_vs80.vcproj | 447 -- .../NotificationQueue_vs71.vcproj | 407 -- .../NotificationQueue_vs80.vcproj | 447 -- .../StringTokenizer_vs71.vcproj | 407 -- .../StringTokenizer_vs80.vcproj | 447 -- Foundation/samples/Timer/Timer_vs71.vcproj | 407 -- Foundation/samples/Timer/Timer_vs80.vcproj | 447 -- Foundation/samples/URI/URI_vs71.vcproj | 407 -- Foundation/samples/URI/URI_vs80.vcproj | 447 -- .../base64decode/base64decode_vs71.vcproj | 407 -- .../base64decode/base64decode_vs80.vcproj | 447 -- .../base64encode/base64encode_vs71.vcproj | 407 -- .../base64encode/base64encode_vs80.vcproj | 447 -- .../samples/deflate/deflate_vs71.vcproj | 407 -- .../samples/deflate/deflate_vs80.vcproj | 447 -- Foundation/samples/dir/dir_vs71.vcproj | 407 -- Foundation/samples/dir/dir_vs80.vcproj | 447 -- Foundation/samples/grep/grep_vs71.vcproj | 407 -- Foundation/samples/grep/grep_vs80.vcproj | 447 -- .../samples/hmacmd5/hmacmd5_vs71.vcproj | 407 -- .../samples/hmacmd5/hmacmd5_vs80.vcproj | 447 -- .../samples/inflate/inflate_vs71.vcproj | 407 -- .../samples/inflate/inflate_vs80.vcproj | 447 -- Foundation/samples/md5/md5_vs71.vcproj | 407 -- Foundation/samples/md5/md5_vs80.vcproj | 447 -- Foundation/samples/samples_vs71.sln | 337 - Foundation/samples/samples_vs80.sln | 417 -- .../samples/uuidgen/uuidgen_vs71.vcproj | 407 -- .../samples/uuidgen/uuidgen_vs80.vcproj | 447 -- Foundation/testsuite/TestApp_vs71.vcproj | 390 -- Foundation/testsuite/TestApp_vs80.vcproj | 555 -- Foundation/testsuite/TestLibrary_vs71.vcproj | 162 - Foundation/testsuite/TestLibrary_vs80.vcproj | 225 - Foundation/testsuite/TestSuite_vs71.vcproj | 1446 ---- Foundation/testsuite/TestSuite_vs80.vcproj | 1875 ----- JSON/JSON_vs71.sln | 50 - JSON/JSON_vs71.vcproj | 425 -- JSON/JSON_vs80.sln | 60 - JSON/JSON_vs80.vcproj | 446 -- JSON/samples/Benchmark/Benchmark_vs71.vcproj | 407 -- JSON/samples/Benchmark/Benchmark_vs80.vcproj | 447 -- JSON/samples/samples_vs71.sln | 33 - JSON/samples/samples_vs80.sln | 37 - JSON/testsuite/TestSuite_vs71.vcproj | 424 -- JSON/testsuite/TestSuite_vs80.vcproj | 464 -- MongoDB/MongoDB_vs71.sln | 50 - MongoDB/MongoDB_vs71.vcproj | 471 -- MongoDB/MongoDB_vs80.sln | 60 - MongoDB/MongoDB_vs80.vcproj | 492 -- .../samples/SQLToMongo/SQLToMongo_vs71.vcproj | 407 -- .../samples/SQLToMongo/SQLToMongo_vs80.vcproj | 447 -- MongoDB/samples/samples_vs71.sln | 33 - MongoDB/samples/samples_vs80.sln | 37 - MongoDB/testsuite/TestSuite_vs71.vcproj | 424 -- MongoDB/testsuite/TestSuite_vs80.vcproj | 464 -- Net/Net_vs71.sln | 50 - Net/Net_vs71.vcproj | 964 --- Net/Net_vs80.sln | 60 - Net/Net_vs80.vcproj | 985 --- Net/samples/EchoServer/EchoServer_vs71.vcproj | 410 -- Net/samples/EchoServer/EchoServer_vs80.vcproj | 450 -- .../HTTPFormServer/HTTPFormServer_vs71.vcproj | 410 -- .../HTTPFormServer/HTTPFormServer_vs80.vcproj | 450 -- .../HTTPLoadTest/HTTPLoadTest_vs71.vcproj | 405 -- .../HTTPLoadTest/HTTPLoadTest_vs80.vcproj | 445 -- .../HTTPTimeServer/HTTPTimeServer_vs71.vcproj | 410 -- .../HTTPTimeServer/HTTPTimeServer_vs80.vcproj | 450 -- Net/samples/Mail/Mail_vs71.vcproj | 407 -- Net/samples/Mail/Mail_vs80.vcproj | 447 -- Net/samples/Ping/Ping_vs71.vcproj | 410 -- Net/samples/Ping/Ping_vs80.vcproj | 450 -- Net/samples/SMTPLogger/SMTPLogger_vs71.vcproj | 405 -- Net/samples/SMTPLogger/SMTPLogger_vs80.vcproj | 445 -- Net/samples/TimeServer/TimeServer_vs71.vcproj | 410 -- Net/samples/TimeServer/TimeServer_vs80.vcproj | 450 -- .../WebSocketServer_vs71.vcproj | 405 -- .../WebSocketServer_vs80.vcproj | 445 -- Net/samples/dict/dict_vs71.vcproj | 405 -- Net/samples/dict/dict_vs80.vcproj | 445 -- Net/samples/download/download_vs71.vcproj | 405 -- Net/samples/download/download_vs80.vcproj | 445 -- Net/samples/httpget/httpget_vs71.vcproj | 405 -- Net/samples/httpget/httpget_vs80.vcproj | 445 -- Net/samples/ifconfig/ifconfig_vs71.vcproj | 405 -- Net/samples/ifconfig/ifconfig_vs80.vcproj | 445 -- Net/samples/samples_vs71.sln | 225 - Net/samples/samples_vs80.sln | 277 - Net/testsuite/TestSuite_vs71.vcproj | 809 --- Net/testsuite/TestSuite_vs80.vcproj | 849 --- NetSSL_OpenSSL/NetSSL_OpenSSL_vs71.sln | 50 - NetSSL_OpenSSL/NetSSL_OpenSSL_vs71.vcproj | 556 -- NetSSL_OpenSSL/NetSSL_OpenSSL_vs80.sln | 60 - NetSSL_OpenSSL/NetSSL_OpenSSL_vs80.vcproj | 577 -- .../HTTPSTimeServer_vs71.vcproj | 410 -- .../HTTPSTimeServer_vs80.vcproj | 450 -- NetSSL_OpenSSL/samples/Mail/Mail_vs71.vcproj | 407 -- NetSSL_OpenSSL/samples/Mail/Mail_vs80.vcproj | 447 -- .../TwitterClient/TwitterClient_vs71.vcproj | 412 -- .../TwitterClient/TwitterClient_vs80.vcproj | 452 -- .../samples/download/download_vs71.vcproj | 405 -- .../samples/download/download_vs80.vcproj | 445 -- NetSSL_OpenSSL/samples/samples_vs71.sln | 81 - NetSSL_OpenSSL/samples/samples_vs80.sln | 97 - .../testsuite/TestSuite_vs71.vcproj | 497 -- .../testsuite/TestSuite_vs80.vcproj | 537 -- NetSSL_Win/NetSSL_Win_vs71.sln | 50 - NetSSL_Win/NetSSL_Win_vs71.vcproj | 521 -- NetSSL_Win/NetSSL_Win_vs80.sln | 60 - NetSSL_Win/NetSSL_Win_vs80.vcproj | 542 -- .../HTTPSTimeServer_vs71.vcproj | 410 -- .../HTTPSTimeServer_vs80.vcproj | 450 -- NetSSL_Win/samples/Mail/Mail_vs71.vcproj | 407 -- NetSSL_Win/samples/Mail/Mail_vs80.vcproj | 447 -- .../samples/download/download_vs71.vcproj | 405 -- .../samples/download/download_vs80.vcproj | 445 -- NetSSL_Win/samples/samples_vs71.sln | 65 - NetSSL_Win/samples/samples_vs80.sln | 77 - NetSSL_Win/testsuite/TestSuite_vs71.vcproj | 497 -- NetSSL_Win/testsuite/TestSuite_vs80.vcproj | 537 -- PDF/PDF_vs71.sln | 50 - PDF/PDF_vs71.vcproj | 687 -- PDF/PDF_vs80.sln | 60 - PDF/PDF_vs80.vcproj | 708 -- PDF/samples/Image/Image_vs71.vcproj | 407 -- PDF/samples/Image/Image_vs80.vcproj | 447 -- PDF/samples/Text/Text_vs71.vcproj | 407 -- PDF/samples/Text/Text_vs80.vcproj | 447 -- PDF/samples/samples_vs71.sln | 49 - PDF/samples/samples_vs80.sln | 57 - PDF/testsuite/TestSuite_VS80.vcproj | 482 -- PDF/testsuite/TestSuite_vs71.vcproj | 442 -- PageCompiler/File2Page/File2Page_vs71.sln | 33 - PageCompiler/File2Page/File2Page_vs71.vcproj | 407 -- PageCompiler/File2Page/File2Page_vs80.sln | 37 - PageCompiler/File2Page/File2Page_vs80.vcproj | 447 -- PageCompiler/PageCompiler_vs71.sln | 33 - PageCompiler/PageCompiler_vs71.vcproj | 433 -- PageCompiler/PageCompiler_vs80.sln | 37 - PageCompiler/PageCompiler_vs80.vcproj | 473 -- .../HTTPTimeServer/HTTPTimeServer_vs71.vcproj | 417 -- .../HTTPTimeServer/HTTPTimeServer_vs80.vcproj | 457 -- PageCompiler/samples/samples_vs71.sln | 33 - PageCompiler/samples/samples_vs80.sln | 37 - PocoDoc/PocoDoc_vs71.sln | 33 - PocoDoc/PocoDoc_vs71.vcproj | 423 -- PocoDoc/PocoDoc_vs80.sln | 37 - PocoDoc/PocoDoc_vs80.vcproj | 463 -- ProGen/ProGen_vs71.sln | 33 - ProGen/ProGen_vs71.vcproj | 417 -- ProGen/ProGen_vs80.sln | 37 - ProGen/ProGen_vs80.vcproj | 457 -- .../Win32/executable/debug_shared.template | 61 - .../Win32/executable/debug_static_md.template | 61 - .../Win32/executable/debug_static_mt.template | 61 - .../vs71/Win32/executable/project.properties | 2 - .../vs71/Win32/executable/project.template | 21 - .../Win32/executable/release_shared.template | 67 - .../executable/release_static_md.template | 67 - .../executable/release_static_mt.template | 67 - .../vs71/Win32/library/debug_shared.template | 64 - .../Win32/library/debug_static_md.template | 54 - .../Win32/library/debug_static_mt.template | 54 - .../vs71/Win32/library/project.properties | 2 - .../vs71/Win32/library/project.template | 21 - .../Win32/library/release_shared.template | 68 - .../Win32/library/release_static_md.template | 57 - .../Win32/library/release_static_mt.template | 57 - .../vs71/Win32/plugin/debug_shared.template | 63 - .../vs71/Win32/plugin/project.properties | 2 - .../vs71/Win32/plugin/project.template | 21 - .../vs71/Win32/plugin/release_shared.template | 67 - .../Win32/testsuite/debug_shared.template | 62 - .../Win32/testsuite/debug_static_md.template | 62 - .../Win32/testsuite/debug_static_mt.template | 63 - .../vs71/Win32/testsuite/project.properties | 2 - .../vs71/Win32/testsuite/project.template | 21 - .../Win32/testsuite/release_shared.template | 68 - .../testsuite/release_static_md.template | 68 - .../testsuite/release_static_mt.template | 69 - .../Win32/executable/debug_shared.template | 87 - .../Win32/executable/debug_static_md.template | 87 - .../Win32/executable/debug_static_mt.template | 87 - .../vs80/Win32/executable/project.properties | 1 - .../vs80/Win32/executable/project.template | 25 - .../Win32/executable/release_shared.template | 89 - .../executable/release_static_md.template | 89 - .../executable/release_static_mt.template | 89 - .../vs80/Win32/library/debug_shared.template | 88 - .../Win32/library/debug_static_md.template | 73 - .../Win32/library/debug_static_mt.template | 73 - .../vs80/Win32/library/project.properties | 1 - .../vs80/Win32/library/project.template | 25 - .../Win32/library/release_shared.template | 92 - .../Win32/library/release_static_md.template | 74 - .../Win32/library/release_static_mt.template | 74 - .../vs80/Win32/plugin/debug_shared.template | 87 - .../vs80/Win32/plugin/project.properties | 1 - .../vs80/Win32/plugin/project.template | 25 - .../vs80/Win32/plugin/release_shared.template | 91 - .../Win32/testsuite/debug_shared.template | 88 - .../Win32/testsuite/debug_static_md.template | 88 - .../Win32/testsuite/debug_static_mt.template | 89 - .../vs80/Win32/testsuite/project.properties | 1 - .../vs80/Win32/testsuite/project.template | 25 - .../Win32/testsuite/release_shared.template | 90 - .../testsuite/release_static_md.template | 90 - .../testsuite/release_static_mt.template | 91 - SevenZip/SevenZip_vs71.sln | 33 - SevenZip/SevenZip_vs71.vcproj | 506 -- SevenZip/SevenZip_vs80.sln | 37 - SevenZip/SevenZip_vs80.vcproj | 527 -- SevenZip/samples/samples_vs71.sln | 33 - SevenZip/samples/samples_vs80.sln | 37 - SevenZip/samples/un7zip/un7zip_vs71.vcproj | 407 -- SevenZip/samples/un7zip/un7zip_vs80.vcproj | 447 -- Util/Util_vs71.sln | 50 - Util/Util_vs71.vcproj | 589 -- Util/Util_vs80.sln | 60 - Util/Util_vs80.vcproj | 610 -- Util/samples/SampleApp/SampleApp_vs71.vcproj | 410 -- Util/samples/SampleApp/SampleApp_vs80.vcproj | 450 -- .../SampleServer/SampleServer_vs71.vcproj | 407 -- .../SampleServer/SampleServer_vs80.vcproj | 447 -- Util/samples/Units/Units_vs71.vcproj | 407 -- Util/samples/Units/Units_vs80.vcproj | 447 -- Util/samples/pkill/pkill_vs71.vcproj | 405 -- Util/samples/pkill/pkill_vs80.vcproj | 445 -- Util/samples/samples_vs71.sln | 81 - Util/samples/samples_vs80.sln | 97 - Util/testsuite/TestSuite_vs71.vcproj | 568 -- Util/testsuite/TestSuite_vs80.vcproj | 608 -- XML/XML_vs71.sln | 50 - XML/XML_vs71.vcproj | 869 --- XML/XML_vs80.sln | 60 - XML/XML_vs80.vcproj | 890 --- XML/samples/DOMParser/DOMParser_vs71.vcproj | 407 -- XML/samples/DOMParser/DOMParser_vs80.vcproj | 447 -- XML/samples/DOMWriter/DOMWriter_vs71.vcproj | 407 -- XML/samples/DOMWriter/DOMWriter_vs80.vcproj | 447 -- .../PrettyPrint/PrettyPrint_vs71.vcproj | 407 -- .../PrettyPrint/PrettyPrint_vs80.vcproj | 447 -- XML/samples/SAXParser/SAXParser_vs71.vcproj | 407 -- XML/samples/SAXParser/SAXParser_vs80.vcproj | 447 -- XML/samples/samples_vs71.sln | 81 - XML/samples/samples_vs80.sln | 97 - XML/testsuite/TestSuite_vs71.vcproj | 532 -- XML/testsuite/TestSuite_vs80.vcproj | 572 -- Zip/Zip_VS71.sln | 50 - Zip/Zip_VS71.vcproj | 518 -- Zip/Zip_VS80.sln | 60 - Zip/Zip_VS80.vcproj | 539 -- Zip/samples/samples_vs71.sln | 49 - Zip/samples/samples_vs80.sln | 57 - Zip/samples/unzip/unzip_vs71.vcproj | 407 -- Zip/samples/unzip/unzip_vs80.vcproj | 447 -- Zip/samples/zip/zip_vs71.vcproj | 405 -- Zip/samples/zip/zip_vs80.vcproj | 445 -- Zip/testsuite/TestSuite_VS71.vcproj | 450 -- Zip/testsuite/TestSuite_VS80.vcproj | 490 -- build_vs71.cmd | 2 - build_vs80.cmd | 2 - buildwin.cmd | 62 +- buildwin.ps1 | 8 +- 350 files changed, 30 insertions(+), 118608 deletions(-) delete mode 100644 ApacheConnector/ApacheConnector_VS71.sln delete mode 100644 ApacheConnector/ApacheConnector_VS71.vcproj delete mode 100644 ApacheConnector/ApacheConnector_VS80.sln delete mode 100644 ApacheConnector/ApacheConnector_VS80.vcproj delete mode 100644 ApacheConnector/samples/FormServer/FormServer_vs71.vcproj delete mode 100644 ApacheConnector/samples/FormServer/FormServer_vs80.vcproj delete mode 100644 ApacheConnector/samples/TimeServer/TimeServer_vs71.vcproj delete mode 100644 ApacheConnector/samples/TimeServer/TimeServer_vs80.vcproj delete mode 100644 ApacheConnector/samples/samples_vs71.sln delete mode 100644 ApacheConnector/samples/samples_vs80.sln delete mode 100644 CppParser/CppParser_vs71.sln delete mode 100644 CppParser/CppParser_vs71.vcproj delete mode 100644 CppParser/CppParser_vs80.sln delete mode 100644 CppParser/CppParser_vs80.vcproj delete mode 100644 CppParser/testsuite/TestSuite_vs71.vcproj delete mode 100644 CppParser/testsuite/TestSuite_vs80.vcproj delete mode 100644 CppUnit/CppUnit_vs71.sln delete mode 100644 CppUnit/CppUnit_vs71.vcproj delete mode 100644 CppUnit/CppUnit_vs80.sln delete mode 100644 CppUnit/CppUnit_vs80.vcproj delete mode 100644 CppUnit/WinTestRunner/WinTestRunner_vs71.vcproj delete mode 100644 CppUnit/WinTestRunner/WinTestRunner_vs80.vcproj delete mode 100644 Crypto/Crypto_VS71.sln delete mode 100644 Crypto/Crypto_VS71.vcproj delete mode 100644 Crypto/Crypto_VS80.sln delete mode 100644 Crypto/Crypto_VS80.vcproj delete mode 100644 Crypto/samples/genrsakey/genrsakey_VS71.vcproj delete mode 100644 Crypto/samples/genrsakey/genrsakey_VS80.vcproj delete mode 100644 Crypto/samples/samples_VS71.sln delete mode 100644 Crypto/samples/samples_VS80.sln delete mode 100644 Crypto/testsuite/TestSuite_VS71.vcproj delete mode 100644 Crypto/testsuite/TestSuite_VS80.vcproj delete mode 100644 Data/Data_VS71.sln delete mode 100644 Data/Data_VS71.vcproj delete mode 100644 Data/Data_VS80.sln delete mode 100644 Data/Data_VS80.vcproj delete mode 100644 Data/MySQL/MySQL_VS80.sln delete mode 100644 Data/MySQL/MySQL_VS80.vcproj delete mode 100644 Data/MySQL/MySQL_vs71.sln delete mode 100644 Data/MySQL/MySQL_vs71.vcproj delete mode 100644 Data/MySQL/testsuite/TestSuite_VS80.vcproj delete mode 100644 Data/MySQL/testsuite/TestSuite_vs71.vcproj delete mode 100644 Data/ODBC/ODBC_VS71.sln delete mode 100644 Data/ODBC/ODBC_VS71.vcproj delete mode 100644 Data/ODBC/ODBC_VS80.sln delete mode 100644 Data/ODBC/ODBC_VS80.vcproj delete mode 100644 Data/ODBC/testsuite/TestSuite_VS71.vcproj delete mode 100644 Data/ODBC/testsuite/TestSuite_VS80.vcproj delete mode 100644 Data/SQLite/SQLite_VS71.sln delete mode 100644 Data/SQLite/SQLite_VS71.vcproj delete mode 100644 Data/SQLite/SQLite_VS80.sln delete mode 100644 Data/SQLite/SQLite_VS80.vcproj delete mode 100644 Data/SQLite/testsuite/TestSuite_VS71.vcproj delete mode 100644 Data/SQLite/testsuite/TestSuite_VS80.vcproj delete mode 100644 Data/samples/Binding/Binding_vs71.vcproj delete mode 100644 Data/samples/Binding/Binding_vs80.vcproj delete mode 100644 Data/samples/RecordSet/RecordSet_vs71.vcproj delete mode 100644 Data/samples/RecordSet/RecordSet_vs80.vcproj delete mode 100644 Data/samples/RowFormatter/RowFormatter_vs71.vcproj delete mode 100644 Data/samples/RowFormatter/RowFormatter_vs80.vcproj delete mode 100644 Data/samples/Tuple/Tuple_vs71.vcproj delete mode 100644 Data/samples/Tuple/Tuple_vs80.vcproj delete mode 100644 Data/samples/TypeHandler/TypeHandler_vs71.vcproj delete mode 100644 Data/samples/TypeHandler/TypeHandler_vs80.vcproj delete mode 100644 Data/samples/WebNotifier/WebNotifier_vs71.vcproj delete mode 100644 Data/samples/WebNotifier/WebNotifier_vs80.vcproj delete mode 100644 Data/samples/samples_vs71.sln delete mode 100644 Data/samples/samples_vs80.sln delete mode 100644 Data/testsuite/TestSuite_VS71.vcproj delete mode 100644 Data/testsuite/TestSuite_VS80.vcproj delete mode 100644 Foundation/Foundation_vs71.sln delete mode 100644 Foundation/Foundation_vs71.vcproj delete mode 100644 Foundation/Foundation_vs80.sln delete mode 100644 Foundation/Foundation_vs80.vcproj delete mode 100644 Foundation/samples/ActiveMethod/ActiveMethod_vs71.vcproj delete mode 100644 Foundation/samples/ActiveMethod/ActiveMethod_vs80.vcproj delete mode 100644 Foundation/samples/Activity/Activity_vs71.vcproj delete mode 100644 Foundation/samples/Activity/Activity_vs80.vcproj delete mode 100644 Foundation/samples/BinaryReaderWriter/BinaryReaderWriter_vs71.vcproj delete mode 100644 Foundation/samples/BinaryReaderWriter/BinaryReaderWriter_vs80.vcproj delete mode 100644 Foundation/samples/DateTime/DateTime_vs71.vcproj delete mode 100644 Foundation/samples/DateTime/DateTime_vs80.vcproj delete mode 100644 Foundation/samples/LineEndingConverter/LineEndingConverter_vs71.vcproj delete mode 100644 Foundation/samples/LineEndingConverter/LineEndingConverter_vs80.vcproj delete mode 100644 Foundation/samples/LogRotation/LogRotation_vs71.vcproj delete mode 100644 Foundation/samples/LogRotation/LogRotation_vs80.vcproj delete mode 100644 Foundation/samples/Logger/Logger_vs71.vcproj delete mode 100644 Foundation/samples/Logger/Logger_vs80.vcproj delete mode 100644 Foundation/samples/NotificationQueue/NotificationQueue_vs71.vcproj delete mode 100644 Foundation/samples/NotificationQueue/NotificationQueue_vs80.vcproj delete mode 100644 Foundation/samples/StringTokenizer/StringTokenizer_vs71.vcproj delete mode 100644 Foundation/samples/StringTokenizer/StringTokenizer_vs80.vcproj delete mode 100644 Foundation/samples/Timer/Timer_vs71.vcproj delete mode 100644 Foundation/samples/Timer/Timer_vs80.vcproj delete mode 100644 Foundation/samples/URI/URI_vs71.vcproj delete mode 100644 Foundation/samples/URI/URI_vs80.vcproj delete mode 100644 Foundation/samples/base64decode/base64decode_vs71.vcproj delete mode 100644 Foundation/samples/base64decode/base64decode_vs80.vcproj delete mode 100644 Foundation/samples/base64encode/base64encode_vs71.vcproj delete mode 100644 Foundation/samples/base64encode/base64encode_vs80.vcproj delete mode 100644 Foundation/samples/deflate/deflate_vs71.vcproj delete mode 100644 Foundation/samples/deflate/deflate_vs80.vcproj delete mode 100644 Foundation/samples/dir/dir_vs71.vcproj delete mode 100644 Foundation/samples/dir/dir_vs80.vcproj delete mode 100644 Foundation/samples/grep/grep_vs71.vcproj delete mode 100644 Foundation/samples/grep/grep_vs80.vcproj delete mode 100644 Foundation/samples/hmacmd5/hmacmd5_vs71.vcproj delete mode 100644 Foundation/samples/hmacmd5/hmacmd5_vs80.vcproj delete mode 100644 Foundation/samples/inflate/inflate_vs71.vcproj delete mode 100644 Foundation/samples/inflate/inflate_vs80.vcproj delete mode 100644 Foundation/samples/md5/md5_vs71.vcproj delete mode 100644 Foundation/samples/md5/md5_vs80.vcproj delete mode 100644 Foundation/samples/samples_vs71.sln delete mode 100644 Foundation/samples/samples_vs80.sln delete mode 100644 Foundation/samples/uuidgen/uuidgen_vs71.vcproj delete mode 100644 Foundation/samples/uuidgen/uuidgen_vs80.vcproj delete mode 100644 Foundation/testsuite/TestApp_vs71.vcproj delete mode 100644 Foundation/testsuite/TestApp_vs80.vcproj delete mode 100644 Foundation/testsuite/TestLibrary_vs71.vcproj delete mode 100644 Foundation/testsuite/TestLibrary_vs80.vcproj delete mode 100644 Foundation/testsuite/TestSuite_vs71.vcproj delete mode 100644 Foundation/testsuite/TestSuite_vs80.vcproj delete mode 100644 JSON/JSON_vs71.sln delete mode 100644 JSON/JSON_vs71.vcproj delete mode 100644 JSON/JSON_vs80.sln delete mode 100644 JSON/JSON_vs80.vcproj delete mode 100644 JSON/samples/Benchmark/Benchmark_vs71.vcproj delete mode 100644 JSON/samples/Benchmark/Benchmark_vs80.vcproj delete mode 100644 JSON/samples/samples_vs71.sln delete mode 100644 JSON/samples/samples_vs80.sln delete mode 100644 JSON/testsuite/TestSuite_vs71.vcproj delete mode 100644 JSON/testsuite/TestSuite_vs80.vcproj delete mode 100644 MongoDB/MongoDB_vs71.sln delete mode 100644 MongoDB/MongoDB_vs71.vcproj delete mode 100644 MongoDB/MongoDB_vs80.sln delete mode 100644 MongoDB/MongoDB_vs80.vcproj delete mode 100644 MongoDB/samples/SQLToMongo/SQLToMongo_vs71.vcproj delete mode 100644 MongoDB/samples/SQLToMongo/SQLToMongo_vs80.vcproj delete mode 100644 MongoDB/samples/samples_vs71.sln delete mode 100644 MongoDB/samples/samples_vs80.sln delete mode 100644 MongoDB/testsuite/TestSuite_vs71.vcproj delete mode 100644 MongoDB/testsuite/TestSuite_vs80.vcproj delete mode 100644 Net/Net_vs71.sln delete mode 100644 Net/Net_vs71.vcproj delete mode 100644 Net/Net_vs80.sln delete mode 100644 Net/Net_vs80.vcproj delete mode 100644 Net/samples/EchoServer/EchoServer_vs71.vcproj delete mode 100644 Net/samples/EchoServer/EchoServer_vs80.vcproj delete mode 100644 Net/samples/HTTPFormServer/HTTPFormServer_vs71.vcproj delete mode 100644 Net/samples/HTTPFormServer/HTTPFormServer_vs80.vcproj delete mode 100644 Net/samples/HTTPLoadTest/HTTPLoadTest_vs71.vcproj delete mode 100644 Net/samples/HTTPLoadTest/HTTPLoadTest_vs80.vcproj delete mode 100644 Net/samples/HTTPTimeServer/HTTPTimeServer_vs71.vcproj delete mode 100644 Net/samples/HTTPTimeServer/HTTPTimeServer_vs80.vcproj delete mode 100644 Net/samples/Mail/Mail_vs71.vcproj delete mode 100644 Net/samples/Mail/Mail_vs80.vcproj delete mode 100644 Net/samples/Ping/Ping_vs71.vcproj delete mode 100644 Net/samples/Ping/Ping_vs80.vcproj delete mode 100644 Net/samples/SMTPLogger/SMTPLogger_vs71.vcproj delete mode 100644 Net/samples/SMTPLogger/SMTPLogger_vs80.vcproj delete mode 100644 Net/samples/TimeServer/TimeServer_vs71.vcproj delete mode 100644 Net/samples/TimeServer/TimeServer_vs80.vcproj delete mode 100644 Net/samples/WebSocketServer/WebSocketServer_vs71.vcproj delete mode 100644 Net/samples/WebSocketServer/WebSocketServer_vs80.vcproj delete mode 100644 Net/samples/dict/dict_vs71.vcproj delete mode 100644 Net/samples/dict/dict_vs80.vcproj delete mode 100644 Net/samples/download/download_vs71.vcproj delete mode 100644 Net/samples/download/download_vs80.vcproj delete mode 100644 Net/samples/httpget/httpget_vs71.vcproj delete mode 100644 Net/samples/httpget/httpget_vs80.vcproj delete mode 100644 Net/samples/ifconfig/ifconfig_vs71.vcproj delete mode 100644 Net/samples/ifconfig/ifconfig_vs80.vcproj delete mode 100644 Net/samples/samples_vs71.sln delete mode 100644 Net/samples/samples_vs80.sln delete mode 100644 Net/testsuite/TestSuite_vs71.vcproj delete mode 100644 Net/testsuite/TestSuite_vs80.vcproj delete mode 100644 NetSSL_OpenSSL/NetSSL_OpenSSL_vs71.sln delete mode 100644 NetSSL_OpenSSL/NetSSL_OpenSSL_vs71.vcproj delete mode 100644 NetSSL_OpenSSL/NetSSL_OpenSSL_vs80.sln delete mode 100644 NetSSL_OpenSSL/NetSSL_OpenSSL_vs80.vcproj delete mode 100644 NetSSL_OpenSSL/samples/HTTPSTimeServer/HTTPSTimeServer_vs71.vcproj delete mode 100644 NetSSL_OpenSSL/samples/HTTPSTimeServer/HTTPSTimeServer_vs80.vcproj delete mode 100644 NetSSL_OpenSSL/samples/Mail/Mail_vs71.vcproj delete mode 100644 NetSSL_OpenSSL/samples/Mail/Mail_vs80.vcproj delete mode 100644 NetSSL_OpenSSL/samples/TwitterClient/TwitterClient_vs71.vcproj delete mode 100644 NetSSL_OpenSSL/samples/TwitterClient/TwitterClient_vs80.vcproj delete mode 100644 NetSSL_OpenSSL/samples/download/download_vs71.vcproj delete mode 100644 NetSSL_OpenSSL/samples/download/download_vs80.vcproj delete mode 100644 NetSSL_OpenSSL/samples/samples_vs71.sln delete mode 100644 NetSSL_OpenSSL/samples/samples_vs80.sln delete mode 100644 NetSSL_OpenSSL/testsuite/TestSuite_vs71.vcproj delete mode 100644 NetSSL_OpenSSL/testsuite/TestSuite_vs80.vcproj delete mode 100644 NetSSL_Win/NetSSL_Win_vs71.sln delete mode 100644 NetSSL_Win/NetSSL_Win_vs71.vcproj delete mode 100644 NetSSL_Win/NetSSL_Win_vs80.sln delete mode 100644 NetSSL_Win/NetSSL_Win_vs80.vcproj delete mode 100644 NetSSL_Win/samples/HTTPSTimeServer/HTTPSTimeServer_vs71.vcproj delete mode 100644 NetSSL_Win/samples/HTTPSTimeServer/HTTPSTimeServer_vs80.vcproj delete mode 100644 NetSSL_Win/samples/Mail/Mail_vs71.vcproj delete mode 100644 NetSSL_Win/samples/Mail/Mail_vs80.vcproj delete mode 100644 NetSSL_Win/samples/download/download_vs71.vcproj delete mode 100644 NetSSL_Win/samples/download/download_vs80.vcproj delete mode 100644 NetSSL_Win/samples/samples_vs71.sln delete mode 100644 NetSSL_Win/samples/samples_vs80.sln delete mode 100644 NetSSL_Win/testsuite/TestSuite_vs71.vcproj delete mode 100644 NetSSL_Win/testsuite/TestSuite_vs80.vcproj delete mode 100644 PDF/PDF_vs71.sln delete mode 100644 PDF/PDF_vs71.vcproj delete mode 100644 PDF/PDF_vs80.sln delete mode 100644 PDF/PDF_vs80.vcproj delete mode 100644 PDF/samples/Image/Image_vs71.vcproj delete mode 100644 PDF/samples/Image/Image_vs80.vcproj delete mode 100644 PDF/samples/Text/Text_vs71.vcproj delete mode 100644 PDF/samples/Text/Text_vs80.vcproj delete mode 100644 PDF/samples/samples_vs71.sln delete mode 100644 PDF/samples/samples_vs80.sln delete mode 100644 PDF/testsuite/TestSuite_VS80.vcproj delete mode 100644 PDF/testsuite/TestSuite_vs71.vcproj delete mode 100644 PageCompiler/File2Page/File2Page_vs71.sln delete mode 100644 PageCompiler/File2Page/File2Page_vs71.vcproj delete mode 100644 PageCompiler/File2Page/File2Page_vs80.sln delete mode 100644 PageCompiler/File2Page/File2Page_vs80.vcproj delete mode 100644 PageCompiler/PageCompiler_vs71.sln delete mode 100644 PageCompiler/PageCompiler_vs71.vcproj delete mode 100644 PageCompiler/PageCompiler_vs80.sln delete mode 100644 PageCompiler/PageCompiler_vs80.vcproj delete mode 100644 PageCompiler/samples/HTTPTimeServer/HTTPTimeServer_vs71.vcproj delete mode 100644 PageCompiler/samples/HTTPTimeServer/HTTPTimeServer_vs80.vcproj delete mode 100644 PageCompiler/samples/samples_vs71.sln delete mode 100644 PageCompiler/samples/samples_vs80.sln delete mode 100644 PocoDoc/PocoDoc_vs71.sln delete mode 100644 PocoDoc/PocoDoc_vs71.vcproj delete mode 100644 PocoDoc/PocoDoc_vs80.sln delete mode 100644 PocoDoc/PocoDoc_vs80.vcproj delete mode 100644 ProGen/ProGen_vs71.sln delete mode 100644 ProGen/ProGen_vs71.vcproj delete mode 100644 ProGen/ProGen_vs80.sln delete mode 100644 ProGen/ProGen_vs80.vcproj delete mode 100644 ProGen/templates/vs71/Win32/executable/debug_shared.template delete mode 100644 ProGen/templates/vs71/Win32/executable/debug_static_md.template delete mode 100644 ProGen/templates/vs71/Win32/executable/debug_static_mt.template delete mode 100644 ProGen/templates/vs71/Win32/executable/project.properties delete mode 100644 ProGen/templates/vs71/Win32/executable/project.template delete mode 100644 ProGen/templates/vs71/Win32/executable/release_shared.template delete mode 100644 ProGen/templates/vs71/Win32/executable/release_static_md.template delete mode 100644 ProGen/templates/vs71/Win32/executable/release_static_mt.template delete mode 100644 ProGen/templates/vs71/Win32/library/debug_shared.template delete mode 100644 ProGen/templates/vs71/Win32/library/debug_static_md.template delete mode 100644 ProGen/templates/vs71/Win32/library/debug_static_mt.template delete mode 100644 ProGen/templates/vs71/Win32/library/project.properties delete mode 100644 ProGen/templates/vs71/Win32/library/project.template delete mode 100644 ProGen/templates/vs71/Win32/library/release_shared.template delete mode 100644 ProGen/templates/vs71/Win32/library/release_static_md.template delete mode 100644 ProGen/templates/vs71/Win32/library/release_static_mt.template delete mode 100644 ProGen/templates/vs71/Win32/plugin/debug_shared.template delete mode 100644 ProGen/templates/vs71/Win32/plugin/project.properties delete mode 100644 ProGen/templates/vs71/Win32/plugin/project.template delete mode 100644 ProGen/templates/vs71/Win32/plugin/release_shared.template delete mode 100644 ProGen/templates/vs71/Win32/testsuite/debug_shared.template delete mode 100644 ProGen/templates/vs71/Win32/testsuite/debug_static_md.template delete mode 100644 ProGen/templates/vs71/Win32/testsuite/debug_static_mt.template delete mode 100644 ProGen/templates/vs71/Win32/testsuite/project.properties delete mode 100644 ProGen/templates/vs71/Win32/testsuite/project.template delete mode 100644 ProGen/templates/vs71/Win32/testsuite/release_shared.template delete mode 100644 ProGen/templates/vs71/Win32/testsuite/release_static_md.template delete mode 100644 ProGen/templates/vs71/Win32/testsuite/release_static_mt.template delete mode 100644 ProGen/templates/vs80/Win32/executable/debug_shared.template delete mode 100644 ProGen/templates/vs80/Win32/executable/debug_static_md.template delete mode 100644 ProGen/templates/vs80/Win32/executable/debug_static_mt.template delete mode 100644 ProGen/templates/vs80/Win32/executable/project.properties delete mode 100644 ProGen/templates/vs80/Win32/executable/project.template delete mode 100644 ProGen/templates/vs80/Win32/executable/release_shared.template delete mode 100644 ProGen/templates/vs80/Win32/executable/release_static_md.template delete mode 100644 ProGen/templates/vs80/Win32/executable/release_static_mt.template delete mode 100644 ProGen/templates/vs80/Win32/library/debug_shared.template delete mode 100644 ProGen/templates/vs80/Win32/library/debug_static_md.template delete mode 100644 ProGen/templates/vs80/Win32/library/debug_static_mt.template delete mode 100644 ProGen/templates/vs80/Win32/library/project.properties delete mode 100644 ProGen/templates/vs80/Win32/library/project.template delete mode 100644 ProGen/templates/vs80/Win32/library/release_shared.template delete mode 100644 ProGen/templates/vs80/Win32/library/release_static_md.template delete mode 100644 ProGen/templates/vs80/Win32/library/release_static_mt.template delete mode 100644 ProGen/templates/vs80/Win32/plugin/debug_shared.template delete mode 100644 ProGen/templates/vs80/Win32/plugin/project.properties delete mode 100644 ProGen/templates/vs80/Win32/plugin/project.template delete mode 100644 ProGen/templates/vs80/Win32/plugin/release_shared.template delete mode 100644 ProGen/templates/vs80/Win32/testsuite/debug_shared.template delete mode 100644 ProGen/templates/vs80/Win32/testsuite/debug_static_md.template delete mode 100644 ProGen/templates/vs80/Win32/testsuite/debug_static_mt.template delete mode 100644 ProGen/templates/vs80/Win32/testsuite/project.properties delete mode 100644 ProGen/templates/vs80/Win32/testsuite/project.template delete mode 100644 ProGen/templates/vs80/Win32/testsuite/release_shared.template delete mode 100644 ProGen/templates/vs80/Win32/testsuite/release_static_md.template delete mode 100644 ProGen/templates/vs80/Win32/testsuite/release_static_mt.template delete mode 100644 SevenZip/SevenZip_vs71.sln delete mode 100644 SevenZip/SevenZip_vs71.vcproj delete mode 100644 SevenZip/SevenZip_vs80.sln delete mode 100644 SevenZip/SevenZip_vs80.vcproj delete mode 100644 SevenZip/samples/samples_vs71.sln delete mode 100644 SevenZip/samples/samples_vs80.sln delete mode 100644 SevenZip/samples/un7zip/un7zip_vs71.vcproj delete mode 100644 SevenZip/samples/un7zip/un7zip_vs80.vcproj delete mode 100644 Util/Util_vs71.sln delete mode 100644 Util/Util_vs71.vcproj delete mode 100644 Util/Util_vs80.sln delete mode 100644 Util/Util_vs80.vcproj delete mode 100644 Util/samples/SampleApp/SampleApp_vs71.vcproj delete mode 100644 Util/samples/SampleApp/SampleApp_vs80.vcproj delete mode 100644 Util/samples/SampleServer/SampleServer_vs71.vcproj delete mode 100644 Util/samples/SampleServer/SampleServer_vs80.vcproj delete mode 100644 Util/samples/Units/Units_vs71.vcproj delete mode 100644 Util/samples/Units/Units_vs80.vcproj delete mode 100644 Util/samples/pkill/pkill_vs71.vcproj delete mode 100644 Util/samples/pkill/pkill_vs80.vcproj delete mode 100644 Util/samples/samples_vs71.sln delete mode 100644 Util/samples/samples_vs80.sln delete mode 100644 Util/testsuite/TestSuite_vs71.vcproj delete mode 100644 Util/testsuite/TestSuite_vs80.vcproj delete mode 100644 XML/XML_vs71.sln delete mode 100644 XML/XML_vs71.vcproj delete mode 100644 XML/XML_vs80.sln delete mode 100644 XML/XML_vs80.vcproj delete mode 100644 XML/samples/DOMParser/DOMParser_vs71.vcproj delete mode 100644 XML/samples/DOMParser/DOMParser_vs80.vcproj delete mode 100644 XML/samples/DOMWriter/DOMWriter_vs71.vcproj delete mode 100644 XML/samples/DOMWriter/DOMWriter_vs80.vcproj delete mode 100644 XML/samples/PrettyPrint/PrettyPrint_vs71.vcproj delete mode 100644 XML/samples/PrettyPrint/PrettyPrint_vs80.vcproj delete mode 100644 XML/samples/SAXParser/SAXParser_vs71.vcproj delete mode 100644 XML/samples/SAXParser/SAXParser_vs80.vcproj delete mode 100644 XML/samples/samples_vs71.sln delete mode 100644 XML/samples/samples_vs80.sln delete mode 100644 XML/testsuite/TestSuite_vs71.vcproj delete mode 100644 XML/testsuite/TestSuite_vs80.vcproj delete mode 100644 Zip/Zip_VS71.sln delete mode 100644 Zip/Zip_VS71.vcproj delete mode 100644 Zip/Zip_VS80.sln delete mode 100644 Zip/Zip_VS80.vcproj delete mode 100644 Zip/samples/samples_vs71.sln delete mode 100644 Zip/samples/samples_vs80.sln delete mode 100644 Zip/samples/unzip/unzip_vs71.vcproj delete mode 100644 Zip/samples/unzip/unzip_vs80.vcproj delete mode 100644 Zip/samples/zip/zip_vs71.vcproj delete mode 100644 Zip/samples/zip/zip_vs80.vcproj delete mode 100644 Zip/testsuite/TestSuite_VS71.vcproj delete mode 100644 Zip/testsuite/TestSuite_VS80.vcproj delete mode 100644 build_vs71.cmd delete mode 100644 build_vs80.cmd diff --git a/ApacheConnector/ApacheConnector_VS71.sln b/ApacheConnector/ApacheConnector_VS71.sln deleted file mode 100644 index 2a88c6adc..000000000 --- a/ApacheConnector/ApacheConnector_VS71.sln +++ /dev/null @@ -1,21 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ApacheConnector", "ApacheConnector_vs71.vcproj", "{9866EE28-0612-4746-BD35-3B15B0AF7267}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {9866EE28-0612-4746-BD35-3B15B0AF7267}.debug_shared.ActiveCfg = debug_shared|Win32 - {9866EE28-0612-4746-BD35-3B15B0AF7267}.debug_shared.Build.0 = debug_shared|Win32 - {9866EE28-0612-4746-BD35-3B15B0AF7267}.release_shared.ActiveCfg = release_shared|Win32 - {9866EE28-0612-4746-BD35-3B15B0AF7267}.release_shared.Build.0 = release_shared|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/ApacheConnector/ApacheConnector_VS71.vcproj b/ApacheConnector/ApacheConnector_VS71.vcproj deleted file mode 100644 index 6e043031b..000000000 --- a/ApacheConnector/ApacheConnector_VS71.vcproj +++ /dev/null @@ -1,185 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ApacheConnector/ApacheConnector_VS80.sln b/ApacheConnector/ApacheConnector_VS80.sln deleted file mode 100644 index 6ad95c652..000000000 --- a/ApacheConnector/ApacheConnector_VS80.sln +++ /dev/null @@ -1,21 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ApacheConnector", "ApacheConnector_vs80.vcproj", "{9866EE28-0612-4746-BD35-3B15B0AF7267}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {9866EE28-0612-4746-BD35-3B15B0AF7267}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {9866EE28-0612-4746-BD35-3B15B0AF7267}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {9866EE28-0612-4746-BD35-3B15B0AF7267}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {9866EE28-0612-4746-BD35-3B15B0AF7267}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {9866EE28-0612-4746-BD35-3B15B0AF7267}.release_shared|Win32.Build.0 = release_shared|Win32 - {9866EE28-0612-4746-BD35-3B15B0AF7267}.release_shared|Win32.Deploy.0 = release_shared|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/ApacheConnector/ApacheConnector_VS80.vcproj b/ApacheConnector/ApacheConnector_VS80.vcproj deleted file mode 100644 index f3fdceca6..000000000 --- a/ApacheConnector/ApacheConnector_VS80.vcproj +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ApacheConnector/samples/FormServer/FormServer_vs71.vcproj b/ApacheConnector/samples/FormServer/FormServer_vs71.vcproj deleted file mode 100644 index 5e2b15323..000000000 --- a/ApacheConnector/samples/FormServer/FormServer_vs71.vcproj +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ApacheConnector/samples/FormServer/FormServer_vs80.vcproj b/ApacheConnector/samples/FormServer/FormServer_vs80.vcproj deleted file mode 100644 index 2e2ef6d53..000000000 --- a/ApacheConnector/samples/FormServer/FormServer_vs80.vcproj +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ApacheConnector/samples/TimeServer/TimeServer_vs71.vcproj b/ApacheConnector/samples/TimeServer/TimeServer_vs71.vcproj deleted file mode 100644 index f055707ae..000000000 --- a/ApacheConnector/samples/TimeServer/TimeServer_vs71.vcproj +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ApacheConnector/samples/TimeServer/TimeServer_vs80.vcproj b/ApacheConnector/samples/TimeServer/TimeServer_vs80.vcproj deleted file mode 100644 index 8841a7c9e..000000000 --- a/ApacheConnector/samples/TimeServer/TimeServer_vs80.vcproj +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ApacheConnector/samples/samples_vs71.sln b/ApacheConnector/samples/samples_vs71.sln deleted file mode 100644 index 84468f22a..000000000 --- a/ApacheConnector/samples/samples_vs71.sln +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FormServer", "FormServer\FormServer_vs71.vcproj", "{CD77A9BA-6E9B-39EF-801A-1C7E66B19106}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TimeServer", "TimeServer\TimeServer_vs71.vcproj", "{59EDFD20-9968-30F7-9532-44C08DA58C6E}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {CD77A9BA-6E9B-39EF-801A-1C7E66B19106}.debug_shared.ActiveCfg = debug_shared|Win32 - {CD77A9BA-6E9B-39EF-801A-1C7E66B19106}.debug_shared.Build.0 = debug_shared|Win32 - {CD77A9BA-6E9B-39EF-801A-1C7E66B19106}.release_shared.ActiveCfg = release_shared|Win32 - {CD77A9BA-6E9B-39EF-801A-1C7E66B19106}.release_shared.Build.0 = release_shared|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.debug_shared.ActiveCfg = debug_shared|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.debug_shared.Build.0 = debug_shared|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.release_shared.ActiveCfg = release_shared|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.release_shared.Build.0 = release_shared|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/ApacheConnector/samples/samples_vs80.sln b/ApacheConnector/samples/samples_vs80.sln deleted file mode 100644 index bad720590..000000000 --- a/ApacheConnector/samples/samples_vs80.sln +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FormServer", "FormServer\FormServer_vs80.vcproj", "{CD77A9BA-6E9B-39EF-801A-1C7E66B19106}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TimeServer", "TimeServer\TimeServer_vs80.vcproj", "{59EDFD20-9968-30F7-9532-44C08DA58C6E}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {CD77A9BA-6E9B-39EF-801A-1C7E66B19106}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {CD77A9BA-6E9B-39EF-801A-1C7E66B19106}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {CD77A9BA-6E9B-39EF-801A-1C7E66B19106}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {CD77A9BA-6E9B-39EF-801A-1C7E66B19106}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {CD77A9BA-6E9B-39EF-801A-1C7E66B19106}.release_shared|Win32.Build.0 = release_shared|Win32 - {CD77A9BA-6E9B-39EF-801A-1C7E66B19106}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.release_shared|Win32.Build.0 = release_shared|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.release_shared|Win32.Deploy.0 = release_shared|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/CppParser/CppParser_vs71.sln b/CppParser/CppParser_vs71.sln deleted file mode 100644 index 4bbcaefed..000000000 --- a/CppParser/CppParser_vs71.sln +++ /dev/null @@ -1,50 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CppParser", "CppParser_vs71.vcproj", "{C77B9D92-EC91-11DA-A4CE-005056C00008}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs71.vcproj", "{C79112BD-EC91-11DA-A4CE-005056C00008}" - ProjectSection(ProjectDependencies) = postProject - {C77B9D92-EC91-11DA-A4CE-005056C00008} = {C77B9D92-EC91-11DA-A4CE-005056C00008} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {C77B9D92-EC91-11DA-A4CE-005056C00008}.debug_shared.ActiveCfg = debug_shared|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.debug_shared.Build.0 = debug_shared|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.release_shared.ActiveCfg = release_shared|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.release_shared.Build.0 = release_shared|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.release_static_mt.Build.0 = release_static_mt|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.debug_static_md.Build.0 = debug_static_md|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.release_static_md.ActiveCfg = release_static_md|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.release_static_md.Build.0 = release_static_md|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.debug_shared.ActiveCfg = debug_shared|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.debug_shared.Build.0 = debug_shared|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.release_shared.ActiveCfg = release_shared|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.release_shared.Build.0 = release_shared|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.release_static_mt.Build.0 = release_static_mt|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.debug_static_md.Build.0 = debug_static_md|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.release_static_md.ActiveCfg = release_static_md|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/CppParser/CppParser_vs71.vcproj b/CppParser/CppParser_vs71.vcproj deleted file mode 100644 index 742faea7c..000000000 --- a/CppParser/CppParser_vs71.vcproj +++ /dev/null @@ -1,470 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/CppParser/CppParser_vs80.sln b/CppParser/CppParser_vs80.sln deleted file mode 100644 index 0ea6d50ba..000000000 --- a/CppParser/CppParser_vs80.sln +++ /dev/null @@ -1,60 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CppParser", "CppParser_vs80.vcproj", "{C77B9D92-EC91-11DA-A4CE-005056C00008}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs80.vcproj", "{C79112BD-EC91-11DA-A4CE-005056C00008}" - ProjectSection(ProjectDependencies) = postProject - {C77B9D92-EC91-11DA-A4CE-005056C00008} = {C77B9D92-EC91-11DA-A4CE-005056C00008} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {C77B9D92-EC91-11DA-A4CE-005056C00008}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.release_shared|Win32.Build.0 = release_shared|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {C77B9D92-EC91-11DA-A4CE-005056C00008}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.release_shared|Win32.Build.0 = release_shared|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {C79112BD-EC91-11DA-A4CE-005056C00008}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/CppParser/CppParser_vs80.vcproj b/CppParser/CppParser_vs80.vcproj deleted file mode 100644 index 660bfb0d5..000000000 --- a/CppParser/CppParser_vs80.vcproj +++ /dev/null @@ -1,491 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/CppParser/testsuite/TestSuite_vs71.vcproj b/CppParser/testsuite/TestSuite_vs71.vcproj deleted file mode 100644 index 22f3151da..000000000 --- a/CppParser/testsuite/TestSuite_vs71.vcproj +++ /dev/null @@ -1,459 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/CppParser/testsuite/TestSuite_vs80.vcproj b/CppParser/testsuite/TestSuite_vs80.vcproj deleted file mode 100644 index 3ce3313ee..000000000 --- a/CppParser/testsuite/TestSuite_vs80.vcproj +++ /dev/null @@ -1,499 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/CppUnit/CppUnit_vs71.sln b/CppUnit/CppUnit_vs71.sln deleted file mode 100644 index 087361b27..000000000 --- a/CppUnit/CppUnit_vs71.sln +++ /dev/null @@ -1,50 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CppUnit", "CppUnit_VS71.vcproj", "{138BB448-808A-4FE5-A66D-78D1F8770F59}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinTestRunner", "WinTestRunner\WinTestRunner_VS71.vcproj", "{BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}" - ProjectSection(ProjectDependencies) = postProject - {138BB448-808A-4FE5-A66D-78D1F8770F59} = {138BB448-808A-4FE5-A66D-78D1F8770F59} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - debug_static_md = debug_static_md - debug_static_mt = debug_static_mt - release_shared = release_shared - release_static_md = release_static_md - release_static_mt = release_static_mt - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {138BB448-808A-4FE5-A66D-78D1F8770F59}.debug_shared.ActiveCfg = debug_shared|Win32 - {138BB448-808A-4FE5-A66D-78D1F8770F59}.debug_shared.Build.0 = debug_shared|Win32 - {138BB448-808A-4FE5-A66D-78D1F8770F59}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {138BB448-808A-4FE5-A66D-78D1F8770F59}.debug_static_md.Build.0 = debug_static_md|Win32 - {138BB448-808A-4FE5-A66D-78D1F8770F59}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {138BB448-808A-4FE5-A66D-78D1F8770F59}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {138BB448-808A-4FE5-A66D-78D1F8770F59}.release_shared.ActiveCfg = release_shared|Win32 - {138BB448-808A-4FE5-A66D-78D1F8770F59}.release_shared.Build.0 = release_shared|Win32 - {138BB448-808A-4FE5-A66D-78D1F8770F59}.release_static_md.ActiveCfg = release_static_md|Win32 - {138BB448-808A-4FE5-A66D-78D1F8770F59}.release_static_md.Build.0 = release_static_md|Win32 - {138BB448-808A-4FE5-A66D-78D1F8770F59}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {138BB448-808A-4FE5-A66D-78D1F8770F59}.release_static_mt.Build.0 = release_static_mt|Win32 - {BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}.debug_shared.ActiveCfg = debug_shared|Win32 - {BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}.debug_shared.Build.0 = debug_shared|Win32 - {BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}.debug_static_md.Build.0 = debug_static_md|Win32 - {BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}.release_shared.ActiveCfg = release_shared|Win32 - {BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}.release_shared.Build.0 = release_shared|Win32 - {BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}.release_static_md.ActiveCfg = release_static_md|Win32 - {BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}.release_static_md.Build.0 = release_static_md|Win32 - {BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}.release_static_mt.Build.0 = release_static_mt|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/CppUnit/CppUnit_vs71.vcproj b/CppUnit/CppUnit_vs71.vcproj deleted file mode 100644 index b18d2c6d7..000000000 --- a/CppUnit/CppUnit_vs71.vcproj +++ /dev/null @@ -1,541 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/CppUnit/CppUnit_vs80.sln b/CppUnit/CppUnit_vs80.sln deleted file mode 100644 index 639a37ebf..000000000 --- a/CppUnit/CppUnit_vs80.sln +++ /dev/null @@ -1,48 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CppUnit", "CppUnit_vs80.vcproj", "{138BB448-808A-4FE5-A66D-78D1F8770F59}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinTestRunner", "WinTestRunner\WinTestRunner_vs80.vcproj", "{BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}" - ProjectSection(ProjectDependencies) = postProject - {138BB448-808A-4FE5-A66D-78D1F8770F59} = {138BB448-808A-4FE5-A66D-78D1F8770F59} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_shared|Win32 = release_shared|Win32 - release_static_md|Win32 = release_static_md|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {138BB448-808A-4FE5-A66D-78D1F8770F59}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {138BB448-808A-4FE5-A66D-78D1F8770F59}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {138BB448-808A-4FE5-A66D-78D1F8770F59}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {138BB448-808A-4FE5-A66D-78D1F8770F59}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {138BB448-808A-4FE5-A66D-78D1F8770F59}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {138BB448-808A-4FE5-A66D-78D1F8770F59}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {138BB448-808A-4FE5-A66D-78D1F8770F59}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {138BB448-808A-4FE5-A66D-78D1F8770F59}.release_shared|Win32.Build.0 = release_shared|Win32 - {138BB448-808A-4FE5-A66D-78D1F8770F59}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {138BB448-808A-4FE5-A66D-78D1F8770F59}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {138BB448-808A-4FE5-A66D-78D1F8770F59}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {138BB448-808A-4FE5-A66D-78D1F8770F59}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}.release_shared|Win32.Build.0 = release_shared|Win32 - {BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {BA620CC4-0E7D-4B9D-88E2-6DBE5C51FCBD}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/CppUnit/CppUnit_vs80.vcproj b/CppUnit/CppUnit_vs80.vcproj deleted file mode 100644 index 6cdbf970e..000000000 --- a/CppUnit/CppUnit_vs80.vcproj +++ /dev/null @@ -1,724 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/CppUnit/WinTestRunner/WinTestRunner_vs71.vcproj b/CppUnit/WinTestRunner/WinTestRunner_vs71.vcproj deleted file mode 100644 index 141f40502..000000000 --- a/CppUnit/WinTestRunner/WinTestRunner_vs71.vcproj +++ /dev/null @@ -1,504 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/CppUnit/WinTestRunner/WinTestRunner_vs80.vcproj b/CppUnit/WinTestRunner/WinTestRunner_vs80.vcproj deleted file mode 100644 index 1e0f47273..000000000 --- a/CppUnit/WinTestRunner/WinTestRunner_vs80.vcproj +++ /dev/null @@ -1,678 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Crypto/Crypto_VS71.sln b/Crypto/Crypto_VS71.sln deleted file mode 100644 index bf0acd068..000000000 --- a/Crypto/Crypto_VS71.sln +++ /dev/null @@ -1,50 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Crypto", "Crypto_vs71.vcproj", "{EEEE7259-32E9-4D56-B023-C733940AB2A0}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs71.vcproj", "{C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}" - ProjectSection(ProjectDependencies) = postProject - {EEEE7259-32E9-4D56-B023-C733940AB2A0} = {EEEE7259-32E9-4D56-B023-C733940AB2A0} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.debug_shared.ActiveCfg = debug_shared|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.debug_shared.Build.0 = debug_shared|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.release_shared.ActiveCfg = release_shared|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.release_shared.Build.0 = release_shared|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.release_static_mt.Build.0 = release_static_mt|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.debug_static_md.Build.0 = debug_static_md|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.release_static_md.ActiveCfg = release_static_md|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.release_static_md.Build.0 = release_static_md|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.debug_shared.ActiveCfg = debug_shared|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.debug_shared.Build.0 = debug_shared|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.release_shared.ActiveCfg = release_shared|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.release_shared.Build.0 = release_shared|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.release_static_mt.Build.0 = release_static_mt|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.debug_static_md.Build.0 = debug_static_md|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.release_static_md.ActiveCfg = release_static_md|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/Crypto/Crypto_VS71.vcproj b/Crypto/Crypto_VS71.vcproj deleted file mode 100644 index 63cea5ce8..000000000 --- a/Crypto/Crypto_VS71.vcproj +++ /dev/null @@ -1,513 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Crypto/Crypto_VS80.sln b/Crypto/Crypto_VS80.sln deleted file mode 100644 index 5a41eab0c..000000000 --- a/Crypto/Crypto_VS80.sln +++ /dev/null @@ -1,60 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Crypto", "Crypto_vs80.vcproj", "{EEEE7259-32E9-4D56-B023-C733940AB2A0}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs80.vcproj", "{C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}" - ProjectSection(ProjectDependencies) = postProject - {EEEE7259-32E9-4D56-B023-C733940AB2A0} = {EEEE7259-32E9-4D56-B023-C733940AB2A0} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.release_shared|Win32.Build.0 = release_shared|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {EEEE7259-32E9-4D56-B023-C733940AB2A0}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.release_shared|Win32.Build.0 = release_shared|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {C1B1BB96-5198-48EB-AB48-9A0A0B54FB15}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Crypto/Crypto_VS80.vcproj b/Crypto/Crypto_VS80.vcproj deleted file mode 100644 index 8d08ee9b4..000000000 --- a/Crypto/Crypto_VS80.vcproj +++ /dev/null @@ -1,534 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Crypto/samples/genrsakey/genrsakey_VS71.vcproj b/Crypto/samples/genrsakey/genrsakey_VS71.vcproj deleted file mode 100644 index 44042c723..000000000 --- a/Crypto/samples/genrsakey/genrsakey_VS71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Crypto/samples/genrsakey/genrsakey_VS80.vcproj b/Crypto/samples/genrsakey/genrsakey_VS80.vcproj deleted file mode 100644 index e8b7dcc01..000000000 --- a/Crypto/samples/genrsakey/genrsakey_VS80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Crypto/samples/samples_VS71.sln b/Crypto/samples/samples_VS71.sln deleted file mode 100644 index 33a89491d..000000000 --- a/Crypto/samples/samples_VS71.sln +++ /dev/null @@ -1,33 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genrsakey", "genrsakey\genrsakey_vs71.vcproj", "{D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.debug_shared.ActiveCfg = debug_shared|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.debug_shared.Build.0 = debug_shared|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.release_shared.ActiveCfg = release_shared|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.release_shared.Build.0 = release_shared|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.release_static_mt.Build.0 = release_static_mt|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.debug_static_md.Build.0 = debug_static_md|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.release_static_md.ActiveCfg = release_static_md|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/Crypto/samples/samples_VS80.sln b/Crypto/samples/samples_VS80.sln deleted file mode 100644 index 2d38891e2..000000000 --- a/Crypto/samples/samples_VS80.sln +++ /dev/null @@ -1,37 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genrsakey", "genrsakey\genrsakey_vs80.vcproj", "{D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.release_shared|Win32.Build.0 = release_shared|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {D6BE1AD9-4CB6-3184-8DF8-5210AE7D6947}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Crypto/testsuite/TestSuite_VS71.vcproj b/Crypto/testsuite/TestSuite_VS71.vcproj deleted file mode 100644 index 15bd166f9..000000000 --- a/Crypto/testsuite/TestSuite_VS71.vcproj +++ /dev/null @@ -1,450 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Crypto/testsuite/TestSuite_VS80.vcproj b/Crypto/testsuite/TestSuite_VS80.vcproj deleted file mode 100644 index 077ecf2d2..000000000 --- a/Crypto/testsuite/TestSuite_VS80.vcproj +++ /dev/null @@ -1,490 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/Data_VS71.sln b/Data/Data_VS71.sln deleted file mode 100644 index efd549291..000000000 --- a/Data/Data_VS71.sln +++ /dev/null @@ -1,50 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Data", "Data_vs71.vcproj", "{240E83C3-368D-11DB-9FBC-00123FC423B5}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs71.vcproj", "{1813A463-E349-4FEA-8A8E-4A41E41C0DC7}" - ProjectSection(ProjectDependencies) = postProject - {240E83C3-368D-11DB-9FBC-00123FC423B5} = {240E83C3-368D-11DB-9FBC-00123FC423B5} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {240E83C3-368D-11DB-9FBC-00123FC423B5}.debug_shared.ActiveCfg = debug_shared|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.debug_shared.Build.0 = debug_shared|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.release_shared.ActiveCfg = release_shared|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.release_shared.Build.0 = release_shared|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.release_static_mt.Build.0 = release_static_mt|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.debug_static_md.Build.0 = debug_static_md|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.release_static_md.ActiveCfg = release_static_md|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.release_static_md.Build.0 = release_static_md|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.debug_shared.ActiveCfg = debug_shared|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.debug_shared.Build.0 = debug_shared|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.release_shared.ActiveCfg = release_shared|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.release_shared.Build.0 = release_shared|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.release_static_mt.Build.0 = release_static_mt|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.debug_static_md.Build.0 = debug_static_md|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.release_static_md.ActiveCfg = release_static_md|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/Data/Data_VS71.vcproj b/Data/Data_VS71.vcproj deleted file mode 100644 index 7cbba8d35..000000000 --- a/Data/Data_VS71.vcproj +++ /dev/null @@ -1,568 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/Data_VS80.sln b/Data/Data_VS80.sln deleted file mode 100644 index 3bfddb7d4..000000000 --- a/Data/Data_VS80.sln +++ /dev/null @@ -1,60 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Data", "Data_vs80.vcproj", "{240E83C3-368D-11DB-9FBC-00123FC423B5}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs80.vcproj", "{1813A463-E349-4FEA-8A8E-4A41E41C0DC7}" - ProjectSection(ProjectDependencies) = postProject - {240E83C3-368D-11DB-9FBC-00123FC423B5} = {240E83C3-368D-11DB-9FBC-00123FC423B5} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {240E83C3-368D-11DB-9FBC-00123FC423B5}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.release_shared|Win32.Build.0 = release_shared|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {240E83C3-368D-11DB-9FBC-00123FC423B5}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.release_shared|Win32.Build.0 = release_shared|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {1813A463-E349-4FEA-8A8E-4A41E41C0DC7}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Data/Data_VS80.vcproj b/Data/Data_VS80.vcproj deleted file mode 100644 index eb2cc6015..000000000 --- a/Data/Data_VS80.vcproj +++ /dev/null @@ -1,589 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/MySQL/MySQL_VS80.sln b/Data/MySQL/MySQL_VS80.sln deleted file mode 100644 index a1a3e0901..000000000 --- a/Data/MySQL/MySQL_VS80.sln +++ /dev/null @@ -1,60 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MySQL", "MySQL_vs80.vcproj", "{73E19FDE-1570-488C-B3DB-72A60FADD408}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs80.vcproj", "{4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}" - ProjectSection(ProjectDependencies) = postProject - {73E19FDE-1570-488C-B3DB-72A60FADD408} = {73E19FDE-1570-488C-B3DB-72A60FADD408} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {73E19FDE-1570-488C-B3DB-72A60FADD408}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.release_shared|Win32.Build.0 = release_shared|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.release_shared|Win32.Build.0 = release_shared|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Data/MySQL/MySQL_VS80.vcproj b/Data/MySQL/MySQL_VS80.vcproj deleted file mode 100644 index cc1392073..000000000 --- a/Data/MySQL/MySQL_VS80.vcproj +++ /dev/null @@ -1,450 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/MySQL/MySQL_vs71.sln b/Data/MySQL/MySQL_vs71.sln deleted file mode 100644 index d1775b7b1..000000000 --- a/Data/MySQL/MySQL_vs71.sln +++ /dev/null @@ -1,50 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MySQL", "MySQL_vs71.vcproj", "{73E19FDE-1570-488C-B3DB-72A60FADD408}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs71.vcproj", "{4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}" - ProjectSection(ProjectDependencies) = postProject - {73E19FDE-1570-488C-B3DB-72A60FADD408} = {73E19FDE-1570-488C-B3DB-72A60FADD408} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {73E19FDE-1570-488C-B3DB-72A60FADD408}.debug_shared.ActiveCfg = debug_shared|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.debug_shared.Build.0 = debug_shared|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.release_shared.ActiveCfg = release_shared|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.release_shared.Build.0 = release_shared|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.release_static_mt.Build.0 = release_static_mt|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.debug_static_md.Build.0 = debug_static_md|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.release_static_md.ActiveCfg = release_static_md|Win32 - {73E19FDE-1570-488C-B3DB-72A60FADD408}.release_static_md.Build.0 = release_static_md|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.debug_shared.ActiveCfg = debug_shared|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.debug_shared.Build.0 = debug_shared|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.release_shared.ActiveCfg = release_shared|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.release_shared.Build.0 = release_shared|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.release_static_mt.Build.0 = release_static_mt|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.debug_static_md.Build.0 = debug_static_md|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.release_static_md.ActiveCfg = release_static_md|Win32 - {4D6E42AE-EB6A-47EB-A186-B8A183FABCF7}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/Data/MySQL/MySQL_vs71.vcproj b/Data/MySQL/MySQL_vs71.vcproj deleted file mode 100644 index f58000323..000000000 --- a/Data/MySQL/MySQL_vs71.vcproj +++ /dev/null @@ -1,429 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/MySQL/testsuite/TestSuite_VS80.vcproj b/Data/MySQL/testsuite/TestSuite_VS80.vcproj deleted file mode 100644 index 0e1be7a20..000000000 --- a/Data/MySQL/testsuite/TestSuite_VS80.vcproj +++ /dev/null @@ -1,486 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/MySQL/testsuite/TestSuite_vs71.vcproj b/Data/MySQL/testsuite/TestSuite_vs71.vcproj deleted file mode 100644 index a2e44457c..000000000 --- a/Data/MySQL/testsuite/TestSuite_vs71.vcproj +++ /dev/null @@ -1,446 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/ODBC/ODBC_VS71.sln b/Data/ODBC/ODBC_VS71.sln deleted file mode 100644 index a69ec8388..000000000 --- a/Data/ODBC/ODBC_VS71.sln +++ /dev/null @@ -1,50 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ODBC", "ODBC_vs71.vcproj", "{1B29820D-375F-11DB-837B-00123FC423B5}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs71.vcproj", "{00627063-395B-4413-9099-23BDB56562FA}" - ProjectSection(ProjectDependencies) = postProject - {1B29820D-375F-11DB-837B-00123FC423B5} = {1B29820D-375F-11DB-837B-00123FC423B5} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {1B29820D-375F-11DB-837B-00123FC423B5}.debug_shared.ActiveCfg = debug_shared|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.debug_shared.Build.0 = debug_shared|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.release_shared.ActiveCfg = release_shared|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.release_shared.Build.0 = release_shared|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.release_static_mt.Build.0 = release_static_mt|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.debug_static_md.Build.0 = debug_static_md|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.release_static_md.ActiveCfg = release_static_md|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.release_static_md.Build.0 = release_static_md|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.debug_shared.ActiveCfg = debug_shared|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.debug_shared.Build.0 = debug_shared|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.release_shared.ActiveCfg = release_shared|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.release_shared.Build.0 = release_shared|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.release_static_mt.Build.0 = release_static_mt|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.debug_static_md.Build.0 = debug_static_md|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.release_static_md.ActiveCfg = release_static_md|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/Data/ODBC/ODBC_VS71.vcproj b/Data/ODBC/ODBC_VS71.vcproj deleted file mode 100644 index d1bad65b7..000000000 --- a/Data/ODBC/ODBC_VS71.vcproj +++ /dev/null @@ -1,528 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/ODBC/ODBC_VS80.sln b/Data/ODBC/ODBC_VS80.sln deleted file mode 100644 index b6b39892b..000000000 --- a/Data/ODBC/ODBC_VS80.sln +++ /dev/null @@ -1,60 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ODBC", "ODBC_vs80.vcproj", "{1B29820D-375F-11DB-837B-00123FC423B5}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs80.vcproj", "{00627063-395B-4413-9099-23BDB56562FA}" - ProjectSection(ProjectDependencies) = postProject - {1B29820D-375F-11DB-837B-00123FC423B5} = {1B29820D-375F-11DB-837B-00123FC423B5} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {1B29820D-375F-11DB-837B-00123FC423B5}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.release_shared|Win32.Build.0 = release_shared|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {1B29820D-375F-11DB-837B-00123FC423B5}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.release_shared|Win32.Build.0 = release_shared|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {00627063-395B-4413-9099-23BDB56562FA}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Data/ODBC/ODBC_VS80.vcproj b/Data/ODBC/ODBC_VS80.vcproj deleted file mode 100644 index 6d7e56fbb..000000000 --- a/Data/ODBC/ODBC_VS80.vcproj +++ /dev/null @@ -1,549 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/ODBC/testsuite/TestSuite_VS71.vcproj b/Data/ODBC/testsuite/TestSuite_VS71.vcproj deleted file mode 100644 index 5f6ac2c3c..000000000 --- a/Data/ODBC/testsuite/TestSuite_VS71.vcproj +++ /dev/null @@ -1,474 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/ODBC/testsuite/TestSuite_VS80.vcproj b/Data/ODBC/testsuite/TestSuite_VS80.vcproj deleted file mode 100644 index 1d956ae51..000000000 --- a/Data/ODBC/testsuite/TestSuite_VS80.vcproj +++ /dev/null @@ -1,514 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/SQLite/SQLite_VS71.sln b/Data/SQLite/SQLite_VS71.sln deleted file mode 100644 index 18504410c..000000000 --- a/Data/SQLite/SQLite_VS71.sln +++ /dev/null @@ -1,50 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SQLite", "SQLite_vs71.vcproj", "{5B889CE7-AD42-4CFE-BBC3-532B61F8329E}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs71.vcproj", "{45528A81-2523-48DD-AEB3-6B6BD73A2C5D}" - ProjectSection(ProjectDependencies) = postProject - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E} = {5B889CE7-AD42-4CFE-BBC3-532B61F8329E} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.debug_shared.ActiveCfg = debug_shared|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.debug_shared.Build.0 = debug_shared|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.release_shared.ActiveCfg = release_shared|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.release_shared.Build.0 = release_shared|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.release_static_mt.Build.0 = release_static_mt|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.debug_static_md.Build.0 = debug_static_md|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.release_static_md.ActiveCfg = release_static_md|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.release_static_md.Build.0 = release_static_md|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.debug_shared.ActiveCfg = debug_shared|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.debug_shared.Build.0 = debug_shared|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.release_shared.ActiveCfg = release_shared|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.release_shared.Build.0 = release_shared|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.release_static_mt.Build.0 = release_static_mt|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.debug_static_md.Build.0 = debug_static_md|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.release_static_md.ActiveCfg = release_static_md|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/Data/SQLite/SQLite_VS71.vcproj b/Data/SQLite/SQLite_VS71.vcproj deleted file mode 100644 index 2d6b06c58..000000000 --- a/Data/SQLite/SQLite_VS71.vcproj +++ /dev/null @@ -1,429 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/SQLite/SQLite_VS80.sln b/Data/SQLite/SQLite_VS80.sln deleted file mode 100644 index 63a24641e..000000000 --- a/Data/SQLite/SQLite_VS80.sln +++ /dev/null @@ -1,60 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SQLite", "SQLite_vs80.vcproj", "{5B889CE7-AD42-4CFE-BBC3-532B61F8329E}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs80.vcproj", "{45528A81-2523-48DD-AEB3-6B6BD73A2C5D}" - ProjectSection(ProjectDependencies) = postProject - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E} = {5B889CE7-AD42-4CFE-BBC3-532B61F8329E} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.release_shared|Win32.Build.0 = release_shared|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {5B889CE7-AD42-4CFE-BBC3-532B61F8329E}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.release_shared|Win32.Build.0 = release_shared|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {45528A81-2523-48DD-AEB3-6B6BD73A2C5D}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Data/SQLite/SQLite_VS80.vcproj b/Data/SQLite/SQLite_VS80.vcproj deleted file mode 100644 index cfd90c716..000000000 --- a/Data/SQLite/SQLite_VS80.vcproj +++ /dev/null @@ -1,450 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/SQLite/testsuite/TestSuite_VS71.vcproj b/Data/SQLite/testsuite/TestSuite_VS71.vcproj deleted file mode 100644 index 5ab5c1016..000000000 --- a/Data/SQLite/testsuite/TestSuite_VS71.vcproj +++ /dev/null @@ -1,442 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/SQLite/testsuite/TestSuite_VS80.vcproj b/Data/SQLite/testsuite/TestSuite_VS80.vcproj deleted file mode 100644 index 20b60138c..000000000 --- a/Data/SQLite/testsuite/TestSuite_VS80.vcproj +++ /dev/null @@ -1,482 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/samples/Binding/Binding_vs71.vcproj b/Data/samples/Binding/Binding_vs71.vcproj deleted file mode 100644 index 0406b130d..000000000 --- a/Data/samples/Binding/Binding_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/samples/Binding/Binding_vs80.vcproj b/Data/samples/Binding/Binding_vs80.vcproj deleted file mode 100644 index feb55cfc9..000000000 --- a/Data/samples/Binding/Binding_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/samples/RecordSet/RecordSet_vs71.vcproj b/Data/samples/RecordSet/RecordSet_vs71.vcproj deleted file mode 100644 index f59fd10fe..000000000 --- a/Data/samples/RecordSet/RecordSet_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/samples/RecordSet/RecordSet_vs80.vcproj b/Data/samples/RecordSet/RecordSet_vs80.vcproj deleted file mode 100644 index 3023e86d4..000000000 --- a/Data/samples/RecordSet/RecordSet_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/samples/RowFormatter/RowFormatter_vs71.vcproj b/Data/samples/RowFormatter/RowFormatter_vs71.vcproj deleted file mode 100644 index 99f6a5ebf..000000000 --- a/Data/samples/RowFormatter/RowFormatter_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/samples/RowFormatter/RowFormatter_vs80.vcproj b/Data/samples/RowFormatter/RowFormatter_vs80.vcproj deleted file mode 100644 index 9fe162700..000000000 --- a/Data/samples/RowFormatter/RowFormatter_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/samples/Tuple/Tuple_vs71.vcproj b/Data/samples/Tuple/Tuple_vs71.vcproj deleted file mode 100644 index 8ad78eee6..000000000 --- a/Data/samples/Tuple/Tuple_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/samples/Tuple/Tuple_vs80.vcproj b/Data/samples/Tuple/Tuple_vs80.vcproj deleted file mode 100644 index ee691f27e..000000000 --- a/Data/samples/Tuple/Tuple_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/samples/TypeHandler/TypeHandler_vs71.vcproj b/Data/samples/TypeHandler/TypeHandler_vs71.vcproj deleted file mode 100644 index 094326748..000000000 --- a/Data/samples/TypeHandler/TypeHandler_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/samples/TypeHandler/TypeHandler_vs80.vcproj b/Data/samples/TypeHandler/TypeHandler_vs80.vcproj deleted file mode 100644 index 432ea0102..000000000 --- a/Data/samples/TypeHandler/TypeHandler_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/samples/WebNotifier/WebNotifier_vs71.vcproj b/Data/samples/WebNotifier/WebNotifier_vs71.vcproj deleted file mode 100644 index 600f1984c..000000000 --- a/Data/samples/WebNotifier/WebNotifier_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/samples/WebNotifier/WebNotifier_vs80.vcproj b/Data/samples/WebNotifier/WebNotifier_vs80.vcproj deleted file mode 100644 index 62ac392aa..000000000 --- a/Data/samples/WebNotifier/WebNotifier_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/samples/samples_vs71.sln b/Data/samples/samples_vs71.sln deleted file mode 100644 index 7ee5a9fd5..000000000 --- a/Data/samples/samples_vs71.sln +++ /dev/null @@ -1,113 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Binding", "Binding\Binding_vs71.vcproj", "{0F0DF069-83D1-378D-A949-8DF9A883B627}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RecordSet", "RecordSet\RecordSet_vs71.vcproj", "{FEE20DCE-B9E3-30AB-A40C-B6A324997328}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RowFormatter", "RowFormatter\RowFormatter_vs71.vcproj", "{133C62C7-3301-3F43-9ABF-14DF094A042F}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Tuple", "Tuple\Tuple_vs71.vcproj", "{F143DA5A-221A-3737-BCBA-F5BFD977038F}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TypeHandler", "TypeHandler\TypeHandler_vs71.vcproj", "{65A12348-CA20-324E-9F5E-7F82753C2C65}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebNotifier", "WebNotifier\WebNotifier_vs71.vcproj", "{BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {0F0DF069-83D1-378D-A949-8DF9A883B627}.debug_shared.ActiveCfg = debug_shared|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.debug_shared.Build.0 = debug_shared|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.release_shared.ActiveCfg = release_shared|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.release_shared.Build.0 = release_shared|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.release_static_mt.Build.0 = release_static_mt|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.debug_static_md.Build.0 = debug_static_md|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.release_static_md.ActiveCfg = release_static_md|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.release_static_md.Build.0 = release_static_md|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.debug_shared.ActiveCfg = debug_shared|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.debug_shared.Build.0 = debug_shared|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.release_shared.ActiveCfg = release_shared|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.release_shared.Build.0 = release_shared|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.release_static_mt.Build.0 = release_static_mt|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.debug_static_md.Build.0 = debug_static_md|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.release_static_md.ActiveCfg = release_static_md|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.release_static_md.Build.0 = release_static_md|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.debug_shared.ActiveCfg = debug_shared|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.debug_shared.Build.0 = debug_shared|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.release_shared.ActiveCfg = release_shared|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.release_shared.Build.0 = release_shared|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.release_static_mt.Build.0 = release_static_mt|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.debug_static_md.Build.0 = debug_static_md|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.release_static_md.ActiveCfg = release_static_md|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.release_static_md.Build.0 = release_static_md|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.debug_shared.ActiveCfg = debug_shared|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.debug_shared.Build.0 = debug_shared|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.release_shared.ActiveCfg = release_shared|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.release_shared.Build.0 = release_shared|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.release_static_mt.Build.0 = release_static_mt|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.debug_static_md.Build.0 = debug_static_md|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.release_static_md.ActiveCfg = release_static_md|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.release_static_md.Build.0 = release_static_md|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.debug_shared.ActiveCfg = debug_shared|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.debug_shared.Build.0 = debug_shared|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.release_shared.ActiveCfg = release_shared|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.release_shared.Build.0 = release_shared|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.release_static_mt.Build.0 = release_static_mt|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.debug_static_md.Build.0 = debug_static_md|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.release_static_md.ActiveCfg = release_static_md|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.release_static_md.Build.0 = release_static_md|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.debug_shared.ActiveCfg = debug_shared|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.debug_shared.Build.0 = debug_shared|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.release_shared.ActiveCfg = release_shared|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.release_shared.Build.0 = release_shared|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.release_static_mt.Build.0 = release_static_mt|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.debug_static_md.Build.0 = debug_static_md|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.release_static_md.ActiveCfg = release_static_md|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/Data/samples/samples_vs80.sln b/Data/samples/samples_vs80.sln deleted file mode 100644 index 98fbd5b80..000000000 --- a/Data/samples/samples_vs80.sln +++ /dev/null @@ -1,137 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Binding", "Binding\Binding_vs80.vcproj", "{0F0DF069-83D1-378D-A949-8DF9A883B627}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RecordSet", "RecordSet\RecordSet_vs80.vcproj", "{FEE20DCE-B9E3-30AB-A40C-B6A324997328}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RowFormatter", "RowFormatter\RowFormatter_vs80.vcproj", "{133C62C7-3301-3F43-9ABF-14DF094A042F}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Tuple", "Tuple\Tuple_vs80.vcproj", "{F143DA5A-221A-3737-BCBA-F5BFD977038F}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TypeHandler", "TypeHandler\TypeHandler_vs80.vcproj", "{65A12348-CA20-324E-9F5E-7F82753C2C65}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebNotifier", "WebNotifier\WebNotifier_vs80.vcproj", "{BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {0F0DF069-83D1-378D-A949-8DF9A883B627}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.release_shared|Win32.Build.0 = release_shared|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {0F0DF069-83D1-378D-A949-8DF9A883B627}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.release_shared|Win32.Build.0 = release_shared|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {FEE20DCE-B9E3-30AB-A40C-B6A324997328}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.release_shared|Win32.Build.0 = release_shared|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {133C62C7-3301-3F43-9ABF-14DF094A042F}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.release_shared|Win32.Build.0 = release_shared|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {F143DA5A-221A-3737-BCBA-F5BFD977038F}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.release_shared|Win32.Build.0 = release_shared|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {65A12348-CA20-324E-9F5E-7F82753C2C65}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.release_shared|Win32.Build.0 = release_shared|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {BACF8377-AD61-3B07-9BD5-6AEFCB0EC754}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Data/testsuite/TestSuite_VS71.vcproj b/Data/testsuite/TestSuite_VS71.vcproj deleted file mode 100644 index 32e637582..000000000 --- a/Data/testsuite/TestSuite_VS71.vcproj +++ /dev/null @@ -1,488 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data/testsuite/TestSuite_VS80.vcproj b/Data/testsuite/TestSuite_VS80.vcproj deleted file mode 100644 index cb0a8c6c7..000000000 --- a/Data/testsuite/TestSuite_VS80.vcproj +++ /dev/null @@ -1,528 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/Foundation_vs71.sln b/Foundation/Foundation_vs71.sln deleted file mode 100644 index f57f0af52..000000000 --- a/Foundation/Foundation_vs71.sln +++ /dev/null @@ -1,85 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Foundation", "Foundation_vs71.vcproj", "{8164D41D-B053-405B-826C-CF37AC0EF176}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs71.vcproj", "{F1EE93DF-347F-4CB3-B191-C4E63F38E972}" - ProjectSection(ProjectDependencies) = postProject - {0955EB03-544B-4BD4-9C10-89CF38078F5F} = {0955EB03-544B-4BD4-9C10-89CF38078F5F} - {8164D41D-B053-405B-826C-CF37AC0EF176} = {8164D41D-B053-405B-826C-CF37AC0EF176} - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A} = {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestLibrary", "testsuite\TestLibrary_vs71.vcproj", "{0955EB03-544B-4BD4-9C10-89CF38078F5F}" - ProjectSection(ProjectDependencies) = postProject - {8164D41D-B053-405B-826C-CF37AC0EF176} = {8164D41D-B053-405B-826C-CF37AC0EF176} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestApp", "testsuite\TestApp_vs71.vcproj", "{6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - debug_static_md = debug_static_md - debug_static_mt = debug_static_mt - release_shared = release_shared - release_static_md = release_static_md - release_static_mt = release_static_mt - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {8164D41D-B053-405B-826C-CF37AC0EF176}.debug_shared.ActiveCfg = debug_shared|Win32 - {8164D41D-B053-405B-826C-CF37AC0EF176}.debug_shared.Build.0 = debug_shared|Win32 - {8164D41D-B053-405B-826C-CF37AC0EF176}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {8164D41D-B053-405B-826C-CF37AC0EF176}.debug_static_md.Build.0 = debug_static_md|Win32 - {8164D41D-B053-405B-826C-CF37AC0EF176}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {8164D41D-B053-405B-826C-CF37AC0EF176}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {8164D41D-B053-405B-826C-CF37AC0EF176}.release_shared.ActiveCfg = release_shared|Win32 - {8164D41D-B053-405B-826C-CF37AC0EF176}.release_shared.Build.0 = release_shared|Win32 - {8164D41D-B053-405B-826C-CF37AC0EF176}.release_static_md.ActiveCfg = release_static_md|Win32 - {8164D41D-B053-405B-826C-CF37AC0EF176}.release_static_md.Build.0 = release_static_md|Win32 - {8164D41D-B053-405B-826C-CF37AC0EF176}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {8164D41D-B053-405B-826C-CF37AC0EF176}.release_static_mt.Build.0 = release_static_mt|Win32 - {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_shared.ActiveCfg = debug_shared|Win32 - {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_shared.Build.0 = debug_shared|Win32 - {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_md.Build.0 = debug_static_md|Win32 - {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_shared.ActiveCfg = release_shared|Win32 - {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_shared.Build.0 = release_shared|Win32 - {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_md.ActiveCfg = release_static_md|Win32 - {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_md.Build.0 = release_static_md|Win32 - {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_mt.Build.0 = release_static_mt|Win32 - {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_shared.ActiveCfg = debug_shared|Win32 - {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_shared.Build.0 = debug_shared|Win32 - {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_md.ActiveCfg = debug_shared|Win32 - {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_md.Build.0 = debug_shared|Win32 - {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_mt.ActiveCfg = debug_shared|Win32 - {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_mt.Build.0 = debug_shared|Win32 - {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_shared.ActiveCfg = release_shared|Win32 - {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_shared.Build.0 = release_shared|Win32 - {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_md.ActiveCfg = release_shared|Win32 - {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_md.Build.0 = release_shared|Win32 - {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_mt.ActiveCfg = release_shared|Win32 - {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_mt.Build.0 = release_shared|Win32 - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_shared.ActiveCfg = debug_shared|Win32 - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_shared.Build.0 = debug_shared|Win32 - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_md.Build.0 = debug_static_md|Win32 - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_shared.ActiveCfg = release_shared|Win32 - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_shared.Build.0 = release_shared|Win32 - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_md.ActiveCfg = release_static_md|Win32 - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_md.Build.0 = release_static_md|Win32 - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_mt.Build.0 = release_static_mt|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/Foundation/Foundation_vs71.vcproj b/Foundation/Foundation_vs71.vcproj deleted file mode 100644 index 6d8f13a3f..000000000 --- a/Foundation/Foundation_vs71.vcproj +++ /dev/null @@ -1,4787 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/Foundation_vs80.sln b/Foundation/Foundation_vs80.sln deleted file mode 100644 index beea1baab..000000000 --- a/Foundation/Foundation_vs80.sln +++ /dev/null @@ -1,81 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Foundation", "Foundation_vs80.vcproj", "{8164D41D-B053-405B-826C-CF37AC0EF176}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs80.vcproj", "{F1EE93DF-347F-4CB3-B191-C4E63F38E972}" - ProjectSection(ProjectDependencies) = postProject - {0955EB03-544B-4BD4-9C10-89CF38078F5F} = {0955EB03-544B-4BD4-9C10-89CF38078F5F} - {8164D41D-B053-405B-826C-CF37AC0EF176} = {8164D41D-B053-405B-826C-CF37AC0EF176} - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A} = {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestLibrary", "testsuite\TestLibrary_vs80.vcproj", "{0955EB03-544B-4BD4-9C10-89CF38078F5F}" - ProjectSection(ProjectDependencies) = postProject - {8164D41D-B053-405B-826C-CF37AC0EF176} = {8164D41D-B053-405B-826C-CF37AC0EF176} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestApp", "testsuite\TestApp_vs80.vcproj", "{6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_shared|Win32 = release_shared|Win32 - release_static_md|Win32 = release_static_md|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {8164D41D-B053-405B-826C-CF37AC0EF176}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {8164D41D-B053-405B-826C-CF37AC0EF176}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {8164D41D-B053-405B-826C-CF37AC0EF176}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {8164D41D-B053-405B-826C-CF37AC0EF176}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {8164D41D-B053-405B-826C-CF37AC0EF176}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {8164D41D-B053-405B-826C-CF37AC0EF176}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {8164D41D-B053-405B-826C-CF37AC0EF176}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {8164D41D-B053-405B-826C-CF37AC0EF176}.release_shared|Win32.Build.0 = release_shared|Win32 - {8164D41D-B053-405B-826C-CF37AC0EF176}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {8164D41D-B053-405B-826C-CF37AC0EF176}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {8164D41D-B053-405B-826C-CF37AC0EF176}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {8164D41D-B053-405B-826C-CF37AC0EF176}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_shared|Win32.Build.0 = release_shared|Win32 - {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_md|Win32.ActiveCfg = debug_shared|Win32 - {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_md|Win32.Build.0 = debug_shared|Win32 - {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_mt|Win32.ActiveCfg = debug_shared|Win32 - {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_mt|Win32.Build.0 = debug_shared|Win32 - {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_shared|Win32.Build.0 = release_shared|Win32 - {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_md|Win32.ActiveCfg = release_shared|Win32 - {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_md|Win32.Build.0 = release_shared|Win32 - {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_mt|Win32.ActiveCfg = release_shared|Win32 - {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_mt|Win32.Build.0 = release_shared|Win32 - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_shared|Win32.Build.0 = release_shared|Win32 - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Foundation/Foundation_vs80.vcproj b/Foundation/Foundation_vs80.vcproj deleted file mode 100644 index 9a609d565..000000000 --- a/Foundation/Foundation_vs80.vcproj +++ /dev/null @@ -1,6184 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/ActiveMethod/ActiveMethod_vs71.vcproj b/Foundation/samples/ActiveMethod/ActiveMethod_vs71.vcproj deleted file mode 100644 index 90285faaf..000000000 --- a/Foundation/samples/ActiveMethod/ActiveMethod_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/ActiveMethod/ActiveMethod_vs80.vcproj b/Foundation/samples/ActiveMethod/ActiveMethod_vs80.vcproj deleted file mode 100644 index 4b4cfed62..000000000 --- a/Foundation/samples/ActiveMethod/ActiveMethod_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/Activity/Activity_vs71.vcproj b/Foundation/samples/Activity/Activity_vs71.vcproj deleted file mode 100644 index ed1354f76..000000000 --- a/Foundation/samples/Activity/Activity_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/Activity/Activity_vs80.vcproj b/Foundation/samples/Activity/Activity_vs80.vcproj deleted file mode 100644 index 64a0e57ab..000000000 --- a/Foundation/samples/Activity/Activity_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/BinaryReaderWriter/BinaryReaderWriter_vs71.vcproj b/Foundation/samples/BinaryReaderWriter/BinaryReaderWriter_vs71.vcproj deleted file mode 100644 index 48e04c079..000000000 --- a/Foundation/samples/BinaryReaderWriter/BinaryReaderWriter_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/BinaryReaderWriter/BinaryReaderWriter_vs80.vcproj b/Foundation/samples/BinaryReaderWriter/BinaryReaderWriter_vs80.vcproj deleted file mode 100644 index ef5582980..000000000 --- a/Foundation/samples/BinaryReaderWriter/BinaryReaderWriter_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/DateTime/DateTime_vs71.vcproj b/Foundation/samples/DateTime/DateTime_vs71.vcproj deleted file mode 100644 index 3b0adf86a..000000000 --- a/Foundation/samples/DateTime/DateTime_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/DateTime/DateTime_vs80.vcproj b/Foundation/samples/DateTime/DateTime_vs80.vcproj deleted file mode 100644 index db407cac9..000000000 --- a/Foundation/samples/DateTime/DateTime_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/LineEndingConverter/LineEndingConverter_vs71.vcproj b/Foundation/samples/LineEndingConverter/LineEndingConverter_vs71.vcproj deleted file mode 100644 index efce6bfa2..000000000 --- a/Foundation/samples/LineEndingConverter/LineEndingConverter_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/LineEndingConverter/LineEndingConverter_vs80.vcproj b/Foundation/samples/LineEndingConverter/LineEndingConverter_vs80.vcproj deleted file mode 100644 index dc28a8e2d..000000000 --- a/Foundation/samples/LineEndingConverter/LineEndingConverter_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/LogRotation/LogRotation_vs71.vcproj b/Foundation/samples/LogRotation/LogRotation_vs71.vcproj deleted file mode 100644 index 79e0c92c0..000000000 --- a/Foundation/samples/LogRotation/LogRotation_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/LogRotation/LogRotation_vs80.vcproj b/Foundation/samples/LogRotation/LogRotation_vs80.vcproj deleted file mode 100644 index af052912e..000000000 --- a/Foundation/samples/LogRotation/LogRotation_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/Logger/Logger_vs71.vcproj b/Foundation/samples/Logger/Logger_vs71.vcproj deleted file mode 100644 index 8e416da41..000000000 --- a/Foundation/samples/Logger/Logger_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/Logger/Logger_vs80.vcproj b/Foundation/samples/Logger/Logger_vs80.vcproj deleted file mode 100644 index 62ec61184..000000000 --- a/Foundation/samples/Logger/Logger_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/NotificationQueue/NotificationQueue_vs71.vcproj b/Foundation/samples/NotificationQueue/NotificationQueue_vs71.vcproj deleted file mode 100644 index 25c4c407c..000000000 --- a/Foundation/samples/NotificationQueue/NotificationQueue_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/NotificationQueue/NotificationQueue_vs80.vcproj b/Foundation/samples/NotificationQueue/NotificationQueue_vs80.vcproj deleted file mode 100644 index c156a22ac..000000000 --- a/Foundation/samples/NotificationQueue/NotificationQueue_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/StringTokenizer/StringTokenizer_vs71.vcproj b/Foundation/samples/StringTokenizer/StringTokenizer_vs71.vcproj deleted file mode 100644 index 384452d20..000000000 --- a/Foundation/samples/StringTokenizer/StringTokenizer_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/StringTokenizer/StringTokenizer_vs80.vcproj b/Foundation/samples/StringTokenizer/StringTokenizer_vs80.vcproj deleted file mode 100644 index 36c2fd60a..000000000 --- a/Foundation/samples/StringTokenizer/StringTokenizer_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/Timer/Timer_vs71.vcproj b/Foundation/samples/Timer/Timer_vs71.vcproj deleted file mode 100644 index ce1d41d6b..000000000 --- a/Foundation/samples/Timer/Timer_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/Timer/Timer_vs80.vcproj b/Foundation/samples/Timer/Timer_vs80.vcproj deleted file mode 100644 index 449cc14fd..000000000 --- a/Foundation/samples/Timer/Timer_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/URI/URI_vs71.vcproj b/Foundation/samples/URI/URI_vs71.vcproj deleted file mode 100644 index 4b844fc6d..000000000 --- a/Foundation/samples/URI/URI_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/URI/URI_vs80.vcproj b/Foundation/samples/URI/URI_vs80.vcproj deleted file mode 100644 index 579428275..000000000 --- a/Foundation/samples/URI/URI_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/base64decode/base64decode_vs71.vcproj b/Foundation/samples/base64decode/base64decode_vs71.vcproj deleted file mode 100644 index b0edc9da9..000000000 --- a/Foundation/samples/base64decode/base64decode_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/base64decode/base64decode_vs80.vcproj b/Foundation/samples/base64decode/base64decode_vs80.vcproj deleted file mode 100644 index d806bcf8b..000000000 --- a/Foundation/samples/base64decode/base64decode_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/base64encode/base64encode_vs71.vcproj b/Foundation/samples/base64encode/base64encode_vs71.vcproj deleted file mode 100644 index 6f5378c31..000000000 --- a/Foundation/samples/base64encode/base64encode_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/base64encode/base64encode_vs80.vcproj b/Foundation/samples/base64encode/base64encode_vs80.vcproj deleted file mode 100644 index 18ff1e225..000000000 --- a/Foundation/samples/base64encode/base64encode_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/deflate/deflate_vs71.vcproj b/Foundation/samples/deflate/deflate_vs71.vcproj deleted file mode 100644 index 85a840d72..000000000 --- a/Foundation/samples/deflate/deflate_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/deflate/deflate_vs80.vcproj b/Foundation/samples/deflate/deflate_vs80.vcproj deleted file mode 100644 index 2ac8560f9..000000000 --- a/Foundation/samples/deflate/deflate_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/dir/dir_vs71.vcproj b/Foundation/samples/dir/dir_vs71.vcproj deleted file mode 100644 index a4e585541..000000000 --- a/Foundation/samples/dir/dir_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/dir/dir_vs80.vcproj b/Foundation/samples/dir/dir_vs80.vcproj deleted file mode 100644 index 8bb2cc3dc..000000000 --- a/Foundation/samples/dir/dir_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/grep/grep_vs71.vcproj b/Foundation/samples/grep/grep_vs71.vcproj deleted file mode 100644 index 46078f853..000000000 --- a/Foundation/samples/grep/grep_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/grep/grep_vs80.vcproj b/Foundation/samples/grep/grep_vs80.vcproj deleted file mode 100644 index 839b985c8..000000000 --- a/Foundation/samples/grep/grep_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/hmacmd5/hmacmd5_vs71.vcproj b/Foundation/samples/hmacmd5/hmacmd5_vs71.vcproj deleted file mode 100644 index 6220b45cc..000000000 --- a/Foundation/samples/hmacmd5/hmacmd5_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/hmacmd5/hmacmd5_vs80.vcproj b/Foundation/samples/hmacmd5/hmacmd5_vs80.vcproj deleted file mode 100644 index 7332d9aaa..000000000 --- a/Foundation/samples/hmacmd5/hmacmd5_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/inflate/inflate_vs71.vcproj b/Foundation/samples/inflate/inflate_vs71.vcproj deleted file mode 100644 index 1703d71b2..000000000 --- a/Foundation/samples/inflate/inflate_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/inflate/inflate_vs80.vcproj b/Foundation/samples/inflate/inflate_vs80.vcproj deleted file mode 100644 index e3b1ef7c5..000000000 --- a/Foundation/samples/inflate/inflate_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/md5/md5_vs71.vcproj b/Foundation/samples/md5/md5_vs71.vcproj deleted file mode 100644 index c3dbba4b6..000000000 --- a/Foundation/samples/md5/md5_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/md5/md5_vs80.vcproj b/Foundation/samples/md5/md5_vs80.vcproj deleted file mode 100644 index 58baacf2a..000000000 --- a/Foundation/samples/md5/md5_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/samples_vs71.sln b/Foundation/samples/samples_vs71.sln deleted file mode 100644 index 2c72891b5..000000000 --- a/Foundation/samples/samples_vs71.sln +++ /dev/null @@ -1,337 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ActiveMethod", "ActiveMethod\ActiveMethod_vs71.vcproj", "{F8B51F16-52AE-3D43-B55B-BD62ED422C2F}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Activity", "Activity\Activity_vs71.vcproj", "{479B938E-57EA-3332-AFD3-E7285DE4EB28}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "base64decode", "base64decode\base64decode_vs71.vcproj", "{A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "base64encode", "base64encode\base64encode_vs71.vcproj", "{6CCDAF5F-4AD1-3F87-8052-B99952B203E0}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BinaryReaderWriter", "BinaryReaderWriter\BinaryReaderWriter_vs71.vcproj", "{A5639B95-211B-36F1-994E-F05361C18EBF}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DateTime", "DateTime\DateTime_vs71.vcproj", "{9549D36E-CB01-3BA4-916D-0BCEA078A8AF}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "deflate", "deflate\deflate_vs71.vcproj", "{6D323430-D9E1-3173-A087-7A6E084B63CD}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dir", "dir\dir_vs71.vcproj", "{39E0E21B-10A6-3D5A-9B68-70F20C05D80A}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "grep", "grep\grep_vs71.vcproj", "{C743C479-4D47-37FE-A2EB-59CDD7A627FE}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hmacmd5", "hmacmd5\hmacmd5_vs71.vcproj", "{0CC4CA42-4EEF-36C8-A426-5A047C1A2359}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "inflate", "inflate\inflate_vs71.vcproj", "{9F489D6A-175F-3754-B4E4-2B0E795D2857}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LineEndingConverter", "LineEndingConverter\LineEndingConverter_vs71.vcproj", "{354BBE76-D088-3931-940C-797F514D2E40}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Logger", "Logger\Logger_vs71.vcproj", "{49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LogRotation", "LogRotation\LogRotation_vs71.vcproj", "{0382A4E1-4461-391B-A8D6-A35251CD7464}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "md5", "md5\md5_vs71.vcproj", "{2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NotificationQueue", "NotificationQueue\NotificationQueue_vs71.vcproj", "{4238E8B1-08D7-3469-8896-2A643B585A2D}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StringTokenizer", "StringTokenizer\StringTokenizer_vs71.vcproj", "{1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Timer", "Timer\Timer_vs71.vcproj", "{84150D4A-0A5A-30D5-8140-24B0F61CAF9B}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "URI", "URI\URI_vs71.vcproj", "{7D649DAD-3849-3E23-9BB4-802AC60E4E98}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "uuidgen", "uuidgen\uuidgen_vs71.vcproj", "{5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.debug_shared.ActiveCfg = debug_shared|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.debug_shared.Build.0 = debug_shared|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.release_shared.ActiveCfg = release_shared|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.release_shared.Build.0 = release_shared|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.release_static_mt.Build.0 = release_static_mt|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.debug_static_md.Build.0 = debug_static_md|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.release_static_md.ActiveCfg = release_static_md|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.release_static_md.Build.0 = release_static_md|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.debug_shared.ActiveCfg = debug_shared|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.debug_shared.Build.0 = debug_shared|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.release_shared.ActiveCfg = release_shared|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.release_shared.Build.0 = release_shared|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.release_static_mt.Build.0 = release_static_mt|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.debug_static_md.Build.0 = debug_static_md|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.release_static_md.ActiveCfg = release_static_md|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.release_static_md.Build.0 = release_static_md|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.debug_shared.ActiveCfg = debug_shared|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.debug_shared.Build.0 = debug_shared|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.release_shared.ActiveCfg = release_shared|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.release_shared.Build.0 = release_shared|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.release_static_mt.Build.0 = release_static_mt|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.debug_static_md.Build.0 = debug_static_md|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.release_static_md.ActiveCfg = release_static_md|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.release_static_md.Build.0 = release_static_md|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.debug_shared.ActiveCfg = debug_shared|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.debug_shared.Build.0 = debug_shared|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.release_shared.ActiveCfg = release_shared|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.release_shared.Build.0 = release_shared|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.release_static_mt.Build.0 = release_static_mt|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.debug_static_md.Build.0 = debug_static_md|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.release_static_md.ActiveCfg = release_static_md|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.release_static_md.Build.0 = release_static_md|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.debug_shared.ActiveCfg = debug_shared|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.debug_shared.Build.0 = debug_shared|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.release_shared.ActiveCfg = release_shared|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.release_shared.Build.0 = release_shared|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.release_static_mt.Build.0 = release_static_mt|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.debug_static_md.Build.0 = debug_static_md|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.release_static_md.ActiveCfg = release_static_md|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.release_static_md.Build.0 = release_static_md|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.debug_shared.ActiveCfg = debug_shared|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.debug_shared.Build.0 = debug_shared|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.release_shared.ActiveCfg = release_shared|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.release_shared.Build.0 = release_shared|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.release_static_mt.Build.0 = release_static_mt|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.debug_static_md.Build.0 = debug_static_md|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.release_static_md.ActiveCfg = release_static_md|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.release_static_md.Build.0 = release_static_md|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.debug_shared.ActiveCfg = debug_shared|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.debug_shared.Build.0 = debug_shared|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.release_shared.ActiveCfg = release_shared|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.release_shared.Build.0 = release_shared|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.release_static_mt.Build.0 = release_static_mt|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.debug_static_md.Build.0 = debug_static_md|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.release_static_md.ActiveCfg = release_static_md|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.release_static_md.Build.0 = release_static_md|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.debug_shared.ActiveCfg = debug_shared|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.debug_shared.Build.0 = debug_shared|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.release_shared.ActiveCfg = release_shared|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.release_shared.Build.0 = release_shared|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.release_static_mt.Build.0 = release_static_mt|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.debug_static_md.Build.0 = debug_static_md|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.release_static_md.ActiveCfg = release_static_md|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.release_static_md.Build.0 = release_static_md|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.debug_shared.ActiveCfg = debug_shared|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.debug_shared.Build.0 = debug_shared|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.release_shared.ActiveCfg = release_shared|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.release_shared.Build.0 = release_shared|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.release_static_mt.Build.0 = release_static_mt|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.debug_static_md.Build.0 = debug_static_md|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.release_static_md.ActiveCfg = release_static_md|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.release_static_md.Build.0 = release_static_md|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.debug_shared.ActiveCfg = debug_shared|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.debug_shared.Build.0 = debug_shared|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.release_shared.ActiveCfg = release_shared|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.release_shared.Build.0 = release_shared|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.release_static_mt.Build.0 = release_static_mt|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.debug_static_md.Build.0 = debug_static_md|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.release_static_md.ActiveCfg = release_static_md|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.release_static_md.Build.0 = release_static_md|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.debug_shared.ActiveCfg = debug_shared|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.debug_shared.Build.0 = debug_shared|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.release_shared.ActiveCfg = release_shared|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.release_shared.Build.0 = release_shared|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.release_static_mt.Build.0 = release_static_mt|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.debug_static_md.Build.0 = debug_static_md|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.release_static_md.ActiveCfg = release_static_md|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.release_static_md.Build.0 = release_static_md|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.debug_shared.ActiveCfg = debug_shared|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.debug_shared.Build.0 = debug_shared|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.release_shared.ActiveCfg = release_shared|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.release_shared.Build.0 = release_shared|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.release_static_mt.Build.0 = release_static_mt|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.debug_static_md.Build.0 = debug_static_md|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.release_static_md.ActiveCfg = release_static_md|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.release_static_md.Build.0 = release_static_md|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.debug_shared.ActiveCfg = debug_shared|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.debug_shared.Build.0 = debug_shared|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.release_shared.ActiveCfg = release_shared|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.release_shared.Build.0 = release_shared|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.release_static_mt.Build.0 = release_static_mt|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.debug_static_md.Build.0 = debug_static_md|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.release_static_md.ActiveCfg = release_static_md|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.release_static_md.Build.0 = release_static_md|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.debug_shared.ActiveCfg = debug_shared|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.debug_shared.Build.0 = debug_shared|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.release_shared.ActiveCfg = release_shared|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.release_shared.Build.0 = release_shared|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.release_static_mt.Build.0 = release_static_mt|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.debug_static_md.Build.0 = debug_static_md|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.release_static_md.ActiveCfg = release_static_md|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.release_static_md.Build.0 = release_static_md|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.debug_shared.ActiveCfg = debug_shared|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.debug_shared.Build.0 = debug_shared|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.release_shared.ActiveCfg = release_shared|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.release_shared.Build.0 = release_shared|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.release_static_mt.Build.0 = release_static_mt|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.debug_static_md.Build.0 = debug_static_md|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.release_static_md.ActiveCfg = release_static_md|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.release_static_md.Build.0 = release_static_md|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.debug_shared.ActiveCfg = debug_shared|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.debug_shared.Build.0 = debug_shared|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.release_shared.ActiveCfg = release_shared|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.release_shared.Build.0 = release_shared|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.release_static_mt.Build.0 = release_static_mt|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.debug_static_md.Build.0 = debug_static_md|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.release_static_md.ActiveCfg = release_static_md|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.release_static_md.Build.0 = release_static_md|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.debug_shared.ActiveCfg = debug_shared|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.debug_shared.Build.0 = debug_shared|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.release_shared.ActiveCfg = release_shared|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.release_shared.Build.0 = release_shared|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.release_static_mt.Build.0 = release_static_mt|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.debug_static_md.Build.0 = debug_static_md|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.release_static_md.ActiveCfg = release_static_md|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.release_static_md.Build.0 = release_static_md|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.debug_shared.ActiveCfg = debug_shared|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.debug_shared.Build.0 = debug_shared|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.release_shared.ActiveCfg = release_shared|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.release_shared.Build.0 = release_shared|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.release_static_mt.Build.0 = release_static_mt|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.debug_static_md.Build.0 = debug_static_md|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.release_static_md.ActiveCfg = release_static_md|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.release_static_md.Build.0 = release_static_md|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.debug_shared.ActiveCfg = debug_shared|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.debug_shared.Build.0 = debug_shared|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.release_shared.ActiveCfg = release_shared|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.release_shared.Build.0 = release_shared|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.release_static_mt.Build.0 = release_static_mt|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.debug_static_md.Build.0 = debug_static_md|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.release_static_md.ActiveCfg = release_static_md|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.release_static_md.Build.0 = release_static_md|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.debug_shared.ActiveCfg = debug_shared|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.debug_shared.Build.0 = debug_shared|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.release_shared.ActiveCfg = release_shared|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.release_shared.Build.0 = release_shared|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.release_static_mt.Build.0 = release_static_mt|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.debug_static_md.Build.0 = debug_static_md|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.release_static_md.ActiveCfg = release_static_md|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/Foundation/samples/samples_vs80.sln b/Foundation/samples/samples_vs80.sln deleted file mode 100644 index 95da909e0..000000000 --- a/Foundation/samples/samples_vs80.sln +++ /dev/null @@ -1,417 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ActiveMethod", "ActiveMethod\ActiveMethod_vs80.vcproj", "{F8B51F16-52AE-3D43-B55B-BD62ED422C2F}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Activity", "Activity\Activity_vs80.vcproj", "{479B938E-57EA-3332-AFD3-E7285DE4EB28}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "base64decode", "base64decode\base64decode_vs80.vcproj", "{A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "base64encode", "base64encode\base64encode_vs80.vcproj", "{6CCDAF5F-4AD1-3F87-8052-B99952B203E0}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BinaryReaderWriter", "BinaryReaderWriter\BinaryReaderWriter_vs80.vcproj", "{A5639B95-211B-36F1-994E-F05361C18EBF}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DateTime", "DateTime\DateTime_vs80.vcproj", "{9549D36E-CB01-3BA4-916D-0BCEA078A8AF}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "deflate", "deflate\deflate_vs80.vcproj", "{6D323430-D9E1-3173-A087-7A6E084B63CD}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dir", "dir\dir_vs80.vcproj", "{39E0E21B-10A6-3D5A-9B68-70F20C05D80A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "grep", "grep\grep_vs80.vcproj", "{C743C479-4D47-37FE-A2EB-59CDD7A627FE}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hmacmd5", "hmacmd5\hmacmd5_vs80.vcproj", "{0CC4CA42-4EEF-36C8-A426-5A047C1A2359}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "inflate", "inflate\inflate_vs80.vcproj", "{9F489D6A-175F-3754-B4E4-2B0E795D2857}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LineEndingConverter", "LineEndingConverter\LineEndingConverter_vs80.vcproj", "{354BBE76-D088-3931-940C-797F514D2E40}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Logger", "Logger\Logger_vs80.vcproj", "{49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LogRotation", "LogRotation\LogRotation_vs80.vcproj", "{0382A4E1-4461-391B-A8D6-A35251CD7464}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "md5", "md5\md5_vs80.vcproj", "{2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NotificationQueue", "NotificationQueue\NotificationQueue_vs80.vcproj", "{4238E8B1-08D7-3469-8896-2A643B585A2D}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StringTokenizer", "StringTokenizer\StringTokenizer_vs80.vcproj", "{1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Timer", "Timer\Timer_vs80.vcproj", "{84150D4A-0A5A-30D5-8140-24B0F61CAF9B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "URI", "URI\URI_vs80.vcproj", "{7D649DAD-3849-3E23-9BB4-802AC60E4E98}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "uuidgen", "uuidgen\uuidgen_vs80.vcproj", "{5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.release_shared|Win32.Build.0 = release_shared|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {F8B51F16-52AE-3D43-B55B-BD62ED422C2F}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.release_shared|Win32.Build.0 = release_shared|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {479B938E-57EA-3332-AFD3-E7285DE4EB28}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.release_shared|Win32.Build.0 = release_shared|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {A1623462-1A5C-3CC2-8DCB-7E85D4EA56E8}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.release_shared|Win32.Build.0 = release_shared|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {6CCDAF5F-4AD1-3F87-8052-B99952B203E0}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.release_shared|Win32.Build.0 = release_shared|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {A5639B95-211B-36F1-994E-F05361C18EBF}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.release_shared|Win32.Build.0 = release_shared|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {9549D36E-CB01-3BA4-916D-0BCEA078A8AF}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.release_shared|Win32.Build.0 = release_shared|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {6D323430-D9E1-3173-A087-7A6E084B63CD}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.release_shared|Win32.Build.0 = release_shared|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {39E0E21B-10A6-3D5A-9B68-70F20C05D80A}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.release_shared|Win32.Build.0 = release_shared|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {C743C479-4D47-37FE-A2EB-59CDD7A627FE}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.release_shared|Win32.Build.0 = release_shared|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {0CC4CA42-4EEF-36C8-A426-5A047C1A2359}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.release_shared|Win32.Build.0 = release_shared|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {9F489D6A-175F-3754-B4E4-2B0E795D2857}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.release_shared|Win32.Build.0 = release_shared|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {354BBE76-D088-3931-940C-797F514D2E40}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.release_shared|Win32.Build.0 = release_shared|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {49C1FE51-9FDB-3FA3-864F-BBE3A171BE59}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.release_shared|Win32.Build.0 = release_shared|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {0382A4E1-4461-391B-A8D6-A35251CD7464}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.release_shared|Win32.Build.0 = release_shared|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {2B9717FB-D1A8-39C2-9699-6BEF37D7DA9C}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.release_shared|Win32.Build.0 = release_shared|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {4238E8B1-08D7-3469-8896-2A643B585A2D}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.release_shared|Win32.Build.0 = release_shared|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {1F31BE50-3475-372C-ADE3-D1B97D9BA7BE}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.release_shared|Win32.Build.0 = release_shared|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {84150D4A-0A5A-30D5-8140-24B0F61CAF9B}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.release_shared|Win32.Build.0 = release_shared|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {7D649DAD-3849-3E23-9BB4-802AC60E4E98}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.release_shared|Win32.Build.0 = release_shared|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {5E26603C-CAE2-3AA1-8DBD-AA70BB88A862}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Foundation/samples/uuidgen/uuidgen_vs71.vcproj b/Foundation/samples/uuidgen/uuidgen_vs71.vcproj deleted file mode 100644 index 12d4f9d5b..000000000 --- a/Foundation/samples/uuidgen/uuidgen_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/samples/uuidgen/uuidgen_vs80.vcproj b/Foundation/samples/uuidgen/uuidgen_vs80.vcproj deleted file mode 100644 index bec498160..000000000 --- a/Foundation/samples/uuidgen/uuidgen_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/testsuite/TestApp_vs71.vcproj b/Foundation/testsuite/TestApp_vs71.vcproj deleted file mode 100644 index 6e92ebc67..000000000 --- a/Foundation/testsuite/TestApp_vs71.vcproj +++ /dev/null @@ -1,390 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/testsuite/TestApp_vs80.vcproj b/Foundation/testsuite/TestApp_vs80.vcproj deleted file mode 100644 index 55427475e..000000000 --- a/Foundation/testsuite/TestApp_vs80.vcproj +++ /dev/null @@ -1,555 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/testsuite/TestLibrary_vs71.vcproj b/Foundation/testsuite/TestLibrary_vs71.vcproj deleted file mode 100644 index c3fbc480f..000000000 --- a/Foundation/testsuite/TestLibrary_vs71.vcproj +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/testsuite/TestLibrary_vs80.vcproj b/Foundation/testsuite/TestLibrary_vs80.vcproj deleted file mode 100644 index 9b6a30adf..000000000 --- a/Foundation/testsuite/TestLibrary_vs80.vcproj +++ /dev/null @@ -1,225 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/testsuite/TestSuite_vs71.vcproj b/Foundation/testsuite/TestSuite_vs71.vcproj deleted file mode 100644 index 0bda8afa9..000000000 --- a/Foundation/testsuite/TestSuite_vs71.vcproj +++ /dev/null @@ -1,1446 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Foundation/testsuite/TestSuite_vs80.vcproj b/Foundation/testsuite/TestSuite_vs80.vcproj deleted file mode 100644 index 9a4def4e5..000000000 --- a/Foundation/testsuite/TestSuite_vs80.vcproj +++ /dev/null @@ -1,1875 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/JSON/JSON_vs71.sln b/JSON/JSON_vs71.sln deleted file mode 100644 index af83f4f93..000000000 --- a/JSON/JSON_vs71.sln +++ /dev/null @@ -1,50 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JSON", "JSON_vs71.vcproj", "{0E7FE914-0690-3EB4-9119-93A97CC97741}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs71.vcproj", "{96CF3103-E49E-3F5E-A11D-6DBCDA043053}" - ProjectSection(ProjectDependencies) = postProject - {0E7FE914-0690-3EB4-9119-93A97CC97741} = {0E7FE914-0690-3EB4-9119-93A97CC97741} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {0E7FE914-0690-3EB4-9119-93A97CC97741}.debug_shared.ActiveCfg = debug_shared|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.debug_shared.Build.0 = debug_shared|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.release_shared.ActiveCfg = release_shared|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.release_shared.Build.0 = release_shared|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.release_static_mt.Build.0 = release_static_mt|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.debug_static_md.Build.0 = debug_static_md|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.release_static_md.ActiveCfg = release_static_md|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.release_static_md.Build.0 = release_static_md|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_shared.ActiveCfg = debug_shared|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_shared.Build.0 = debug_shared|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_shared.ActiveCfg = release_shared|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_shared.Build.0 = release_shared|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_static_mt.Build.0 = release_static_mt|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_static_md.Build.0 = debug_static_md|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_static_md.ActiveCfg = release_static_md|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/JSON/JSON_vs71.vcproj b/JSON/JSON_vs71.vcproj deleted file mode 100644 index b100fea75..000000000 --- a/JSON/JSON_vs71.vcproj +++ /dev/null @@ -1,425 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/JSON/JSON_vs80.sln b/JSON/JSON_vs80.sln deleted file mode 100644 index 9afd6eb11..000000000 --- a/JSON/JSON_vs80.sln +++ /dev/null @@ -1,60 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JSON", "JSON_vs80.vcproj", "{0E7FE914-0690-3EB4-9119-93A97CC97741}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs80.vcproj", "{96CF3103-E49E-3F5E-A11D-6DBCDA043053}" - ProjectSection(ProjectDependencies) = postProject - {0E7FE914-0690-3EB4-9119-93A97CC97741} = {0E7FE914-0690-3EB4-9119-93A97CC97741} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {0E7FE914-0690-3EB4-9119-93A97CC97741}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.release_shared|Win32.Build.0 = release_shared|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {0E7FE914-0690-3EB4-9119-93A97CC97741}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_shared|Win32.Build.0 = release_shared|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/JSON/JSON_vs80.vcproj b/JSON/JSON_vs80.vcproj deleted file mode 100644 index 66b5bbf0e..000000000 --- a/JSON/JSON_vs80.vcproj +++ /dev/null @@ -1,446 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/JSON/samples/Benchmark/Benchmark_vs71.vcproj b/JSON/samples/Benchmark/Benchmark_vs71.vcproj deleted file mode 100644 index 4e325afeb..000000000 --- a/JSON/samples/Benchmark/Benchmark_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/JSON/samples/Benchmark/Benchmark_vs80.vcproj b/JSON/samples/Benchmark/Benchmark_vs80.vcproj deleted file mode 100644 index 9fda6ec27..000000000 --- a/JSON/samples/Benchmark/Benchmark_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/JSON/samples/samples_vs71.sln b/JSON/samples/samples_vs71.sln deleted file mode 100644 index f79cbefea..000000000 --- a/JSON/samples/samples_vs71.sln +++ /dev/null @@ -1,33 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Benchmark", "Benchmark\Benchmark_vs71.vcproj", "{D0381ECF-E750-32DA-8EEF-92D56B172D15}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_shared.ActiveCfg = debug_shared|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_shared.Build.0 = debug_shared|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_shared.ActiveCfg = release_shared|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_shared.Build.0 = release_shared|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_static_mt.Build.0 = release_static_mt|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_static_md.Build.0 = debug_static_md|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_static_md.ActiveCfg = release_static_md|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/JSON/samples/samples_vs80.sln b/JSON/samples/samples_vs80.sln deleted file mode 100644 index 511126e44..000000000 --- a/JSON/samples/samples_vs80.sln +++ /dev/null @@ -1,37 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Benchmark", "Benchmark\Benchmark_vs80.vcproj", "{D0381ECF-E750-32DA-8EEF-92D56B172D15}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_shared|Win32.Build.0 = release_shared|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/JSON/testsuite/TestSuite_vs71.vcproj b/JSON/testsuite/TestSuite_vs71.vcproj deleted file mode 100644 index 2a5b9c2ea..000000000 --- a/JSON/testsuite/TestSuite_vs71.vcproj +++ /dev/null @@ -1,424 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/JSON/testsuite/TestSuite_vs80.vcproj b/JSON/testsuite/TestSuite_vs80.vcproj deleted file mode 100644 index b62814555..000000000 --- a/JSON/testsuite/TestSuite_vs80.vcproj +++ /dev/null @@ -1,464 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/MongoDB/MongoDB_vs71.sln b/MongoDB/MongoDB_vs71.sln deleted file mode 100644 index 7ac323403..000000000 --- a/MongoDB/MongoDB_vs71.sln +++ /dev/null @@ -1,50 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MongoDB", "MongoDB_vs71.vcproj", "{4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs71.vcproj", "{96CF3103-E49E-3F5E-A11D-6DBCDA043053}" - ProjectSection(ProjectDependencies) = postProject - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199} = {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.debug_shared.ActiveCfg = debug_shared|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.debug_shared.Build.0 = debug_shared|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.release_shared.ActiveCfg = release_shared|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.release_shared.Build.0 = release_shared|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.release_static_mt.Build.0 = release_static_mt|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.debug_static_md.Build.0 = debug_static_md|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.release_static_md.ActiveCfg = release_static_md|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.release_static_md.Build.0 = release_static_md|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_shared.ActiveCfg = debug_shared|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_shared.Build.0 = debug_shared|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_shared.ActiveCfg = release_shared|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_shared.Build.0 = release_shared|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_static_mt.Build.0 = release_static_mt|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_static_md.Build.0 = debug_static_md|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_static_md.ActiveCfg = release_static_md|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/MongoDB/MongoDB_vs71.vcproj b/MongoDB/MongoDB_vs71.vcproj deleted file mode 100644 index 553d9db2f..000000000 --- a/MongoDB/MongoDB_vs71.vcproj +++ /dev/null @@ -1,471 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/MongoDB/MongoDB_vs80.sln b/MongoDB/MongoDB_vs80.sln deleted file mode 100644 index eb0fd1739..000000000 --- a/MongoDB/MongoDB_vs80.sln +++ /dev/null @@ -1,60 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MongoDB", "MongoDB_vs80.vcproj", "{4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs80.vcproj", "{96CF3103-E49E-3F5E-A11D-6DBCDA043053}" - ProjectSection(ProjectDependencies) = postProject - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199} = {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.release_shared|Win32.Build.0 = release_shared|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {4FF2F34B-7F37-3ACD-AFBC-F21D6D426199}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_shared|Win32.Build.0 = release_shared|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {96CF3103-E49E-3F5E-A11D-6DBCDA043053}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/MongoDB/MongoDB_vs80.vcproj b/MongoDB/MongoDB_vs80.vcproj deleted file mode 100644 index a429b635e..000000000 --- a/MongoDB/MongoDB_vs80.vcproj +++ /dev/null @@ -1,492 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/MongoDB/samples/SQLToMongo/SQLToMongo_vs71.vcproj b/MongoDB/samples/SQLToMongo/SQLToMongo_vs71.vcproj deleted file mode 100644 index 2ad6b18a2..000000000 --- a/MongoDB/samples/SQLToMongo/SQLToMongo_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/MongoDB/samples/SQLToMongo/SQLToMongo_vs80.vcproj b/MongoDB/samples/SQLToMongo/SQLToMongo_vs80.vcproj deleted file mode 100644 index e71cb935f..000000000 --- a/MongoDB/samples/SQLToMongo/SQLToMongo_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/MongoDB/samples/samples_vs71.sln b/MongoDB/samples/samples_vs71.sln deleted file mode 100644 index ae8cf6427..000000000 --- a/MongoDB/samples/samples_vs71.sln +++ /dev/null @@ -1,33 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SQLToMongo", "SQLToMongo\SQLToMongo_vs71.vcproj", "{D0381ECF-E750-32DA-8EEF-92D56B172D15}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_shared.ActiveCfg = debug_shared|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_shared.Build.0 = debug_shared|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_shared.ActiveCfg = release_shared|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_shared.Build.0 = release_shared|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_static_mt.Build.0 = release_static_mt|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_static_md.Build.0 = debug_static_md|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_static_md.ActiveCfg = release_static_md|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/MongoDB/samples/samples_vs80.sln b/MongoDB/samples/samples_vs80.sln deleted file mode 100644 index 51c0fb9a1..000000000 --- a/MongoDB/samples/samples_vs80.sln +++ /dev/null @@ -1,37 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SQLToMongo", "SQLToMongo\SQLToMongo_vs80.vcproj", "{D0381ECF-E750-32DA-8EEF-92D56B172D15}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_shared|Win32.Build.0 = release_shared|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {D0381ECF-E750-32DA-8EEF-92D56B172D15}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/MongoDB/testsuite/TestSuite_vs71.vcproj b/MongoDB/testsuite/TestSuite_vs71.vcproj deleted file mode 100644 index 04b3f2fce..000000000 --- a/MongoDB/testsuite/TestSuite_vs71.vcproj +++ /dev/null @@ -1,424 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/MongoDB/testsuite/TestSuite_vs80.vcproj b/MongoDB/testsuite/TestSuite_vs80.vcproj deleted file mode 100644 index fc5777277..000000000 --- a/MongoDB/testsuite/TestSuite_vs80.vcproj +++ /dev/null @@ -1,464 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/Net_vs71.sln b/Net/Net_vs71.sln deleted file mode 100644 index acacb9b17..000000000 --- a/Net/Net_vs71.sln +++ /dev/null @@ -1,50 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Net", "Net_vs71.vcproj", "{B057A1FE-09F7-465E-B8B5-E1B659051D76}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs71.vcproj", "{D5EFBF27-B934-4B8D-8AE5-6EC00374819C}" - ProjectSection(ProjectDependencies) = postProject - {B057A1FE-09F7-465E-B8B5-E1B659051D76} = {B057A1FE-09F7-465E-B8B5-E1B659051D76} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_shared.ActiveCfg = debug_shared|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_shared.Build.0 = debug_shared|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_shared.ActiveCfg = release_shared|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_shared.Build.0 = release_shared|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_static_mt.Build.0 = release_static_mt|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_static_md.Build.0 = debug_static_md|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_static_md.ActiveCfg = release_static_md|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_static_md.Build.0 = release_static_md|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.debug_shared.ActiveCfg = debug_shared|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.debug_shared.Build.0 = debug_shared|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.release_shared.ActiveCfg = release_shared|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.release_shared.Build.0 = release_shared|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.release_static_mt.Build.0 = release_static_mt|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.debug_static_md.Build.0 = debug_static_md|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.release_static_md.ActiveCfg = release_static_md|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/Net/Net_vs71.vcproj b/Net/Net_vs71.vcproj deleted file mode 100644 index a98fb1f63..000000000 --- a/Net/Net_vs71.vcproj +++ /dev/null @@ -1,964 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/Net_vs80.sln b/Net/Net_vs80.sln deleted file mode 100644 index fee19cdcc..000000000 --- a/Net/Net_vs80.sln +++ /dev/null @@ -1,60 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Net", "Net_vs80.vcproj", "{B057A1FE-09F7-465E-B8B5-E1B659051D76}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs80.vcproj", "{D5EFBF27-B934-4B8D-8AE5-6EC00374819C}" - ProjectSection(ProjectDependencies) = postProject - {B057A1FE-09F7-465E-B8B5-E1B659051D76} = {B057A1FE-09F7-465E-B8B5-E1B659051D76} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_shared|Win32.Build.0 = release_shared|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.release_shared|Win32.Build.0 = release_shared|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Net/Net_vs80.vcproj b/Net/Net_vs80.vcproj deleted file mode 100644 index 5fb7e5fa6..000000000 --- a/Net/Net_vs80.vcproj +++ /dev/null @@ -1,985 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/EchoServer/EchoServer_vs71.vcproj b/Net/samples/EchoServer/EchoServer_vs71.vcproj deleted file mode 100644 index 5fa926cc7..000000000 --- a/Net/samples/EchoServer/EchoServer_vs71.vcproj +++ /dev/null @@ -1,410 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/EchoServer/EchoServer_vs80.vcproj b/Net/samples/EchoServer/EchoServer_vs80.vcproj deleted file mode 100644 index 5b55e55fa..000000000 --- a/Net/samples/EchoServer/EchoServer_vs80.vcproj +++ /dev/null @@ -1,450 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/HTTPFormServer/HTTPFormServer_vs71.vcproj b/Net/samples/HTTPFormServer/HTTPFormServer_vs71.vcproj deleted file mode 100644 index e67c9d59e..000000000 --- a/Net/samples/HTTPFormServer/HTTPFormServer_vs71.vcproj +++ /dev/null @@ -1,410 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/HTTPFormServer/HTTPFormServer_vs80.vcproj b/Net/samples/HTTPFormServer/HTTPFormServer_vs80.vcproj deleted file mode 100644 index 2a7a77748..000000000 --- a/Net/samples/HTTPFormServer/HTTPFormServer_vs80.vcproj +++ /dev/null @@ -1,450 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/HTTPLoadTest/HTTPLoadTest_vs71.vcproj b/Net/samples/HTTPLoadTest/HTTPLoadTest_vs71.vcproj deleted file mode 100644 index 3a15e26a9..000000000 --- a/Net/samples/HTTPLoadTest/HTTPLoadTest_vs71.vcproj +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/HTTPLoadTest/HTTPLoadTest_vs80.vcproj b/Net/samples/HTTPLoadTest/HTTPLoadTest_vs80.vcproj deleted file mode 100644 index 335e33422..000000000 --- a/Net/samples/HTTPLoadTest/HTTPLoadTest_vs80.vcproj +++ /dev/null @@ -1,445 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/HTTPTimeServer/HTTPTimeServer_vs71.vcproj b/Net/samples/HTTPTimeServer/HTTPTimeServer_vs71.vcproj deleted file mode 100644 index 9b4abb230..000000000 --- a/Net/samples/HTTPTimeServer/HTTPTimeServer_vs71.vcproj +++ /dev/null @@ -1,410 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/HTTPTimeServer/HTTPTimeServer_vs80.vcproj b/Net/samples/HTTPTimeServer/HTTPTimeServer_vs80.vcproj deleted file mode 100644 index 7aaf7ce03..000000000 --- a/Net/samples/HTTPTimeServer/HTTPTimeServer_vs80.vcproj +++ /dev/null @@ -1,450 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/Mail/Mail_vs71.vcproj b/Net/samples/Mail/Mail_vs71.vcproj deleted file mode 100644 index d4b92adfd..000000000 --- a/Net/samples/Mail/Mail_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/Mail/Mail_vs80.vcproj b/Net/samples/Mail/Mail_vs80.vcproj deleted file mode 100644 index c150779fc..000000000 --- a/Net/samples/Mail/Mail_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/Ping/Ping_vs71.vcproj b/Net/samples/Ping/Ping_vs71.vcproj deleted file mode 100644 index b189d13b4..000000000 --- a/Net/samples/Ping/Ping_vs71.vcproj +++ /dev/null @@ -1,410 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/Ping/Ping_vs80.vcproj b/Net/samples/Ping/Ping_vs80.vcproj deleted file mode 100644 index a00d0d205..000000000 --- a/Net/samples/Ping/Ping_vs80.vcproj +++ /dev/null @@ -1,450 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/SMTPLogger/SMTPLogger_vs71.vcproj b/Net/samples/SMTPLogger/SMTPLogger_vs71.vcproj deleted file mode 100644 index ffae0f439..000000000 --- a/Net/samples/SMTPLogger/SMTPLogger_vs71.vcproj +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/SMTPLogger/SMTPLogger_vs80.vcproj b/Net/samples/SMTPLogger/SMTPLogger_vs80.vcproj deleted file mode 100644 index 4fed22243..000000000 --- a/Net/samples/SMTPLogger/SMTPLogger_vs80.vcproj +++ /dev/null @@ -1,445 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/TimeServer/TimeServer_vs71.vcproj b/Net/samples/TimeServer/TimeServer_vs71.vcproj deleted file mode 100644 index e389cfbe2..000000000 --- a/Net/samples/TimeServer/TimeServer_vs71.vcproj +++ /dev/null @@ -1,410 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/TimeServer/TimeServer_vs80.vcproj b/Net/samples/TimeServer/TimeServer_vs80.vcproj deleted file mode 100644 index 3ca1ee905..000000000 --- a/Net/samples/TimeServer/TimeServer_vs80.vcproj +++ /dev/null @@ -1,450 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/WebSocketServer/WebSocketServer_vs71.vcproj b/Net/samples/WebSocketServer/WebSocketServer_vs71.vcproj deleted file mode 100644 index 186c3cae7..000000000 --- a/Net/samples/WebSocketServer/WebSocketServer_vs71.vcproj +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/WebSocketServer/WebSocketServer_vs80.vcproj b/Net/samples/WebSocketServer/WebSocketServer_vs80.vcproj deleted file mode 100644 index feb2e9f8b..000000000 --- a/Net/samples/WebSocketServer/WebSocketServer_vs80.vcproj +++ /dev/null @@ -1,445 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/dict/dict_vs71.vcproj b/Net/samples/dict/dict_vs71.vcproj deleted file mode 100644 index 9f3d74ff0..000000000 --- a/Net/samples/dict/dict_vs71.vcproj +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/dict/dict_vs80.vcproj b/Net/samples/dict/dict_vs80.vcproj deleted file mode 100644 index 72f115f3e..000000000 --- a/Net/samples/dict/dict_vs80.vcproj +++ /dev/null @@ -1,445 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/download/download_vs71.vcproj b/Net/samples/download/download_vs71.vcproj deleted file mode 100644 index 6f6447878..000000000 --- a/Net/samples/download/download_vs71.vcproj +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/download/download_vs80.vcproj b/Net/samples/download/download_vs80.vcproj deleted file mode 100644 index 148c592e1..000000000 --- a/Net/samples/download/download_vs80.vcproj +++ /dev/null @@ -1,445 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/httpget/httpget_vs71.vcproj b/Net/samples/httpget/httpget_vs71.vcproj deleted file mode 100644 index 9fea3e669..000000000 --- a/Net/samples/httpget/httpget_vs71.vcproj +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/httpget/httpget_vs80.vcproj b/Net/samples/httpget/httpget_vs80.vcproj deleted file mode 100644 index 01293fcd9..000000000 --- a/Net/samples/httpget/httpget_vs80.vcproj +++ /dev/null @@ -1,445 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/ifconfig/ifconfig_vs71.vcproj b/Net/samples/ifconfig/ifconfig_vs71.vcproj deleted file mode 100644 index 06d881c04..000000000 --- a/Net/samples/ifconfig/ifconfig_vs71.vcproj +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/ifconfig/ifconfig_vs80.vcproj b/Net/samples/ifconfig/ifconfig_vs80.vcproj deleted file mode 100644 index 3db0f4b51..000000000 --- a/Net/samples/ifconfig/ifconfig_vs80.vcproj +++ /dev/null @@ -1,445 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/samples/samples_vs71.sln b/Net/samples/samples_vs71.sln deleted file mode 100644 index cba92d21b..000000000 --- a/Net/samples/samples_vs71.sln +++ /dev/null @@ -1,225 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dict", "dict\dict_vs71.vcproj", "{90F24341-F59F-385F-A8D6-66AB377FF033}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "download", "download\download_vs71.vcproj", "{D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EchoServer", "EchoServer\EchoServer_vs71.vcproj", "{5074CE3E-05F5-31BA-BA79-1AD54C3416F7}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HTTPFormServer", "HTTPFormServer\HTTPFormServer_vs71.vcproj", "{19B162EB-DDAA-37BA-AE93-7FDED89274DE}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "httpget", "httpget\httpget_vs71.vcproj", "{5A299876-BF4E-37B9-922D-4E6FC1FA9520}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HTTPLoadTest", "HTTPLoadTest\HTTPLoadTest_vs71.vcproj", "{A140D236-D64B-370A-A7E7-3000725D9869}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HTTPTimeServer", "HTTPTimeServer\HTTPTimeServer_vs71.vcproj", "{18A0143A-444A-38E3-838C-1ACFBE4EE18C}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Mail", "Mail\Mail_vs71.vcproj", "{BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Ping", "Ping\Ping_vs71.vcproj", "{154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TimeServer", "TimeServer\TimeServer_vs71.vcproj", "{59EDFD20-9968-30F7-9532-44C08DA58C6E}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebSocketServer", "WebSocketServer\WebSocketServer_vs71.vcproj", "{0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SMTPLogger", "SMTPLogger\SMTPLogger_vs71.vcproj", "{83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ifconfig", "ifconfig\ifconfig_vs71.vcproj", "{BD3A18C6-22B6-3B10-913B-7A84D1845CA3}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {90F24341-F59F-385F-A8D6-66AB377FF033}.debug_shared.ActiveCfg = debug_shared|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.debug_shared.Build.0 = debug_shared|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.release_shared.ActiveCfg = release_shared|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.release_shared.Build.0 = release_shared|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.release_static_mt.Build.0 = release_static_mt|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.debug_static_md.Build.0 = debug_static_md|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.release_static_md.ActiveCfg = release_static_md|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.release_static_md.Build.0 = release_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_shared.ActiveCfg = debug_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_shared.Build.0 = debug_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_shared.ActiveCfg = release_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_shared.Build.0 = release_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_mt.Build.0 = release_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_md.Build.0 = debug_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_md.ActiveCfg = release_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_md.Build.0 = release_static_md|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.debug_shared.ActiveCfg = debug_shared|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.debug_shared.Build.0 = debug_shared|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.release_shared.ActiveCfg = release_shared|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.release_shared.Build.0 = release_shared|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.release_static_mt.Build.0 = release_static_mt|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.debug_static_md.Build.0 = debug_static_md|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.release_static_md.ActiveCfg = release_static_md|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.release_static_md.Build.0 = release_static_md|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.debug_shared.ActiveCfg = debug_shared|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.debug_shared.Build.0 = debug_shared|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.release_shared.ActiveCfg = release_shared|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.release_shared.Build.0 = release_shared|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.release_static_mt.Build.0 = release_static_mt|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.debug_static_md.Build.0 = debug_static_md|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.release_static_md.ActiveCfg = release_static_md|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.release_static_md.Build.0 = release_static_md|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.debug_shared.ActiveCfg = debug_shared|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.debug_shared.Build.0 = debug_shared|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.release_shared.ActiveCfg = release_shared|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.release_shared.Build.0 = release_shared|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.release_static_mt.Build.0 = release_static_mt|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.debug_static_md.Build.0 = debug_static_md|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.release_static_md.ActiveCfg = release_static_md|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.release_static_md.Build.0 = release_static_md|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.debug_shared.ActiveCfg = debug_shared|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.debug_shared.Build.0 = debug_shared|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.release_shared.ActiveCfg = release_shared|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.release_shared.Build.0 = release_shared|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.release_static_mt.Build.0 = release_static_mt|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.debug_static_md.Build.0 = debug_static_md|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.release_static_md.ActiveCfg = release_static_md|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.release_static_md.Build.0 = release_static_md|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_shared.ActiveCfg = debug_shared|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_shared.Build.0 = debug_shared|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_shared.ActiveCfg = release_shared|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_shared.Build.0 = release_shared|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_static_mt.Build.0 = release_static_mt|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_static_md.Build.0 = debug_static_md|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_static_md.ActiveCfg = release_static_md|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_static_md.Build.0 = release_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_shared.ActiveCfg = debug_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_shared.Build.0 = debug_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_shared.ActiveCfg = release_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_shared.Build.0 = release_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_mt.Build.0 = release_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_md.Build.0 = debug_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_md.ActiveCfg = release_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_md.Build.0 = release_static_md|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.debug_shared.ActiveCfg = debug_shared|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.debug_shared.Build.0 = debug_shared|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.release_shared.ActiveCfg = release_shared|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.release_shared.Build.0 = release_shared|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.release_static_mt.Build.0 = release_static_mt|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.debug_static_md.Build.0 = debug_static_md|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.release_static_md.ActiveCfg = release_static_md|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.release_static_md.Build.0 = release_static_md|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.debug_shared.ActiveCfg = debug_shared|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.debug_shared.Build.0 = debug_shared|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.release_shared.ActiveCfg = release_shared|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.release_shared.Build.0 = release_shared|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.release_static_mt.Build.0 = release_static_mt|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.debug_static_md.Build.0 = debug_static_md|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.release_static_md.ActiveCfg = release_static_md|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.release_static_md.Build.0 = release_static_md|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.debug_shared.ActiveCfg = debug_shared|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.debug_shared.Build.0 = debug_shared|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.release_shared.ActiveCfg = release_shared|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.release_shared.Build.0 = release_shared|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.release_static_mt.Build.0 = release_static_mt|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.debug_static_md.Build.0 = debug_static_md|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.release_static_md.ActiveCfg = release_static_md|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.release_static_md.Build.0 = release_static_md|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.debug_shared.ActiveCfg = debug_shared|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.debug_shared.Build.0 = debug_shared|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.release_shared.ActiveCfg = release_shared|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.release_shared.Build.0 = release_shared|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.release_static_mt.Build.0 = release_static_mt|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.debug_static_md.Build.0 = debug_static_md|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.release_static_md.ActiveCfg = release_static_md|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.release_static_md.Build.0 = release_static_md|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.debug_shared.ActiveCfg = debug_shared|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.debug_shared.Build.0 = debug_shared|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.release_shared.ActiveCfg = release_shared|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.release_shared.Build.0 = release_shared|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.release_static_mt.Build.0 = release_static_mt|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.debug_static_md.Build.0 = debug_static_md|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.release_static_md.ActiveCfg = release_static_md|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/Net/samples/samples_vs80.sln b/Net/samples/samples_vs80.sln deleted file mode 100644 index 1d25df621..000000000 --- a/Net/samples/samples_vs80.sln +++ /dev/null @@ -1,277 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dict", "dict\dict_vs80.vcproj", "{90F24341-F59F-385F-A8D6-66AB377FF033}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "download", "download\download_vs80.vcproj", "{D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EchoServer", "EchoServer\EchoServer_vs80.vcproj", "{5074CE3E-05F5-31BA-BA79-1AD54C3416F7}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HTTPFormServer", "HTTPFormServer\HTTPFormServer_vs80.vcproj", "{19B162EB-DDAA-37BA-AE93-7FDED89274DE}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "httpget", "httpget\httpget_vs80.vcproj", "{5A299876-BF4E-37B9-922D-4E6FC1FA9520}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HTTPLoadTest", "HTTPLoadTest\HTTPLoadTest_vs80.vcproj", "{A140D236-D64B-370A-A7E7-3000725D9869}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HTTPTimeServer", "HTTPTimeServer\HTTPTimeServer_vs80.vcproj", "{18A0143A-444A-38E3-838C-1ACFBE4EE18C}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Mail", "Mail\Mail_vs80.vcproj", "{BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Ping", "Ping\Ping_vs80.vcproj", "{154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TimeServer", "TimeServer\TimeServer_vs80.vcproj", "{59EDFD20-9968-30F7-9532-44C08DA58C6E}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebSocketServer", "WebSocketServer\WebSocketServer_vs80.vcproj", "{0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SMTPLogger", "SMTPLogger\SMTPLogger_vs80.vcproj", "{83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ifconfig", "ifconfig\ifconfig_vs80.vcproj", "{BD3A18C6-22B6-3B10-913B-7A84D1845CA3}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {90F24341-F59F-385F-A8D6-66AB377FF033}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.release_shared|Win32.Build.0 = release_shared|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {90F24341-F59F-385F-A8D6-66AB377FF033}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_shared|Win32.Build.0 = release_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.release_shared|Win32.Build.0 = release_shared|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {5074CE3E-05F5-31BA-BA79-1AD54C3416F7}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.release_shared|Win32.Build.0 = release_shared|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {19B162EB-DDAA-37BA-AE93-7FDED89274DE}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.release_shared|Win32.Build.0 = release_shared|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {5A299876-BF4E-37B9-922D-4E6FC1FA9520}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.release_shared|Win32.Build.0 = release_shared|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {A140D236-D64B-370A-A7E7-3000725D9869}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_shared|Win32.Build.0 = release_shared|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_shared|Win32.Build.0 = release_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.release_shared|Win32.Build.0 = release_shared|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {154EC2E2-A1CC-3F3E-9BAA-8134DF82B0B5}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.release_shared|Win32.Build.0 = release_shared|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {59EDFD20-9968-30F7-9532-44C08DA58C6E}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.release_shared|Win32.Build.0 = release_shared|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {0DC40FE3-6C42-365E-8DAB-899C50ECFB1C}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.release_shared|Win32.Build.0 = release_shared|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {83E96E4E-A7E8-340B-B6D2-31B4D40D99AF}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.release_shared|Win32.Build.0 = release_shared|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {BD3A18C6-22B6-3B10-913B-7A84D1845CA3}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Net/testsuite/TestSuite_vs71.vcproj b/Net/testsuite/TestSuite_vs71.vcproj deleted file mode 100644 index 5dcad4c42..000000000 --- a/Net/testsuite/TestSuite_vs71.vcproj +++ /dev/null @@ -1,809 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Net/testsuite/TestSuite_vs80.vcproj b/Net/testsuite/TestSuite_vs80.vcproj deleted file mode 100644 index d4fbfbe64..000000000 --- a/Net/testsuite/TestSuite_vs80.vcproj +++ /dev/null @@ -1,849 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/NetSSL_OpenSSL/NetSSL_OpenSSL_vs71.sln b/NetSSL_OpenSSL/NetSSL_OpenSSL_vs71.sln deleted file mode 100644 index 9363ee435..000000000 --- a/NetSSL_OpenSSL/NetSSL_OpenSSL_vs71.sln +++ /dev/null @@ -1,50 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NetSSL_OpenSSL", "NetSSL_OpenSSL_vs71.vcproj", "{5AECC55E-A469-11DA-8DA6-005056C00008}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs71.vcproj", "{B2B88092-5BCE-4AC0-941E-88167138B4A7}" - ProjectSection(ProjectDependencies) = postProject - {5AECC55E-A469-11DA-8DA6-005056C00008} = {5AECC55E-A469-11DA-8DA6-005056C00008} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {5AECC55E-A469-11DA-8DA6-005056C00008}.debug_shared.ActiveCfg = debug_shared|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.debug_shared.Build.0 = debug_shared|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.release_shared.ActiveCfg = release_shared|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.release_shared.Build.0 = release_shared|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.release_static_mt.Build.0 = release_static_mt|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.debug_static_md.Build.0 = debug_static_md|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.release_static_md.ActiveCfg = release_static_md|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.release_static_md.Build.0 = release_static_md|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.debug_shared.ActiveCfg = debug_shared|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.debug_shared.Build.0 = debug_shared|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.release_shared.ActiveCfg = release_shared|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.release_shared.Build.0 = release_shared|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.release_static_mt.Build.0 = release_static_mt|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.debug_static_md.Build.0 = debug_static_md|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.release_static_md.ActiveCfg = release_static_md|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/NetSSL_OpenSSL/NetSSL_OpenSSL_vs71.vcproj b/NetSSL_OpenSSL/NetSSL_OpenSSL_vs71.vcproj deleted file mode 100644 index 520016c0c..000000000 --- a/NetSSL_OpenSSL/NetSSL_OpenSSL_vs71.vcproj +++ /dev/null @@ -1,556 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/NetSSL_OpenSSL/NetSSL_OpenSSL_vs80.sln b/NetSSL_OpenSSL/NetSSL_OpenSSL_vs80.sln deleted file mode 100644 index 629db975b..000000000 --- a/NetSSL_OpenSSL/NetSSL_OpenSSL_vs80.sln +++ /dev/null @@ -1,60 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NetSSL_OpenSSL", "NetSSL_OpenSSL_vs80.vcproj", "{5AECC55E-A469-11DA-8DA6-005056C00008}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs80.vcproj", "{B2B88092-5BCE-4AC0-941E-88167138B4A7}" - ProjectSection(ProjectDependencies) = postProject - {5AECC55E-A469-11DA-8DA6-005056C00008} = {5AECC55E-A469-11DA-8DA6-005056C00008} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {5AECC55E-A469-11DA-8DA6-005056C00008}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.release_shared|Win32.Build.0 = release_shared|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {5AECC55E-A469-11DA-8DA6-005056C00008}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.release_shared|Win32.Build.0 = release_shared|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {B2B88092-5BCE-4AC0-941E-88167138B4A7}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/NetSSL_OpenSSL/NetSSL_OpenSSL_vs80.vcproj b/NetSSL_OpenSSL/NetSSL_OpenSSL_vs80.vcproj deleted file mode 100644 index fa2d3edba..000000000 --- a/NetSSL_OpenSSL/NetSSL_OpenSSL_vs80.vcproj +++ /dev/null @@ -1,577 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/NetSSL_OpenSSL/samples/HTTPSTimeServer/HTTPSTimeServer_vs71.vcproj b/NetSSL_OpenSSL/samples/HTTPSTimeServer/HTTPSTimeServer_vs71.vcproj deleted file mode 100644 index 29baa0168..000000000 --- a/NetSSL_OpenSSL/samples/HTTPSTimeServer/HTTPSTimeServer_vs71.vcproj +++ /dev/null @@ -1,410 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/NetSSL_OpenSSL/samples/HTTPSTimeServer/HTTPSTimeServer_vs80.vcproj b/NetSSL_OpenSSL/samples/HTTPSTimeServer/HTTPSTimeServer_vs80.vcproj deleted file mode 100644 index 655703703..000000000 --- a/NetSSL_OpenSSL/samples/HTTPSTimeServer/HTTPSTimeServer_vs80.vcproj +++ /dev/null @@ -1,450 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/NetSSL_OpenSSL/samples/Mail/Mail_vs71.vcproj b/NetSSL_OpenSSL/samples/Mail/Mail_vs71.vcproj deleted file mode 100644 index 653c1b953..000000000 --- a/NetSSL_OpenSSL/samples/Mail/Mail_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/NetSSL_OpenSSL/samples/Mail/Mail_vs80.vcproj b/NetSSL_OpenSSL/samples/Mail/Mail_vs80.vcproj deleted file mode 100644 index 67cde8815..000000000 --- a/NetSSL_OpenSSL/samples/Mail/Mail_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/NetSSL_OpenSSL/samples/TwitterClient/TwitterClient_vs71.vcproj b/NetSSL_OpenSSL/samples/TwitterClient/TwitterClient_vs71.vcproj deleted file mode 100644 index 818a146a2..000000000 --- a/NetSSL_OpenSSL/samples/TwitterClient/TwitterClient_vs71.vcproj +++ /dev/null @@ -1,412 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/NetSSL_OpenSSL/samples/TwitterClient/TwitterClient_vs80.vcproj b/NetSSL_OpenSSL/samples/TwitterClient/TwitterClient_vs80.vcproj deleted file mode 100644 index e77ab4cd5..000000000 --- a/NetSSL_OpenSSL/samples/TwitterClient/TwitterClient_vs80.vcproj +++ /dev/null @@ -1,452 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/NetSSL_OpenSSL/samples/download/download_vs71.vcproj b/NetSSL_OpenSSL/samples/download/download_vs71.vcproj deleted file mode 100644 index e1eecfaea..000000000 --- a/NetSSL_OpenSSL/samples/download/download_vs71.vcproj +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/NetSSL_OpenSSL/samples/download/download_vs80.vcproj b/NetSSL_OpenSSL/samples/download/download_vs80.vcproj deleted file mode 100644 index 6278eedc6..000000000 --- a/NetSSL_OpenSSL/samples/download/download_vs80.vcproj +++ /dev/null @@ -1,445 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/NetSSL_OpenSSL/samples/samples_vs71.sln b/NetSSL_OpenSSL/samples/samples_vs71.sln deleted file mode 100644 index c66b4966a..000000000 --- a/NetSSL_OpenSSL/samples/samples_vs71.sln +++ /dev/null @@ -1,81 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "download", "download\download_vs71.vcproj", "{D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HTTPSTimeServer", "HTTPSTimeServer\HTTPSTimeServer_vs71.vcproj", "{F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Mail", "Mail\Mail_vs71.vcproj", "{BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TwitterClient", "TwitterClient\TwitterClient_vs71.vcproj", "{CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_shared.ActiveCfg = debug_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_shared.Build.0 = debug_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_shared.ActiveCfg = release_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_shared.Build.0 = release_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_mt.Build.0 = release_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_md.Build.0 = debug_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_md.ActiveCfg = release_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_md.Build.0 = release_static_md|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_shared.ActiveCfg = debug_shared|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_shared.Build.0 = debug_shared|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_shared.ActiveCfg = release_shared|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_shared.Build.0 = release_shared|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_static_mt.Build.0 = release_static_mt|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_static_md.Build.0 = debug_static_md|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_static_md.ActiveCfg = release_static_md|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_static_md.Build.0 = release_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_shared.ActiveCfg = debug_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_shared.Build.0 = debug_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_shared.ActiveCfg = release_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_shared.Build.0 = release_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_mt.Build.0 = release_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_md.Build.0 = debug_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_md.ActiveCfg = release_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_md.Build.0 = release_static_md|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.debug_shared.ActiveCfg = debug_shared|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.debug_shared.Build.0 = debug_shared|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.release_shared.ActiveCfg = release_shared|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.release_shared.Build.0 = release_shared|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.release_static_mt.Build.0 = release_static_mt|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.debug_static_md.Build.0 = debug_static_md|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.release_static_md.ActiveCfg = release_static_md|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/NetSSL_OpenSSL/samples/samples_vs80.sln b/NetSSL_OpenSSL/samples/samples_vs80.sln deleted file mode 100644 index df1ea6424..000000000 --- a/NetSSL_OpenSSL/samples/samples_vs80.sln +++ /dev/null @@ -1,97 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "download", "download\download_vs80.vcproj", "{D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HTTPSTimeServer", "HTTPSTimeServer\HTTPSTimeServer_vs80.vcproj", "{F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Mail", "Mail\Mail_vs80.vcproj", "{BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TwitterClient", "TwitterClient\TwitterClient_vs80.vcproj", "{CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_shared|Win32.Build.0 = release_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_shared|Win32.Build.0 = release_shared|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_shared|Win32.Build.0 = release_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.release_shared|Win32.Build.0 = release_shared|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {CCDD82BC-680D-39C0-AE25-1FBC5B615F7E}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/NetSSL_OpenSSL/testsuite/TestSuite_vs71.vcproj b/NetSSL_OpenSSL/testsuite/TestSuite_vs71.vcproj deleted file mode 100644 index 4cd6acfa0..000000000 --- a/NetSSL_OpenSSL/testsuite/TestSuite_vs71.vcproj +++ /dev/null @@ -1,497 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/NetSSL_OpenSSL/testsuite/TestSuite_vs80.vcproj b/NetSSL_OpenSSL/testsuite/TestSuite_vs80.vcproj deleted file mode 100644 index 9f663296f..000000000 --- a/NetSSL_OpenSSL/testsuite/TestSuite_vs80.vcproj +++ /dev/null @@ -1,537 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/NetSSL_Win/NetSSL_Win_vs71.sln b/NetSSL_Win/NetSSL_Win_vs71.sln deleted file mode 100644 index 2a1c3f540..000000000 --- a/NetSSL_Win/NetSSL_Win_vs71.sln +++ /dev/null @@ -1,50 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NetSSL_Win", "NetSSL_Win_vs71.vcproj", "{A097DC74-A5FC-4A0B-804E-B18892426E77}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs71.vcproj", "{25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}" - ProjectSection(ProjectDependencies) = postProject - {A097DC74-A5FC-4A0B-804E-B18892426E77} = {A097DC74-A5FC-4A0B-804E-B18892426E77} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {A097DC74-A5FC-4A0B-804E-B18892426E77}.debug_shared.ActiveCfg = debug_shared|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.debug_shared.Build.0 = debug_shared|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.release_shared.ActiveCfg = release_shared|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.release_shared.Build.0 = release_shared|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.release_static_mt.Build.0 = release_static_mt|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.debug_static_md.Build.0 = debug_static_md|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.release_static_md.ActiveCfg = release_static_md|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.release_static_md.Build.0 = release_static_md|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.debug_shared.ActiveCfg = debug_shared|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.debug_shared.Build.0 = debug_shared|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.release_shared.ActiveCfg = release_shared|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.release_shared.Build.0 = release_shared|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.release_static_mt.Build.0 = release_static_mt|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.debug_static_md.Build.0 = debug_static_md|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.release_static_md.ActiveCfg = release_static_md|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/NetSSL_Win/NetSSL_Win_vs71.vcproj b/NetSSL_Win/NetSSL_Win_vs71.vcproj deleted file mode 100644 index 8d100a919..000000000 --- a/NetSSL_Win/NetSSL_Win_vs71.vcproj +++ /dev/null @@ -1,521 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/NetSSL_Win/NetSSL_Win_vs80.sln b/NetSSL_Win/NetSSL_Win_vs80.sln deleted file mode 100644 index b039b891e..000000000 --- a/NetSSL_Win/NetSSL_Win_vs80.sln +++ /dev/null @@ -1,60 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NetSSL_Win", "NetSSL_Win_vs80.vcproj", "{A097DC74-A5FC-4A0B-804E-B18892426E77}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs80.vcproj", "{25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}" - ProjectSection(ProjectDependencies) = postProject - {A097DC74-A5FC-4A0B-804E-B18892426E77} = {A097DC74-A5FC-4A0B-804E-B18892426E77} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {A097DC74-A5FC-4A0B-804E-B18892426E77}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.release_shared|Win32.Build.0 = release_shared|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {A097DC74-A5FC-4A0B-804E-B18892426E77}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.release_shared|Win32.Build.0 = release_shared|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {25E8E5AB-7B9C-4A2F-A0F6-12B6C5B11F28}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/NetSSL_Win/NetSSL_Win_vs80.vcproj b/NetSSL_Win/NetSSL_Win_vs80.vcproj deleted file mode 100644 index b0b057905..000000000 --- a/NetSSL_Win/NetSSL_Win_vs80.vcproj +++ /dev/null @@ -1,542 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/NetSSL_Win/samples/HTTPSTimeServer/HTTPSTimeServer_vs71.vcproj b/NetSSL_Win/samples/HTTPSTimeServer/HTTPSTimeServer_vs71.vcproj deleted file mode 100644 index 6a62d5276..000000000 --- a/NetSSL_Win/samples/HTTPSTimeServer/HTTPSTimeServer_vs71.vcproj +++ /dev/null @@ -1,410 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/NetSSL_Win/samples/HTTPSTimeServer/HTTPSTimeServer_vs80.vcproj b/NetSSL_Win/samples/HTTPSTimeServer/HTTPSTimeServer_vs80.vcproj deleted file mode 100644 index 1ad216172..000000000 --- a/NetSSL_Win/samples/HTTPSTimeServer/HTTPSTimeServer_vs80.vcproj +++ /dev/null @@ -1,450 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/NetSSL_Win/samples/Mail/Mail_vs71.vcproj b/NetSSL_Win/samples/Mail/Mail_vs71.vcproj deleted file mode 100644 index d86990f9b..000000000 --- a/NetSSL_Win/samples/Mail/Mail_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/NetSSL_Win/samples/Mail/Mail_vs80.vcproj b/NetSSL_Win/samples/Mail/Mail_vs80.vcproj deleted file mode 100644 index 39d3defd5..000000000 --- a/NetSSL_Win/samples/Mail/Mail_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/NetSSL_Win/samples/download/download_vs71.vcproj b/NetSSL_Win/samples/download/download_vs71.vcproj deleted file mode 100644 index e5bd5e1be..000000000 --- a/NetSSL_Win/samples/download/download_vs71.vcproj +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/NetSSL_Win/samples/download/download_vs80.vcproj b/NetSSL_Win/samples/download/download_vs80.vcproj deleted file mode 100644 index 2d84f42c2..000000000 --- a/NetSSL_Win/samples/download/download_vs80.vcproj +++ /dev/null @@ -1,445 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/NetSSL_Win/samples/samples_vs71.sln b/NetSSL_Win/samples/samples_vs71.sln deleted file mode 100644 index 66c343eae..000000000 --- a/NetSSL_Win/samples/samples_vs71.sln +++ /dev/null @@ -1,65 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "download", "download\download_vs71.vcproj", "{D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HTTPSTimeServer", "HTTPSTimeServer\HTTPSTimeServer_vs71.vcproj", "{F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Mail", "Mail\Mail_vs71.vcproj", "{BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_shared.ActiveCfg = debug_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_shared.Build.0 = debug_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_shared.ActiveCfg = release_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_shared.Build.0 = release_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_mt.Build.0 = release_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_md.Build.0 = debug_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_md.ActiveCfg = release_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_md.Build.0 = release_static_md|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_shared.ActiveCfg = debug_shared|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_shared.Build.0 = debug_shared|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_shared.ActiveCfg = release_shared|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_shared.Build.0 = release_shared|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_static_mt.Build.0 = release_static_mt|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_static_md.Build.0 = debug_static_md|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_static_md.ActiveCfg = release_static_md|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_static_md.Build.0 = release_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_shared.ActiveCfg = debug_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_shared.Build.0 = debug_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_shared.ActiveCfg = release_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_shared.Build.0 = release_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_mt.Build.0 = release_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_md.Build.0 = debug_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_md.ActiveCfg = release_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/NetSSL_Win/samples/samples_vs80.sln b/NetSSL_Win/samples/samples_vs80.sln deleted file mode 100644 index de8a399ba..000000000 --- a/NetSSL_Win/samples/samples_vs80.sln +++ /dev/null @@ -1,77 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "download", "download\download_vs80.vcproj", "{D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HTTPSTimeServer", "HTTPSTimeServer\HTTPSTimeServer_vs80.vcproj", "{F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Mail", "Mail\Mail_vs80.vcproj", "{BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_shared|Win32.Build.0 = release_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {D853F3D6-0D6F-3E8E-82C7-4216D7A21C4D}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_shared|Win32.Build.0 = release_shared|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {F8DE5054-3EC1-3FB4-9FE6-38EE974745A9}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_shared|Win32.Build.0 = release_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {BF75C029-EFC9-3A0F-A8F2-8001C11D1FBA}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/NetSSL_Win/testsuite/TestSuite_vs71.vcproj b/NetSSL_Win/testsuite/TestSuite_vs71.vcproj deleted file mode 100644 index 0d1aed8e9..000000000 --- a/NetSSL_Win/testsuite/TestSuite_vs71.vcproj +++ /dev/null @@ -1,497 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/NetSSL_Win/testsuite/TestSuite_vs80.vcproj b/NetSSL_Win/testsuite/TestSuite_vs80.vcproj deleted file mode 100644 index 0ac0b35ee..000000000 --- a/NetSSL_Win/testsuite/TestSuite_vs80.vcproj +++ /dev/null @@ -1,537 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/PDF/PDF_vs71.sln b/PDF/PDF_vs71.sln deleted file mode 100644 index 55a9f6ecc..000000000 --- a/PDF/PDF_vs71.sln +++ /dev/null @@ -1,50 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PDF", "PDF_vs71.vcproj", "{E12E5C71-79A4-495A-848F-F1710111E610}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs71.vcproj", "{24134877-368D-11DB-9FBC-00123FC423B5}" - ProjectSection(ProjectDependencies) = postProject - {E12E5C71-79A4-495A-848F-F1710111E610} = {E12E5C71-79A4-495A-848F-F1710111E610} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_shared.ActiveCfg = debug_shared|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_shared.Build.0 = debug_shared|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_shared.ActiveCfg = release_shared|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_shared.Build.0 = release_shared|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_static_mt.Build.0 = release_static_mt|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_static_md.Build.0 = debug_static_md|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_static_md.ActiveCfg = release_static_md|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_static_md.Build.0 = release_static_md|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.debug_shared.ActiveCfg = debug_shared|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.debug_shared.Build.0 = debug_shared|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.release_shared.ActiveCfg = release_shared|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.release_shared.Build.0 = release_shared|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.release_static_mt.Build.0 = release_static_mt|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.debug_static_md.Build.0 = debug_static_md|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.release_static_md.ActiveCfg = release_static_md|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/PDF/PDF_vs71.vcproj b/PDF/PDF_vs71.vcproj deleted file mode 100644 index 371dec68f..000000000 --- a/PDF/PDF_vs71.vcproj +++ /dev/null @@ -1,687 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/PDF/PDF_vs80.sln b/PDF/PDF_vs80.sln deleted file mode 100644 index b630f5469..000000000 --- a/PDF/PDF_vs80.sln +++ /dev/null @@ -1,60 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PDF", "PDF_vs80.vcproj", "{E12E5C71-79A4-495A-848F-F1710111E610}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs80.vcproj", "{24134877-368D-11DB-9FBC-00123FC423B5}" - ProjectSection(ProjectDependencies) = postProject - {E12E5C71-79A4-495A-848F-F1710111E610} = {E12E5C71-79A4-495A-848F-F1710111E610} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_shared|Win32.Build.0 = release_shared|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.release_shared|Win32.Build.0 = release_shared|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {24134877-368D-11DB-9FBC-00123FC423B5}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/PDF/PDF_vs80.vcproj b/PDF/PDF_vs80.vcproj deleted file mode 100644 index 521ebe8b1..000000000 --- a/PDF/PDF_vs80.vcproj +++ /dev/null @@ -1,708 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/PDF/samples/Image/Image_vs71.vcproj b/PDF/samples/Image/Image_vs71.vcproj deleted file mode 100644 index 666ed2911..000000000 --- a/PDF/samples/Image/Image_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/PDF/samples/Image/Image_vs80.vcproj b/PDF/samples/Image/Image_vs80.vcproj deleted file mode 100644 index 3614ebc94..000000000 --- a/PDF/samples/Image/Image_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/PDF/samples/Text/Text_vs71.vcproj b/PDF/samples/Text/Text_vs71.vcproj deleted file mode 100644 index 10d1d0c7f..000000000 --- a/PDF/samples/Text/Text_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/PDF/samples/Text/Text_vs80.vcproj b/PDF/samples/Text/Text_vs80.vcproj deleted file mode 100644 index 26deeb714..000000000 --- a/PDF/samples/Text/Text_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/PDF/samples/samples_vs71.sln b/PDF/samples/samples_vs71.sln deleted file mode 100644 index c052b1237..000000000 --- a/PDF/samples/samples_vs71.sln +++ /dev/null @@ -1,49 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Image", "Image\Image_vs71.vcproj", "{DA74060D-73AF-3E8F-A804-FBC960DAC393}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Text", "Text\Text_vs71.vcproj", "{0DE18C25-1694-3598-831D-4FA48D113606}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.debug_shared.ActiveCfg = debug_shared|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.debug_shared.Build.0 = debug_shared|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.release_shared.ActiveCfg = release_shared|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.release_shared.Build.0 = release_shared|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.release_static_mt.Build.0 = release_static_mt|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.debug_static_md.Build.0 = debug_static_md|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.release_static_md.ActiveCfg = release_static_md|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.release_static_md.Build.0 = release_static_md|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.debug_shared.ActiveCfg = debug_shared|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.debug_shared.Build.0 = debug_shared|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.release_shared.ActiveCfg = release_shared|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.release_shared.Build.0 = release_shared|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.release_static_mt.Build.0 = release_static_mt|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.debug_static_md.Build.0 = debug_static_md|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.release_static_md.ActiveCfg = release_static_md|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/PDF/samples/samples_vs80.sln b/PDF/samples/samples_vs80.sln deleted file mode 100644 index 813b5a904..000000000 --- a/PDF/samples/samples_vs80.sln +++ /dev/null @@ -1,57 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Image", "Image\Image_vs80.vcproj", "{DA74060D-73AF-3E8F-A804-FBC960DAC393}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Text", "Text\Text_vs80.vcproj", "{0DE18C25-1694-3598-831D-4FA48D113606}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.release_shared|Win32.Build.0 = release_shared|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {DA74060D-73AF-3E8F-A804-FBC960DAC393}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.release_shared|Win32.Build.0 = release_shared|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {0DE18C25-1694-3598-831D-4FA48D113606}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/PDF/testsuite/TestSuite_VS80.vcproj b/PDF/testsuite/TestSuite_VS80.vcproj deleted file mode 100644 index 4db9df651..000000000 --- a/PDF/testsuite/TestSuite_VS80.vcproj +++ /dev/null @@ -1,482 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/PDF/testsuite/TestSuite_vs71.vcproj b/PDF/testsuite/TestSuite_vs71.vcproj deleted file mode 100644 index 5f20bd2dd..000000000 --- a/PDF/testsuite/TestSuite_vs71.vcproj +++ /dev/null @@ -1,442 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/PageCompiler/File2Page/File2Page_vs71.sln b/PageCompiler/File2Page/File2Page_vs71.sln deleted file mode 100644 index 5fbab6eb1..000000000 --- a/PageCompiler/File2Page/File2Page_vs71.sln +++ /dev/null @@ -1,33 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "File2Page", "File2Page_vs71.vcproj", "{8BD05B6C-A179-40F1-BD17-6EA813055883}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {8BD05B6C-A179-40F1-BD17-6EA813055883}.debug_shared.ActiveCfg = debug_shared|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.debug_shared.Build.0 = debug_shared|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.release_shared.ActiveCfg = release_shared|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.release_shared.Build.0 = release_shared|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.release_static_mt.Build.0 = release_static_mt|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.debug_static_md.Build.0 = debug_static_md|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.release_static_md.ActiveCfg = release_static_md|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/PageCompiler/File2Page/File2Page_vs71.vcproj b/PageCompiler/File2Page/File2Page_vs71.vcproj deleted file mode 100644 index fbda29e9f..000000000 --- a/PageCompiler/File2Page/File2Page_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/PageCompiler/File2Page/File2Page_vs80.sln b/PageCompiler/File2Page/File2Page_vs80.sln deleted file mode 100644 index fc3eb6ff6..000000000 --- a/PageCompiler/File2Page/File2Page_vs80.sln +++ /dev/null @@ -1,37 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "File2Page", "File2Page_vs80.vcproj", "{8BD05B6C-A179-40F1-BD17-6EA813055883}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {8BD05B6C-A179-40F1-BD17-6EA813055883}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.release_shared|Win32.Build.0 = release_shared|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {8BD05B6C-A179-40F1-BD17-6EA813055883}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/PageCompiler/File2Page/File2Page_vs80.vcproj b/PageCompiler/File2Page/File2Page_vs80.vcproj deleted file mode 100644 index 200450d80..000000000 --- a/PageCompiler/File2Page/File2Page_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/PageCompiler/PageCompiler_vs71.sln b/PageCompiler/PageCompiler_vs71.sln deleted file mode 100644 index 13264201b..000000000 --- a/PageCompiler/PageCompiler_vs71.sln +++ /dev/null @@ -1,33 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PageCompiler", "PageCompiler_vs71.vcproj", "{E12E5C71-79A4-495A-848F-F1710111E610}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_shared.ActiveCfg = debug_shared|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_shared.Build.0 = debug_shared|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_shared.ActiveCfg = release_shared|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_shared.Build.0 = release_shared|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_static_mt.Build.0 = release_static_mt|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_static_md.Build.0 = debug_static_md|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_static_md.ActiveCfg = release_static_md|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/PageCompiler/PageCompiler_vs71.vcproj b/PageCompiler/PageCompiler_vs71.vcproj deleted file mode 100644 index 66c3e32df..000000000 --- a/PageCompiler/PageCompiler_vs71.vcproj +++ /dev/null @@ -1,433 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/PageCompiler/PageCompiler_vs80.sln b/PageCompiler/PageCompiler_vs80.sln deleted file mode 100644 index 3cdb6ef13..000000000 --- a/PageCompiler/PageCompiler_vs80.sln +++ /dev/null @@ -1,37 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PageCompiler", "PageCompiler_vs80.vcproj", "{E12E5C71-79A4-495A-848F-F1710111E610}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_shared|Win32.Build.0 = release_shared|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {E12E5C71-79A4-495A-848F-F1710111E610}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/PageCompiler/PageCompiler_vs80.vcproj b/PageCompiler/PageCompiler_vs80.vcproj deleted file mode 100644 index dd429c471..000000000 --- a/PageCompiler/PageCompiler_vs80.vcproj +++ /dev/null @@ -1,473 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/PageCompiler/samples/HTTPTimeServer/HTTPTimeServer_vs71.vcproj b/PageCompiler/samples/HTTPTimeServer/HTTPTimeServer_vs71.vcproj deleted file mode 100644 index 47408de8d..000000000 --- a/PageCompiler/samples/HTTPTimeServer/HTTPTimeServer_vs71.vcproj +++ /dev/null @@ -1,417 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/PageCompiler/samples/HTTPTimeServer/HTTPTimeServer_vs80.vcproj b/PageCompiler/samples/HTTPTimeServer/HTTPTimeServer_vs80.vcproj deleted file mode 100644 index d92e4b85f..000000000 --- a/PageCompiler/samples/HTTPTimeServer/HTTPTimeServer_vs80.vcproj +++ /dev/null @@ -1,457 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/PageCompiler/samples/samples_vs71.sln b/PageCompiler/samples/samples_vs71.sln deleted file mode 100644 index fe05ff7f2..000000000 --- a/PageCompiler/samples/samples_vs71.sln +++ /dev/null @@ -1,33 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HTTPTimeServer", "HTTPTimeServer\HTTPTimeServer_vs71.vcproj", "{18A0143A-444A-38E3-838C-1ACFBE4EE18C}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_shared.ActiveCfg = debug_shared|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_shared.Build.0 = debug_shared|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_shared.ActiveCfg = release_shared|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_shared.Build.0 = release_shared|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_static_mt.Build.0 = release_static_mt|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_static_md.Build.0 = debug_static_md|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_static_md.ActiveCfg = release_static_md|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/PageCompiler/samples/samples_vs80.sln b/PageCompiler/samples/samples_vs80.sln deleted file mode 100644 index c360c2c19..000000000 --- a/PageCompiler/samples/samples_vs80.sln +++ /dev/null @@ -1,37 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HTTPTimeServer", "HTTPTimeServer\HTTPTimeServer_vs80.vcproj", "{18A0143A-444A-38E3-838C-1ACFBE4EE18C}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_shared|Win32.Build.0 = release_shared|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {18A0143A-444A-38E3-838C-1ACFBE4EE18C}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/PocoDoc/PocoDoc_vs71.sln b/PocoDoc/PocoDoc_vs71.sln deleted file mode 100644 index a8d6eb04a..000000000 --- a/PocoDoc/PocoDoc_vs71.sln +++ /dev/null @@ -1,33 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PocoDoc", "PocoDoc_vs71.vcproj", "{18BCF3CC-9474-4D1C-9445-F783A49D886B}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.debug_shared.ActiveCfg = debug_shared|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.debug_shared.Build.0 = debug_shared|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.release_shared.ActiveCfg = release_shared|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.release_shared.Build.0 = release_shared|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.release_static_mt.Build.0 = release_static_mt|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.debug_static_md.Build.0 = debug_static_md|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.release_static_md.ActiveCfg = release_static_md|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/PocoDoc/PocoDoc_vs71.vcproj b/PocoDoc/PocoDoc_vs71.vcproj deleted file mode 100644 index 58b056e11..000000000 --- a/PocoDoc/PocoDoc_vs71.vcproj +++ /dev/null @@ -1,423 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/PocoDoc/PocoDoc_vs80.sln b/PocoDoc/PocoDoc_vs80.sln deleted file mode 100644 index cb97abfee..000000000 --- a/PocoDoc/PocoDoc_vs80.sln +++ /dev/null @@ -1,37 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PocoDoc", "PocoDoc_vs80.vcproj", "{18BCF3CC-9474-4D1C-9445-F783A49D886B}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.release_shared|Win32.Build.0 = release_shared|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {18BCF3CC-9474-4D1C-9445-F783A49D886B}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/PocoDoc/PocoDoc_vs80.vcproj b/PocoDoc/PocoDoc_vs80.vcproj deleted file mode 100644 index 309bf9536..000000000 --- a/PocoDoc/PocoDoc_vs80.vcproj +++ /dev/null @@ -1,463 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ProGen/ProGen_vs71.sln b/ProGen/ProGen_vs71.sln deleted file mode 100644 index 89b00e76c..000000000 --- a/ProGen/ProGen_vs71.sln +++ /dev/null @@ -1,33 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProGen", "ProGen_vs71.vcproj", "{48D690D9-6520-4F30-A298-3132548716D0}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared.ActiveCfg = debug_shared|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared.Build.0 = debug_shared|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.release_shared.ActiveCfg = release_shared|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.release_shared.Build.0 = release_shared|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt.Build.0 = release_static_mt|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md.Build.0 = debug_static_md|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md.ActiveCfg = release_static_md|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/ProGen/ProGen_vs71.vcproj b/ProGen/ProGen_vs71.vcproj deleted file mode 100644 index 482b8b054..000000000 --- a/ProGen/ProGen_vs71.vcproj +++ /dev/null @@ -1,417 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ProGen/ProGen_vs80.sln b/ProGen/ProGen_vs80.sln deleted file mode 100644 index 4d19a20a4..000000000 --- a/ProGen/ProGen_vs80.sln +++ /dev/null @@ -1,37 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProGen", "ProGen_vs80.vcproj", "{48D690D9-6520-4F30-A298-3132548716D0}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.release_shared|Win32.Build.0 = release_shared|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/ProGen/ProGen_vs80.vcproj b/ProGen/ProGen_vs80.vcproj deleted file mode 100644 index 891bdd1f5..000000000 --- a/ProGen/ProGen_vs80.vcproj +++ /dev/null @@ -1,457 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs71/Win32/executable/debug_shared.template b/ProGen/templates/vs71/Win32/executable/debug_shared.template deleted file mode 100644 index c5d2af813..000000000 --- a/ProGen/templates/vs71/Win32/executable/debug_shared.template +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs71/Win32/executable/debug_static_md.template b/ProGen/templates/vs71/Win32/executable/debug_static_md.template deleted file mode 100644 index 2af85bcb4..000000000 --- a/ProGen/templates/vs71/Win32/executable/debug_static_md.template +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs71/Win32/executable/debug_static_mt.template b/ProGen/templates/vs71/Win32/executable/debug_static_mt.template deleted file mode 100644 index d7e7f9d90..000000000 --- a/ProGen/templates/vs71/Win32/executable/debug_static_mt.template +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs71/Win32/executable/project.properties b/ProGen/templates/vs71/Win32/executable/project.properties deleted file mode 100644 index 00d3745cb..000000000 --- a/ProGen/templates/vs71/Win32/executable/project.properties +++ /dev/null @@ -1,2 +0,0 @@ -project.suffix = _vs71.vcproj -project.convertBoolToUpperCase = true diff --git a/ProGen/templates/vs71/Win32/executable/project.template b/ProGen/templates/vs71/Win32/executable/project.template deleted file mode 100644 index 7e85d545c..000000000 --- a/ProGen/templates/vs71/Win32/executable/project.template +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs71/Win32/executable/release_shared.template b/ProGen/templates/vs71/Win32/executable/release_shared.template deleted file mode 100644 index 2c7b9eb01..000000000 --- a/ProGen/templates/vs71/Win32/executable/release_shared.template +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs71/Win32/executable/release_static_md.template b/ProGen/templates/vs71/Win32/executable/release_static_md.template deleted file mode 100644 index 999a9b188..000000000 --- a/ProGen/templates/vs71/Win32/executable/release_static_md.template +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs71/Win32/executable/release_static_mt.template b/ProGen/templates/vs71/Win32/executable/release_static_mt.template deleted file mode 100644 index 82cd2e98f..000000000 --- a/ProGen/templates/vs71/Win32/executable/release_static_mt.template +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs71/Win32/library/debug_shared.template b/ProGen/templates/vs71/Win32/library/debug_shared.template deleted file mode 100644 index 477edd453..000000000 --- a/ProGen/templates/vs71/Win32/library/debug_shared.template +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs71/Win32/library/debug_static_md.template b/ProGen/templates/vs71/Win32/library/debug_static_md.template deleted file mode 100644 index 306e60af9..000000000 --- a/ProGen/templates/vs71/Win32/library/debug_static_md.template +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs71/Win32/library/debug_static_mt.template b/ProGen/templates/vs71/Win32/library/debug_static_mt.template deleted file mode 100644 index c28bed3df..000000000 --- a/ProGen/templates/vs71/Win32/library/debug_static_mt.template +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs71/Win32/library/project.properties b/ProGen/templates/vs71/Win32/library/project.properties deleted file mode 100644 index 00d3745cb..000000000 --- a/ProGen/templates/vs71/Win32/library/project.properties +++ /dev/null @@ -1,2 +0,0 @@ -project.suffix = _vs71.vcproj -project.convertBoolToUpperCase = true diff --git a/ProGen/templates/vs71/Win32/library/project.template b/ProGen/templates/vs71/Win32/library/project.template deleted file mode 100644 index 7e85d545c..000000000 --- a/ProGen/templates/vs71/Win32/library/project.template +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs71/Win32/library/release_shared.template b/ProGen/templates/vs71/Win32/library/release_shared.template deleted file mode 100644 index 2fe5df0bf..000000000 --- a/ProGen/templates/vs71/Win32/library/release_shared.template +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs71/Win32/library/release_static_md.template b/ProGen/templates/vs71/Win32/library/release_static_md.template deleted file mode 100644 index 35a753915..000000000 --- a/ProGen/templates/vs71/Win32/library/release_static_md.template +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs71/Win32/library/release_static_mt.template b/ProGen/templates/vs71/Win32/library/release_static_mt.template deleted file mode 100644 index 69d2ffb6c..000000000 --- a/ProGen/templates/vs71/Win32/library/release_static_mt.template +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs71/Win32/plugin/debug_shared.template b/ProGen/templates/vs71/Win32/plugin/debug_shared.template deleted file mode 100644 index 4650d8e10..000000000 --- a/ProGen/templates/vs71/Win32/plugin/debug_shared.template +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs71/Win32/plugin/project.properties b/ProGen/templates/vs71/Win32/plugin/project.properties deleted file mode 100644 index 00d3745cb..000000000 --- a/ProGen/templates/vs71/Win32/plugin/project.properties +++ /dev/null @@ -1,2 +0,0 @@ -project.suffix = _vs71.vcproj -project.convertBoolToUpperCase = true diff --git a/ProGen/templates/vs71/Win32/plugin/project.template b/ProGen/templates/vs71/Win32/plugin/project.template deleted file mode 100644 index 7e85d545c..000000000 --- a/ProGen/templates/vs71/Win32/plugin/project.template +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs71/Win32/plugin/release_shared.template b/ProGen/templates/vs71/Win32/plugin/release_shared.template deleted file mode 100644 index 678f55f8b..000000000 --- a/ProGen/templates/vs71/Win32/plugin/release_shared.template +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs71/Win32/testsuite/debug_shared.template b/ProGen/templates/vs71/Win32/testsuite/debug_shared.template deleted file mode 100644 index f6c4a212d..000000000 --- a/ProGen/templates/vs71/Win32/testsuite/debug_shared.template +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs71/Win32/testsuite/debug_static_md.template b/ProGen/templates/vs71/Win32/testsuite/debug_static_md.template deleted file mode 100644 index 46721e845..000000000 --- a/ProGen/templates/vs71/Win32/testsuite/debug_static_md.template +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs71/Win32/testsuite/debug_static_mt.template b/ProGen/templates/vs71/Win32/testsuite/debug_static_mt.template deleted file mode 100644 index d43db55e0..000000000 --- a/ProGen/templates/vs71/Win32/testsuite/debug_static_mt.template +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs71/Win32/testsuite/project.properties b/ProGen/templates/vs71/Win32/testsuite/project.properties deleted file mode 100644 index 00d3745cb..000000000 --- a/ProGen/templates/vs71/Win32/testsuite/project.properties +++ /dev/null @@ -1,2 +0,0 @@ -project.suffix = _vs71.vcproj -project.convertBoolToUpperCase = true diff --git a/ProGen/templates/vs71/Win32/testsuite/project.template b/ProGen/templates/vs71/Win32/testsuite/project.template deleted file mode 100644 index 7e85d545c..000000000 --- a/ProGen/templates/vs71/Win32/testsuite/project.template +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs71/Win32/testsuite/release_shared.template b/ProGen/templates/vs71/Win32/testsuite/release_shared.template deleted file mode 100644 index 99884c078..000000000 --- a/ProGen/templates/vs71/Win32/testsuite/release_shared.template +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs71/Win32/testsuite/release_static_md.template b/ProGen/templates/vs71/Win32/testsuite/release_static_md.template deleted file mode 100644 index 26f1b7448..000000000 --- a/ProGen/templates/vs71/Win32/testsuite/release_static_md.template +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs71/Win32/testsuite/release_static_mt.template b/ProGen/templates/vs71/Win32/testsuite/release_static_mt.template deleted file mode 100644 index 3348d2969..000000000 --- a/ProGen/templates/vs71/Win32/testsuite/release_static_mt.template +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs80/Win32/executable/debug_shared.template b/ProGen/templates/vs80/Win32/executable/debug_shared.template deleted file mode 100644 index cf67f7983..000000000 --- a/ProGen/templates/vs80/Win32/executable/debug_shared.template +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs80/Win32/executable/debug_static_md.template b/ProGen/templates/vs80/Win32/executable/debug_static_md.template deleted file mode 100644 index 7174e9c53..000000000 --- a/ProGen/templates/vs80/Win32/executable/debug_static_md.template +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs80/Win32/executable/debug_static_mt.template b/ProGen/templates/vs80/Win32/executable/debug_static_mt.template deleted file mode 100644 index 1c6765eb9..000000000 --- a/ProGen/templates/vs80/Win32/executable/debug_static_mt.template +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs80/Win32/executable/project.properties b/ProGen/templates/vs80/Win32/executable/project.properties deleted file mode 100644 index daafedc26..000000000 --- a/ProGen/templates/vs80/Win32/executable/project.properties +++ /dev/null @@ -1 +0,0 @@ -project.suffix = _vs80.vcproj diff --git a/ProGen/templates/vs80/Win32/executable/project.template b/ProGen/templates/vs80/Win32/executable/project.template deleted file mode 100644 index 18eba11ed..000000000 --- a/ProGen/templates/vs80/Win32/executable/project.template +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs80/Win32/executable/release_shared.template b/ProGen/templates/vs80/Win32/executable/release_shared.template deleted file mode 100644 index 2f8a8b410..000000000 --- a/ProGen/templates/vs80/Win32/executable/release_shared.template +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs80/Win32/executable/release_static_md.template b/ProGen/templates/vs80/Win32/executable/release_static_md.template deleted file mode 100644 index 3b70b4298..000000000 --- a/ProGen/templates/vs80/Win32/executable/release_static_md.template +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs80/Win32/executable/release_static_mt.template b/ProGen/templates/vs80/Win32/executable/release_static_mt.template deleted file mode 100644 index e5a6bc04c..000000000 --- a/ProGen/templates/vs80/Win32/executable/release_static_mt.template +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs80/Win32/library/debug_shared.template b/ProGen/templates/vs80/Win32/library/debug_shared.template deleted file mode 100644 index bed611641..000000000 --- a/ProGen/templates/vs80/Win32/library/debug_shared.template +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs80/Win32/library/debug_static_md.template b/ProGen/templates/vs80/Win32/library/debug_static_md.template deleted file mode 100644 index cbb0b1f5e..000000000 --- a/ProGen/templates/vs80/Win32/library/debug_static_md.template +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs80/Win32/library/debug_static_mt.template b/ProGen/templates/vs80/Win32/library/debug_static_mt.template deleted file mode 100644 index e54a11517..000000000 --- a/ProGen/templates/vs80/Win32/library/debug_static_mt.template +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs80/Win32/library/project.properties b/ProGen/templates/vs80/Win32/library/project.properties deleted file mode 100644 index daafedc26..000000000 --- a/ProGen/templates/vs80/Win32/library/project.properties +++ /dev/null @@ -1 +0,0 @@ -project.suffix = _vs80.vcproj diff --git a/ProGen/templates/vs80/Win32/library/project.template b/ProGen/templates/vs80/Win32/library/project.template deleted file mode 100644 index 18eba11ed..000000000 --- a/ProGen/templates/vs80/Win32/library/project.template +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs80/Win32/library/release_shared.template b/ProGen/templates/vs80/Win32/library/release_shared.template deleted file mode 100644 index 87c8f7004..000000000 --- a/ProGen/templates/vs80/Win32/library/release_shared.template +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs80/Win32/library/release_static_md.template b/ProGen/templates/vs80/Win32/library/release_static_md.template deleted file mode 100644 index 0ebb9169e..000000000 --- a/ProGen/templates/vs80/Win32/library/release_static_md.template +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs80/Win32/library/release_static_mt.template b/ProGen/templates/vs80/Win32/library/release_static_mt.template deleted file mode 100644 index 78cf9acc5..000000000 --- a/ProGen/templates/vs80/Win32/library/release_static_mt.template +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs80/Win32/plugin/debug_shared.template b/ProGen/templates/vs80/Win32/plugin/debug_shared.template deleted file mode 100644 index 20956eea7..000000000 --- a/ProGen/templates/vs80/Win32/plugin/debug_shared.template +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs80/Win32/plugin/project.properties b/ProGen/templates/vs80/Win32/plugin/project.properties deleted file mode 100644 index daafedc26..000000000 --- a/ProGen/templates/vs80/Win32/plugin/project.properties +++ /dev/null @@ -1 +0,0 @@ -project.suffix = _vs80.vcproj diff --git a/ProGen/templates/vs80/Win32/plugin/project.template b/ProGen/templates/vs80/Win32/plugin/project.template deleted file mode 100644 index 18eba11ed..000000000 --- a/ProGen/templates/vs80/Win32/plugin/project.template +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs80/Win32/plugin/release_shared.template b/ProGen/templates/vs80/Win32/plugin/release_shared.template deleted file mode 100644 index a6f3ea557..000000000 --- a/ProGen/templates/vs80/Win32/plugin/release_shared.template +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs80/Win32/testsuite/debug_shared.template b/ProGen/templates/vs80/Win32/testsuite/debug_shared.template deleted file mode 100644 index 713ed305e..000000000 --- a/ProGen/templates/vs80/Win32/testsuite/debug_shared.template +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs80/Win32/testsuite/debug_static_md.template b/ProGen/templates/vs80/Win32/testsuite/debug_static_md.template deleted file mode 100644 index 19e589f3a..000000000 --- a/ProGen/templates/vs80/Win32/testsuite/debug_static_md.template +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs80/Win32/testsuite/debug_static_mt.template b/ProGen/templates/vs80/Win32/testsuite/debug_static_mt.template deleted file mode 100644 index 884e93e47..000000000 --- a/ProGen/templates/vs80/Win32/testsuite/debug_static_mt.template +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs80/Win32/testsuite/project.properties b/ProGen/templates/vs80/Win32/testsuite/project.properties deleted file mode 100644 index daafedc26..000000000 --- a/ProGen/templates/vs80/Win32/testsuite/project.properties +++ /dev/null @@ -1 +0,0 @@ -project.suffix = _vs80.vcproj diff --git a/ProGen/templates/vs80/Win32/testsuite/project.template b/ProGen/templates/vs80/Win32/testsuite/project.template deleted file mode 100644 index 18eba11ed..000000000 --- a/ProGen/templates/vs80/Win32/testsuite/project.template +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs80/Win32/testsuite/release_shared.template b/ProGen/templates/vs80/Win32/testsuite/release_shared.template deleted file mode 100644 index 509a0ce0c..000000000 --- a/ProGen/templates/vs80/Win32/testsuite/release_shared.template +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs80/Win32/testsuite/release_static_md.template b/ProGen/templates/vs80/Win32/testsuite/release_static_md.template deleted file mode 100644 index ed4d85ca3..000000000 --- a/ProGen/templates/vs80/Win32/testsuite/release_static_md.template +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/ProGen/templates/vs80/Win32/testsuite/release_static_mt.template b/ProGen/templates/vs80/Win32/testsuite/release_static_mt.template deleted file mode 100644 index 63d77dacd..000000000 --- a/ProGen/templates/vs80/Win32/testsuite/release_static_mt.template +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/SevenZip/SevenZip_vs71.sln b/SevenZip/SevenZip_vs71.sln deleted file mode 100644 index a5cc4fbb1..000000000 --- a/SevenZip/SevenZip_vs71.sln +++ /dev/null @@ -1,33 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SevenZip", "SevenZip_vs71.vcproj", "{BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.debug_shared.ActiveCfg = debug_shared|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.debug_shared.Build.0 = debug_shared|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.release_shared.ActiveCfg = release_shared|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.release_shared.Build.0 = release_shared|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.release_static_mt.Build.0 = release_static_mt|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.debug_static_md.Build.0 = debug_static_md|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.release_static_md.ActiveCfg = release_static_md|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/SevenZip/SevenZip_vs71.vcproj b/SevenZip/SevenZip_vs71.vcproj deleted file mode 100644 index 2df209264..000000000 --- a/SevenZip/SevenZip_vs71.vcproj +++ /dev/null @@ -1,506 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/SevenZip/SevenZip_vs80.sln b/SevenZip/SevenZip_vs80.sln deleted file mode 100644 index eb6e1320c..000000000 --- a/SevenZip/SevenZip_vs80.sln +++ /dev/null @@ -1,37 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SevenZip", "SevenZip_vs80.vcproj", "{BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.release_shared|Win32.Build.0 = release_shared|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {BBDBC9A3-15CD-495B-9B16-D03CFBFB8D2D}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/SevenZip/SevenZip_vs80.vcproj b/SevenZip/SevenZip_vs80.vcproj deleted file mode 100644 index 904ab069f..000000000 --- a/SevenZip/SevenZip_vs80.vcproj +++ /dev/null @@ -1,527 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/SevenZip/samples/samples_vs71.sln b/SevenZip/samples/samples_vs71.sln deleted file mode 100644 index 9a37ca6f7..000000000 --- a/SevenZip/samples/samples_vs71.sln +++ /dev/null @@ -1,33 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "un7zip", "un7zip\un7zip_vs71.vcproj", "{897F888B-0819-319B-A305-67BBE1625297}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {897F888B-0819-319B-A305-67BBE1625297}.debug_shared.ActiveCfg = debug_shared|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.debug_shared.Build.0 = debug_shared|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.release_shared.ActiveCfg = release_shared|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.release_shared.Build.0 = release_shared|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.release_static_mt.Build.0 = release_static_mt|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.debug_static_md.Build.0 = debug_static_md|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.release_static_md.ActiveCfg = release_static_md|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/SevenZip/samples/samples_vs80.sln b/SevenZip/samples/samples_vs80.sln deleted file mode 100644 index 6b3f7fba0..000000000 --- a/SevenZip/samples/samples_vs80.sln +++ /dev/null @@ -1,37 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "un7zip", "un7zip\un7zip_vs80.vcproj", "{897F888B-0819-319B-A305-67BBE1625297}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {897F888B-0819-319B-A305-67BBE1625297}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.release_shared|Win32.Build.0 = release_shared|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {897F888B-0819-319B-A305-67BBE1625297}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/SevenZip/samples/un7zip/un7zip_vs71.vcproj b/SevenZip/samples/un7zip/un7zip_vs71.vcproj deleted file mode 100644 index b3aa33c6f..000000000 --- a/SevenZip/samples/un7zip/un7zip_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/SevenZip/samples/un7zip/un7zip_vs80.vcproj b/SevenZip/samples/un7zip/un7zip_vs80.vcproj deleted file mode 100644 index b002f0a37..000000000 --- a/SevenZip/samples/un7zip/un7zip_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Util/Util_vs71.sln b/Util/Util_vs71.sln deleted file mode 100644 index 1cedfdaca..000000000 --- a/Util/Util_vs71.sln +++ /dev/null @@ -1,50 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Util", "Util_vs71.vcproj", "{6FF56CDB-787A-4714-A28C-919003F9FA6C}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs71.vcproj", "{E40E738C-447B-40F4-A878-EBA9A2459270}" - ProjectSection(ProjectDependencies) = postProject - {6FF56CDB-787A-4714-A28C-919003F9FA6C} = {6FF56CDB-787A-4714-A28C-919003F9FA6C} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.debug_shared.ActiveCfg = debug_shared|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.debug_shared.Build.0 = debug_shared|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.release_shared.ActiveCfg = release_shared|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.release_shared.Build.0 = release_shared|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.release_static_mt.Build.0 = release_static_mt|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.debug_static_md.Build.0 = debug_static_md|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.release_static_md.ActiveCfg = release_static_md|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.release_static_md.Build.0 = release_static_md|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.debug_shared.ActiveCfg = debug_shared|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.debug_shared.Build.0 = debug_shared|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.release_shared.ActiveCfg = release_shared|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.release_shared.Build.0 = release_shared|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.release_static_mt.Build.0 = release_static_mt|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.debug_static_md.Build.0 = debug_static_md|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.release_static_md.ActiveCfg = release_static_md|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/Util/Util_vs71.vcproj b/Util/Util_vs71.vcproj deleted file mode 100644 index f4b24cb8e..000000000 --- a/Util/Util_vs71.vcproj +++ /dev/null @@ -1,589 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Util/Util_vs80.sln b/Util/Util_vs80.sln deleted file mode 100644 index 324882f17..000000000 --- a/Util/Util_vs80.sln +++ /dev/null @@ -1,60 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Util", "Util_vs80.vcproj", "{6FF56CDB-787A-4714-A28C-919003F9FA6C}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs80.vcproj", "{E40E738C-447B-40F4-A878-EBA9A2459270}" - ProjectSection(ProjectDependencies) = postProject - {6FF56CDB-787A-4714-A28C-919003F9FA6C} = {6FF56CDB-787A-4714-A28C-919003F9FA6C} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.release_shared|Win32.Build.0 = release_shared|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {6FF56CDB-787A-4714-A28C-919003F9FA6C}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.release_shared|Win32.Build.0 = release_shared|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {E40E738C-447B-40F4-A878-EBA9A2459270}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Util/Util_vs80.vcproj b/Util/Util_vs80.vcproj deleted file mode 100644 index 934239779..000000000 --- a/Util/Util_vs80.vcproj +++ /dev/null @@ -1,610 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Util/samples/SampleApp/SampleApp_vs71.vcproj b/Util/samples/SampleApp/SampleApp_vs71.vcproj deleted file mode 100644 index 67d178b42..000000000 --- a/Util/samples/SampleApp/SampleApp_vs71.vcproj +++ /dev/null @@ -1,410 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Util/samples/SampleApp/SampleApp_vs80.vcproj b/Util/samples/SampleApp/SampleApp_vs80.vcproj deleted file mode 100644 index a76b06f73..000000000 --- a/Util/samples/SampleApp/SampleApp_vs80.vcproj +++ /dev/null @@ -1,450 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Util/samples/SampleServer/SampleServer_vs71.vcproj b/Util/samples/SampleServer/SampleServer_vs71.vcproj deleted file mode 100644 index fa1b5ea0e..000000000 --- a/Util/samples/SampleServer/SampleServer_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Util/samples/SampleServer/SampleServer_vs80.vcproj b/Util/samples/SampleServer/SampleServer_vs80.vcproj deleted file mode 100644 index c30b98870..000000000 --- a/Util/samples/SampleServer/SampleServer_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Util/samples/Units/Units_vs71.vcproj b/Util/samples/Units/Units_vs71.vcproj deleted file mode 100644 index 81899c861..000000000 --- a/Util/samples/Units/Units_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Util/samples/Units/Units_vs80.vcproj b/Util/samples/Units/Units_vs80.vcproj deleted file mode 100644 index 019fc241d..000000000 --- a/Util/samples/Units/Units_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Util/samples/pkill/pkill_vs71.vcproj b/Util/samples/pkill/pkill_vs71.vcproj deleted file mode 100644 index fa3a4dddd..000000000 --- a/Util/samples/pkill/pkill_vs71.vcproj +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Util/samples/pkill/pkill_vs80.vcproj b/Util/samples/pkill/pkill_vs80.vcproj deleted file mode 100644 index 9ba3ebd8e..000000000 --- a/Util/samples/pkill/pkill_vs80.vcproj +++ /dev/null @@ -1,445 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Util/samples/samples_vs71.sln b/Util/samples/samples_vs71.sln deleted file mode 100644 index e3ed66862..000000000 --- a/Util/samples/samples_vs71.sln +++ /dev/null @@ -1,81 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pkill", "pkill\pkill_vs71.vcproj", "{63EDD785-29E1-3073-87EB-3CE788A4A1DE}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleApp", "SampleApp\SampleApp_vs71.vcproj", "{C3F12C11-469F-3FB6-8C95-8638F78FF7C0}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleServer", "SampleServer\SampleServer_vs71.vcproj", "{F475C5DD-0558-37AF-870B-666DE931B7BA}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Units", "Units\Units_vs71.vcproj", "{A6800637-61D5-39A3-86AA-E180C73D3120}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.debug_shared.ActiveCfg = debug_shared|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.debug_shared.Build.0 = debug_shared|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.release_shared.ActiveCfg = release_shared|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.release_shared.Build.0 = release_shared|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.release_static_mt.Build.0 = release_static_mt|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.debug_static_md.Build.0 = debug_static_md|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.release_static_md.ActiveCfg = release_static_md|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.release_static_md.Build.0 = release_static_md|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.debug_shared.ActiveCfg = debug_shared|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.debug_shared.Build.0 = debug_shared|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.release_shared.ActiveCfg = release_shared|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.release_shared.Build.0 = release_shared|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.release_static_mt.Build.0 = release_static_mt|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.debug_static_md.Build.0 = debug_static_md|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.release_static_md.ActiveCfg = release_static_md|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.release_static_md.Build.0 = release_static_md|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.debug_shared.ActiveCfg = debug_shared|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.debug_shared.Build.0 = debug_shared|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.release_shared.ActiveCfg = release_shared|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.release_shared.Build.0 = release_shared|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.release_static_mt.Build.0 = release_static_mt|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.debug_static_md.Build.0 = debug_static_md|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.release_static_md.ActiveCfg = release_static_md|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.release_static_md.Build.0 = release_static_md|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.debug_shared.ActiveCfg = debug_shared|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.debug_shared.Build.0 = debug_shared|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.release_shared.ActiveCfg = release_shared|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.release_shared.Build.0 = release_shared|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.release_static_mt.Build.0 = release_static_mt|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.debug_static_md.Build.0 = debug_static_md|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.release_static_md.ActiveCfg = release_static_md|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/Util/samples/samples_vs80.sln b/Util/samples/samples_vs80.sln deleted file mode 100644 index 105324c08..000000000 --- a/Util/samples/samples_vs80.sln +++ /dev/null @@ -1,97 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pkill", "pkill\pkill_vs80.vcproj", "{63EDD785-29E1-3073-87EB-3CE788A4A1DE}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleApp", "SampleApp\SampleApp_vs80.vcproj", "{C3F12C11-469F-3FB6-8C95-8638F78FF7C0}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleServer", "SampleServer\SampleServer_vs80.vcproj", "{F475C5DD-0558-37AF-870B-666DE931B7BA}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Units", "Units\Units_vs80.vcproj", "{A6800637-61D5-39A3-86AA-E180C73D3120}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.release_shared|Win32.Build.0 = release_shared|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {63EDD785-29E1-3073-87EB-3CE788A4A1DE}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.release_shared|Win32.Build.0 = release_shared|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {C3F12C11-469F-3FB6-8C95-8638F78FF7C0}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.release_shared|Win32.Build.0 = release_shared|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {F475C5DD-0558-37AF-870B-666DE931B7BA}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.release_shared|Win32.Build.0 = release_shared|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {A6800637-61D5-39A3-86AA-E180C73D3120}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Util/testsuite/TestSuite_vs71.vcproj b/Util/testsuite/TestSuite_vs71.vcproj deleted file mode 100644 index 9e8d7f611..000000000 --- a/Util/testsuite/TestSuite_vs71.vcproj +++ /dev/null @@ -1,568 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Util/testsuite/TestSuite_vs80.vcproj b/Util/testsuite/TestSuite_vs80.vcproj deleted file mode 100644 index 49ff5c3ab..000000000 --- a/Util/testsuite/TestSuite_vs80.vcproj +++ /dev/null @@ -1,608 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/XML/XML_vs71.sln b/XML/XML_vs71.sln deleted file mode 100644 index f6d69c6f8..000000000 --- a/XML/XML_vs71.sln +++ /dev/null @@ -1,50 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XML", "XML_vs71.vcproj", "{9E211743-85FE-4977-82F3-4F04B40C912D}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs71.vcproj", "{C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}" - ProjectSection(ProjectDependencies) = postProject - {9E211743-85FE-4977-82F3-4F04B40C912D} = {9E211743-85FE-4977-82F3-4F04B40C912D} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {9E211743-85FE-4977-82F3-4F04B40C912D}.debug_shared.ActiveCfg = debug_shared|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.debug_shared.Build.0 = debug_shared|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.release_shared.ActiveCfg = release_shared|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.release_shared.Build.0 = release_shared|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.release_static_mt.Build.0 = release_static_mt|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.debug_static_md.Build.0 = debug_static_md|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.release_static_md.ActiveCfg = release_static_md|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.release_static_md.Build.0 = release_static_md|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.debug_shared.ActiveCfg = debug_shared|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.debug_shared.Build.0 = debug_shared|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.release_shared.ActiveCfg = release_shared|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.release_shared.Build.0 = release_shared|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.release_static_mt.Build.0 = release_static_mt|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.debug_static_md.Build.0 = debug_static_md|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.release_static_md.ActiveCfg = release_static_md|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/XML/XML_vs71.vcproj b/XML/XML_vs71.vcproj deleted file mode 100644 index 210903496..000000000 --- a/XML/XML_vs71.vcproj +++ /dev/null @@ -1,869 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/XML/XML_vs80.sln b/XML/XML_vs80.sln deleted file mode 100644 index a33d4bdf7..000000000 --- a/XML/XML_vs80.sln +++ /dev/null @@ -1,60 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XML", "XML_vs80.vcproj", "{9E211743-85FE-4977-82F3-4F04B40C912D}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs80.vcproj", "{C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}" - ProjectSection(ProjectDependencies) = postProject - {9E211743-85FE-4977-82F3-4F04B40C912D} = {9E211743-85FE-4977-82F3-4F04B40C912D} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {9E211743-85FE-4977-82F3-4F04B40C912D}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.release_shared|Win32.Build.0 = release_shared|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {9E211743-85FE-4977-82F3-4F04B40C912D}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.release_shared|Win32.Build.0 = release_shared|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {C9ACF028-17A1-44C2-8C09-DFD3BD9E7D45}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/XML/XML_vs80.vcproj b/XML/XML_vs80.vcproj deleted file mode 100644 index 4603f755e..000000000 --- a/XML/XML_vs80.vcproj +++ /dev/null @@ -1,890 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/XML/samples/DOMParser/DOMParser_vs71.vcproj b/XML/samples/DOMParser/DOMParser_vs71.vcproj deleted file mode 100644 index e57b44e6a..000000000 --- a/XML/samples/DOMParser/DOMParser_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/XML/samples/DOMParser/DOMParser_vs80.vcproj b/XML/samples/DOMParser/DOMParser_vs80.vcproj deleted file mode 100644 index f97050e29..000000000 --- a/XML/samples/DOMParser/DOMParser_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/XML/samples/DOMWriter/DOMWriter_vs71.vcproj b/XML/samples/DOMWriter/DOMWriter_vs71.vcproj deleted file mode 100644 index 37a428f89..000000000 --- a/XML/samples/DOMWriter/DOMWriter_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/XML/samples/DOMWriter/DOMWriter_vs80.vcproj b/XML/samples/DOMWriter/DOMWriter_vs80.vcproj deleted file mode 100644 index 878662e3c..000000000 --- a/XML/samples/DOMWriter/DOMWriter_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/XML/samples/PrettyPrint/PrettyPrint_vs71.vcproj b/XML/samples/PrettyPrint/PrettyPrint_vs71.vcproj deleted file mode 100644 index 2366c20a8..000000000 --- a/XML/samples/PrettyPrint/PrettyPrint_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/XML/samples/PrettyPrint/PrettyPrint_vs80.vcproj b/XML/samples/PrettyPrint/PrettyPrint_vs80.vcproj deleted file mode 100644 index 5eff2b568..000000000 --- a/XML/samples/PrettyPrint/PrettyPrint_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/XML/samples/SAXParser/SAXParser_vs71.vcproj b/XML/samples/SAXParser/SAXParser_vs71.vcproj deleted file mode 100644 index b13190c12..000000000 --- a/XML/samples/SAXParser/SAXParser_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/XML/samples/SAXParser/SAXParser_vs80.vcproj b/XML/samples/SAXParser/SAXParser_vs80.vcproj deleted file mode 100644 index a3723de73..000000000 --- a/XML/samples/SAXParser/SAXParser_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/XML/samples/samples_vs71.sln b/XML/samples/samples_vs71.sln deleted file mode 100644 index 6215550aa..000000000 --- a/XML/samples/samples_vs71.sln +++ /dev/null @@ -1,81 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DOMParser", "DOMParser\DOMParser_vs71.vcproj", "{70F2F655-67D5-32A1-A99B-D4903547DB3E}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DOMWriter", "DOMWriter\DOMWriter_vs71.vcproj", "{A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PrettyPrint", "PrettyPrint\PrettyPrint_vs71.vcproj", "{DFA97011-8DD4-3A84-A0C9-EB2101BD6082}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SAXParser", "SAXParser\SAXParser_vs71.vcproj", "{2A54653D-9F55-348B-8F79-A3E454563AE3}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.debug_shared.ActiveCfg = debug_shared|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.debug_shared.Build.0 = debug_shared|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.release_shared.ActiveCfg = release_shared|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.release_shared.Build.0 = release_shared|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.release_static_mt.Build.0 = release_static_mt|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.debug_static_md.Build.0 = debug_static_md|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.release_static_md.ActiveCfg = release_static_md|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.release_static_md.Build.0 = release_static_md|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.debug_shared.ActiveCfg = debug_shared|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.debug_shared.Build.0 = debug_shared|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.release_shared.ActiveCfg = release_shared|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.release_shared.Build.0 = release_shared|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.release_static_mt.Build.0 = release_static_mt|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.debug_static_md.Build.0 = debug_static_md|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.release_static_md.ActiveCfg = release_static_md|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.release_static_md.Build.0 = release_static_md|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.debug_shared.ActiveCfg = debug_shared|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.debug_shared.Build.0 = debug_shared|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.release_shared.ActiveCfg = release_shared|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.release_shared.Build.0 = release_shared|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.release_static_mt.Build.0 = release_static_mt|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.debug_static_md.Build.0 = debug_static_md|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.release_static_md.ActiveCfg = release_static_md|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.release_static_md.Build.0 = release_static_md|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.debug_shared.ActiveCfg = debug_shared|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.debug_shared.Build.0 = debug_shared|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.release_shared.ActiveCfg = release_shared|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.release_shared.Build.0 = release_shared|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.release_static_mt.Build.0 = release_static_mt|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.debug_static_md.Build.0 = debug_static_md|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.release_static_md.ActiveCfg = release_static_md|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/XML/samples/samples_vs80.sln b/XML/samples/samples_vs80.sln deleted file mode 100644 index d070ffbda..000000000 --- a/XML/samples/samples_vs80.sln +++ /dev/null @@ -1,97 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DOMParser", "DOMParser\DOMParser_vs80.vcproj", "{70F2F655-67D5-32A1-A99B-D4903547DB3E}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DOMWriter", "DOMWriter\DOMWriter_vs80.vcproj", "{A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PrettyPrint", "PrettyPrint\PrettyPrint_vs80.vcproj", "{DFA97011-8DD4-3A84-A0C9-EB2101BD6082}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SAXParser", "SAXParser\SAXParser_vs80.vcproj", "{2A54653D-9F55-348B-8F79-A3E454563AE3}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.release_shared|Win32.Build.0 = release_shared|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {70F2F655-67D5-32A1-A99B-D4903547DB3E}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.release_shared|Win32.Build.0 = release_shared|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {A3CBDFA6-6261-3C04-B1FD-51AA20763BB8}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.release_shared|Win32.Build.0 = release_shared|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {DFA97011-8DD4-3A84-A0C9-EB2101BD6082}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.release_shared|Win32.Build.0 = release_shared|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {2A54653D-9F55-348B-8F79-A3E454563AE3}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/XML/testsuite/TestSuite_vs71.vcproj b/XML/testsuite/TestSuite_vs71.vcproj deleted file mode 100644 index 8121d32c6..000000000 --- a/XML/testsuite/TestSuite_vs71.vcproj +++ /dev/null @@ -1,532 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/XML/testsuite/TestSuite_vs80.vcproj b/XML/testsuite/TestSuite_vs80.vcproj deleted file mode 100644 index b0d1055fd..000000000 --- a/XML/testsuite/TestSuite_vs80.vcproj +++ /dev/null @@ -1,572 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Zip/Zip_VS71.sln b/Zip/Zip_VS71.sln deleted file mode 100644 index 4c94a42a3..000000000 --- a/Zip/Zip_VS71.sln +++ /dev/null @@ -1,50 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Zip", "Zip_vs71.vcproj", "{4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs71.vcproj", "{9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}" - ProjectSection(ProjectDependencies) = postProject - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61} = {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.debug_shared.ActiveCfg = debug_shared|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.debug_shared.Build.0 = debug_shared|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.release_shared.ActiveCfg = release_shared|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.release_shared.Build.0 = release_shared|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.release_static_mt.Build.0 = release_static_mt|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.debug_static_md.Build.0 = debug_static_md|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.release_static_md.ActiveCfg = release_static_md|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.release_static_md.Build.0 = release_static_md|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.debug_shared.ActiveCfg = debug_shared|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.debug_shared.Build.0 = debug_shared|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.release_shared.ActiveCfg = release_shared|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.release_shared.Build.0 = release_shared|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.release_static_mt.Build.0 = release_static_mt|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.debug_static_md.Build.0 = debug_static_md|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.release_static_md.ActiveCfg = release_static_md|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/Zip/Zip_VS71.vcproj b/Zip/Zip_VS71.vcproj deleted file mode 100644 index 8b5ba46e3..000000000 --- a/Zip/Zip_VS71.vcproj +++ /dev/null @@ -1,518 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Zip/Zip_VS80.sln b/Zip/Zip_VS80.sln deleted file mode 100644 index 54248e435..000000000 --- a/Zip/Zip_VS80.sln +++ /dev/null @@ -1,60 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Zip", "Zip_vs80.vcproj", "{4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs80.vcproj", "{9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}" - ProjectSection(ProjectDependencies) = postProject - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61} = {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.release_shared|Win32.Build.0 = release_shared|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.release_shared|Win32.Build.0 = release_shared|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {9665FC3C-DB71-4C6C-AAEE-AAFD73CB31E7}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Zip/Zip_VS80.vcproj b/Zip/Zip_VS80.vcproj deleted file mode 100644 index 80246738d..000000000 --- a/Zip/Zip_VS80.vcproj +++ /dev/null @@ -1,539 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Zip/samples/samples_vs71.sln b/Zip/samples/samples_vs71.sln deleted file mode 100644 index bf451ee07..000000000 --- a/Zip/samples/samples_vs71.sln +++ /dev/null @@ -1,49 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zip", "zip\zip_vs71.vcproj", "{7F3AD0E5-A150-3AE7-9041-9086C45020C0}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unzip", "unzip\unzip_vs71.vcproj", "{9FE5275A-E14A-30C2-9C5B-AEBDE780608F}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - debug_shared = debug_shared - release_shared = release_shared - debug_static_mt = debug_static_mt - release_static_mt = release_static_mt - debug_static_md = debug_static_md - release_static_md = release_static_md - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.debug_shared.ActiveCfg = debug_shared|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.debug_shared.Build.0 = debug_shared|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.release_shared.ActiveCfg = release_shared|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.release_shared.Build.0 = release_shared|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.release_static_mt.Build.0 = release_static_mt|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.debug_static_md.Build.0 = debug_static_md|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.release_static_md.ActiveCfg = release_static_md|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.release_static_md.Build.0 = release_static_md|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.debug_shared.ActiveCfg = debug_shared|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.debug_shared.Build.0 = debug_shared|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.release_shared.ActiveCfg = release_shared|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.release_shared.Build.0 = release_shared|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.release_static_mt.Build.0 = release_static_mt|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.debug_static_md.Build.0 = debug_static_md|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.release_static_md.ActiveCfg = release_static_md|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.release_static_md.Build.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/Zip/samples/samples_vs80.sln b/Zip/samples/samples_vs80.sln deleted file mode 100644 index e3d3c253b..000000000 --- a/Zip/samples/samples_vs80.sln +++ /dev/null @@ -1,57 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zip", "zip\zip_vs80.vcproj", "{7F3AD0E5-A150-3AE7-9041-9086C45020C0}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unzip", "unzip\unzip_vs80.vcproj", "{9FE5275A-E14A-30C2-9C5B-AEBDE780608F}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - debug_shared|Win32 = debug_shared|Win32 - release_shared|Win32 = release_shared|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 - release_static_mt|Win32 = release_static_mt|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - release_static_md|Win32 = release_static_md|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.release_shared|Win32.Build.0 = release_shared|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {7F3AD0E5-A150-3AE7-9041-9086C45020C0}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.release_shared|Win32.Build.0 = release_shared|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {9FE5275A-E14A-30C2-9C5B-AEBDE780608F}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Zip/samples/unzip/unzip_vs71.vcproj b/Zip/samples/unzip/unzip_vs71.vcproj deleted file mode 100644 index ce5e9fc79..000000000 --- a/Zip/samples/unzip/unzip_vs71.vcproj +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Zip/samples/unzip/unzip_vs80.vcproj b/Zip/samples/unzip/unzip_vs80.vcproj deleted file mode 100644 index 7b0122352..000000000 --- a/Zip/samples/unzip/unzip_vs80.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Zip/samples/zip/zip_vs71.vcproj b/Zip/samples/zip/zip_vs71.vcproj deleted file mode 100644 index 7659dd8ac..000000000 --- a/Zip/samples/zip/zip_vs71.vcproj +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Zip/samples/zip/zip_vs80.vcproj b/Zip/samples/zip/zip_vs80.vcproj deleted file mode 100644 index e622acc74..000000000 --- a/Zip/samples/zip/zip_vs80.vcproj +++ /dev/null @@ -1,445 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Zip/testsuite/TestSuite_VS71.vcproj b/Zip/testsuite/TestSuite_VS71.vcproj deleted file mode 100644 index 00a3d78d8..000000000 --- a/Zip/testsuite/TestSuite_VS71.vcproj +++ /dev/null @@ -1,450 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Zip/testsuite/TestSuite_VS80.vcproj b/Zip/testsuite/TestSuite_VS80.vcproj deleted file mode 100644 index 163141e3a..000000000 --- a/Zip/testsuite/TestSuite_VS80.vcproj +++ /dev/null @@ -1,490 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build_vs71.cmd b/build_vs71.cmd deleted file mode 100644 index 46a95c6cf..000000000 --- a/build_vs71.cmd +++ /dev/null @@ -1,2 +0,0 @@ -@echo off -buildwin 71 build shared both Win32 samples tests devenv diff --git a/build_vs80.cmd b/build_vs80.cmd deleted file mode 100644 index 9563f81fa..000000000 --- a/build_vs80.cmd +++ /dev/null @@ -1,2 +0,0 @@ -@echo off -buildwin 80 build shared both Win32 samples tests devenv diff --git a/buildwin.cmd b/buildwin.cmd index f09cb3a99..444b4302e 100644 --- a/buildwin.cmd +++ b/buildwin.cmd @@ -5,7 +5,7 @@ rem rem buildwin.cmd rem rem POCO C++ Libraries command-line build script -rem for MS Visual Studio 2003 to 2013 +rem for MS Visual Studio 2008 to 2013 rem rem $Id: //poco/1.4/dist/buildwin.cmd#2 $ rem @@ -18,7 +18,7 @@ rem rem Usage: rem ------ rem buildwin VS_VERSION [ACTION] [LINKMODE] [CONFIGURATION] [PLATFORM] [SAMPLES] [TESTS] [TOOL] -rem VS_VERSION: 71|80|90|100|110|120 +rem VS_VERSION: 90|100|110|120 rem ACTION: build|rebuild|clean rem LINKMODE: static_mt|static_md|shared|all rem CONFIGURATION: release|debug|both @@ -46,7 +46,7 @@ set LIB=%LIB%;%MYSQL_LIB% set POCO_BASE=%CD% set PATH=%POCO_BASE%\bin64;%POCO_BASE%\bin;%PATH% -rem VS_VERSION {71 | 80 | 90 | 100 | 110 | 120} +rem VS_VERSION {90 | 100 | 110 | 120} if "%1"=="" goto usage set VS_VERSION=vs%1 set VS_64_BIT_ENV=VC\bin\x86_amd64\vcvarsx86_amd64.bat @@ -60,41 +60,33 @@ if not "%PLATFORM%"=="WinCE" ( if not "%PLATFORM%"=="WEC2013" goto usage))) if not defined VCINSTALLDIR ( - if %VS_VERSION%==vs71 ( - call "%VS71COMNTOOLS%vsvars32.bat" - ) else ( - if %VS_VERSION%==vs80 ( - call "%VS80COMNTOOLS%vsvars32.bat" + if %VS_VERSION%==vs90 ( + if %PLATFORM%==x64 ( + call "%VS90COMNTOOLS%..\..\%VS_64_BIT_ENV%" ) else ( - if %VS_VERSION%==vs90 ( - if %PLATFORM%==x64 ( - call "%VS90COMNTOOLS%..\..\%VS_64_BIT_ENV%" - ) else ( - call "%VS90COMNTOOLS%vsvars32.bat" - ) + call "%VS90COMNTOOLS%vsvars32.bat" + ) + ) else ( + if %VS_VERSION%==vs100 ( + if %PLATFORM%==x64 ( + call "%VS100COMNTOOLS%..\..\%VS_64_BIT_ENV%" ) else ( - if %VS_VERSION%==vs100 ( - if %PLATFORM%==x64 ( - call "%VS100COMNTOOLS%..\..\%VS_64_BIT_ENV%" - ) else ( - call "%VS100COMNTOOLS%vsvars32.bat" - ) + call "%VS100COMNTOOLS%vsvars32.bat" + ) + ) else ( + if %VS_VERSION%==vs110 ( + if %PLATFORM%==x64 ( + call "%VS110COMNTOOLS%..\..\%VS_64_BIT_ENV%" ) else ( - if %VS_VERSION%==vs110 ( - if %PLATFORM%==x64 ( - call "%VS110COMNTOOLS%..\..\%VS_64_BIT_ENV%" - ) else ( - call "%VS110COMNTOOLS%vsvars32.bat" - ) + call "%VS110COMNTOOLS%vsvars32.bat" + ) + ) else ( + if %VS_VERSION%==vs120 ( + if %PLATFORM%==x64 ( + call "%VS120COMNTOOLS%..\..\%VS_64_BIT_ENV%" ) else ( - if %VS_VERSION%==vs120 ( - if %PLATFORM%==x64 ( - call "%VS120COMNTOOLS%..\..\%VS_64_BIT_ENV%" - ) else ( - call "%VS120COMNTOOLS%vsvars32.bat - ) - ) - ) + call "%VS120COMNTOOLS%vsvars32.bat + ) ) ) ) @@ -514,7 +506,7 @@ exit /b 1 echo Usage: echo ------ echo buildwin VS_VERSION [ACTION] [LINKMODE] [CONFIGURATION] [PLATFORM] [SAMPLES] [TESTS] [TOOL] -echo VS_VERSION: "71|80|90|100|110|120" +echo VS_VERSION: "90|100|110|120" echo ACTION: "build|rebuild|clean" echo LINKMODE: "static_mt|static_md|shared|all" echo CONFIGURATION: "release|debug|both" diff --git a/buildwin.ps1 b/buildwin.ps1 index 6fc748074..aa4a56249 100644 --- a/buildwin.ps1 +++ b/buildwin.ps1 @@ -4,7 +4,7 @@ # Usage: # ------ # buildwin.ps1 [-poco_base dir] -# [-vs_version 120 | 110 | 100 | 90 | 80 | 71] +# [-vs_version 120 | 110 | 100 | 90] # [-action build | rebuild | clean] # [-linkmode shared | static_mt | static_md | all] # [-config release | debug | both] @@ -23,7 +23,7 @@ Param [string] $poco_base, [Parameter()] - [ValidateSet(71, 80, 90, 100, 110, 120)] + [ValidateSet(90, 100, 110, 120)] [int] $vs_version, [Parameter()] @@ -82,8 +82,6 @@ function Set-Environment elseif ($Env:VS110COMNTOOLS -ne '') { $script:vs_version = 110 } elseif ($Env:VS100COMNTOOLS -ne '') { $script:vs_version = 100 } elseif ($Env:VS90COMNTOOLS -ne '') { $script:vs_version = 90 } - elseif ($Env:VS80COMNTOOLS -ne '') { $script:vs_version = 80 } - elseif ($Env:VS71COMNTOOLS -ne '') { $script:vs_version = 71 } else { Write-Host 'Visual Studio not found, exiting.' @@ -146,7 +144,7 @@ function Process-Input Write-Host 'Usage:' Write-Host '------' Write-Host 'buildwin.ps1 [-poco_base dir]' - Write-Host ' [-vs_version 120 | 110 | 100 | 90 | 80 | 71]' + Write-Host ' [-vs_version 120 | 110 | 100 | 90]' Write-Host ' [-action build | rebuild | clean]' Write-Host ' [-linkmode shared | static_mt | static_md | all]' Write-Host ' [-config release | debug | both]' From 28cf70d3f913ea91080f2d5873cf0d6668388dd5 Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Mon, 15 Dec 2014 11:10:28 +0100 Subject: [PATCH 03/25] updated version no and changelog --- CHANGELOG | 1 + DLLVersion.rc | 2 +- Foundation/include/Poco/Version.h | 2 +- VERSION | 2 +- doc/99100-ReleaseNotes.page | 1 + 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 27898ce04..dc7ae58b1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -56,6 +56,7 @@ Release 1.6.0 (2014-12-22) Context object (the underlying OpenSSL context would leak) - Poco::URI: added new constructor to create URI from Path - Various documentation and style fixes +- Removed support (project/solution files) for Visual Studio.NET 2003 and Visual Studio 2005. Release 1.5.4 (2014-10-14) diff --git a/DLLVersion.rc b/DLLVersion.rc index e4aec7833..93963245a 100644 --- a/DLLVersion.rc +++ b/DLLVersion.rc @@ -5,7 +5,7 @@ #include "winres.h" #define POCO_VERSION 1,6,0,0 -#define POCO_VERSION_STR "1.6.0d1" +#define POCO_VERSION_STR "1.6.0" VS_VERSION_INFO VERSIONINFO FILEVERSION POCO_VERSION diff --git a/Foundation/include/Poco/Version.h b/Foundation/include/Poco/Version.h index 5108d1e66..a3ab2e367 100644 --- a/Foundation/include/Poco/Version.h +++ b/Foundation/include/Poco/Version.h @@ -37,7 +37,7 @@ // Ax: alpha releases // Bx: beta releases // -#define POCO_VERSION 0x010600D1 +#define POCO_VERSION 0x01060000 #endif // Foundation_Version_INCLUDED diff --git a/VERSION b/VERSION index dc5854daf..dc1e644a1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.0d1 +1.6.0 diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index 6ccca2e77..c7b988a10 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -58,6 +58,7 @@ AAAIntroduction Context object (the underlying OpenSSL context would leak) - Poco::URI: added new constructor to create URI from Path - Various documentation and style fixes + - Removed support (project/solution files) for Visual Studio.NET 2003 and Visual Studio 2005. !!Incompatible Changes and Possible Transition Issues From 756a18b921ca831b5fdc4b86f12627da1fe80846 Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Mon, 15 Dec 2014 11:12:01 +0100 Subject: [PATCH 04/25] added build_vs120.cmd (for consistency) --- build_vs120.cmd | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 build_vs120.cmd diff --git a/build_vs120.cmd b/build_vs120.cmd new file mode 100644 index 000000000..a26a1207d --- /dev/null +++ b/build_vs120.cmd @@ -0,0 +1,2 @@ +@echo off +buildwin 120 build shared both Win32 samples tests devenv From 676f043338d6ea1853984098796ade73101eba4e Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Mon, 15 Dec 2014 11:12:24 +0100 Subject: [PATCH 05/25] style fix --- Crypto/include/Poco/Crypto/RSAKeyImpl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Crypto/include/Poco/Crypto/RSAKeyImpl.h b/Crypto/include/Poco/Crypto/RSAKeyImpl.h index 10c074b0d..f439a3d18 100644 --- a/Crypto/include/Poco/Crypto/RSAKeyImpl.h +++ b/Crypto/include/Poco/Crypto/RSAKeyImpl.h @@ -124,6 +124,7 @@ inline const RSA* RSAKeyImpl::getRSA() const return _pRSA; } + } } // namespace Poco::Crypto From bb7eb42afc6dfac9cd8fafb861ccbd59824d1a95 Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Tue, 16 Dec 2014 12:30:28 +0100 Subject: [PATCH 06/25] merged 1.4.x changelog/release notes entries --- CHANGELOG | 187 ++++++++++++++++++++++++++++++++++ doc/99100-ReleaseNotes.page | 195 ++++++++++++++++++++++++++++++++++++ 2 files changed, 382 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index dc7ae58b1..f13d87bde 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -391,6 +391,193 @@ Release 1.5.0 (2012-10-14) - fixed SF #3562400: DatagramSocketImpl comment is incorrect +Release 1.4.7p1 (2014-11-25) +============================ + +- Fixed Visual C++ 2010-2013 project files. Release builds now have optimization enabled. +- Poco::URI: added constructor to create URI from Path. +- fixed GH #618: OS X 10.10 defines PAGE_SIZE macro, conflicts with PAGE_SIZE in Thread_POSIX.cpp +- Poco::Net::HTTPClientSession: added support for global proxy configuration +- fixed GH #331: Poco::Zip does not support files with .. in the name. +- fixed a memory leak in Poco::Net::Context constructor when it fails to load the certificate + or private key files. +- upgraded bundled SQLite to 3.8.7.2 +- fixed GH #229: added missing value() function +- fixed GH #69: MySQL empty text/blob + + +Release 1.4.7 (2014-10-06) +========================== + +- fixed GH #398: PropertyFileConfiguration: input != output +- fixed GH #368: Build failure of Poco 1.4.6p2 on FreeBSD 9.2 +- fixed GH #318: Logger local time doesn't automatically account for DST +- fixed GH #317: Poco::Zip does not support newer Zip file versions. +- fixed GH #454: Fix: handle unhandled exceptions +- fixed GH #463: XML does not compile with XML_UNICODE_WCHAR_T +- fixed GH #282: Using Thread in a global can cause crash on Windows +- fixed GH #424: Poco::Timer deadlock +- fixed GH #465: Fix result enum type XML_Error -> XML_Status +- fixed GH #510: Incorrect RSAKey construction from istream +- fixed GH #332: POCO::ConsoleChannnel::initColors() assigns no color to + PRIO_TRACE and wrong color to PRIO_FATAL +- fixed GH #550: WebSocket fragmented message problem +- Poco::Data::MySQL: added SQLite thread cleanup handler +- Poco::Net::X509Certificate: improved and fixed domain name verification for + wildcard domains +- fixed a crash in Foundation testsuite with Visual C++ 2012 +- improved and fixed domain name verification for wildcard domains in + Poco::Net::X509Certificate +- updated TwitterClient sample to use new 1.1 API and OAuth +- added Poco::Clock class, which uses a system-provided monotonic clock + (if available) and is thus not affected by system realtime clock changes. + Monotonic Clock is available on Windows, Linux, OS X and on POSIX platforms + supporting clock_gettime() and CLOCK_MONOTONIC. +- Poco::Timer, Poco::Stopwatch, Poco::TimedNotificationQueue and Poco::Util::Timer + have been changed to use Poco::Clock instead of Poco::Timestamp and are now + unaffected by system realtime clock changes. +- added Poco::PBKDF2Engine class template +- Poco::Net::HTTPCookie: added support for Priority attribute (backport from develop) +- fixed makedepend.* scripts to work in paths containing '.o*' + (contributed by Per-Erik Bjorkstad, Hakan Bengtsen) +- Upgraded bundled SQLite to 3.8.6 +- Support for Windows Embedded Compact 2013 (Visual Studio 2012) +- Project and solution files for Visual Studio 2013 +- Changes for C++11 compatibility. +- fixed an issue with receiving empty web socket frames (such as ping) +- improved error handling in secure socket classes +- Poco::ByteOrder now uses intrinsics if available +- added new text encoding classes: Latin2Encoding, Windows1250Encoding, Windows1251Encoding +- Zip: Added CM_AUTO, which automatically selects CM_STORE or CM_DEFLATE based on file extension. + Used to avoid double-compression of already compressed file formats such as images. + + +Release 1.4.6p4 (2014-04-18) +============================ + +- no longer use reverse DNS lookups for cert hostname validation +- cert hostname validation is case insensitive and more strict +- HTMLForm: in URL encoding, percent-encode more special characters +- fixed thread priority issues on POSIX platforms with non-standard scheduling policy +- XMLWriter no longer escapes apostrophe character +- fixed GH #316: Poco::DateTimeFormatter::append() gives wrong result for Poco::LocalDateTime +- fixed GH #305 (memcpy in Poco::Buffer uses wrong size if type != char) +- Zip: fixed a crash caused by an I/O error (e.g., full disk) while creating a Zip archive + + +Release 1.4.6p3 (2014-04-02) +============================ + +- Fixed a potential security vulnerability in client-side X509 + certificate verification. + + +Release 1.4.6p2 (2013-09-16) +============================ + +- fixed GH #156: Possible buffer overrun in Foundation/EventLogChannel +- XML: fixed an issue with parsing a memory buffer > 2 GB +- upgraded to expat 2.1.0 +- Data/ODBC: added support for setting query timeout (via setProperty + of "queryTimeout"). Timeout is int, given in seconds. +- fixed a potential endless loop in SecureStreamSocketImpl::sendBytes() + and also removed unnecessary code. +- fixed GH #159: Crash in openssl CRYPTO_thread_id() after library libPocoCrypto.so + has been unloaded. +- fixed GH #155: MailOutputStream mangles consecutive newline sequences +- fixed GH# 139: FileChannel::PROP_FLUSH is invalid (contains a tab character) +- fixed GH# 173: HTTPClientSession::proxyConnect forces DNS lookup of host names +- fixed GH# 194: MessageNotification constructor is inefficient. +- fixed GH# 189: Poco::NumberParser::tryParse() documentation bug +- fixed GH# 172: IPv6 Host field is stripped of Brackets in HTTPClientSession +- fixed GH# 188: Net: SocketAddress operator < unusable for std::map key +- fixed GH# 128: DOMWriter incorrectly adds SYSTEM keyword to DTD if PUBLIC is + already specified +- fixed GH# 65: Poco::format() misorders sign and padding specifiers +- upgraded bundled SQLite to 3.7.17 +- upgraded bundled zlib to 1.2.8 +- fixed a potential memory leak in Poco::Net::HTTPClientSession if it is misused + (e.g., sendRequest() is sent two times in a row without an intermediate call to + receiveResponse(), or by calling receiveResponse() two times in a row without + an intermediate call to sendRequest()) - GH #217 +- removed a few unnecessary protected accessor methods from Poco::Net::HTTPClientSession + that would provide inappropriate access to internal state +- fixed GH# 223 (Poco::Net::HTTPCookie does not support expiry times in the past) +- fixed GH# 233: ServerSocket::bind6(Poco::UInt16 port, bool reuseAddress, bool ipV6Only) + does not work +- added ColorConsoleChannel and WindowsColorConsoleChannel classes supporting + colorizing log messages +- fixed GH# 259: Poco::EventLogChannel fails to find 64bit Poco Foundation dll +- fixed GH# 254: UTF8::icompare unexpected behavior +- Poco::UUID::tryParse() also accepts UUIDs without hyphens. Also updated documentation + (links to specifications). +- Added support for ARM64 architecture and iPhone 5s 64-bit builds + (POCO_TARGET_OSARCH=arm64). + + +Release 1.4.6p1 (2013-03-06) +============================ + +- fixed GH# 71: WebSocket and broken Timeouts (POCO_BROKEN_TIMEOUTS) +- fixed an ambiguity error with VC++ 2010 in Data/MySQL testsuite +- Poco::Net::NetworkInterface now provides the interface index even for IPv4 +- added DNS::reload() as a wrapper for res_init(). +- On Linux, Poco::Environment::nodeId() first always tries to obtain the + MAC address of eth0, before looking for other interfaces. +- Poco::Net::HTTPSession now always resets the buffer in connect() to clear + any leftover data from a (failed) previous session +- fixed copysign namespace issue in FPEnvironment_DUMMY.h +- fixed a warning in Poco/Crypto/OpenSSLInitializer.h +- added a build configuration for BeagleBoard/Angstrom +- fixed GH# 109: Bug in Poco::Net::SMTPClientSession::loginUsingPlain) +- fixed compile errors with clang -std=c++11 +- fixed GH# 116: Wrong timezone parsing in DateTimeParse (fix by Matej Knopp) +- updated bundled SQLite to 3.7.15.2 + + +Release 1.4.6 (2013-01-10) +========================== + +- changed FPEnvironment_DUMMY.h to include instead of +- updated bundled SQLite to 3.7.15.1 +- fixed GH# 30: Poco::Path::home() throws +- fixed SF Patch# 120 The ExpireLRUCache does not compile with a tuple as key on VS2010 +- fixed SF# 603 count() is missing in HashMap +- Crypto and NetSSL_OpenSSL project files now use OpenSSL *MD.lib library files for + static_md builds. Previously, the DLL import libs were used. +- Poco::Environment::osDisplayName() now recognizes Windows 8/Server 2012 + + +Release 1.4.5 (2012-11-19) +========================== + +- added Visual Studio 2012 project files +- buildwin.cmd now support building with msbuild for VS2010 and 2012. +- added Poco::Optional class +- fixed SF# 3558012 Compilation fails when building with -ansi or -std=c++0x +- fixed SF# 3563517 Get rid of loss-of-precision warnings on x64 MacOS +- fixed SF# 3562244: Portability fix for AF_LINK +- fixed SF# 3562400: DatagramSocketImpl comment +- fixed SF# 594: Websocket fails with small masked payloads +- fixed SF# 588: Missing POCO_ARCH and POCO_ARCH_LITTLE_ENDIAN define for WinCE on SH4 +- fixed SF# 581: Out-of-bound array access in Unicode::properties() function. +- fixed SF# 590: Segfault on FreeBSD when stack size not rounded +- fixed SF# 586: Poco::DateTimeParser and ISO8601 issues when seconds fraction has more than 6 digits +- Poco::Net::HTTPSSessionInstantiator::registerInstantiator() now optionally accepts a + Poco::Net::Context object. +- added Poco::XML::XMLWriter::depth() member function. +- added Poco::XML::XMLWriter::uniquePrefix() and Poco::XML::XMLWriter::isNamespaceMapped(). +- Poco::FileChannel now supports a new rotateOnOpen property (true/false) which can be used + to force rotation of the log file when it's opened. +- fixed a bug in Poco::XML::XMLWriter::emptyElement(): need to pop namespace context +- OS X builds now use Clang as default compiler +- Updated SQLite to 3.7.14.1 +- POCO_SERVER_MAIN macro now has a try ... catch block for Poco::Exception and writes + the displayText to stderr. +- Poco/Platform.h now defines POCO_LOCAL_STATIC_INIT_IS_THREADSAFE macro if the compiler + generates thread-safe static local initialization code. + + Release 1.4.4 (2012-09-03) ========================== diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index c7b988a10..725aad0ad 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -447,6 +447,201 @@ AAAIntroduction The next stable release incorporating 1.5 features will be 1.6. +!!!Release 1.4.7p1 + +!!Summary of Changes + + - Fixed Visual C++ 2010-2013 project files. Release builds now have optimization enabled. + - Poco::URI: added constructor to create URI from Path. + - fixed GH #618: OS X 10.10 defines PAGE_SIZE macro, conflicts with PAGE_SIZE in Thread_POSIX.cpp + - Poco::Net::HTTPClientSession: added support for global proxy configuration + - fixed GH #331: Poco::Zip does not support files with .. in the name. + - fixed a memory leak in Poco::Net::Context constructor when it fails to load the certificate + or private key files. + - upgraded bundled SQLite to 3.8.7.2 + - fixed GH #229: added missing value() function + - fixed GH #69: MySQL empty text/blob + + +!!!Release 1.4.7 + +!!Summary of Changes + + - fixed GH #398: PropertyFileConfiguration: input != output + - fixed GH #368: Build failure of Poco 1.4.6p2 on FreeBSD 9.2 + - fixed GH #318: Logger local time doesn't automatically account for DST + - fixed GH #317: Poco::Zip does not support newer Zip file versions. + - fixed GH #454: Fix: handle unhandled exceptions + - fixed GH #463: XML does not compile with XML_UNICODE_WCHAR_T + - fixed GH #282: Using Thread in a global can cause crash on Windows + - fixed GH #424: Poco::Timer deadlock + - fixed GH #465: Fix result enum type XML_Error -> XML_Status + - fixed GH #510: Incorrect RSAKey construction from istream + - fixed GH #332: POCO::ConsoleChannnel::initColors() assigns no color to + PRIO_TRACE and wrong color to PRIO_FATAL + - fixed GH #550: WebSocket fragmented message problem + - Poco::Data::MySQL: added SQLite thread cleanup handler + - Poco::Net::X509Certificate: improved and fixed domain name verification for + wildcard domains + - fixed a crash in Foundation testsuite with Visual C++ 2012 + - improved and fixed domain name verification for wildcard domains in + Poco::Net::X509Certificate + - updated TwitterClient sample to use new 1.1 API and OAuth + - added Poco::Clock class, which uses a system-provided monotonic clock + (if available) and is thus not affected by system realtime clock changes. + Monotonic Clock is available on Windows, Linux, OS X and on POSIX platforms + supporting clock_gettime() and CLOCK_MONOTONIC. + - Poco::Timer, Poco::Stopwatch, Poco::TimedNotificationQueue and Poco::Util::Timer + have been changed to use Poco::Clock instead of Poco::Timestamp and are now + unaffected by system realtime clock changes. + - added Poco::PBKDF2Engine class template + - Poco::Net::HTTPCookie: added support for Priority attribute (backport from develop) + - fixed makedepend.* scripts to work in paths containing '.o*' + (contributed by Per-Erik Bjorkstad, Hakan Bengtsen) + - Upgraded bundled SQLite to 3.8.6 + - Support for Windows Embedded Compact 2013 (Visual Studio 2012) + - Project and solution files for Visual Studio 2013 + - Changes for C++11 compatibility. + - fixed an issue with receiving empty web socket frames (such as ping) + - improved error handling in secure socket classes + - Poco::ByteOrder now uses intrinsics if available + - added new text encoding classes: Latin2Encoding, Windows1250Encoding, Windows1251Encoding + - Zip: Added CM_AUTO, which automatically selects CM_STORE or CM_DEFLATE based on file extension. + Used to avoid double-compression of already compressed file formats such as images. + + +!!!Release 1.4.6p4 + +!!Summary of Changes + + - no longer use reverse DNS lookups for cert hostname validation + - cert hostname validation is case insensitive and more strict + - HTMLForm: in URL encoding, percent-encode more special characters + - fixed thread priority issues on POSIX platforms with non-standard scheduling policy + - XMLWriter no longer escapes apostrophe character + - fixed GH# 316: Poco::DateTimeFormatter::append() gives wrong result for Poco::LocalDateTime + - fixed GH# 305 (memcpy in Poco::Buffer uses wrong size if type != char) + - Zip: fixed a crash caused by an I/O error (e.g., full disk) while creating a Zip archive + + +!!!Release 1.4.6p3 + +!!Summary of Changes + + - Fixed a potential security vulnerability in client-side X509 + certificate verification. + + +!!!Release 1.4.6p2 + +!!Summary of Changes + + - fixed GH #156: Possible buffer overrun in Foundation/EventLogChannel + - XML: fixed an issue with parsing a memory buffer > 2 GB + - upgraded to expat 2.1.0 + - Data/ODBC: added support for setting query timeout (via setProperty + of "queryTimeout"). Timeout is int, given in seconds. + - fixed a potential endless loop in SecureStreamSocketImpl::sendBytes() + and also removed unnecessary code. + - fixed GH #159: Crash in openssl CRYPTO_thread_id() after library libPocoCrypto.so + has been unloaded. + - fixed GH #155: MailOutputStream mangles consecutive newline sequences + - fixed GH# 139: FileChannel::PROP_FLUSH is invalid (contains a tab character) + - fixed GH# 173: HTTPClientSession::proxyConnect forces DNS lookup of host names + - fixed GH# 194: MessageNotification constructor is inefficient. + - fixed GH# 189: Poco::NumberParser::tryParse() documentation bug + - fixed GH# 172: IPv6 Host field is stripped of Brackets in HTTPClientSession + - fixed GH# 188: Net: SocketAddress operator < unusable for std::map key + - fixed GH# 128: DOMWriter incorrectly adds SYSTEM keyword to DTD if PUBLIC is + already specified + - fixed GH# 65: Poco::format() misorders sign and padding specifiers + - upgraded bundled SQLite to 3.7.17 + - upgraded bundled zlib to 1.2.8 + - fixed a potential memory leak in Poco::Net::HTTPClientSession if it is misused + (e.g., sendRequest() is sent two times in a row without an intermediate call to + receiveResponse(), or by calling receiveResponse() two times in a row without + an intermediate call to sendRequest()) - GH #217 + - removed a few unnecessary protected accessor methods from Poco::Net::HTTPClientSession + that would provide inappropriate access to internal state + - fixed GH# 223 (Poco::Net::HTTPCookie does not support expiry times in the past) + - fixed GH# 233: ServerSocket::bind6(Poco::UInt16 port, bool reuseAddress, bool ipV6Only) + does not work + - added ColorConsoleChannel and WindowsColorConsoleChannel classes supporting + colorizing log messages + - fixed GH# 259: Poco::EventLogChannel fails to find 64bit Poco Foundation dll + - fixed GH# 254: UTF8::icompare unexpected behavior + - Poco::UUID::tryParse() also accepts UUIDs without hyphens. Also updated documentation + (links to specifications). + - Added support for ARM64 architecture and iPhone 5s 64-bit builds + (POCO_TARGET_OSARCH=arm64). + + +!!!Release 1.4.6p1 + +!!Summary of Changes + + - fixed GH# 71: WebSocket and broken Timeouts (POCO_BROKEN_TIMEOUTS) + - fixed an ambiguity error with VC++ 2010 in Data/MySQL testsuite + - Poco::Net::NetworkInterface now provides the interface index even for IPv4 + - added DNS::reload() as a wrapper for res_init(). + - On Linux, Poco::Environment::nodeId() first always tries to obtain the + MAC address of eth0, before looking for other interfaces. + - Poco::Net::HTTPSession now always resets the buffer in connect() to clear + any leftover data from a (failed) previous session + - fixed copysign namespace issue in FPEnvironment_DUMMY.h + - fixed a warning in Poco/Crypto/OpenSSLInitializer.h + - added a build configuration for BeagleBoard/Angstrom + - fixed GH# 109: Bug in Poco::Net::SMTPClientSession::loginUsingPlain) + - fixed compile errors with clang -std=c++11 + - fixed GH# 116: Wrong timezone parsing in DateTimeParse (fix by Matej Knopp) + - updated bundled SQLite to 3.7.15.2 + + +!!!Release 1.4.6 + +!!Summary of Changes + + - changed FPEnvironment_DUMMY.h to include instead of + - updated bundled SQLite to 3.7.15.1 + - fixed GH# 30: Poco::Path::home() throws + - fixed SF Patch# 120: The ExpireLRUCache does not compile with a tuple as key on VS2010 + - fixed SF# 603: count() is missing in HashMap + - Crypto and NetSSL_OpenSSL project files now use OpenSSL *MD.lib library files for + static_md builds. Previously, the DLL import libs were used. + - Poco::Environment::osDisplayName() now recognizes Windows 8/Server 2012 + + +!!!Release 1.4.5 + +!!Summary of Changes + + - added Visual Studio 2012 project files + - buildwin.cmd now support building with msbuild for VS2010 and 2012. + - added Poco::Optional class + - fixed SF# 3558012 Compilation fails when building with -ansi or -std=c++0x + - fixed SF# 3563517 Get rid of loss-of-precision warnings on x64 MacOS + - fixed SF# 3562244: Portability fix for AF_LINK + - fixed SF# 3562400: DatagramSocketImpl comment + - fixed SF# 594: Websocket fails with small masked payloads + - fixed SF# 588: Missing POCO_ARCH and POCO_ARCH_LITTLE_ENDIAN define for WinCE on SH4 + - fixed SF# 581: Out-of-bound array access in Unicode::properties() function. + - fixed SF# 590: Segfault on FreeBSD when stack size not rounded + - fixed SF# 586: Poco::DateTimeParser and ISO8601 issues when seconds fraction has more than 6 digits + - Poco::Net::HTTPSSessionInstantiator::registerInstantiator() now optionally accepts a + Poco::Net::Context object. + - added Poco::XML::XMLWriter::depth() member function. + - added Poco::XML::XMLWriter::uniquePrefix() and Poco::XML::XMLWriter::isNamespaceMapped(). + - Poco::FileChannel now supports a new rotateOnOpen property (true/false) which can be used + to force rotation of the log file when it's opened. + - fixed a bug in Poco::XML::XMLWriter::emptyElement(): need to pop namespace context + - OS X builds now use Clang as default compiler + - Updated SQLite to 3.7.14.1 + - POCO_SERVER_MAIN macro now has a try ... catch block for Poco::Exception and writes + the displayText to stderr. + - Poco/Platform.h now defines POCO_LOCAL_STATIC_INIT_IS_THREADSAFE macro if the compiler + generates thread-safe static local initialization code. + + !!!Release 1.4.4 !!Summary of Changes From c85ad9f73d883eaf6293fe8d7d3ce417be9784fe Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Wed, 17 Dec 2014 00:06:13 +0100 Subject: [PATCH 07/25] fixed GH #640: can't get socket out of SocketNotification because of const --- Net/include/Poco/Net/SocketNotification.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Net/include/Poco/Net/SocketNotification.h b/Net/include/Poco/Net/SocketNotification.h index fc6eba97c..bf8c60d4c 100644 --- a/Net/include/Poco/Net/SocketNotification.h +++ b/Net/include/Poco/Net/SocketNotification.h @@ -43,10 +43,10 @@ public: virtual ~SocketNotification(); /// Destroys the SocketNotification. - SocketReactor& source(); + SocketReactor& source() const; /// Returns the SocketReactor that generated the notification. - Socket& socket(); + Socket socket() const; /// Returns the socket that caused the notification. private: @@ -137,13 +137,13 @@ public: // // inlines // -inline SocketReactor& SocketNotification::source() +inline SocketReactor& SocketNotification::source() const { return *_pReactor; } -inline Socket& SocketNotification::socket() +inline Socket SocketNotification::socket() const { return _socket; } From 76573294e5dbaf984796d23573df0c263ad8742c Mon Sep 17 00:00:00 2001 From: Aleksandar Fabijanic Date: Tue, 16 Dec 2014 19:24:33 -0600 Subject: [PATCH 08/25] Fix for #641 MySQL - LONGBLOB problem on 64-bit systems --- Data/MySQL/src/ResultMetadata.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Data/MySQL/src/ResultMetadata.cpp b/Data/MySQL/src/ResultMetadata.cpp index b61435303..a5b6b698a 100644 --- a/Data/MySQL/src/ResultMetadata.cpp +++ b/Data/MySQL/src/ResultMetadata.cpp @@ -172,8 +172,7 @@ void ResultMetadata::init(MYSQL_STMT* stmt) {for (std::size_t i = 0; i < count; i++) { std::size_t size = fieldSize(fields[i]); - std::size_t zero = 0; - if (size == ~zero) size = 0; + if (size == 0xFFFFFFFF) size = 0; _columns.push_back(MetaColumn( i, // position From b167c3ecee7bdf7ed3c742ee426a79fd47803a45 Mon Sep 17 00:00:00 2001 From: Aleksandar Fabijanic Date: Tue, 16 Dec 2014 19:54:50 -0600 Subject: [PATCH 09/25] Update 99100-ReleaseNotes.page --- doc/99100-ReleaseNotes.page | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index 725aad0ad..c9fffc800 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -65,6 +65,8 @@ AAAIntroduction - Compiling POCO on Windows without #define POCO_WIN32_UTF8 is deprecated and will lead to diagnostic messages while compiling. + - Support (project and solution files) for MS Visual Studio 2003 and 2005 has been + removed; the oldest officially supported VS version is 2008 (MSVC version 9.0). !!!Release 1.5.4 From c49a954a8da58c4762faef714fea82bcd8a60093 Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Wed, 17 Dec 2014 09:20:52 +0100 Subject: [PATCH 10/25] workaround for GH #578 --- .../Poco/Data/SQLite/SQLiteStatementImpl.h | 7 +++++-- .../include/Poco/Data/SQLite/SessionImpl.h | 13 +++++++------ Data/SQLite/include/Poco/Data/SQLite/Utility.h | 14 +++++--------- Data/SQLite/src/SessionImpl.cpp | 16 +++++++++++++++- Data/SQLite/src/Utility.cpp | 14 +++++++++++--- 5 files changed, 43 insertions(+), 21 deletions(-) diff --git a/Data/SQLite/include/Poco/Data/SQLite/SQLiteStatementImpl.h b/Data/SQLite/include/Poco/Data/SQLite/SQLiteStatementImpl.h index eb2a6ccdc..ac521e403 100644 --- a/Data/SQLite/include/Poco/Data/SQLite/SQLiteStatementImpl.h +++ b/Data/SQLite/include/Poco/Data/SQLite/SQLiteStatementImpl.h @@ -28,8 +28,11 @@ #include "Poco/SharedPtr.h" -struct sqlite3; -struct sqlite3_stmt; +extern "C" +{ + typedef struct sqlite3 sqlite3; + typedef struct sqlite3_stmt sqlite3_stmt; +} namespace Poco { diff --git a/Data/SQLite/include/Poco/Data/SQLite/SessionImpl.h b/Data/SQLite/include/Poco/Data/SQLite/SessionImpl.h index 769d51f3e..a843b9347 100644 --- a/Data/SQLite/include/Poco/Data/SQLite/SessionImpl.h +++ b/Data/SQLite/include/Poco/Data/SQLite/SessionImpl.h @@ -25,16 +25,16 @@ #include "Poco/Data/SQLite/Binder.h" #include "Poco/Data/AbstractSessionImpl.h" #include "Poco/SharedPtr.h" +#include "Poco/Mutex.h" -struct sqlite3; -struct sqlite3_stmt; +extern "C" +{ + typedef struct sqlite3 sqlite3; +} namespace Poco { - -class Mutex; - namespace Data { namespace SQLite { @@ -127,7 +127,8 @@ private: bool _connected; bool _isTransaction; int _timeout; - Mutex _mutex; + Poco::Mutex _mutex; + static const std::string DEFERRED_BEGIN_TRANSACTION; static const std::string COMMIT_TRANSACTION; static const std::string ABORT_TRANSACTION; diff --git a/Data/SQLite/include/Poco/Data/SQLite/Utility.h b/Data/SQLite/include/Poco/Data/SQLite/Utility.h index 305bae873..2ce1c1a95 100644 --- a/Data/SQLite/include/Poco/Data/SQLite/Utility.h +++ b/Data/SQLite/include/Poco/Data/SQLite/Utility.h @@ -28,8 +28,11 @@ #include -struct sqlite3; -struct sqlite3_stmt; +extern "C" +{ + typedef struct sqlite3 sqlite3; + typedef struct sqlite3_stmt sqlite3_stmt; +} namespace Poco { @@ -200,13 +203,6 @@ private: // // inlines // - -inline sqlite3* Utility::dbHandle(const Session& session) -{ - return reinterpret_cast(AnyCast(session.getProperty("handle"))); -} - - inline std::string Utility::lastError(const Session& session) { poco_assert_dbg ((0 == icompare(session.connector(), 0, 6, "sqlite"))); diff --git a/Data/SQLite/src/SessionImpl.cpp b/Data/SQLite/src/SessionImpl.cpp index 2440a8749..daa2da172 100644 --- a/Data/SQLite/src/SessionImpl.cpp +++ b/Data/SQLite/src/SessionImpl.cpp @@ -24,7 +24,11 @@ #include "Poco/String.h" #include "Poco/Mutex.h" #include "Poco/Data/DataException.h" +#if defined(POCO_UNBUNDLED) +#include +#else #include "sqlite3.h" +#endif #include @@ -52,7 +56,7 @@ SessionImpl::SessionImpl(const std::string& fileName, std::size_t loginTimeout): { open(); setConnectionTimeout(CONNECTION_TIMEOUT_DEFAULT); - setProperty("handle", static_cast(_pDB)); + setProperty("handle", _pDB); addFeature("autoCommit", &SessionImpl::autoCommit, &SessionImpl::isAutoCommit); @@ -255,4 +259,14 @@ bool SessionImpl::isAutoCommit(const std::string&) } +// NOTE: Utility::dbHandle() has been moved here from Utility.cpp +// as a workaround for a failing AnyCast with Clang. +// See +// for a discussion. +sqlite3* Utility::dbHandle(const Session& session) +{ + return AnyCast(session.getProperty("handle")); +} + + } } } // namespace Poco::Data::SQLite diff --git a/Data/SQLite/src/Utility.cpp b/Data/SQLite/src/Utility.cpp index cf4593489..8bf46ee85 100644 --- a/Data/SQLite/src/Utility.cpp +++ b/Data/SQLite/src/Utility.cpp @@ -63,8 +63,6 @@ Poco::Mutex Utility::_mutex; Utility::Utility() { - Poco::Mutex::ScopedLock l(_mutex); - if (_types.empty()) { _types.insert(TypeMap::value_type("", MetaColumn::FDT_STRING)); @@ -135,7 +133,11 @@ MetaColumn::ColumnDataType Utility::getColumnType(sqlite3_stmt* pStmt, std::size { poco_assert_dbg (pStmt); - static Utility u; + // Ensure statics are initialized + { + Poco::Mutex::ScopedLock lock(_mutex); + static Utility u; + } const char* pc = sqlite3_column_decltype(pStmt, (int) pos); std::string sqliteType = pc ? pc : ""; @@ -314,4 +316,10 @@ void* Utility::eventHookRegister(sqlite3* pDB, RollbackCallbackType callbackFn, } +// NOTE: Utility::dbHandle() has been moved to SessionImpl.cpp, +// as a workaround for a failing AnyCast with Clang. +// See +// for a discussion. + + } } } // namespace Poco::Data::SQLite From e2538ac6e21b7ac5f36768bb614fd1caf4cd09e7 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Wed, 12 Nov 2014 15:39:39 +0100 Subject: [PATCH 11/25] Add additional test for Poco::Util::Timer Test scheduling with Timestamp and Clock Signed-off-by: Pascal Bach --- Util/testsuite/src/TimerTest.cpp | 124 ++++++++++++++++++++++++++----- Util/testsuite/src/TimerTest.h | 7 +- 2 files changed, 112 insertions(+), 19 deletions(-) diff --git a/Util/testsuite/src/TimerTest.cpp b/Util/testsuite/src/TimerTest.cpp index 82afcefb5..5c4d5ae5c 100644 --- a/Util/testsuite/src/TimerTest.cpp +++ b/Util/testsuite/src/TimerTest.cpp @@ -21,6 +21,7 @@ using Poco::Util::Timer; using Poco::Util::TimerTask; using Poco::Util::TimerTaskAdapter; using Poco::Timestamp; +using Poco::Clock; TimerTest::TimerTest(const std::string& name): CppUnit::TestCase(name) @@ -33,19 +34,41 @@ TimerTest::~TimerTest() } -void TimerTest::testSchedule() +void TimerTest::testScheduleTimestamp() { Timer timer; - + Timestamp time; time += 1000000; - + TimerTask::Ptr pTask = new TimerTaskAdapter(*this, &TimerTest::onTimer); - + assert (pTask->lastExecution() == 0); - + timer.schedule(pTask, time); - + + _event.wait(); + assert (pTask->lastExecution() >= time); +} + + +void TimerTest::testScheduleClock() +{ + Timer timer; + + // As reference + Timestamp time; + time += 1000000; + + Clock clock; + clock += 1000000; + + TimerTask::Ptr pTask = new TimerTaskAdapter(*this, &TimerTest::onTimer); + + assert (pTask->lastExecution() == 0); + + timer.schedule(pTask, clock); + _event.wait(); assert (pTask->lastExecution() >= time); } @@ -54,15 +77,79 @@ void TimerTest::testSchedule() void TimerTest::testScheduleInterval() { Timer timer; - + Timestamp time; - + TimerTask::Ptr pTask = new TimerTaskAdapter(*this, &TimerTest::onTimer); - + assert (pTask->lastExecution() == 0); - + timer.schedule(pTask, 500, 500); - + + _event.wait(); + assert (time.elapsed() >= 590000); + assert (pTask->lastExecution().elapsed() < 130000); + + _event.wait(); + assert (time.elapsed() >= 1190000); + assert (pTask->lastExecution().elapsed() < 130000); + + _event.wait(); + assert (time.elapsed() >= 1790000); + assert (pTask->lastExecution().elapsed() < 130000); + + pTask->cancel(); + assert (pTask->isCancelled()); +} + + +void TimerTest::testScheduleIntervalTimestamp() +{ + Timer timer; + + Timestamp time; + + TimerTask::Ptr pTask = new TimerTaskAdapter(*this, &TimerTest::onTimer); + + assert (pTask->lastExecution() == 0); + + Timestamp scheduleTime; + scheduleTime += 500 * 1000; + + timer.schedule(pTask, scheduleTime, 500); + + _event.wait(); + assert (time.elapsed() >= 590000); + assert (pTask->lastExecution().elapsed() < 130000); + + _event.wait(); + assert (time.elapsed() >= 1190000); + assert (pTask->lastExecution().elapsed() < 130000); + + _event.wait(); + assert (time.elapsed() >= 1790000); + assert (pTask->lastExecution().elapsed() < 130000); + + pTask->cancel(); + assert (pTask->isCancelled()); +} + + +void TimerTest::testScheduleIntervalClock() +{ + Timer timer; + + Timestamp time; + + TimerTask::Ptr pTask = new TimerTaskAdapter(*this, &TimerTest::onTimer); + + assert (pTask->lastExecution() == 0); + + Clock scheduleClock; + scheduleClock += 500 * 1000; + + timer.schedule(pTask, scheduleClock, 500); + _event.wait(); assert (time.elapsed() >= 590000); assert (pTask->lastExecution().elapsed() < 130000); @@ -83,15 +170,15 @@ void TimerTest::testScheduleInterval() void TimerTest::testScheduleAtFixedRate() { Timer timer; - + Timestamp time; - + TimerTask::Ptr pTask = new TimerTaskAdapter(*this, &TimerTest::onTimer); - + assert (pTask->lastExecution() == 0); - + timer.scheduleAtFixedRate(pTask, 500, 500); - + _event.wait(); assert (time.elapsed() >= 500000); assert (pTask->lastExecution().elapsed() < 130000); @@ -160,8 +247,11 @@ CppUnit::Test* TimerTest::suite() { CppUnit::TestSuite* pSuite = new CppUnit::TestSuite("TimerTest"); - CppUnit_addTest(pSuite, TimerTest, testSchedule); + CppUnit_addTest(pSuite, TimerTest, testScheduleTimestamp); + CppUnit_addTest(pSuite, TimerTest, testScheduleClock); CppUnit_addTest(pSuite, TimerTest, testScheduleInterval); + CppUnit_addTest(pSuite, TimerTest, testScheduleIntervalTimestamp); + CppUnit_addTest(pSuite, TimerTest, testScheduleIntervalClock); CppUnit_addTest(pSuite, TimerTest, testScheduleAtFixedRate); CppUnit_addTest(pSuite, TimerTest, testCancel); diff --git a/Util/testsuite/src/TimerTest.h b/Util/testsuite/src/TimerTest.h index 3ef669955..6c4d03ef9 100644 --- a/Util/testsuite/src/TimerTest.h +++ b/Util/testsuite/src/TimerTest.h @@ -28,14 +28,17 @@ public: TimerTest(const std::string& name); ~TimerTest(); - void testSchedule(); + void testScheduleTimestamp(); + void testScheduleClock(); void testScheduleInterval(); void testScheduleAtFixedRate(); + void testScheduleIntervalTimestamp(); + void testScheduleIntervalClock(); void testCancel(); void setUp(); void tearDown(); - + void onTimer(Poco::Util::TimerTask& task); static CppUnit::Test* suite(); From 86b81bfcbd527fcd8e662bfe3b169b72cccfbb30 Mon Sep 17 00:00:00 2001 From: Aleksandar Fabijanic Date: Wed, 17 Dec 2014 23:36:26 -0600 Subject: [PATCH 12/25] GH #499: Poco::Data::Statement::execute returns wrong value when zero results (ODBC) --- .../Poco/Data/MySQL/MySQLStatementImpl.h | 2 +- .../Poco/Data/MySQL/StatementExecutor.h | 4 ++-- Data/MySQL/src/MySQLStatementImpl.cpp | 2 +- Data/MySQL/src/StatementExecutor.cpp | 2 +- .../include/Poco/Data/ODBC/ODBCStatementImpl.h | 2 +- Data/ODBC/src/ODBCStatementImpl.cpp | 2 +- Data/ODBC/testsuite/src/ODBCDB2Test.cpp | 1 + Data/ODBC/testsuite/src/ODBCMySQLTest.cpp | 1 + Data/ODBC/testsuite/src/ODBCOracleTest.cpp | 1 + Data/ODBC/testsuite/src/ODBCPostgreSQLTest.cpp | 1 + Data/ODBC/testsuite/src/ODBCSQLServerTest.cpp | 1 + Data/ODBC/testsuite/src/ODBCSQLiteTest.cpp | 1 + Data/ODBC/testsuite/src/ODBCTest.cpp | 17 +++++++++++++++++ Data/ODBC/testsuite/src/ODBCTest.h | 1 + Data/ODBC/testsuite/src/SQLExecutor.cpp | 7 +++++++ Data/ODBC/testsuite/src/SQLExecutor.h | 1 + .../Poco/Data/SQLite/SQLiteStatementImpl.h | 6 +++--- Data/SQLite/src/SQLiteStatementImpl.cpp | 4 ++-- Data/SQLite/testsuite/src/SQLiteTest.cpp | 11 +++++++++++ Data/SQLite/testsuite/src/SQLiteTest.h | 1 + Data/include/Poco/Data/Statement.h | 2 +- Data/include/Poco/Data/StatementImpl.h | 6 +++++- Data/src/StatementImpl.cpp | 18 ++++++++++++++++-- Data/testsuite/src/TestStatementImpl.h | 4 ++-- 24 files changed, 80 insertions(+), 18 deletions(-) diff --git a/Data/MySQL/include/Poco/Data/MySQL/MySQLStatementImpl.h b/Data/MySQL/include/Poco/Data/MySQL/MySQLStatementImpl.h index d178ae666..1aedb9bf6 100644 --- a/Data/MySQL/include/Poco/Data/MySQL/MySQLStatementImpl.h +++ b/Data/MySQL/include/Poco/Data/MySQL/MySQLStatementImpl.h @@ -50,7 +50,7 @@ protected: virtual std::size_t columnsReturned() const; /// Returns number of columns returned by query. - virtual std::size_t affectedRowCount() const; + virtual int affectedRowCount() const; /// Returns the number of affected rows. /// Used to find out the number of rows affected by insert, delete or update. diff --git a/Data/MySQL/include/Poco/Data/MySQL/StatementExecutor.h b/Data/MySQL/include/Poco/Data/MySQL/StatementExecutor.h index 4aa05c725..6a57e6989 100644 --- a/Data/MySQL/include/Poco/Data/MySQL/StatementExecutor.h +++ b/Data/MySQL/include/Poco/Data/MySQL/StatementExecutor.h @@ -64,7 +64,7 @@ public: bool fetchColumn(std::size_t n, MYSQL_BIND *bind); /// Fetches the column. - std::size_t getAffectedRowCount() const; + int getAffectedRowCount() const; operator MYSQL_STMT* (); /// Cast operator to native handle type. @@ -78,7 +78,7 @@ private: MYSQL* _pSessionHandle; MYSQL_STMT* _pHandle; int _state; - std::size_t _affectedRowCount; + int _affectedRowCount; std::string _query; }; diff --git a/Data/MySQL/src/MySQLStatementImpl.cpp b/Data/MySQL/src/MySQLStatementImpl.cpp index c3325ce53..c96896f4f 100644 --- a/Data/MySQL/src/MySQLStatementImpl.cpp +++ b/Data/MySQL/src/MySQLStatementImpl.cpp @@ -42,7 +42,7 @@ std::size_t MySQLStatementImpl::columnsReturned() const } -std::size_t MySQLStatementImpl::affectedRowCount() const +int MySQLStatementImpl::affectedRowCount() const { return _stmt.getAffectedRowCount(); } diff --git a/Data/MySQL/src/StatementExecutor.cpp b/Data/MySQL/src/StatementExecutor.cpp index a63ff3142..ad8290797 100644 --- a/Data/MySQL/src/StatementExecutor.cpp +++ b/Data/MySQL/src/StatementExecutor.cpp @@ -132,7 +132,7 @@ bool StatementExecutor::fetchColumn(std::size_t n, MYSQL_BIND *bind) return (res == 0); } -std::size_t StatementExecutor::getAffectedRowCount() const +int StatementExecutor::getAffectedRowCount() const { return _affectedRowCount; } diff --git a/Data/ODBC/include/Poco/Data/ODBC/ODBCStatementImpl.h b/Data/ODBC/include/Poco/Data/ODBC/ODBCStatementImpl.h index 1d01c8296..89c74b359 100644 --- a/Data/ODBC/include/Poco/Data/ODBC/ODBCStatementImpl.h +++ b/Data/ODBC/include/Poco/Data/ODBC/ODBCStatementImpl.h @@ -56,7 +56,7 @@ protected: std::size_t columnsReturned() const; /// Returns number of columns returned by query. - std::size_t affectedRowCount() const; + int affectedRowCount() const; /// Returns the number of affected rows. /// Used to find out the number of rows affected by insert or update. diff --git a/Data/ODBC/src/ODBCStatementImpl.cpp b/Data/ODBC/src/ODBCStatementImpl.cpp index c48343362..2aee16db3 100644 --- a/Data/ODBC/src/ODBCStatementImpl.cpp +++ b/Data/ODBC/src/ODBCStatementImpl.cpp @@ -440,7 +440,7 @@ const MetaColumn& ODBCStatementImpl::metaColumn(std::size_t pos) const } -std::size_t ODBCStatementImpl::affectedRowCount() const +int ODBCStatementImpl::affectedRowCount() const { if (0 == _affectedRowCount) { diff --git a/Data/ODBC/testsuite/src/ODBCDB2Test.cpp b/Data/ODBC/testsuite/src/ODBCDB2Test.cpp index 296f58e31..dc4078eb4 100644 --- a/Data/ODBC/testsuite/src/ODBCDB2Test.cpp +++ b/Data/ODBC/testsuite/src/ODBCDB2Test.cpp @@ -596,6 +596,7 @@ CppUnit::Test* ODBCDB2Test::suite() CppUnit::TestSuite* pSuite = new CppUnit::TestSuite("ODBCDB2Test"); CppUnit_addTest(pSuite, ODBCDB2Test, testBareboneODBC); + CppUnit_addTest(pSuite, ODBCDB2Test, testZeroRows); CppUnit_addTest(pSuite, ODBCDB2Test, testSimpleAccess); CppUnit_addTest(pSuite, ODBCDB2Test, testComplexType); CppUnit_addTest(pSuite, ODBCDB2Test, testSimpleAccessVector); diff --git a/Data/ODBC/testsuite/src/ODBCMySQLTest.cpp b/Data/ODBC/testsuite/src/ODBCMySQLTest.cpp index 023477041..ba1aedf30 100644 --- a/Data/ODBC/testsuite/src/ODBCMySQLTest.cpp +++ b/Data/ODBC/testsuite/src/ODBCMySQLTest.cpp @@ -421,6 +421,7 @@ CppUnit::Test* ODBCMySQLTest::suite() CppUnit::TestSuite* pSuite = new CppUnit::TestSuite("ODBCMySQLTest"); CppUnit_addTest(pSuite, ODBCMySQLTest, testBareboneODBC); + CppUnit_addTest(pSuite, ODBCMySQLTest, testZeroRows); CppUnit_addTest(pSuite, ODBCMySQLTest, testSimpleAccess); CppUnit_addTest(pSuite, ODBCMySQLTest, testComplexType); CppUnit_addTest(pSuite, ODBCMySQLTest, testSimpleAccessVector); diff --git a/Data/ODBC/testsuite/src/ODBCOracleTest.cpp b/Data/ODBC/testsuite/src/ODBCOracleTest.cpp index b0f353825..75ecd7c2c 100644 --- a/Data/ODBC/testsuite/src/ODBCOracleTest.cpp +++ b/Data/ODBC/testsuite/src/ODBCOracleTest.cpp @@ -856,6 +856,7 @@ CppUnit::Test* ODBCOracleTest::suite() CppUnit::TestSuite* pSuite = new CppUnit::TestSuite("ODBCOracleTest"); CppUnit_addTest(pSuite, ODBCOracleTest, testBareboneODBC); + CppUnit_addTest(pSuite, ODBCOracleTest, testZeroRows); CppUnit_addTest(pSuite, ODBCOracleTest, testSimpleAccess); CppUnit_addTest(pSuite, ODBCOracleTest, testComplexType); CppUnit_addTest(pSuite, ODBCOracleTest, testComplexTypeTuple); diff --git a/Data/ODBC/testsuite/src/ODBCPostgreSQLTest.cpp b/Data/ODBC/testsuite/src/ODBCPostgreSQLTest.cpp index 00a1ef98c..a4f9b95d6 100644 --- a/Data/ODBC/testsuite/src/ODBCPostgreSQLTest.cpp +++ b/Data/ODBC/testsuite/src/ODBCPostgreSQLTest.cpp @@ -585,6 +585,7 @@ CppUnit::Test* ODBCPostgreSQLTest::suite() CppUnit::TestSuite* pSuite = new CppUnit::TestSuite("ODBCPostgreSQLTest"); CppUnit_addTest(pSuite, ODBCPostgreSQLTest, testBareboneODBC); + CppUnit_addTest(pSuite, ODBCPostgreSQLTest, testZeroRows); CppUnit_addTest(pSuite, ODBCPostgreSQLTest, testSimpleAccess); CppUnit_addTest(pSuite, ODBCPostgreSQLTest, testComplexType); CppUnit_addTest(pSuite, ODBCPostgreSQLTest, testSimpleAccessVector); diff --git a/Data/ODBC/testsuite/src/ODBCSQLServerTest.cpp b/Data/ODBC/testsuite/src/ODBCSQLServerTest.cpp index cc7d73130..3ba078628 100644 --- a/Data/ODBC/testsuite/src/ODBCSQLServerTest.cpp +++ b/Data/ODBC/testsuite/src/ODBCSQLServerTest.cpp @@ -737,6 +737,7 @@ CppUnit::Test* ODBCSQLServerTest::suite() CppUnit::TestSuite* pSuite = new CppUnit::TestSuite("ODBCSQLServerTest"); CppUnit_addTest(pSuite, ODBCSQLServerTest, testBareboneODBC); + CppUnit_addTest(pSuite, ODBCSQLServerTest, testZeroRows); CppUnit_addTest(pSuite, ODBCSQLServerTest, testSimpleAccess); CppUnit_addTest(pSuite, ODBCSQLServerTest, testComplexType); CppUnit_addTest(pSuite, ODBCSQLServerTest, testSimpleAccessVector); diff --git a/Data/ODBC/testsuite/src/ODBCSQLiteTest.cpp b/Data/ODBC/testsuite/src/ODBCSQLiteTest.cpp index 73a3e29d9..9c47b5c16 100644 --- a/Data/ODBC/testsuite/src/ODBCSQLiteTest.cpp +++ b/Data/ODBC/testsuite/src/ODBCSQLiteTest.cpp @@ -325,6 +325,7 @@ CppUnit::Test* ODBCSQLiteTest::suite() CppUnit::TestSuite* pSuite = new CppUnit::TestSuite("ODBCSQLiteTest"); CppUnit_addTest(pSuite, ODBCSQLiteTest, testBareboneODBC); + CppUnit_addTest(pSuite, ODBCSQLiteTest, testZeroRows); CppUnit_addTest(pSuite, ODBCSQLiteTest, testSimpleAccess); CppUnit_addTest(pSuite, ODBCSQLiteTest, testComplexType); CppUnit_addTest(pSuite, ODBCSQLiteTest, testSimpleAccessVector); diff --git a/Data/ODBC/testsuite/src/ODBCTest.cpp b/Data/ODBC/testsuite/src/ODBCTest.cpp index a1ca123b3..fe1323f5d 100644 --- a/Data/ODBC/testsuite/src/ODBCTest.cpp +++ b/Data/ODBC/testsuite/src/ODBCTest.cpp @@ -79,6 +79,23 @@ ODBCTest::~ODBCTest() } +void ODBCTest::testZeroRows() +{ + if (!_pSession) fail ("Test not available."); + + std::string tableName("Person"); + + for (int i = 0; i < 8;) + { + recreatePersonTable(); + _pSession->setFeature("autoBind", bindValue(i)); + _pSession->setFeature("autoExtract", bindValue(i+1)); + _pExecutor->zeroRows(); + i += 2; + } +} + + void ODBCTest::testSimpleAccess() { if (!_pSession) fail ("Test not available."); diff --git a/Data/ODBC/testsuite/src/ODBCTest.h b/Data/ODBC/testsuite/src/ODBCTest.h index ce076de55..a0a09c01d 100644 --- a/Data/ODBC/testsuite/src/ODBCTest.h +++ b/Data/ODBC/testsuite/src/ODBCTest.h @@ -49,6 +49,7 @@ public: virtual void testBareboneODBC() = 0; + virtual void testZeroRows(); virtual void testSimpleAccess(); virtual void testComplexType(); virtual void testComplexTypeTuple(); diff --git a/Data/ODBC/testsuite/src/SQLExecutor.cpp b/Data/ODBC/testsuite/src/SQLExecutor.cpp index 8f817892b..9baf6d7f4 100644 --- a/Data/ODBC/testsuite/src/SQLExecutor.cpp +++ b/Data/ODBC/testsuite/src/SQLExecutor.cpp @@ -942,6 +942,13 @@ void SQLExecutor::execute(const std::string& sql) } +void SQLExecutor::zeroRows() +{ + Statement stmt = (session() << "SELECT * FROM Person WHERE 0 = 1"); + assert(0 == stmt.execute()); +} + + void SQLExecutor::simpleAccess() { std::string funct = "simpleAccess()"; diff --git a/Data/ODBC/testsuite/src/SQLExecutor.h b/Data/ODBC/testsuite/src/SQLExecutor.h index 40975088d..259b39f9d 100644 --- a/Data/ODBC/testsuite/src/SQLExecutor.h +++ b/Data/ODBC/testsuite/src/SQLExecutor.h @@ -115,6 +115,7 @@ public: /// (e.g. SQLGetData() restrictions relaxation policy, if any). /// If these test pass, subsequent tests failures are likely ours. + void zeroRows(); void simpleAccess(); void complexType(); void complexTypeTuple(); diff --git a/Data/SQLite/include/Poco/Data/SQLite/SQLiteStatementImpl.h b/Data/SQLite/include/Poco/Data/SQLite/SQLiteStatementImpl.h index ac521e403..7a6531c8b 100644 --- a/Data/SQLite/include/Poco/Data/SQLite/SQLiteStatementImpl.h +++ b/Data/SQLite/include/Poco/Data/SQLite/SQLiteStatementImpl.h @@ -54,7 +54,7 @@ protected: std::size_t columnsReturned() const; /// Returns number of columns returned by query. - std::size_t affectedRowCount() const; + int affectedRowCount() const; /// Returns the number of affected rows. /// Used to find out the number of rows affected by insert, delete or update. /// All changes are counted, even if they are later undone by a ROLLBACK or ABORT. @@ -113,14 +113,14 @@ private: BinderPtr _pBinder; ExtractorPtr _pExtractor; MetaColumnVecVec _columns; - std::size_t _affectedRowCount; + int _affectedRowCount; StrPtr _pLeftover; BindIt _bindBegin; bool _canBind; bool _isExtracted; bool _canCompile; - static const std::size_t POCO_SQLITE_INV_ROW_CNT; + static const int POCO_SQLITE_INV_ROW_CNT; }; diff --git a/Data/SQLite/src/SQLiteStatementImpl.cpp b/Data/SQLite/src/SQLiteStatementImpl.cpp index d27a5f46c..3ec987d96 100644 --- a/Data/SQLite/src/SQLiteStatementImpl.cpp +++ b/Data/SQLite/src/SQLiteStatementImpl.cpp @@ -32,7 +32,7 @@ namespace Data { namespace SQLite { -const std::size_t SQLiteStatementImpl::POCO_SQLITE_INV_ROW_CNT = std::numeric_limits::max(); +const int SQLiteStatementImpl::POCO_SQLITE_INV_ROW_CNT = std::numeric_limits::max(); SQLiteStatementImpl::SQLiteStatementImpl(Poco::Data::SessionImpl& rSession, sqlite3* pDB): @@ -302,7 +302,7 @@ const MetaColumn& SQLiteStatementImpl::metaColumn(std::size_t pos) const } -std::size_t SQLiteStatementImpl::affectedRowCount() const +int SQLiteStatementImpl::affectedRowCount() const { if (_affectedRowCount != POCO_SQLITE_INV_ROW_CNT) return _affectedRowCount; return _pStmt == 0 || sqlite3_stmt_readonly(_pStmt) ? 0 : sqlite3_changes(_pDB); diff --git a/Data/SQLite/testsuite/src/SQLiteTest.cpp b/Data/SQLite/testsuite/src/SQLiteTest.cpp index cf61b0d3a..25107f130 100644 --- a/Data/SQLite/testsuite/src/SQLiteTest.cpp +++ b/Data/SQLite/testsuite/src/SQLiteTest.cpp @@ -295,6 +295,16 @@ void SQLiteTest::testBinding() } +void SQLiteTest::testZeroRows() +{ + Session tmp (Poco::Data::SQLite::Connector::KEY, "dummy.db"); + tmp << "DROP TABLE IF EXISTS ZeroTest", now; + tmp << "CREATE TABLE IF NOT EXISTS ZeroTest (zt INTEGER(3))", now; + Statement stmt = (tmp << "SELECT * FROM ZeroTest"); + assert(0 == stmt.execute()); +} + + void SQLiteTest::testSimpleAccess() { Session tmp (Poco::Data::SQLite::Connector::KEY, "dummy.db"); @@ -3361,6 +3371,7 @@ CppUnit::Test* SQLiteTest::suite() CppUnit::TestSuite* pSuite = new CppUnit::TestSuite("SQLiteTest"); CppUnit_addTest(pSuite, SQLiteTest, testBinding); + CppUnit_addTest(pSuite, SQLiteTest, testZeroRows); CppUnit_addTest(pSuite, SQLiteTest, testSimpleAccess); CppUnit_addTest(pSuite, SQLiteTest, testInMemory); CppUnit_addTest(pSuite, SQLiteTest, testNullCharPointer); diff --git a/Data/SQLite/testsuite/src/SQLiteTest.h b/Data/SQLite/testsuite/src/SQLiteTest.h index 00b787823..cb7b273e0 100644 --- a/Data/SQLite/testsuite/src/SQLiteTest.h +++ b/Data/SQLite/testsuite/src/SQLiteTest.h @@ -35,6 +35,7 @@ public: ~SQLiteTest(); void testBinding(); + void testZeroRows(); void testSimpleAccess(); void testInMemory(); void testNullCharPointer(); diff --git a/Data/include/Poco/Data/Statement.h b/Data/include/Poco/Data/Statement.h index acbf89a10..3ec465292 100644 --- a/Data/include/Poco/Data/Statement.h +++ b/Data/include/Poco/Data/Statement.h @@ -416,7 +416,7 @@ private: Mutex _mutex; AsyncExecMethodPtr _pAsyncExec; std::vector _arguments; - RowFormatter::Ptr _pRowFormatter; + RowFormatter::Ptr _pRowFormatter; mutable std::string _stmtString; }; diff --git a/Data/include/Poco/Data/StatementImpl.h b/Data/include/Poco/Data/StatementImpl.h index 06306e455..37b63b2c1 100644 --- a/Data/include/Poco/Data/StatementImpl.h +++ b/Data/include/Poco/Data/StatementImpl.h @@ -161,9 +161,13 @@ protected: virtual std::size_t columnsReturned() const = 0; /// Returns number of columns returned by query. - virtual std::size_t affectedRowCount() const = 0; + virtual int affectedRowCount() const = 0; /// Returns the number of affected rows. /// Used to find out the number of rows affected by insert, delete or update. + /// + /// Some back-ends may return a negative number in certain circumstances (e.g. + /// some ODBC drivers when this function is called after a select statement + /// execution). virtual const MetaColumn& metaColumn(std::size_t pos) const = 0; /// Returns column meta data. diff --git a/Data/src/StatementImpl.cpp b/Data/src/StatementImpl.cpp index 37e3d2db6..8ad14f187 100644 --- a/Data/src/StatementImpl.cpp +++ b/Data/src/StatementImpl.cpp @@ -144,7 +144,14 @@ std::size_t StatementImpl::executeWithLimit() else _state = ST_PAUSED; - return count ? count : affectedRowCount(); + int affectedRows = affectedRowCount(); + if (count == 0) + { + if (affectedRows > 0) + return affectedRows; + } + + return count; } @@ -159,7 +166,14 @@ std::size_t StatementImpl::executeWithoutLimit() while (hasNext()) count += next(); } while (canBind()); - return count ? count : affectedRowCount(); + int affectedRows = affectedRowCount(); + if (count == 0) + { + if (affectedRows > 0) + return affectedRows; + } + + return count; } diff --git a/Data/testsuite/src/TestStatementImpl.h b/Data/testsuite/src/TestStatementImpl.h index 818b6d9f7..ae60bcbb3 100644 --- a/Data/testsuite/src/TestStatementImpl.h +++ b/Data/testsuite/src/TestStatementImpl.h @@ -46,7 +46,7 @@ protected: std::size_t columnsReturned() const; /// Returns number of columns returned by query. - std::size_t affectedRowCount() const; + int affectedRowCount() const; /// Returns the number of affected rows. /// Used to find out the number of rows affected by insert or update. @@ -101,7 +101,7 @@ inline AbstractBinding::BinderPtr TestStatementImpl::binder() } -inline std::size_t TestStatementImpl::affectedRowCount() const +inline int TestStatementImpl::affectedRowCount() const { return 0; } From 8859346898b4e02d9d9e265c43340086a595553d Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Thu, 18 Dec 2014 12:14:09 +0100 Subject: [PATCH 13/25] fixed POCO_SQLITE_INV_ROW_CNT initialization --- Data/SQLite/src/SQLiteStatementImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/SQLite/src/SQLiteStatementImpl.cpp b/Data/SQLite/src/SQLiteStatementImpl.cpp index 3ec987d96..dc6c3778e 100644 --- a/Data/SQLite/src/SQLiteStatementImpl.cpp +++ b/Data/SQLite/src/SQLiteStatementImpl.cpp @@ -32,7 +32,7 @@ namespace Data { namespace SQLite { -const int SQLiteStatementImpl::POCO_SQLITE_INV_ROW_CNT = std::numeric_limits::max(); +const int SQLiteStatementImpl::POCO_SQLITE_INV_ROW_CNT = -1; SQLiteStatementImpl::SQLiteStatementImpl(Poco::Data::SessionImpl& rSession, sqlite3* pDB): From 2fc0e524faa3ea1d8a369acfd96ff9f2b9659c8d Mon Sep 17 00:00:00 2001 From: Adriaan Schmidt Date: Thu, 18 Dec 2014 13:04:33 +0100 Subject: [PATCH 14/25] Prevent possible data race in access to PooledThread::_idle --- Foundation/src/ThreadPool.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Foundation/src/ThreadPool.cpp b/Foundation/src/ThreadPool.cpp index 67e0f1a0b..32af4d9d8 100644 --- a/Foundation/src/ThreadPool.cpp +++ b/Foundation/src/ThreadPool.cpp @@ -128,6 +128,7 @@ void PooledThread::start(Thread::Priority priority, Runnable& target, const std: inline bool PooledThread::idle() { + FastMutex::ScopedLock lock(_mutex); return _idle; } From c5268c9777bf73bf879fbf8c243737060975e4f4 Mon Sep 17 00:00:00 2001 From: Aleksandar Fabijanic Date: Fri, 19 Dec 2014 07:34:46 -0600 Subject: [PATCH 15/25] spelling fix --- Foundation/include/Poco/Thread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Foundation/include/Poco/Thread.h b/Foundation/include/Poco/Thread.h index d5653292c..cc4ae1ac2 100644 --- a/Foundation/include/Poco/Thread.h +++ b/Foundation/include/Poco/Thread.h @@ -191,8 +191,8 @@ public: /// The trySleep() and wakeUp() calls should be used with /// understanding that the suspended state is not a true sleep, /// but rather a state of waiting for an event, with timeout - /// expiration. This makes order of calls significantant; calling - /// wakeUp() before calling trySleep() will prevent the next + /// expiration. This makes order of calls significant; calling + /// wakeUp() before calling trySleep() will prevent the next /// trySleep() call to actually suspend the thread (which, in /// some scenarios, may be desirable behavior). From eb879985b088cc6407ea5e5d5bf5e5f99e8b0c98 Mon Sep 17 00:00:00 2001 From: fbraem Date: Sat, 20 Dec 2014 19:11:16 +0100 Subject: [PATCH 16/25] ObjectId constructor translates a hex string (24 characters) into a 12 byte object id --- MongoDB/include/Poco/MongoDB/ObjectId.h | 34 ++++++++++++++++++++++--- MongoDB/src/ObjectId.cpp | 24 +++++++++-------- MongoDB/testsuite/src/MongoDBTest.cpp | 16 +----------- 3 files changed, 46 insertions(+), 28 deletions(-) diff --git a/MongoDB/include/Poco/MongoDB/ObjectId.h b/MongoDB/include/Poco/MongoDB/ObjectId.h index 59845dcf5..aa85a2907 100644 --- a/MongoDB/include/Poco/MongoDB/ObjectId.h +++ b/MongoDB/include/Poco/MongoDB/ObjectId.h @@ -46,8 +46,12 @@ class MongoDB_API ObjectId public: typedef SharedPtr Ptr; - ObjectId(const std::string& id = ""); - /// Constructor + ObjectId(const std::string& id); + /// Constructor. The string must contain a hexidecimal representation + /// of an object id. This means a string of 24 characters. + + ObjectId(const ObjectId& copy); + /// Copy constructor. virtual ~ObjectId(); /// Destructor @@ -61,10 +65,19 @@ public: /// of the ID char array. private: + + ObjectId(); + /// Constructor. Creates an empty Id + unsigned char _id[12]; friend class BSONWriter; friend class BSONReader; + friend class Document; + + static int fromHex(char c); + + static char fromHex(const char* c); }; @@ -79,6 +92,21 @@ inline Timestamp ObjectId::timestamp() const return Timestamp::fromEpochTime((time_t) time); } +inline int ObjectId::fromHex(char c) +{ + if ( '0' <= c && c <= '9' ) + return c - '0'; + if ( 'a' <= c && c <= 'f' ) + return c - 'a' + 10; + if ( 'A' <= c && c <= 'F' ) + return c - 'A' + 10; + return 0xff; +} + +inline char ObjectId::fromHex(const char* c) +{ + return (char)((fromHex(c[0]) << 4 ) | fromHex(c[1])); +} // BSON Embedded Document // spec: ObjectId @@ -89,7 +117,7 @@ struct ElementTraits static std::string toString(const ObjectId::Ptr& id, int indent = 0, - const std::string& fmt = "%x") + const std::string& fmt = "%02x") { return id->toString(fmt); } diff --git a/MongoDB/src/ObjectId.cpp b/MongoDB/src/ObjectId.cpp index 257fa1c18..0111c7af7 100644 --- a/MongoDB/src/ObjectId.cpp +++ b/MongoDB/src/ObjectId.cpp @@ -15,7 +15,6 @@ // SPDX-License-Identifier: BSL-1.0 // - #include "Poco/MongoDB/ObjectId.h" #include "Poco/Format.h" @@ -23,21 +22,26 @@ namespace Poco { namespace MongoDB { +ObjectId::ObjectId() +{ + memset(_id, 0, sizeof(_id)); +} ObjectId::ObjectId(const std::string& id) { - if (id.size() == 12) - { - std::string::const_iterator it = id.begin(); - std::string::const_iterator end = id.end(); - for (int i = 0; i < 12; ++it, ++i) _id[i] = *it; - } - else if (id.size()) - { - throw Poco::InvalidArgumentException("ID must be 12 characters long."); + poco_assert_dbg(id.size() == 24); + + const char *p = id.c_str(); + for (std::size_t i = 0; i < 12; ++i) { + _id[i] = fromHex(p); + p += 2; } } +ObjectId::ObjectId(const ObjectId& copy) +{ + memcpy(_id, copy._id, sizeof(_id)); +} ObjectId::~ObjectId() { diff --git a/MongoDB/testsuite/src/MongoDBTest.cpp b/MongoDB/testsuite/src/MongoDBTest.cpp index 6ee5731d6..09024c75c 100644 --- a/MongoDB/testsuite/src/MongoDBTest.cpp +++ b/MongoDB/testsuite/src/MongoDBTest.cpp @@ -402,21 +402,7 @@ void MongoDBTest::testConnectionPool() void MongoDBTest::testObjectID() { - std::string str; - str.append(1, (char) 0x53); - str.append(1, (char) 0x6A); - str.append(1, (char) 0xEE); - str.append(1, (char) 0xBB); - str.append(1, (char) 0xA0); - str.append(1, (char) 0x81); - str.append(1, (char) 0xDE); - str.append(1, (char) 0x68); - str.append(1, (char) 0x15); - str.append(1, (char) 0x00); - str.append(1, (char) 0x00); - str.append(1, (char) 0x02); - - ObjectId oid(str); + ObjectId oid("536aeebba081de6815000002"); std::string str2 = oid.toString(); assert(str2 == "536aeebba081de6815000002"); } From af1b94602a58ed66faaa3c070117aa9c5b28e729 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Thu, 11 Dec 2014 09:56:03 +0100 Subject: [PATCH 17/25] CMake: Remove redundant source files that caused error for Windows CE build --- Foundation/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Foundation/CMakeLists.txt b/Foundation/CMakeLists.txt index 833425c27..8d677cc17 100644 --- a/Foundation/CMakeLists.txt +++ b/Foundation/CMakeLists.txt @@ -29,11 +29,6 @@ POCO_SOURCES_AUTO_PLAT( SRCS WIN32 ) endif() -POCO_HEADERS_AUTO( SRCS - include/Poco/WindowsConsoleChannel.h - include/Poco/EventLogChannel.h - ) - # Messages POCO_MESSAGES( SRCS Logging src/pocomsg.mc) From d9c0d2b495b7e934a6ff88fec45679ca036ecebf Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Thu, 11 Dec 2014 10:17:08 +0100 Subject: [PATCH 18/25] CMake: Add support for CppParser --- CMakeLists.txt | 6 +++ CppParser/CMakeLists.txt | 49 +++++++++++++++++++++++ CppParser/cmake/PocoCppParserConfig.cmake | 4 ++ CppParser/testsuite/CMakeLists.txt | 21 ++++++++++ 4 files changed, 80 insertions(+) create mode 100644 CppParser/CMakeLists.txt create mode 100644 CppParser/cmake/PocoCppParserConfig.cmake create mode 100644 CppParser/testsuite/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 296d2b719..3f0e020a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,6 +84,7 @@ option(ENABLE_DATA_ODBC "Enable Data ODBC" ON) option(ENABLE_SEVENZIP "Enable SevenZip" ON) option(ENABLE_ZIP "Enable Zip" ON) option(ENABLE_APACHECONNECTOR "Enable ApacheConnector" ON) +option(ENABLE_CPPPARSER "Enable C++ parser" ON) option(FORCE_OPENSSL "Force usage of OpenSSL even under windows" OFF) @@ -249,6 +250,11 @@ if(APRUTIL_FOUND AND APACHE_FOUND) endif() endif(APRUTIL_FOUND AND APACHE_FOUND) +if(ENABLE_CPPPARSER) +add_subdirectory(CppParser) +list(APPEND Poco_COMPONENTS "CppParser") +endif() + ############################################################# # Uninstall stuff see: http://www.vtk.org/Wiki/CMake_FAQ configure_file( diff --git a/CppParser/CMakeLists.txt b/CppParser/CMakeLists.txt new file mode 100644 index 000000000..3423906c8 --- /dev/null +++ b/CppParser/CMakeLists.txt @@ -0,0 +1,49 @@ +set(LIBNAME "CppParser") +set(POCO_LIBNAME "Poco${LIBNAME}") + +# Sources +file(GLOB SRCS_G "src/*.cpp") +POCO_SOURCES_AUTO( SRCS ${SRCS_G}) + +# Headers +file(GLOB_RECURSE HDRS_G "include/*.h" ) +POCO_HEADERS_AUTO( SRCS ${HDRS_G}) + +add_library( "${LIBNAME}" ${LIB_MODE} ${SRCS} ) +add_library( "${POCO_LIBNAME}" ALIAS "${LIBNAME}") +set_target_properties( "${LIBNAME}" + PROPERTIES + VERSION ${SHARED_LIBRARY_VERSION} SOVERSION ${SHARED_LIBRARY_VERSION} + OUTPUT_NAME ${POCO_LIBNAME} + DEFINE_SYMBOL CppParser_EXPORTS + ) + +target_link_libraries( "${LIBNAME}" Foundation) +target_include_directories( "${LIBNAME}" + PUBLIC + $ + $ + PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/src + ) + +install( + DIRECTORY include/Poco + DESTINATION include + COMPONENT Devel + PATTERN ".svn" EXCLUDE + ) + +install( + TARGETS "${LIBNAME}" EXPORT "${LIBNAME}Targets" + LIBRARY DESTINATION lib${LIB_SUFFIX} + ARCHIVE DESTINATION lib${LIB_SUFFIX} + RUNTIME DESTINATION bin + INCLUDES DESTINATION include + ) + +POCO_GENERATE_PACKAGE("${LIBNAME}" "${LIBNAME}Targets" "lib/cmake/${PROJECT_NAME}") + +if (ENABLE_TESTS) + add_subdirectory(testsuite) +endif () + diff --git a/CppParser/cmake/PocoCppParserConfig.cmake b/CppParser/cmake/PocoCppParserConfig.cmake new file mode 100644 index 000000000..5cab7d89e --- /dev/null +++ b/CppParser/cmake/PocoCppParserConfig.cmake @@ -0,0 +1,4 @@ +include(CMakeFindDependencyMacro) +set(CMAKE_PREFIX_PATH ${CMAKE_CURRENT_LIST_DIR}) +find_dependency(PocoFoundation) +include("${CMAKE_CURRENT_LIST_DIR}/PocoCppParserTargets.cmake") \ No newline at end of file diff --git a/CppParser/testsuite/CMakeLists.txt b/CppParser/testsuite/CMakeLists.txt new file mode 100644 index 000000000..eb945adac --- /dev/null +++ b/CppParser/testsuite/CMakeLists.txt @@ -0,0 +1,21 @@ +set(TESTUNIT "${LIBNAME}-testrunner") + +# Sources +file(GLOB SRCS_G "src/*.cpp") +POCO_SOURCES_AUTO( TEST_SRCS ${SRCS_G}) + +# Headers +file(GLOB_RECURSE HDRS_G "src/*.h" ) +POCO_HEADERS_AUTO( TEST_SRCS ${HDRS_G}) + +POCO_SOURCES_AUTO_PLAT( TEST_SRCS WIN32 + src/WinDriver.cpp +) + +add_executable( ${TESTUNIT} ${TEST_SRCS} ) +add_test(NAME ${LIBNAME} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMAND ${TESTUNIT} -all) +target_link_libraries( ${TESTUNIT} PocoCppParser PocoFoundation CppUnit ) +if( WIN32) + add_definitions("-D_AFXDLL") + target_link_libraries( ${TESTUNIT} WinTestRunner) +endif(WIN32) From 739cd30487b4619f796faa492d3cf0748d74dff9 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Thu, 11 Dec 2014 10:31:13 +0100 Subject: [PATCH 19/25] CMake: Build PocoDoc using CMake --- CMakeLists.txt | 6 ++++++ PocoDoc/CMakeLists.txt | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 PocoDoc/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f0e020a0..0013871a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,6 +85,7 @@ option(ENABLE_SEVENZIP "Enable SevenZip" ON) option(ENABLE_ZIP "Enable Zip" ON) option(ENABLE_APACHECONNECTOR "Enable ApacheConnector" ON) option(ENABLE_CPPPARSER "Enable C++ parser" ON) +option(ENABLE_POCODOC "Enable Poco Documentation Generator" ON) option(FORCE_OPENSSL "Force usage of OpenSSL even under windows" OFF) @@ -255,6 +256,11 @@ add_subdirectory(CppParser) list(APPEND Poco_COMPONENTS "CppParser") endif() +if(ENABLE_POCODOC) +add_subdirectory(PocoDoc) +list(APPEND Poco_COMPONENTS "PocoDoc") +endif() + ############################################################# # Uninstall stuff see: http://www.vtk.org/Wiki/CMake_FAQ configure_file( diff --git a/PocoDoc/CMakeLists.txt b/PocoDoc/CMakeLists.txt new file mode 100644 index 000000000..80e49d39d --- /dev/null +++ b/PocoDoc/CMakeLists.txt @@ -0,0 +1,19 @@ +set(POCO_EXENAME "PocoDoc") + +# Sources +file(GLOB SRCS_G "src/*.cpp") +POCO_SOURCES_AUTO( SRCS ${SRCS_G}) + +add_executable( "${POCO_EXENAME}" ${SRCS} ) + +target_link_libraries( "${POCO_EXENAME}" Util XML Foundation CppParser) + +install( + TARGETS "${POCO_EXENAME}" EXPORT "${POCO_EXENAME}Targets" + LIBRARY DESTINATION lib${LIB_SUFFIX} + ARCHIVE DESTINATION lib${LIB_SUFFIX} + RUNTIME DESTINATION bin + INCLUDES DESTINATION include + ) + +#POCO_GENERATE_PACKAGE("${LIBNAME}" "${LIBNAME}Targets" "lib/cmake/${PROJECT_NAME}") From b36b47d1fabb629762c5fb7cb4607e07cf225575 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Thu, 11 Dec 2014 10:31:48 +0100 Subject: [PATCH 20/25] Doc: Add chapter about CMake build to getting started guide --- doc/00200-GettingStarted.page | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/doc/00200-GettingStarted.page b/doc/00200-GettingStarted.page index bf1434280..3baa88a6f 100644 --- a/doc/00200-GettingStarted.page +++ b/doc/00200-GettingStarted.page @@ -288,6 +288,33 @@ available: $ ./configure --omit=NetSSL_OpenSSL,Crypto,Data/ODBC,Data/MySQL ---- +!!Building using CMake + +As an alternative to the platform specific Makefiles and Solutions, CMake can be used +to do build Poco. CMake is a cross platform Makefile generator that also supports +Microsoft Visual Studio and Apple XCode. +Poco requires CMake 3.0 or higher. Static binaries for many platforms can be downloaded from http://www.cmake.org/ + +CMake supports out of source builds and this is the recommended way to build Poco using CMake. + +Assuming you are currently in the Poco source directory on a Unix machine +and you like to build Poco with the generated Makefiles just type the following commands. + + $ mkdir cmake_build + $ cd cmake_build + $ cmake .. + $ make + +This will build Poco in a subdirectory cmake_build. All files produced during build are located in this directory. + +CMake allows you to set some build time options. As an example: to disable the SevenZip support +type the following command: + + $ cmake -DENABLE_SEVENZIP=OFF .. + +Similar options are available for other components (see: CMakeLists.txt). +---- + !!!Tutorials And Sample Code From 10ef2b233512375e48144f06b0741e3ee3be5907 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Thu, 11 Dec 2014 13:24:56 +0100 Subject: [PATCH 21/25] CMake: Remove WinDriver usage in tests Add WinCEDriver to packages supporting it --- CppParser/testsuite/CMakeLists.txt | 6 +----- CppUnit/CMakeLists.txt | 4 ---- Crypto/testsuite/CMakeLists.txt | 11 +++-------- Data/MySQL/testsuite/CMakeLists.txt | 3 +-- Data/ODBC/testsuite/CMakeLists.txt | 7 +------ Data/SQLite/testsuite/CMakeLists.txt | 12 +++++------- Data/testsuite/CMakeLists.txt | 11 +++++------ Foundation/testsuite/CMakeLists.txt | 12 +++++------- JSON/testsuite/CMakeLists.txt | 11 +++++------ MongoDB/testsuite/CMakeLists.txt | 11 +++++------ Net/testsuite/CMakeLists.txt | 10 +++++----- NetSSL_OpenSSL/testsuite/CMakeLists.txt | 7 +------ NetSSL_Win/testsuite/CMakeLists.txt | 7 +------ PDF/testsuite/CMakeLists.txt | 7 +------ Util/testsuite/CMakeLists.txt | 9 ++++----- XML/testsuite/CMakeLists.txt | 7 +------ Zip/testsuite/CMakeLists.txt | 7 +------ 17 files changed, 45 insertions(+), 97 deletions(-) diff --git a/CppParser/testsuite/CMakeLists.txt b/CppParser/testsuite/CMakeLists.txt index eb945adac..26b83b5b2 100644 --- a/CppParser/testsuite/CMakeLists.txt +++ b/CppParser/testsuite/CMakeLists.txt @@ -8,14 +8,10 @@ POCO_SOURCES_AUTO( TEST_SRCS ${SRCS_G}) file(GLOB_RECURSE HDRS_G "src/*.h" ) POCO_HEADERS_AUTO( TEST_SRCS ${HDRS_G}) -POCO_SOURCES_AUTO_PLAT( TEST_SRCS WIN32 +POCO_SOURCES_AUTO_PLAT( TEST_SRCS OFF src/WinDriver.cpp ) add_executable( ${TESTUNIT} ${TEST_SRCS} ) add_test(NAME ${LIBNAME} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMAND ${TESTUNIT} -all) target_link_libraries( ${TESTUNIT} PocoCppParser PocoFoundation CppUnit ) -if( WIN32) - add_definitions("-D_AFXDLL") - target_link_libraries( ${TESTUNIT} WinTestRunner) -endif(WIN32) diff --git a/CppUnit/CMakeLists.txt b/CppUnit/CMakeLists.txt index 6ab8b1c64..5ab587bc0 100644 --- a/CppUnit/CMakeLists.txt +++ b/CppUnit/CMakeLists.txt @@ -20,7 +20,3 @@ target_include_directories( "${LIBNAME}" $ PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/src ) - -if(WIN32) - add_subdirectory(WinTestRunner) -endif(WIN32) diff --git a/Crypto/testsuite/CMakeLists.txt b/Crypto/testsuite/CMakeLists.txt index e67401df6..c0d6f8eed 100644 --- a/Crypto/testsuite/CMakeLists.txt +++ b/Crypto/testsuite/CMakeLists.txt @@ -8,7 +8,7 @@ POCO_SOURCES_AUTO( TEST_SRCS ${SRCS_G}) file(GLOB_RECURSE HDRS_G "src/*.h" ) POCO_HEADERS_AUTO( TEST_SRCS ${HDRS_G}) -POCO_SOURCES_AUTO_PLAT( TEST_SRCS WIN32 +POCO_SOURCES_AUTO_PLAT( TEST_SRCS OFF src/WinDriver.cpp ) @@ -19,11 +19,6 @@ POCO_SOURCES_AUTO_PLAT( TEST_SRCS WINCE add_executable( ${TESTUNIT} ${TEST_SRCS} ) add_test(NAME ${LIBNAME} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMAND ${TESTUNIT} -all) target_link_libraries( ${TESTUNIT} PocoCrypto PocoNetSSL PocoXML PocoUtil PocoFoundation CppUnit ) -if( WIN32) - #TODO: Is this flag always required? - add_definitions("-D_AFXDLL") - target_link_libraries( ${TESTUNIT} WinTestRunner) -else() +if(UNIX) target_link_libraries( ${TESTUNIT} pthread) -endif(WIN32) - +endif(UNIX) diff --git a/Data/MySQL/testsuite/CMakeLists.txt b/Data/MySQL/testsuite/CMakeLists.txt index 984895f6c..01ae1c1db 100644 --- a/Data/MySQL/testsuite/CMakeLists.txt +++ b/Data/MySQL/testsuite/CMakeLists.txt @@ -8,11 +8,10 @@ POCO_SOURCES_AUTO( TEST_SRCS ${SRCS_G}) file(GLOB_RECURSE HDRS_G "src/*.h" ) POCO_HEADERS_AUTO( TEST_SRCS ${HDRS_G}) -POCO_SOURCES_AUTO_PLAT( TEST_SRCS WIN32 +POCO_SOURCES_AUTO_PLAT( TEST_SRCS OFF src/WinDriver.cpp ) add_executable( ${TESTUNIT} ${TEST_SRCS} ) add_test(NAME ${LIBNAME} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMAND ${TESTUNIT} -all) target_link_libraries( ${TESTUNIT} PocoDataMySQL PocoData PocoFoundation CppUnit ) - diff --git a/Data/ODBC/testsuite/CMakeLists.txt b/Data/ODBC/testsuite/CMakeLists.txt index c5abab781..30cc13695 100644 --- a/Data/ODBC/testsuite/CMakeLists.txt +++ b/Data/ODBC/testsuite/CMakeLists.txt @@ -8,15 +8,10 @@ POCO_SOURCES_AUTO( TEST_SRCS ${SRCS_G}) file(GLOB_RECURSE HDRS_G "src/*.h" ) POCO_HEADERS_AUTO( TEST_SRCS ${HDRS_G}) -POCO_SOURCES_AUTO_PLAT( TEST_SRCS WIN32 +POCO_SOURCES_AUTO_PLAT( TEST_SRCS OFF src/WinDriver.cpp ) add_executable( ${TESTUNIT} ${TEST_SRCS} ) add_test(NAME ${LIBNAME} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMAND ${TESTUNIT} -all) target_link_libraries( ${TESTUNIT} PocoDataODBC PocoData PocoFoundation CppUnit ) -if( WIN32) - add_definitions("-D_AFXDLL") - target_link_libraries( ${TESTUNIT} WinTestRunner) -endif(WIN32) - diff --git a/Data/SQLite/testsuite/CMakeLists.txt b/Data/SQLite/testsuite/CMakeLists.txt index dc330a978..536c8742d 100644 --- a/Data/SQLite/testsuite/CMakeLists.txt +++ b/Data/SQLite/testsuite/CMakeLists.txt @@ -8,16 +8,14 @@ POCO_SOURCES_AUTO( TEST_SRCS ${SRCS_G}) file(GLOB_RECURSE HDRS_G "src/*.h" ) POCO_HEADERS_AUTO( TEST_SRCS ${HDRS_G}) -POCO_SOURCES_AUTO_PLAT( TEST_SRCS WIN32 +POCO_SOURCES_AUTO_PLAT( TEST_SRCS OFF src/WinDriver.cpp ) +POCO_SOURCES_AUTO_PLAT( TEST_SRCS WINCE + src/WinCEDriver.cpp +) + add_executable( ${TESTUNIT} ${TEST_SRCS} ) add_test(NAME ${LIBNAME} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMAND ${TESTUNIT} -all) target_link_libraries( ${TESTUNIT} PocoDataSQLite PocoData PocoFoundation CppUnit ) -if( WIN32) - #TODO: Is this flag always required? - add_definitions("-D_AFXDLL") - target_link_libraries( ${TESTUNIT} WinTestRunner) -endif(WIN32) - diff --git a/Data/testsuite/CMakeLists.txt b/Data/testsuite/CMakeLists.txt index e61d85b9a..b20cff408 100644 --- a/Data/testsuite/CMakeLists.txt +++ b/Data/testsuite/CMakeLists.txt @@ -8,10 +8,14 @@ POCO_SOURCES_AUTO( TEST_SRCS ${SRCS_G}) file(GLOB_RECURSE HDRS_G "src/*.h" ) POCO_HEADERS_AUTO( TEST_SRCS ${HDRS_G}) -POCO_SOURCES_AUTO_PLAT( TEST_SRCS WIN32 +POCO_SOURCES_AUTO_PLAT( TEST_SRCS OFF src/WinDriver.cpp ) +POCO_SOURCES_AUTO_PLAT( TEST_SRCS WINCE + src/WinCEDriver.cpp +) + #TODO: Why is this file there? It doesn't compile if it is include in the sources POCO_SOURCES_AUTO_PLAT( TEST_SRCS OFF src/StatementImpl.cpp @@ -20,8 +24,3 @@ POCO_SOURCES_AUTO_PLAT( TEST_SRCS OFF add_executable( ${TESTUNIT} ${TEST_SRCS} ) add_test(NAME ${LIBNAME} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMAND ${TESTUNIT} -all) target_link_libraries( ${TESTUNIT} PocoData PocoUtil PocoXML PocoFoundation CppUnit) -if( WIN32) - #TODO: Is this flag always required? - add_definitions("-D_AFXDLL") - target_link_libraries( ${TESTUNIT} WinTestRunner) -endif(WIN32) diff --git a/Foundation/testsuite/CMakeLists.txt b/Foundation/testsuite/CMakeLists.txt index 93d3f4197..a0007db02 100644 --- a/Foundation/testsuite/CMakeLists.txt +++ b/Foundation/testsuite/CMakeLists.txt @@ -15,7 +15,8 @@ POCO_SOURCES_AUTO( TEST_SRCS ${SRCS_G}) file(GLOB_RECURSE HDRS_G "src/*.h" ) POCO_HEADERS_AUTO( TEST_SRCS ${HDRS_G}) -POCO_SOURCES_AUTO_PLAT( TEST_SRCS WIN32 +# WinDriver depends on WinTestRunner which depends on MFC, and we don't want that +POCO_SOURCES_AUTO_PLAT( TEST_SRCS OFF src/WinDriver.cpp ) @@ -26,14 +27,11 @@ POCO_SOURCES_PLAT( TEST_SRCS FoundationTest WINCE add_executable( ${TESTUNIT} ${TEST_SRCS} ) add_test(NAME ${LIBNAME} WORKING_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} COMMAND ${TESTUNIT} -all) set_tests_properties(${LIBNAME} PROPERTIES ENVIRONMENT "LD_LIBRARY_PATH=.") # The SharedLibaryTest has to look for shared libraries in the working directory -#set_target_properties( ${TESTUNIT} PROPERTIES COMPILE_FLAGS ${RELEASE_CXX_FLAGS} ) + target_link_libraries( ${TESTUNIT} PocoFoundation CppUnit ) -if( WIN32) - add_definitions("-D_AFXDLL") - target_link_libraries( ${TESTUNIT} WinTestRunner) -else() +if(UNIX) target_link_libraries( ${TESTUNIT} pthread) -endif(WIN32) +endif(UNIX) # The test is run in the runtime directory. So the test data is copied there too add_custom_command(TARGET ${TESTUNIT} POST_BUILD diff --git a/JSON/testsuite/CMakeLists.txt b/JSON/testsuite/CMakeLists.txt index 65fa85d5b..7ef42b406 100644 --- a/JSON/testsuite/CMakeLists.txt +++ b/JSON/testsuite/CMakeLists.txt @@ -8,19 +8,18 @@ POCO_SOURCES_AUTO( TEST_SRCS ${SRCS_G}) file(GLOB_RECURSE HDRS_G "src/*.h" ) POCO_HEADERS_AUTO( TEST_SRCS ${HDRS_G}) -POCO_SOURCES_AUTO_PLAT( TEST_SRCS WIN32 +POCO_SOURCES_AUTO_PLAT( TEST_SRCS OFF src/WinDriver.cpp ) +POCO_SOURCES_AUTO_PLAT( TEST_SRCS WINCE + src/WinCEDriver.cpp +) + add_executable( ${TESTUNIT} ${TEST_SRCS} ) add_test(NAME ${LIBNAME} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMAND ${TESTUNIT} -all) target_link_libraries( ${TESTUNIT} PocoJSON PocoFoundation CppUnit ) -if( WIN32) - add_definitions("-D_AFXDLL") - target_link_libraries( ${TESTUNIT} WinTestRunner) -endif(WIN32) # The test is run in the build directory. So the test data is copied there too add_custom_command(TARGET ${TESTUNIT} POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_CURRENT_SOURCE_DIR}/data ${CMAKE_CURRENT_BINARY_DIR}/data ) - diff --git a/MongoDB/testsuite/CMakeLists.txt b/MongoDB/testsuite/CMakeLists.txt index 6a0c9ce23..d65c57f61 100644 --- a/MongoDB/testsuite/CMakeLists.txt +++ b/MongoDB/testsuite/CMakeLists.txt @@ -8,17 +8,16 @@ POCO_SOURCES_AUTO( TEST_SRCS ${SRCS_G}) file(GLOB_RECURSE HDRS_G "src/*.h" ) POCO_HEADERS_AUTO( TEST_SRCS ${HDRS_G}) -POCO_SOURCES_AUTO_PLAT( TEST_SRCS WIN32 +POCO_SOURCES_AUTO_PLAT( TEST_SRCS OFF src/WinDriver.cpp ) +POCO_SOURCES_AUTO_PLAT( TEST_SRCS WINCE + src/WinCEDriver.cpp +) + set(TESTUNIT "${LIBNAME}-testrunner") add_executable( ${TESTUNIT} ${TEST_SRCS} ) add_test(NAME ${LIBNAME} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMAND ${TESTUNIT} -all) target_link_libraries( ${TESTUNIT} PocoMongoDB PocoFoundation CppUnit ) -if( WIN32) - #TODO: Is this flag always required? - add_definitions("-D_AFXDLL") - target_link_libraries( ${TESTUNIT} WinTestRunner) -endif(WIN32) diff --git a/Net/testsuite/CMakeLists.txt b/Net/testsuite/CMakeLists.txt index 4eb688052..6f3585ccc 100644 --- a/Net/testsuite/CMakeLists.txt +++ b/Net/testsuite/CMakeLists.txt @@ -8,14 +8,14 @@ POCO_SOURCES_AUTO( TEST_SRCS ${SRCS_G}) file(GLOB_RECURSE HDRS_G "src/*.h" ) POCO_HEADERS_AUTO( TEST_SRCS ${HDRS_G}) -POCO_SOURCES_AUTO_PLAT( TEST_SRCS WIN32 +POCO_SOURCES_AUTO_PLAT( TEST_SRCS OFF src/WinDriver.cpp ) +POCO_SOURCES_AUTO_PLAT( TEST_SRCS WINCE + src/WinCEDriver.cpp +) + add_executable( ${TESTUNIT} ${TEST_SRCS} ) add_test(NAME ${LIBNAME} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMAND ${TESTUNIT} -all) target_link_libraries( ${TESTUNIT} PocoNet PocoUtil PocoXML PocoFoundation CppUnit) -if( WIN32) - add_definitions("-D_AFXDLL") - target_link_libraries( ${TESTUNIT} WinTestRunner) -endif(WIN32) diff --git a/NetSSL_OpenSSL/testsuite/CMakeLists.txt b/NetSSL_OpenSSL/testsuite/CMakeLists.txt index 3b5389928..5819a70d9 100644 --- a/NetSSL_OpenSSL/testsuite/CMakeLists.txt +++ b/NetSSL_OpenSSL/testsuite/CMakeLists.txt @@ -8,7 +8,7 @@ POCO_SOURCES_AUTO( TEST_SRCS ${SRCS_G}) file(GLOB_RECURSE HDRS_G "src/*.h" ) POCO_HEADERS_AUTO( TEST_SRCS ${HDRS_G}) -POCO_SOURCES_AUTO_PLAT( TEST_SRCS WIN32 +POCO_SOURCES_AUTO_PLAT( TEST_SRCS OFF src/WinDriver.cpp ) @@ -19,10 +19,6 @@ POCO_SOURCES_AUTO_PLAT( TEST_SRCS WINCE add_executable( ${TESTUNIT} ${TEST_SRCS} ) add_test(NAME ${LIBNAME} WORKING_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} COMMAND ${TESTUNIT} -all) target_link_libraries( ${TESTUNIT} PocoNetSSL PocoCrypto PocoNet PocoUtil PocoXML PocoFoundation CppUnit) -if( WIN32) - add_definitions("-D_AFXDLL") - target_link_libraries( ${TESTUNIT} WinTestRunner) -endif(WIN32) # The test is run in the build directory. So the test data is copied there too add_custom_command(TARGET ${TESTUNIT} POST_BUILD @@ -30,4 +26,3 @@ add_custom_command(TARGET ${TESTUNIT} POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/rootcert.pem ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/testrunner.xml ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${TESTUNIT}.xml ) - diff --git a/NetSSL_Win/testsuite/CMakeLists.txt b/NetSSL_Win/testsuite/CMakeLists.txt index 3b5389928..5819a70d9 100644 --- a/NetSSL_Win/testsuite/CMakeLists.txt +++ b/NetSSL_Win/testsuite/CMakeLists.txt @@ -8,7 +8,7 @@ POCO_SOURCES_AUTO( TEST_SRCS ${SRCS_G}) file(GLOB_RECURSE HDRS_G "src/*.h" ) POCO_HEADERS_AUTO( TEST_SRCS ${HDRS_G}) -POCO_SOURCES_AUTO_PLAT( TEST_SRCS WIN32 +POCO_SOURCES_AUTO_PLAT( TEST_SRCS OFF src/WinDriver.cpp ) @@ -19,10 +19,6 @@ POCO_SOURCES_AUTO_PLAT( TEST_SRCS WINCE add_executable( ${TESTUNIT} ${TEST_SRCS} ) add_test(NAME ${LIBNAME} WORKING_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} COMMAND ${TESTUNIT} -all) target_link_libraries( ${TESTUNIT} PocoNetSSL PocoCrypto PocoNet PocoUtil PocoXML PocoFoundation CppUnit) -if( WIN32) - add_definitions("-D_AFXDLL") - target_link_libraries( ${TESTUNIT} WinTestRunner) -endif(WIN32) # The test is run in the build directory. So the test data is copied there too add_custom_command(TARGET ${TESTUNIT} POST_BUILD @@ -30,4 +26,3 @@ add_custom_command(TARGET ${TESTUNIT} POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/rootcert.pem ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/testrunner.xml ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${TESTUNIT}.xml ) - diff --git a/PDF/testsuite/CMakeLists.txt b/PDF/testsuite/CMakeLists.txt index f4046d781..79ca02515 100644 --- a/PDF/testsuite/CMakeLists.txt +++ b/PDF/testsuite/CMakeLists.txt @@ -8,15 +8,10 @@ POCO_SOURCES_AUTO( TEST_SRCS ${SRCS_G}) file(GLOB_RECURSE HDRS_G "src/*.h" ) POCO_HEADERS_AUTO( TEST_SRCS ${HDRS_G}) -POCO_SOURCES_AUTO_PLAT( TEST_SRCS WIN32 +POCO_SOURCES_AUTO_PLAT( TEST_SRCS OFF src/WinDriver.cpp ) add_executable( ${TESTUNIT} ${TEST_SRCS} ) add_test(NAME ${LIBNAME} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMAND ${TESTUNIT} -all) target_link_libraries( ${TESTUNIT} PocoPDF PocoFoundation CppUnit ) -if( WIN32) - add_definitions("-D_AFXDLL") - target_link_libraries( ${TESTUNIT} WinTestRunner) -endif(WIN32) - diff --git a/Util/testsuite/CMakeLists.txt b/Util/testsuite/CMakeLists.txt index 30e30225b..c65d4565d 100644 --- a/Util/testsuite/CMakeLists.txt +++ b/Util/testsuite/CMakeLists.txt @@ -9,12 +9,15 @@ file(GLOB_RECURSE HDRS_G "src/*.h" ) POCO_HEADERS_AUTO( TEST_SRCS ${HDRS_G}) POCO_SOURCES_AUTO_PLAT( TEST_SRCS WIN32 - src/WinDriver.cpp src/WinConfigurationTest.cpp src/WinRegistryTest.cpp src/WindowsTestSuite.cpp ) +POCO_SOURCES_AUTO_PLAT( TEST_SRCS OFF + src/WinDriver.cpp +) + POCO_SOURCES_AUTO_PLAT( TEST_SRCS WINCE src/WinCEDriver.cpp ) @@ -22,7 +25,3 @@ POCO_SOURCES_AUTO_PLAT( TEST_SRCS WINCE add_executable( ${TESTUNIT} ${TEST_SRCS} ) add_test(NAME ${LIBNAME} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMAND ${TESTUNIT} -all) target_link_libraries( ${TESTUNIT} PocoUtil PocoJSON PocoXML PocoFoundation CppUnit) -if( WIN32) - add_definitions("-D_AFXDLL") - target_link_libraries( ${TESTUNIT} WinTestRunner) -endif(WIN32) diff --git a/XML/testsuite/CMakeLists.txt b/XML/testsuite/CMakeLists.txt index d7983d223..30b18a41f 100644 --- a/XML/testsuite/CMakeLists.txt +++ b/XML/testsuite/CMakeLists.txt @@ -8,7 +8,7 @@ POCO_SOURCES_AUTO( TEST_SRCS ${SRCS_G}) file(GLOB_RECURSE HDRS_G "src/*.h" ) POCO_HEADERS_AUTO( TEST_SRCS ${HDRS_G}) -POCO_SOURCES_AUTO_PLAT( TEST_SRCS WIN32 +POCO_SOURCES_AUTO_PLAT( TEST_SRCS OFF src/WinDriver.cpp ) @@ -19,8 +19,3 @@ POCO_SOURCES_AUTO_PLAT( TEST_SRCS WINCE add_executable( ${TESTUNIT} ${TEST_SRCS} ) add_test(NAME ${LIBNAME} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMAND ${TESTUNIT} -all) target_link_libraries( ${TESTUNIT} PocoXML PocoFoundation CppUnit) -if( WIN32) - add_definitions("-D_AFXDLL") - target_link_libraries( ${TESTUNIT} WinTestRunner) -endif(WIN32) - diff --git a/Zip/testsuite/CMakeLists.txt b/Zip/testsuite/CMakeLists.txt index af1547ec9..dd7ee3a7b 100644 --- a/Zip/testsuite/CMakeLists.txt +++ b/Zip/testsuite/CMakeLists.txt @@ -8,7 +8,7 @@ POCO_SOURCES_AUTO( TEST_SRCS ${SRCS_G}) file(GLOB_RECURSE HDRS_G "src/*.h" ) POCO_HEADERS_AUTO( TEST_SRCS ${HDRS_G}) -POCO_SOURCES_AUTO_PLAT( TEST_SRCS WIN32 +POCO_SOURCES_AUTO_PLAT( TEST_SRCS OFF src/WinDriver.cpp ) @@ -20,12 +20,7 @@ add_executable( ${TESTUNIT} ${TEST_SRCS} ) add_test(NAME ${LIBNAME} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMAND ${TESTUNIT} -all) #set_target_properties( ${TESTUNIT} PROPERTIES COMPILE_FLAGS ${RELEASE_CXX_FLAGS} ) target_link_libraries( ${TESTUNIT} PocoZip PocoNet PocoFoundation CppUnit ) -if( WIN32) - add_definitions("-D_AFXDLL") - target_link_libraries( ${TESTUNIT} WinTestRunner) -endif(WIN32) # The test is run in the build directory. So the test data is copied there too add_custom_command(TARGET ${TESTUNIT} POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_CURRENT_SOURCE_DIR}/data ${CMAKE_CURRENT_BINARY_DIR}/data ) - From 97ea3ef483b10f2ffb7bdcbbbcd7927c94906499 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Thu, 11 Dec 2014 13:25:40 +0100 Subject: [PATCH 22/25] CMake, WinCE: Make samples and tests compile under Windows CE --- Foundation/testsuite/CMakeLists.txt | 8 ++++++-- Net/samples/WebSocketServer/CMakeLists.txt | 3 +++ Util/samples/SampleApp/CMakeLists.txt | 3 +++ Util/samples/SampleServer/CMakeLists.txt | 3 +++ Util/samples/pkill/CMakeLists.txt | 3 +++ Zip/samples/unzip/CMakeLists.txt | 3 +++ Zip/samples/zip/CMakeLists.txt | 3 +++ 7 files changed, 24 insertions(+), 2 deletions(-) diff --git a/Foundation/testsuite/CMakeLists.txt b/Foundation/testsuite/CMakeLists.txt index a0007db02..02c8dca5f 100644 --- a/Foundation/testsuite/CMakeLists.txt +++ b/Foundation/testsuite/CMakeLists.txt @@ -20,7 +20,7 @@ POCO_SOURCES_AUTO_PLAT( TEST_SRCS OFF src/WinDriver.cpp ) -POCO_SOURCES_PLAT( TEST_SRCS FoundationTest WINCE +POCO_SOURCES_AUTO_PLAT( TEST_SRCS WINCE src/WinCEDriver.cpp ) @@ -38,11 +38,15 @@ add_custom_command(TARGET ${TESTUNIT} POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_CURRENT_SOURCE_DIR}/data ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/data ) # TestApp +if(WINCE) +add_executable( TestApp src/TestApp_WINCE.cpp ) +set_target_properties(TestApp PROPERTIES LINK_FLAGS "/ENTRY:wmainCRTStartup") +else() add_executable( TestApp src/TestApp.cpp ) +endif() # The test is run in the runtime directory. So the TestApp is built there too because it is used by the tests set_target_properties( TestApp PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} ) target_link_libraries( TestApp PocoFoundation ) -# TODO: Add TestApp_WINCE if(NOT POCO_STATIC) # TestLibrary diff --git a/Net/samples/WebSocketServer/CMakeLists.txt b/Net/samples/WebSocketServer/CMakeLists.txt index 3ebda2493..ceba96d63 100644 --- a/Net/samples/WebSocketServer/CMakeLists.txt +++ b/Net/samples/WebSocketServer/CMakeLists.txt @@ -4,4 +4,7 @@ set(LOCAL_SRCS "") aux_source_directory(src LOCAL_SRCS) add_executable( ${SAMPLE_NAME} ${LOCAL_SRCS} ) +if(WINCE) +set_target_properties( ${SAMPLE_NAME} PROPERTIES LINK_FLAGS "/ENTRY:wmainCRTStartup") +endif() target_link_libraries( ${SAMPLE_NAME} PocoNet PocoUtil PocoJSON PocoXML PocoFoundation ) diff --git a/Util/samples/SampleApp/CMakeLists.txt b/Util/samples/SampleApp/CMakeLists.txt index 74df9e7de..e11469f27 100644 --- a/Util/samples/SampleApp/CMakeLists.txt +++ b/Util/samples/SampleApp/CMakeLists.txt @@ -4,4 +4,7 @@ set(LOCAL_SRCS "") aux_source_directory(src LOCAL_SRCS) add_executable( ${SAMPLE_NAME} ${LOCAL_SRCS} ) +if(WINCE) +set_target_properties( ${SAMPLE_NAME} PROPERTIES LINK_FLAGS "/ENTRY:wmainCRTStartup") +endif() target_link_libraries( ${SAMPLE_NAME} PocoUtil PocoJSON PocoXML PocoFoundation ) diff --git a/Util/samples/SampleServer/CMakeLists.txt b/Util/samples/SampleServer/CMakeLists.txt index b743e4ab9..ccef003a8 100644 --- a/Util/samples/SampleServer/CMakeLists.txt +++ b/Util/samples/SampleServer/CMakeLists.txt @@ -4,4 +4,7 @@ set(LOCAL_SRCS "") aux_source_directory(src LOCAL_SRCS) add_executable( ${SAMPLE_NAME} ${LOCAL_SRCS} ) +if(WINCE) +set_target_properties( ${SAMPLE_NAME} PROPERTIES LINK_FLAGS "/ENTRY:wmainCRTStartup") +endif() target_link_libraries( ${SAMPLE_NAME} PocoUtil PocoJSON PocoXML PocoFoundation ) diff --git a/Util/samples/pkill/CMakeLists.txt b/Util/samples/pkill/CMakeLists.txt index 5e248d7f3..2b2ed8de5 100644 --- a/Util/samples/pkill/CMakeLists.txt +++ b/Util/samples/pkill/CMakeLists.txt @@ -4,4 +4,7 @@ set(LOCAL_SRCS "") aux_source_directory(src LOCAL_SRCS) add_executable( ${SAMPLE_NAME} ${LOCAL_SRCS} ) +if(WINCE) +set_target_properties( ${SAMPLE_NAME} PROPERTIES LINK_FLAGS "/ENTRY:wmainCRTStartup") +endif() target_link_libraries( ${SAMPLE_NAME} PocoUtil PocoJSON PocoXML PocoFoundation ) diff --git a/Zip/samples/unzip/CMakeLists.txt b/Zip/samples/unzip/CMakeLists.txt index 9305205ba..10586a7ed 100644 --- a/Zip/samples/unzip/CMakeLists.txt +++ b/Zip/samples/unzip/CMakeLists.txt @@ -4,4 +4,7 @@ set(LOCAL_SRCS "") aux_source_directory(src LOCAL_SRCS) add_executable( ${SAMPLE_NAME} ${LOCAL_SRCS} ) +if(WINCE) +set_target_properties( ${SAMPLE_NAME} PROPERTIES LINK_FLAGS "/ENTRY:wmainCRTStartup") +endif() target_link_libraries( ${SAMPLE_NAME} PocoZip PocoUtil PocoXML PocoFoundation ) diff --git a/Zip/samples/zip/CMakeLists.txt b/Zip/samples/zip/CMakeLists.txt index 224ee1aa7..3196b46a1 100644 --- a/Zip/samples/zip/CMakeLists.txt +++ b/Zip/samples/zip/CMakeLists.txt @@ -4,4 +4,7 @@ set(LOCAL_SRCS "") aux_source_directory(src LOCAL_SRCS) add_executable( ${SAMPLE_NAME} ${LOCAL_SRCS} ) +if(WINCE) +set_target_properties( ${SAMPLE_NAME} PROPERTIES LINK_FLAGS "/ENTRY:wmainCRTStartup") +endif() target_link_libraries( ${SAMPLE_NAME} PocoZip PocoUtil PocoXML PocoFoundation ) From fb5f2af7b69dc6361174b2e5e87c5c4907ec7c46 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Wed, 17 Dec 2014 10:48:46 +0100 Subject: [PATCH 23/25] ignore cmake_* subfolders --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bfe4dfef7..1ef70917b 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ CMakeFiles CMakeCache.txt CPackConfig.cmake CPackSourceConfig.cmake +cmake_* # Packages # ############ From 6f809f7acbbccdc30ff8b7c5f99c3651b2fe8da6 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Sun, 21 Dec 2014 21:54:02 +0100 Subject: [PATCH 24/25] CMake: Add support for PageCompiler and File2Page Resolves: #649 --- CMakeLists.txt | 12 ++++++++++++ PageCompiler/CMakeLists.txt | 23 +++++++++++++++++++++++ PageCompiler/File2Page/CMakeLists.txt | 23 +++++++++++++++++++++++ 3 files changed, 58 insertions(+) create mode 100644 PageCompiler/CMakeLists.txt create mode 100644 PageCompiler/File2Page/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 0013871a7..a8e7bab13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,6 +86,8 @@ option(ENABLE_ZIP "Enable Zip" ON) option(ENABLE_APACHECONNECTOR "Enable ApacheConnector" ON) option(ENABLE_CPPPARSER "Enable C++ parser" ON) option(ENABLE_POCODOC "Enable Poco Documentation Generator" ON) +option(ENABLE_PAGECOMPILER "Enable PageCompiler" ON) +option(ENABLE_PAGECOMPILER_FILE2PAGE "Enable File2Page" ON) option(FORCE_OPENSSL "Force usage of OpenSSL even under windows" OFF) @@ -261,6 +263,16 @@ add_subdirectory(PocoDoc) list(APPEND Poco_COMPONENTS "PocoDoc") endif() +if(ENABLE_PAGECOMPILER) +add_subdirectory(PageCompiler) +list(APPEND Poco_COMPONENTS "PageCompiler") +endif() + +if(ENABLE_PAGECOMPILER_FILE2PAGE) +add_subdirectory(PageCompiler/File2Page) +list(APPEND Poco_COMPONENTS "File2Page") +endif() + ############################################################# # Uninstall stuff see: http://www.vtk.org/Wiki/CMake_FAQ configure_file( diff --git a/PageCompiler/CMakeLists.txt b/PageCompiler/CMakeLists.txt new file mode 100644 index 000000000..a7a60bb74 --- /dev/null +++ b/PageCompiler/CMakeLists.txt @@ -0,0 +1,23 @@ +set(POCO_EXENAME "PageCompiler") + +# Sources +file(GLOB SRCS_G "src/*.cpp") +POCO_SOURCES_AUTO( SRCS ${SRCS_G}) + +add_executable( "${POCO_EXENAME}" ${SRCS} ) +set_target_properties( "${POCO_EXENAME}" + PROPERTIES + OUTPUT_NAME cpspc + ) + +target_link_libraries( "${POCO_EXENAME}" Net Util XML JSON Foundation) + +install( + TARGETS "${POCO_EXENAME}" EXPORT "${POCO_EXENAME}Targets" + LIBRARY DESTINATION lib${LIB_SUFFIX} + ARCHIVE DESTINATION lib${LIB_SUFFIX} + RUNTIME DESTINATION bin + INCLUDES DESTINATION include + ) + +#POCO_GENERATE_PACKAGE("${LIBNAME}" "${LIBNAME}Targets" "lib/cmake/${PROJECT_NAME}") diff --git a/PageCompiler/File2Page/CMakeLists.txt b/PageCompiler/File2Page/CMakeLists.txt new file mode 100644 index 000000000..9ab634dd8 --- /dev/null +++ b/PageCompiler/File2Page/CMakeLists.txt @@ -0,0 +1,23 @@ +set(POCO_EXENAME "File2Page") + +# Sources +file(GLOB SRCS_G "src/*.cpp") +POCO_SOURCES_AUTO( SRCS ${SRCS_G}) + +add_executable( "${POCO_EXENAME}" ${SRCS} ) +set_target_properties( "${POCO_EXENAME}" + PROPERTIES + OUTPUT_NAME f2cpsp + ) + +target_link_libraries( "${POCO_EXENAME}" Net Util XML JSON Foundation) + +install( + TARGETS "${POCO_EXENAME}" EXPORT "${POCO_EXENAME}Targets" + LIBRARY DESTINATION lib${LIB_SUFFIX} + ARCHIVE DESTINATION lib${LIB_SUFFIX} + RUNTIME DESTINATION bin + INCLUDES DESTINATION include + ) + +#POCO_GENERATE_PACKAGE("${LIBNAME}" "${LIBNAME}Targets" "lib/cmake/${PROJECT_NAME}") From d247e1cf0515adcc550ba1ed97f6f8b573e4cd96 Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Mon, 22 Dec 2014 00:06:53 +0100 Subject: [PATCH 25/25] updated CHANGELOG; CMake fixes for OS X; doc updates; release script improvements --- CHANGELOG | 1 + CMakeLists.txt | 21 +++-- Foundation/samples/CMakeLists.txt | 3 +- doc/00200-GettingStarted.page | 8 +- doc/99100-ReleaseNotes.page | 3 + release/script/cpproj | 140 +++++++++++++++++------------- release/script/mkrelease | 92 ++++++++++---------- 7 files changed, 146 insertions(+), 122 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f13d87bde..7e6b6c53f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -57,6 +57,7 @@ Release 1.6.0 (2014-12-22) - Poco::URI: added new constructor to create URI from Path - Various documentation and style fixes - Removed support (project/solution files) for Visual Studio.NET 2003 and Visual Studio 2005. +- Improved CMake support Release 1.5.4 (2014-10-14) diff --git a/CMakeLists.txt b/CMakeLists.txt index a8e7bab13..cdd8eafb5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,21 +71,21 @@ include(PocoMacros) option(ENABLE_XML "Enable the XML" ON) option(ENABLE_JSON "Enable the JSON" ON) option(ENABLE_MONGODB "Enable MongoDB" ON) -option(ENABLE_PDF "Enable PDF" ON) +option(ENABLE_PDF "Enable PDF" OFF) option(ENABLE_UTIL "Enable Util" ON) option(ENABLE_NET "Enable Net" ON) option(ENABLE_NETSSL "Enable NetSSL" ON) -option(ENABLE_NETSSL_WIN "Enable NetSSL Windows" ON) +option(ENABLE_NETSSL_WIN "Enable NetSSL Windows" OFF) option(ENABLE_CRYPTO "Enable Crypto" ON) option(ENABLE_DATA "Enable Data" ON) option(ENABLE_DATA_SQLITE "Enable Data SQlite" ON) option(ENABLE_DATA_MYSQL "Enable Data MySQL" ON) option(ENABLE_DATA_ODBC "Enable Data ODBC" ON) -option(ENABLE_SEVENZIP "Enable SevenZip" ON) +option(ENABLE_SEVENZIP "Enable SevenZip" OFF) option(ENABLE_ZIP "Enable Zip" ON) -option(ENABLE_APACHECONNECTOR "Enable ApacheConnector" ON) -option(ENABLE_CPPPARSER "Enable C++ parser" ON) -option(ENABLE_POCODOC "Enable Poco Documentation Generator" ON) +option(ENABLE_APACHECONNECTOR "Enable ApacheConnector" OFF) +option(ENABLE_CPPPARSER "Enable C++ parser" OFF) +option(ENABLE_POCODOC "Enable Poco Documentation Generator" OFF) option(ENABLE_PAGECOMPILER "Enable PageCompiler" ON) option(ENABLE_PAGECOMPILER_FILE2PAGE "Enable File2Page" ON) @@ -137,8 +137,13 @@ endif(WIN32) if (UNIX AND NOT ANDROID ) add_definitions( -DPOCO_OS_FAMILY_UNIX ) # Standard 'must be' defines - add_definitions( -D_XOPEN_SOURCE=500 -D_REENTRANT -D_THREAD_SAFE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64) - set(SYSLIBS pthread dl rt) + if (APPLE) + add_definitions( -DPOCO_HAVE_IPv6 -DPOCO_NO_STAT64) + set(SYSLIBS dl) + else (APPLE) + add_definitions( -D_XOPEN_SOURCE=500 -D_REENTRANT -D_THREAD_SAFE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64) + set(SYSLIBS pthread dl rt) + endif (APPLE) endif(UNIX AND NOT ANDROID ) if (CMAKE_SYSTEM MATCHES "SunOS") diff --git a/Foundation/samples/CMakeLists.txt b/Foundation/samples/CMakeLists.txt index 77b4bddde..cc82eb299 100644 --- a/Foundation/samples/CMakeLists.txt +++ b/Foundation/samples/CMakeLists.txt @@ -16,5 +16,4 @@ add_subdirectory(grep) add_subdirectory(hmacmd5) add_subdirectory(inflate) add_subdirectory(md5) -add_subdirectory(uuidgen -) +add_subdirectory(uuidgen) diff --git a/doc/00200-GettingStarted.page b/doc/00200-GettingStarted.page index 3baa88a6f..a08c99cdb 100644 --- a/doc/00200-GettingStarted.page +++ b/doc/00200-GettingStarted.page @@ -292,7 +292,7 @@ available: As an alternative to the platform specific Makefiles and Solutions, CMake can be used to do build Poco. CMake is a cross platform Makefile generator that also supports -Microsoft Visual Studio and Apple XCode. +Microsoft Visual Studio and Apple Xcode. Poco requires CMake 3.0 or higher. Static binaries for many platforms can be downloaded from http://www.cmake.org/ CMake supports out of source builds and this is the recommended way to build Poco using CMake. @@ -305,7 +305,7 @@ and you like to build Poco with the generated Makefiles just type the following $ cmake .. $ make -This will build Poco in a subdirectory cmake_build. All files produced during build are located in this directory. +This will build Poco in a subdirectory <*cmake_build*>. All files produced during build are located in this directory. CMake allows you to set some build time options. As an example: to disable the SevenZip support type the following command: @@ -313,15 +313,13 @@ type the following command: $ cmake -DENABLE_SEVENZIP=OFF .. Similar options are available for other components (see: CMakeLists.txt). ----- !!!Tutorials And Sample Code Introductory documentation consisting of various documents and tutorials in the form of slide decks can be found at the -[[http://pocoproject.org/documentation/ POCO C++ Libraries -Documentation]] page. +[[http://pocoproject.org/documentation/ POCO C++ Libraries Documentation]] page. Sample applications demonstrating the various features of the POCO C++ Libraries are delivered with the source code. Every library's source diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index c9fffc800..7277cda08 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -59,6 +59,7 @@ AAAIntroduction - Poco::URI: added new constructor to create URI from Path - Various documentation and style fixes - Removed support (project/solution files) for Visual Studio.NET 2003 and Visual Studio 2005. + - Improved CMake support !!Incompatible Changes and Possible Transition Issues @@ -67,6 +68,8 @@ AAAIntroduction lead to diagnostic messages while compiling. - Support (project and solution files) for MS Visual Studio 2003 and 2005 has been removed; the oldest officially supported VS version is 2008 (MSVC version 9.0). + - MongoDB: The ObjectId class has a new constructor taking a std::string containing a + hexadecimal representation of the object ID. !!!Release 1.5.4 diff --git a/release/script/cpproj b/release/script/cpproj index 8eea56717..7d6c6a3dd 100755 --- a/release/script/cpproj +++ b/release/script/cpproj @@ -30,27 +30,31 @@ if [ -d ${src}/include ] ; then mkdir -p ${dst}/include cp -R ${src}/include/* ${dst}/include fi -cp ${src}/src/* ${dst}/src -cp ${src}/*.sln ${dst} -cp ${src}/*.vcproj ${dst} -cp ${src}/*.vcxproj ${dst} -cp ${src}/*.vcxproj.filters ${dst} -cp ${src}/Makefile* ${dst} -cp ${src}/*.make ${dst} -cp ${src}/*.progen ${dst} -if [ "`find ${src} -name '*.vmsbuild'`" != "" ] ; then - cp ${src}/*.vmsbuild ${dst} -fi +cp ${src}/src/* ${dst}/src >/dev/null 2>&1 +cp ${src}/*.sln ${dst} >/dev/null 2>&1 +cp ${src}/*.vcproj ${dst} >/dev/null 2>&1 +cp ${src}/*.vcxproj ${dst} >/dev/null 2>&1 +cp ${src}/*.vcxproj.filters ${dst} >/dev/null 2>&1 +cp ${src}/Makefile* ${dst} >/dev/null 2>&1 +cp ${src}/*.make ${dst} >/dev/null 2>&1 +cp ${src}/*.progen ${dst} >/dev/null 2>&1 +cp ${src}/CMakeLists.txt ${dst} >/dev/null 2>&1 + if [ "`find ${src} -name '*.vxbuild'`" != "" ] ; then - cp ${src}/*.vxbuild ${dst} + cp ${src}/*.vxbuild ${dst} >/dev/null 2>&1 fi if [ "`find ${src} -name '*.bndlspec'`" != "" ] ; then - cp ${src}/*.bndlspec ${dst} + cp ${src}/*.bndlspec ${dst} >/dev/null 2>&1 fi if [ -f ${src}/.project ] ; then - cp ${src}/.project ${dst} - cp ${src}/.cdtproject ${dst} + cp ${src}/.project ${dst} >/dev/null 2>&1 + cp ${src}/.cdtproject ${dst} >/dev/null 2>&1 +fi + +if [ -d ${src}/cmake ] ; then + mkdir -p ${dst}/cmake + cp -R ${src}/cmake/* ${dst}/cmake >/dev/null 2>&1 fi if [ -d ${src}/testsuite ] ; then @@ -59,38 +63,42 @@ if [ -d ${src}/testsuite ] ; then if [ -d ${src}/testsuite/data ] ; then mkdir -p ${dst}/testsuite/data - cp -R ${src}/testsuite/data/* ${dst}/testsuite/data + cp -R ${src}/testsuite/data/* ${dst}/testsuite/data >/dev/null 2>&1 fi if [ -d ${src}/testsuite/bundles ] ; then mkdir -p ${dst}/testsuite/bundles - cp -R ${src}/testsuite/bundles/* ${dst}/testsuite/bundles + cp -R ${src}/testsuite/bundles/* ${dst}/testsuite/bundles >/dev/null 2>&1 fi - cp ${src}/testsuite/src/* ${dst}/testsuite/src - cp ${src}/testsuite/*.vcproj ${dst}/testsuite - cp ${src}/testsuite/*.vcxproj ${dst}/testsuite - cp ${src}/testsuite/*.vcxproj.filters ${dst}/testsuite - cp ${src}/testsuite/Makefile* ${dst}/testsuite - cp ${src}/testsuite/*.make ${dst}/testsuite - cp ${src}/testsuite/*.progen ${dst}/testsuite - if [ "`find ${src}/testsuite -name '*.vmsbuild'`" != "" ] ; then - cp ${src}/testsuite/*.vmsbuild ${dst}/testsuite + cp ${src}/testsuite/src/* ${dst}/testsuite/src >/dev/null 2>&1 + cp ${src}/testsuite/*.vcproj ${dst}/testsuite >/dev/null 2>&1 + cp ${src}/testsuite/*.vcxproj ${dst}/testsuite >/dev/null 2>&1 + cp ${src}/testsuite/*.vcxproj.filters ${dst}/testsuite >/dev/null 2>&1 + cp ${src}/testsuite/Makefile* ${dst}/testsuite >/dev/null 2>&1 + cp ${src}/testsuite/*.make ${dst}/testsuite >/dev/null 2>&1 + cp ${src}/testsuite/*.progen ${dst}/testsuite >/dev/null 2>&1 + cp ${src}/testsuite/CMakeLists.txt ${dst}/testsuite >/dev/null 2>&1 + + if [ -d ${src}/testsuite/cmake ] ; then + mkdir -p ${dst}/testsuite/cmake + cp -R ${src}/testsuite/cmake/* ${dst}/testsuite/cmake >/dev/null 2>&1 fi + if [ "`find ${src}/testsuite -name '*.opt'`" != "" ] ; then - cp ${src}/testsuite/*.opt ${dst}/testsuite + cp ${src}/testsuite/*.opt ${dst}/testsuite >/dev/null 2>&1 fi if [ "`find ${src}/testsuite -name '*.vxbuild'`" != "" ] ; then - cp ${src}/testsuite/*.vxbuild ${dst}/testsuite + cp ${src}/testsuite/*.vxbuild ${dst}/testsuite >/dev/null 2>&1 fi if [ "`find ${src}/testsuite -name '*.properties'`" != "" ] ; then - cp ${src}/testsuite/*.properties ${dst}/testsuite + cp ${src}/testsuite/*.properties ${dst}/testsuite >/dev/null 2>&1 fi if [ "`find ${src}/testsuite -name '*.xml'`" != "" ] ; then - cp ${src}/testsuite/*.xml ${dst}/testsuite + cp ${src}/testsuite/*.xml ${dst}/testsuite >/dev/null 2>&1 fi if [ "`find ${src}/testsuite -name '*.pem'`" != "" ] ; then - cp ${src}/testsuite/*.pem ${dst}/testsuite + cp ${src}/testsuite/*.pem ${dst}/testsuite >/dev/null 2>&1 fi fi @@ -102,16 +110,17 @@ for extradir in $extradirs ; do if [ -d ${src}/${extradir} ] ; then mkdir -p ${dst}/${extradir} - cp -R ${src}/${extradir}/* ${dst}/${extradir} + cp -R ${src}/${extradir}/* ${dst}/${extradir} >/dev/null 2>&1 fi done if [ -d ${src}/samples ] ; then mkdir -p ${dst}/samples - cp ${src}/samples/*.sln ${dst}/samples - cp ${src}/samples/Makefile* ${dst}/samples - cp ${src}/samples/*.progen ${dst}/samples + cp ${src}/samples/*.sln ${dst}/samples >/dev/null 2>&1 + cp ${src}/samples/Makefile* ${dst}/samples >/dev/null 2>&1 + cp ${src}/samples/*.progen ${dst}/samples >/dev/null 2>&1 + cp ${src}/samples/CMakeLists.txt ${dst}/samples >/dev/null 2>&1 samples=`find ${src}/samples/* -type d -print -prune | sed "s:^.*/::"` @@ -121,89 +130,96 @@ if [ -d ${src}/samples ] ; then mkdir -p ${dst}/samples/${sample} if [ -d ${src}/samples/${sample}/src ] ; then mkdir -p ${dst}/samples/${sample}/src - cp ${src}/samples/${sample}/src/* ${dst}/samples/${sample}/src + cp ${src}/samples/${sample}/src/* ${dst}/samples/${sample}/src >/dev/null 2>&1 fi if [ -d ${src}/samples/${sample}/bundle ] ; then mkdir -p ${dst}/samples/${sample}/bundle - cp -R ${src}/samples/${sample}/bundle/* ${dst}/samples/${sample}/bundle + cp -R ${src}/samples/${sample}/bundle/* ${dst}/samples/${sample}/bundle >/dev/null 2>&1 fi if [ -d ${src}/samples/${sample}/res ] ; then mkdir -p ${dst}/samples/${sample}/res - cp -R ${src}/samples/${sample}/res/* ${dst}/samples/${sample}/res + cp -R ${src}/samples/${sample}/res/* ${dst}/samples/${sample}/res >/dev/null 2>&1 fi if [ -d ${src}/samples/${sample}/xml ] ; then mkdir -p ${dst}/samples/${sample}/xml - cp -R ${src}/samples/${sample}/xml/* ${dst}/samples/${sample}/xml + cp -R ${src}/samples/${sample}/xml/* ${dst}/samples/${sample}/xml >/dev/null 2>&1 fi if [ -d ${src}/samples/${sample}/media ] ; then mkdir -p ${dst}/samples/${sample}/media - cp -R ${src}/samples/${sample}/media/* ${dst}/samples/${sample}/media + cp -R ${src}/samples/${sample}/media/* ${dst}/samples/${sample}/media >/dev/null 2>&1 + fi + + cp ${src}/samples/${sample}/*.vcproj ${dst}/samples/${sample} >/dev/null 2>&1 + cp ${src}/samples/${sample}/*.vcxproj ${dst}/samples/${sample} >/dev/null 2>&1 + cp ${src}/samples/${sample}/*.vcxproj.filters ${dst}/samples/${sample} >/dev/null 2>&1 + cp ${src}/samples/${sample}/Makefile* ${dst}/samples/${sample} >/dev/null 2>&1 + cp ${src}/samples/${sample}/*.make ${dst}/samples/${sample} >/dev/null 2>&1 + cp ${src}/samples/${sample}/*.progen ${dst}/samples/${sample} >/dev/null 2>&1 + cp ${src}/samples/${sample}/CMakeLists.txt ${dst}/samples/${sample} >/dev/null 2>&1 + + if [ -d ${src}/samples/${sample}/cmake ] ; then + mkdir -p ${dst}/samples/${sample}/cmake + cp -R ${src}/samples/${sample}/cmake/* ${dst}/samples/${sample}/cmake >/dev/null 2>&1 fi - cp ${src}/samples/${sample}/*.vcproj ${dst}/samples/${sample} - cp ${src}/samples/${sample}/*.vcxproj ${dst}/samples/${sample} - cp ${src}/samples/${sample}/*.vcxproj.filters ${dst}/samples/${sample} - cp ${src}/samples/${sample}/Makefile* ${dst}/samples/${sample} - cp ${src}/samples/${sample}/*.make ${dst}/samples/${sample} - cp ${src}/samples/${sample}/*.progen ${dst}/samples/${sample} if [ "`find ${src}/samples/${sample}/ -name '*.vmsbuild'`" != "" ] ; then - cp ${src}/samples/${sample}/*.vmsbuild ${dst}/samples/${sample} + cp ${src}/samples/${sample}/*.vmsbuild ${dst}/samples/${sample} >/dev/null 2>&1 fi if [ "`find ${src}/samples/${sample}/ -name '*.opt'`" != "" ] ; then - cp ${src}/samples/${sample}/*.opt ${dst}/samples/${sample} + cp ${src}/samples/${sample}/*.opt ${dst}/samples/${sample} >/dev/null 2>&1 fi if [ "`find ${src}/samples/${sample}/ -name '*.vxbuild'`" != "" ] ; then - cp ${src}/samples/${sample}/*.vxbuild ${dst}/samples/${sample} + cp ${src}/samples/${sample}/*.vxbuild ${dst}/samples/${sample} >/dev/null 2>&1 fi if [ "`find ${src}/samples/${sample}/ -name '*.properties'`" != "" ] ; then - cp ${src}/samples/${sample}/*.properties ${dst}/samples/${sample} + cp ${src}/samples/${sample}/*.properties ${dst}/samples/${sample} >/dev/null 2>&1 fi if [ "`find ${src}/samples/${sample}/ -name '*.ini'`" != "" ] ; then - cp ${src}/samples/${sample}/*.ini ${dst}/samples/${sample} + cp ${src}/samples/${sample}/*.ini ${dst}/samples/${sample} >/dev/null 2>&1 fi if [ "`find ${src}/samples/${sample}/ -name '*.xml'`" != "" ] ; then - cp ${src}/samples/${sample}/*.xml ${dst}/samples/${sample} + cp ${src}/samples/${sample}/*.xml ${dst}/samples/${sample} >/dev/null 2>&1 fi if [ "`find ${src}/samples/${sample}/ -name '*.wsdl'`" != "" ] ; then - cp ${src}/samples/${sample}/*.wsdl ${dst}/samples/${sample} + cp ${src}/samples/${sample}/*.wsdl ${dst}/samples/${sample} >/dev/null 2>&1 fi if [ "`find ${src}/samples/${sample}/ -name '*.pem'`" != "" ] ; then - cp ${src}/samples/${sample}/*.pem ${dst}/samples/${sample} + cp ${src}/samples/${sample}/*.pem ${dst}/samples/${sample} >/dev/null 2>&1 fi if [ "`find ${src}/samples/${sample}/ -name '*.bndlspec'`" != "" ] ; then - cp ${src}/samples/${sample}/*.bndlspec ${dst}/samples/${sample} + cp ${src}/samples/${sample}/*.bndlspec ${dst}/samples/${sample} >/dev/null 2>&1 fi if [ -d ${src}/samples/${sample}/include ] ; then mkdir -p ${dst}/samples/${sample}/include - cp -R ${src}/samples/${sample}/include/* ${dst}/samples/${sample}/include + cp -R ${src}/samples/${sample}/include/* ${dst}/samples/${sample}/include >/dev/null 2>&1 fi if [ -d ${src}/samples/${sample}/bin ] ; then mkdir -p ${dst}/samples/${sample}/bin if [ "`find ${src}/samples/${sample}/bin/ -name '*.properties'`" != "" ] ; then - cp ${src}/samples/${sample}/bin/*.properties ${dst}/samples/${sample}/bin + cp ${src}/samples/${sample}/bin/*.properties ${dst}/samples/${sample}/bin >/dev/null 2>&1 fi if [ "`find ${src}/samples/${sample}/bin/ -name '*.ini'`" != "" ] ; then - cp ${src}/samples/${sample}/bin/*.ini ${dst}/samples/${sample}/bin + cp ${src}/samples/${sample}/bin/*.ini ${dst}/samples/${sample}/bin >/dev/null 2>&1 fi if [ "`find ${src}/samples/${sample}/bin/ -name '*.xml'`" != "" ] ; then - cp ${src}/samples/${sample}/bin/*.xml ${dst}/samples/${sample}/bin + cp ${src}/samples/${sample}/bin/*.xml ${dst}/samples/${sample}/bin >/dev/null 2>&1 fi if [ "`find ${src}/samples/${sample}/bin/ -name '*.wsdl'`" != "" ] ; then - cp ${src}/samples/${sample}/bin/*.wsdl ${dst}/samples/${sample}/bin + cp ${src}/samples/${sample}/bin/*.wsdl ${dst}/samples/${sample}/bin >/dev/null 2>&1 fi if [ "`find ${src}/samples/${sample}/bin/ -name '*.pem'`" != "" ] ; then - cp ${src}/samples/${sample}/bin/*.pem ${dst}/samples/${sample}/bin + cp ${src}/samples/${sample}/bin/*.pem ${dst}/samples/${sample}/bin >/dev/null 2>&1 fi fi else mkdir -p ${dst}/samples/${sample} - cp -R ${src}/samples/${sample}/* ${dst}/samples/${sample} + cp -R ${src}/samples/${sample}/* ${dst}/samples/${sample} >/dev/null 2>&1 fi done fi diff --git a/release/script/mkrelease b/release/script/mkrelease index 61383c36f..2815c2cd4 100755 --- a/release/script/mkrelease +++ b/release/script/mkrelease @@ -79,6 +79,7 @@ mkdir -p ${target} mkdir -p ${target}/doc mkdir -p ${target}/contrib mkdir -p ${target}/patches +mkdir -p ${target}/cmake # @@ -98,6 +99,9 @@ cp ${POCO_BASE}/doc/*.page ${target}/doc cp -R ${POCO_BASE}/contrib/* ${target}/contrib cp -R ${POCO_BASE}/patches/* ${target}/patches +cp -R ${POCO_BASE}/cmake/* ${target}/cmake +cp ${POCO_BASE}/CMakeLists.txt ${target} + # # build system @@ -116,10 +120,8 @@ cp ${POCO_BASE}/build/script/makeldpath ${target}/build/script cp ${POCO_BASE}/build/script/shlibln ${target}/build/script cp ${POCO_BASE}/build/script/projname ${target}/build/script cp ${POCO_BASE}/build/script/vxprogen ${target}/build/script -cp ${POCO_BASE}/build/vms/* ${target}/build/vms cp ${POCO_BASE}/buildwin.cmd ${target} cp ${POCO_BASE}/configure ${target} -cp ${POCO_BASE}/buildvms.com ${target} cp ${POCO_BASE}/libversion ${target} if [ $internal = 1 ] ; then @@ -140,28 +142,28 @@ mkdir -p ${target}/CppUnit/WinTestRunner/include/WinTestRunner mkdir -p ${target}/CppUnit/WinTestRunner/src mkdir -p ${target}/CppUnit/WinTestRunner/res -cp ${POCO_BASE}/CppUnit/doc/* ${target}/CppUnit/doc -cp ${POCO_BASE}/CppUnit/include/CppUnit/* ${target}/CppUnit/include/CppUnit -cp ${POCO_BASE}/CppUnit/src/* ${target}/CppUnit/src -cp ${POCO_BASE}/CppUnit/*.sln ${target}/CppUnit -cp ${POCO_BASE}/CppUnit/*.vcproj ${target}/CppUnit -cp ${POCO_BASE}/CppUnit/*.vcxproj ${target}/CppUnit -cp ${POCO_BASE}/CppUnit/*.vcxproj.filters ${target}/CppUnit -cp ${POCO_BASE}/CppUnit/*.vcxproj.user ${target}/CppUnit -cp ${POCO_BASE}/CppUnit/Makefile ${target}/CppUnit -cp ${POCO_BASE}/CppUnit/*.vmsbuild ${target}/CppUnit -cp ${POCO_BASE}/CppUnit/*.vxbuild ${target}/CppUnit -cp ${POCO_BASE}/CppUnit/*.progen ${target}/CppUnit +cp ${POCO_BASE}/CppUnit/doc/* ${target}/CppUnit/doc >/dev/null 2>&1 +cp ${POCO_BASE}/CppUnit/include/CppUnit/* ${target}/CppUnit/include/CppUnit >/dev/null 2>&1 +cp ${POCO_BASE}/CppUnit/src/* ${target}/CppUnit/src >/dev/null 2>&1 +cp ${POCO_BASE}/CppUnit/*.sln ${target}/CppUnit >/dev/null 2>&1 +cp ${POCO_BASE}/CppUnit/*.vcproj ${target}/CppUnit >/dev/null 2>&1 +cp ${POCO_BASE}/CppUnit/*.vcxproj ${target}/CppUnit >/dev/null 2>&1 +cp ${POCO_BASE}/CppUnit/*.vcxproj.filters ${target}/CppUnit >/dev/null 2>&1 +cp ${POCO_BASE}/CppUnit/*.vcxproj.user ${target}/CppUnit >/dev/null 2>&1 +cp ${POCO_BASE}/CppUnit/Makefile ${target}/CppUnit >/dev/null 2>&1 +cp ${POCO_BASE}/CppUnit/*.vmsbuild ${target}/CppUnit >/dev/null 2>&1 +cp ${POCO_BASE}/CppUnit/*.vxbuild ${target}/CppUnit >/dev/null 2>&1 +cp ${POCO_BASE}/CppUnit/*.progen ${target}/CppUnit >/dev/null 2>&1 -cp ${POCO_BASE}/CppUnit/WinTestRunner/include/WinTestRunner/* ${target}/CppUnit/WinTestRunner/include/WinTestRunner -cp ${POCO_BASE}/CppUnit/WinTestRunner/src/* ${target}/CppUnit/WinTestRunner/src -cp ${POCO_BASE}/CppUnit/WinTestRunner/res/WinTestRunner.rc ${target}/CppUnit/WinTestRunner/res -cp ${POCO_BASE}/CppUnit/WinTestRunner/res/Resource.h ${target}/CppUnit/WinTestRunner/res -cp ${POCO_BASE}/CppUnit/WinTestRunner/*.vcproj ${target}/CppUnit/WinTestRunner -cp ${POCO_BASE}/CppUnit/WinTestRunner/*.vcxproj ${target}/CppUnit/WinTestRunner -cp ${POCO_BASE}/CppUnit/WinTestRunner/*.vcxproj.filters ${target}/CppUnit/WinTestRunner -cp ${POCO_BASE}/CppUnit/WinTestRunner/*.vcxproj.user ${target}/CppUnit/WinTestRunner -cp ${POCO_BASE}/CppUnit/WinTestRunner/*.progen ${target}/CppUnit/WinTestRunner +cp ${POCO_BASE}/CppUnit/WinTestRunner/include/WinTestRunner/* ${target}/CppUnit/WinTestRunner/include/WinTestRunner >/dev/null 2>&1 +cp ${POCO_BASE}/CppUnit/WinTestRunner/src/* ${target}/CppUnit/WinTestRunner/src >/dev/null 2>&1 +cp ${POCO_BASE}/CppUnit/WinTestRunner/res/WinTestRunner.rc ${target}/CppUnit/WinTestRunner/res >/dev/null 2>&1 +cp ${POCO_BASE}/CppUnit/WinTestRunner/res/Resource.h ${target}/CppUnit/WinTestRunner/res >/dev/null 2>&1 +cp ${POCO_BASE}/CppUnit/WinTestRunner/*.vcproj ${target}/CppUnit/WinTestRunner >/dev/null 2>&1 +cp ${POCO_BASE}/CppUnit/WinTestRunner/*.vcxproj ${target}/CppUnit/WinTestRunner >/dev/null 2>&1 +cp ${POCO_BASE}/CppUnit/WinTestRunner/*.vcxproj.filters ${target}/CppUnit/WinTestRunner >/dev/null 2>&1 +cp ${POCO_BASE}/CppUnit/WinTestRunner/*.vcxproj.user ${target}/CppUnit/WinTestRunner >/dev/null 2>&1 +cp ${POCO_BASE}/CppUnit/WinTestRunner/*.progen ${target}/CppUnit/WinTestRunner >/dev/null 2>&1 # @@ -360,28 +362,6 @@ distclean: ENDOFSCRIPT -# -# Create Visual Studio 7.1 build script -# -cat >${target}/build_vs71.cmd <<'ENDOFSCRIPT' -@echo off -if defined VS71COMNTOOLS ( -call "%VS71COMNTOOLS%\vsvars32.bat") -buildwin 71 build shared both Win32 samples -ENDOFSCRIPT - - -# -# Create Visual Studio 8 build script -# -cat >${target}/build_vs80.cmd <<'ENDOFSCRIPT' -@echo off -if defined VS80COMNTOOLS ( -call "%VS80COMNTOOLS%\vsvars32.bat") -buildwin 80 build shared both Win32 samples -ENDOFSCRIPT - - # # Create Visual Studio 9 build script # @@ -404,6 +384,28 @@ buildwin 100 build shared both Win32 samples ENDOFSCRIPT +# +# Create Visual Studio 11 build script +# +cat >${target}/build_vs110.cmd <<'ENDOFSCRIPT' +@echo off +if defined VS110COMNTOOLS ( +call "%VS110COMNTOOLS%\vsvars32.bat") +buildwin 110 build shared both Win32 samples +ENDOFSCRIPT + + +# +# Create Visual Studio 12 build script +# +cat >${target}/build_vs120.cmd <<'ENDOFSCRIPT' +@echo off +if defined VS120COMNTOOLS ( +call "%VS120COMNTOOLS%\vsvars32.bat") +buildwin 120 build shared both Win32 samples +ENDOFSCRIPT + + # # Create Visual Studio 9 WinCE build script #