From 3ce83ed560f0b5e025cc795fb356f3e650e114e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Sun, 23 Jun 2019 08:25:34 +0200 Subject: [PATCH] fixed VS projects/solutions; added VS2019 projects/solutions --- CppParser/CppParser_vs90.vcproj | 527 +- CppParser/CppParser_x64_vs90.vcproj | 523 +- CppUnit/CppUnit_vs160.sln | 32 + CppUnit/CppUnit_vs160.vcxproj | 416 ++ CppUnit/CppUnit_vs160.vcxproj.filters | 89 + CppUnit/CppUnit_x64_vs160.sln | 32 + CppUnit/CppUnit_x64_vs160.vcxproj | 416 ++ CppUnit/CppUnit_x64_vs160.vcxproj.filters | 89 + Crypto/Crypto_VS90.vcproj | 2 - Crypto/Crypto_x64_vs90.vcproj | 591 +- Data/Data_VS90.vcproj | 723 ++- Data/Data_x64_vs90.vcproj | 719 ++- Data/MySQL/MySQL_VS90.vcproj | 454 +- Data/MySQL/MySQL_x64_vs90.vcproj | 450 +- Data/ODBC/ODBC_VS90.vcproj | 583 +- Data/ODBC/ODBC_x64_vs90.vcproj | 579 +- Data/SQLite/SQLite_VS90.vcproj | 454 +- Data/SQLite/SQLite_x64_vs90.vcproj | 450 +- Encodings/Encodings_vs90.vcproj | 570 +- Encodings/Encodings_x64_vs90.vcproj | 566 +- Foundation/Foundation_vs120.sln | 98 +- Foundation/Foundation_vs120.vcxproj | 1058 ++-- Foundation/Foundation_vs140.sln | 100 +- Foundation/Foundation_vs140.vcxproj | 1058 ++-- Foundation/Foundation_vs150.sln | 34 + Foundation/Foundation_vs150.vcxproj | 1058 ++-- Foundation/Foundation_vs160.sln | 99 + Foundation/Foundation_vs160.vcxproj | 1274 +++++ Foundation/Foundation_vs160.vcxproj.filters | 1868 +++++++ Foundation/Foundation_vs90.sln | 34 + Foundation/Foundation_vs90.vcproj | 4844 ++++++++++++----- Foundation/Foundation_x64_vs120.sln | 98 +- Foundation/Foundation_x64_vs120.vcxproj | 1058 ++-- Foundation/Foundation_x64_vs140.sln | 80 +- Foundation/Foundation_x64_vs140.vcxproj | 1058 ++-- Foundation/Foundation_x64_vs150.sln | 103 +- Foundation/Foundation_x64_vs150.vcxproj | 1059 ++-- Foundation/Foundation_x64_vs160.sln | 99 + Foundation/Foundation_x64_vs160.vcxproj | 1272 +++++ .../Foundation_x64_vs160.vcxproj.filters | 1868 +++++++ Foundation/Foundation_x64_vs90.sln | 98 +- Foundation/Foundation_x64_vs90.vcproj | 4840 +++++++++++----- Foundation/testsuite/TestApp_vs160.vcxproj | 317 ++ .../testsuite/TestApp_vs160.vcxproj.filters | 13 + .../testsuite/TestApp_x64_vs160.vcxproj | 317 ++ .../TestApp_x64_vs160.vcxproj.filters | 13 + .../testsuite/TestLibrary_vs160.vcxproj | 131 + .../TestLibrary_vs160.vcxproj.filters | 25 + .../testsuite/TestLibrary_x64_vs160.vcxproj | 131 + .../TestLibrary_x64_vs160.vcxproj.filters | 25 + Foundation/testsuite/TestSuite_vs160.vcxproj | 609 +++ .../testsuite/TestSuite_vs160.vcxproj.filters | 999 ++++ .../testsuite/TestSuite_x64_vs150.vcxproj | 3 +- .../testsuite/TestSuite_x64_vs160.vcxproj | 594 ++ .../TestSuite_x64_vs160.vcxproj.filters | 1002 ++++ JSON/JSON_vs90.vcproj | 509 +- JSON/JSON_x64_vs90.vcproj | 505 +- MongoDB/MongoDB_vs90.vcproj | 550 +- MongoDB/MongoDB_x64_vs90.vcproj | 546 +- Net/Net_vs90.vcproj | 1329 +++-- Net/Net_x64_vs90.vcproj | 1325 +++-- NetSSL_OpenSSL/NetSSL_OpenSSL_vs90.vcproj | 617 ++- NetSSL_OpenSSL/NetSSL_OpenSSL_x64_vs90.vcproj | 613 ++- NetSSL_Win/NetSSL_Win_vs90.vcproj | 620 ++- NetSSL_Win/NetSSL_Win_x64_vs90.vcproj | 616 ++- Redis/Redis_vs90.vcproj | 446 +- Redis/Redis_x64_vs90.vcproj | 442 +- SevenZip/SevenZip_vs90.vcproj | 525 +- SevenZip/SevenZip_x64_vs90.vcproj | 521 +- Util/Util_vs90.vcproj | 664 ++- Util/Util_x64_vs90.vcproj | 660 ++- XML/XML_vs90.vcproj | 1158 ++-- XML/XML_x64_vs90.vcproj | 1154 ++-- 73 files changed, 36241 insertions(+), 12161 deletions(-) create mode 100644 CppUnit/CppUnit_vs160.sln create mode 100644 CppUnit/CppUnit_vs160.vcxproj create mode 100644 CppUnit/CppUnit_vs160.vcxproj.filters create mode 100644 CppUnit/CppUnit_x64_vs160.sln create mode 100644 CppUnit/CppUnit_x64_vs160.vcxproj create mode 100644 CppUnit/CppUnit_x64_vs160.vcxproj.filters create mode 100644 Foundation/Foundation_vs160.sln create mode 100644 Foundation/Foundation_vs160.vcxproj create mode 100644 Foundation/Foundation_vs160.vcxproj.filters create mode 100644 Foundation/Foundation_x64_vs160.sln create mode 100644 Foundation/Foundation_x64_vs160.vcxproj create mode 100644 Foundation/Foundation_x64_vs160.vcxproj.filters create mode 100644 Foundation/testsuite/TestApp_vs160.vcxproj create mode 100644 Foundation/testsuite/TestApp_vs160.vcxproj.filters create mode 100644 Foundation/testsuite/TestApp_x64_vs160.vcxproj create mode 100644 Foundation/testsuite/TestApp_x64_vs160.vcxproj.filters create mode 100644 Foundation/testsuite/TestLibrary_vs160.vcxproj create mode 100644 Foundation/testsuite/TestLibrary_vs160.vcxproj.filters create mode 100644 Foundation/testsuite/TestLibrary_x64_vs160.vcxproj create mode 100644 Foundation/testsuite/TestLibrary_x64_vs160.vcxproj.filters create mode 100644 Foundation/testsuite/TestSuite_vs160.vcxproj create mode 100644 Foundation/testsuite/TestSuite_vs160.vcxproj.filters create mode 100644 Foundation/testsuite/TestSuite_x64_vs160.vcxproj create mode 100644 Foundation/testsuite/TestSuite_x64_vs160.vcxproj.filters diff --git a/CppParser/CppParser_vs90.vcproj b/CppParser/CppParser_vs90.vcproj index 3b0f884e1..0d3b33558 100644 --- a/CppParser/CppParser_vs90.vcproj +++ b/CppParser/CppParser_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="Win32" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoCppParsermtd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoCppParsermt.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoCppParsermdd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoCppParsermd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="CppParser" + > + Name="Header Files" + > + RelativePath=".\include\Poco\CppParser\CppParser.h" + > + + RelativePath=".\include\Poco\CppParser\CppToken.h" + > + + RelativePath=".\include\Poco\CppParser\Parser.h" + > + + RelativePath=".\include\Poco\CppParser\Tokenizer.h" + > + + RelativePath=".\include\Poco\CppParser\Utility.h" + > + + Name="Source Files" + > + RelativePath=".\src\CppToken.cpp" + > + + RelativePath=".\src\Parser.cpp" + > + + RelativePath=".\src\Tokenizer.cpp" + > + + RelativePath=".\src\Utility.cpp" + > + + Name="Symbol Table" + > + Name="Header Files" + > + RelativePath=".\include\Poco\CppParser\BuiltIn.h" + > + + RelativePath=".\include\Poco\CppParser\Decl.h" + > + + RelativePath=".\include\Poco\CppParser\Enum.h" + > + + RelativePath=".\include\Poco\CppParser\EnumValue.h" + > + + RelativePath=".\include\Poco\CppParser\Function.h" + > + + RelativePath=".\include\Poco\CppParser\NameSpace.h" + > + + RelativePath=".\include\Poco\CppParser\Parameter.h" + > + + RelativePath=".\include\Poco\CppParser\Struct.h" + > + + RelativePath=".\include\Poco\CppParser\Symbol.h" + > + + RelativePath=".\include\Poco\CppParser\TypeDef.h" + > + + RelativePath=".\include\Poco\CppParser\Variable.h" + > + + Name="Source Files" + > + RelativePath=".\src\BuiltIn.cpp" + > + + RelativePath=".\src\Decl.cpp" + > + + RelativePath=".\src\Enum.cpp" + > + + RelativePath=".\src\EnumValue.cpp" + > + + RelativePath=".\src\Function.cpp" + > + + RelativePath=".\src\NameSpace.cpp" + > + + RelativePath=".\src\Parameter.cpp" + > + + RelativePath=".\src\Struct.cpp" + > + + RelativePath=".\src\Symbol.cpp" + > + + RelativePath=".\src\TypeDef.cpp" + > + + RelativePath=".\src\Variable.cpp" + > + + Name="Attributes" + > + Name="Header Files" + > + RelativePath=".\include\Poco\CppParser\Attributes.h" + > + + RelativePath=".\include\Poco\CppParser\AttributesParser.h" + > + + Name="Source Files" + > + RelativePath=".\src\Attributes.cpp" + > + + RelativePath=".\src\AttributesParser.cpp" + > + + + + + + + + + + + + + + + - + + diff --git a/CppParser/CppParser_x64_vs90.vcproj b/CppParser/CppParser_x64_vs90.vcproj index 29f11eac5..62d576d88 100644 --- a/CppParser/CppParser_x64_vs90.vcproj +++ b/CppParser/CppParser_x64_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="x64" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="CppParser" + > + Name="Header Files" + > + RelativePath=".\include\Poco\CppParser\CppParser.h" + > + + RelativePath=".\include\Poco\CppParser\CppToken.h" + > + + RelativePath=".\include\Poco\CppParser\Parser.h" + > + + RelativePath=".\include\Poco\CppParser\Tokenizer.h" + > + + RelativePath=".\include\Poco\CppParser\Utility.h" + > + + Name="Source Files" + > + RelativePath=".\src\CppToken.cpp" + > + + RelativePath=".\src\Parser.cpp" + > + + RelativePath=".\src\Tokenizer.cpp" + > + + RelativePath=".\src\Utility.cpp" + > + + Name="Symbol Table" + > + Name="Header Files" + > + RelativePath=".\include\Poco\CppParser\BuiltIn.h" + > + + RelativePath=".\include\Poco\CppParser\Decl.h" + > + + RelativePath=".\include\Poco\CppParser\Enum.h" + > + + RelativePath=".\include\Poco\CppParser\EnumValue.h" + > + + RelativePath=".\include\Poco\CppParser\Function.h" + > + + RelativePath=".\include\Poco\CppParser\NameSpace.h" + > + + RelativePath=".\include\Poco\CppParser\Parameter.h" + > + + RelativePath=".\include\Poco\CppParser\Struct.h" + > + + RelativePath=".\include\Poco\CppParser\Symbol.h" + > + + RelativePath=".\include\Poco\CppParser\TypeDef.h" + > + + RelativePath=".\include\Poco\CppParser\Variable.h" + > + + Name="Source Files" + > + RelativePath=".\src\BuiltIn.cpp" + > + + RelativePath=".\src\Decl.cpp" + > + + RelativePath=".\src\Enum.cpp" + > + + RelativePath=".\src\EnumValue.cpp" + > + + RelativePath=".\src\Function.cpp" + > + + RelativePath=".\src\NameSpace.cpp" + > + + RelativePath=".\src\Parameter.cpp" + > + + RelativePath=".\src\Struct.cpp" + > + + RelativePath=".\src\Symbol.cpp" + > + + RelativePath=".\src\TypeDef.cpp" + > + + RelativePath=".\src\Variable.cpp" + > + + Name="Attributes" + > + Name="Header Files" + > + RelativePath=".\include\Poco\CppParser\Attributes.h" + > + + RelativePath=".\include\Poco\CppParser\AttributesParser.h" + > + + Name="Source Files" + > + RelativePath=".\src\Attributes.cpp" + > + + RelativePath=".\src\AttributesParser.cpp" + > + + + + + + + + + + + + + + + - + + diff --git a/CppUnit/CppUnit_vs160.sln b/CppUnit/CppUnit_vs160.sln new file mode 100644 index 000000000..cd1ccac52 --- /dev/null +++ b/CppUnit/CppUnit_vs160.sln @@ -0,0 +1,32 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2017 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CppUnit", "CppUnit_vs160.vcxproj", "{138BB448-808A-4FE5-A66D-78D1F8770F59}" +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 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/CppUnit/CppUnit_vs160.vcxproj b/CppUnit/CppUnit_vs160.vcxproj new file mode 100644 index 000000000..0cfeb8411 --- /dev/null +++ b/CppUnit/CppUnit_vs160.vcxproj @@ -0,0 +1,416 @@ + + + + + debug_shared + Win32 + + + debug_static_md + Win32 + + + debug_static_mt + Win32 + + + release_shared + Win32 + + + release_static_md + Win32 + + + release_static_mt + Win32 + + + + CppUnit + {138BB448-808A-4FE5-A66D-78D1F8770F59} + MFCProj + 10.0 + + + + StaticLibrary + false + MultiByte + v142 + + + StaticLibrary + false + MultiByte + v142 + + + StaticLibrary + false + MultiByte + v142 + + + StaticLibrary + false + MultiByte + v142 + + + DynamicLibrary + false + MultiByte + v142 + + + DynamicLibrary + false + MultiByte + v142 + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + ..\bin\ + obj\$(Configuration)\ + true + ..\bin\ + obj\$(Configuration)\ + false + ..\lib\ + obj\$(Configuration)\ + ..\lib\ + obj\$(Configuration)\ + ..\lib\ + obj\$(Configuration)\ + ..\lib\ + obj\$(Configuration)\ + CppUnitd + CppUnit + CppUnitmdd + CppUnitmtd + CppUnitmd + CppUnitmt + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\lib\CppUnit.tlb + + + + + Disabled + Default + false + include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;CppUnit_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + true + true + true + + + + + $(IntDir) + $(IntDir)vc80.pdb + Level3 + true + ProgramDatabase + Default + false + + + _DEBUG;%(PreprocessorDefinitions) + 0x0c07 + + + NotSet + ..\bin\CppUnitd.dll + true + %(AdditionalLibraryDirectories) + true + ..\bin\CppUnitd.pdb + ..\lib\CppUnitd.lib + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\lib\CppUnit.tlb + + + + + MaxSpeed + OnlyExplicitInline + true + Speed + true + include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_AFXDLL;POCO_DLL;CppUnit_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + true + true + true + + + + + $(IntDir) + $(IntDir)vc70.pdb + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0c07 + + + ..\bin\CppUnit.dll + true + %(AdditionalLibraryDirectories) + + + ..\lib\CppUnit.lib + MachineX86 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\lib\CppUnit.tlb + + + + + Disabled + Default + false + include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + true + true + true + + + + + $(IntDir) + ..\lib\CppUnitmdd.pdb + Level3 + true + ProgramDatabase + Default + false + + + _DEBUG;%(PreprocessorDefinitions) + 0x0c07 + + + ..\lib\CppUnitmdd.lib + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\lib\CppUnit.tlb + + + + + MaxSpeed + OnlyExplicitInline + true + Speed + true + include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_AFXDLL;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + true + true + true + + + + + $(IntDir) + $(IntDir)vc70.pdb + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0c07 + + + ..\lib\CppUnitmd.lib + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\lib\CppUnit.tlb + + + + + Disabled + Default + false + include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + true + true + true + true + + + + + $(IntDir) + ..\lib\CppUnitmtd.pdb + Level3 + true + ProgramDatabase + Default + false + + + _DEBUG;%(PreprocessorDefinitions) + 0x0c07 + + + ..\lib\CppUnitmtd.lib + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\lib\CppUnit.tlb + + + + + MaxSpeed + OnlyExplicitInline + true + Speed + true + include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_AFXDLL;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreaded + false + true + true + true + + + + + $(IntDir) + $(IntDir)vc70.pdb + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0c07 + + + ..\lib\CppUnitmt.lib + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/CppUnit/CppUnit_vs160.vcxproj.filters b/CppUnit/CppUnit_vs160.vcxproj.filters new file mode 100644 index 000000000..6ad984e0c --- /dev/null +++ b/CppUnit/CppUnit_vs160.vcxproj.filters @@ -0,0 +1,89 @@ + + + + + {ce2987f4-05b4-4816-8402-83d6e2f8f80c} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {7c3a94cf-cfae-4dbe-8baf-b8a5a61faf48} + *.h + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + \ No newline at end of file diff --git a/CppUnit/CppUnit_x64_vs160.sln b/CppUnit/CppUnit_x64_vs160.sln new file mode 100644 index 000000000..fe87425cb --- /dev/null +++ b/CppUnit/CppUnit_x64_vs160.sln @@ -0,0 +1,32 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2014 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CppUnit", "CppUnit_x64_vs160.vcxproj", "{138BB448-808A-4FE5-A66D-78D1F8770F59}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + debug_shared|x64 = debug_shared|x64 + debug_static_md|x64 = debug_static_md|x64 + debug_static_mt|x64 = debug_static_mt|x64 + release_shared|x64 = release_shared|x64 + release_static_md|x64 = release_static_md|x64 + release_static_mt|x64 = release_static_mt|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {138BB448-808A-4FE5-A66D-78D1F8770F59}.debug_shared|x64.ActiveCfg = debug_shared|x64 + {138BB448-808A-4FE5-A66D-78D1F8770F59}.debug_shared|x64.Build.0 = debug_shared|x64 + {138BB448-808A-4FE5-A66D-78D1F8770F59}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 + {138BB448-808A-4FE5-A66D-78D1F8770F59}.debug_static_md|x64.Build.0 = debug_static_md|x64 + {138BB448-808A-4FE5-A66D-78D1F8770F59}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 + {138BB448-808A-4FE5-A66D-78D1F8770F59}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 + {138BB448-808A-4FE5-A66D-78D1F8770F59}.release_shared|x64.ActiveCfg = release_shared|x64 + {138BB448-808A-4FE5-A66D-78D1F8770F59}.release_shared|x64.Build.0 = release_shared|x64 + {138BB448-808A-4FE5-A66D-78D1F8770F59}.release_static_md|x64.ActiveCfg = release_static_md|x64 + {138BB448-808A-4FE5-A66D-78D1F8770F59}.release_static_md|x64.Build.0 = release_static_md|x64 + {138BB448-808A-4FE5-A66D-78D1F8770F59}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 + {138BB448-808A-4FE5-A66D-78D1F8770F59}.release_static_mt|x64.Build.0 = release_static_mt|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/CppUnit/CppUnit_x64_vs160.vcxproj b/CppUnit/CppUnit_x64_vs160.vcxproj new file mode 100644 index 000000000..e2d5f4733 --- /dev/null +++ b/CppUnit/CppUnit_x64_vs160.vcxproj @@ -0,0 +1,416 @@ + + + + + debug_shared + x64 + + + debug_static_md + x64 + + + debug_static_mt + x64 + + + release_shared + x64 + + + release_static_md + x64 + + + release_static_mt + x64 + + + + CppUnit + {138BB448-808A-4FE5-A66D-78D1F8770F59} + MFCProj + 10.0 + + + + StaticLibrary + false + MultiByte + v142 + + + StaticLibrary + false + MultiByte + v142 + + + StaticLibrary + false + MultiByte + v142 + + + StaticLibrary + false + MultiByte + v142 + + + DynamicLibrary + false + MultiByte + v142 + + + DynamicLibrary + false + MultiByte + v142 + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + ..\bin64\ + obj64\$(Configuration)\ + true + ..\bin64\ + obj64\$(Configuration)\ + false + ..\lib64\ + obj64\$(Configuration)\ + ..\lib64\ + obj64\$(Configuration)\ + ..\lib64\ + obj64\$(Configuration)\ + ..\lib64\ + obj64\$(Configuration)\ + CppUnit64d + CppUnitmdd + CppUnitmtd + CppUnit64 + CppUnit64md + CppUnit64mt + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\lib64\CppUnit.tlb + + + + + Disabled + Default + false + include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;CppUnit_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + true + true + true + + + + + $(IntDir) + $(IntDir)vc80.pdb + Level3 + true + ProgramDatabase + Default + false + + + _DEBUG;%(PreprocessorDefinitions) + 0x0c07 + + + NotSet + ..\bin64\CppUnit64d.dll + true + %(AdditionalLibraryDirectories) + true + ..\bin64\CppUnit64d.pdb + ..\lib64\CppUnitd.lib + MachineX64 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\lib64\CppUnit.tlb + + + + + MaxSpeed + OnlyExplicitInline + true + Speed + true + include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_AFXDLL;POCO_DLL;CppUnit_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + true + true + true + + + + + $(IntDir) + $(IntDir)vc70.pdb + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0c07 + + + ..\bin64\CppUnit64.dll + true + %(AdditionalLibraryDirectories) + + + ..\lib64\CppUnit.lib + MachineX64 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\lib64\CppUnit.tlb + + + + + Disabled + Default + false + include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + true + true + true + + + + + $(IntDir) + ..\lib64\CppUnitmdd.pdb + Level3 + true + ProgramDatabase + Default + false + + + _DEBUG;%(PreprocessorDefinitions) + 0x0c07 + + + ..\lib64\CppUnitmdd.lib + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\lib64\CppUnit.tlb + + + + + MaxSpeed + OnlyExplicitInline + true + Speed + true + include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_AFXDLL;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + true + true + true + + + + + $(IntDir) + $(IntDir)vc70.pdb + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0c07 + + + ..\lib64\CppUnitmd.lib + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\lib64\CppUnit.tlb + + + + + Disabled + Default + false + include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + true + true + true + true + + + + + $(IntDir) + ..\lib64\CppUnitmtd.pdb + Level3 + true + ProgramDatabase + Default + false + + + _DEBUG;%(PreprocessorDefinitions) + 0x0c07 + + + ..\lib64\CppUnitmtd.lib + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\lib64\CppUnit.tlb + + + + + MaxSpeed + OnlyExplicitInline + true + Speed + true + include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_AFXDLL;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreaded + false + true + true + true + + + + + $(IntDir) + $(IntDir)vc70.pdb + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0c07 + + + ..\lib64\CppUnitmt.lib + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/CppUnit/CppUnit_x64_vs160.vcxproj.filters b/CppUnit/CppUnit_x64_vs160.vcxproj.filters new file mode 100644 index 000000000..e0ea945ff --- /dev/null +++ b/CppUnit/CppUnit_x64_vs160.vcxproj.filters @@ -0,0 +1,89 @@ + + + + + {d780d541-ae9b-4dc6-9c70-cc0e5498be41} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {102c5e2b-3268-48b6-a3da-c96949868573} + *.h + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + Include Files + + + \ No newline at end of file diff --git a/Crypto/Crypto_VS90.vcproj b/Crypto/Crypto_VS90.vcproj index c9320ca2a..5cb26e2c4 100644 --- a/Crypto/Crypto_VS90.vcproj +++ b/Crypto/Crypto_VS90.vcproj @@ -756,7 +756,6 @@ > + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="x64" + /> - + + + CharacterSet="2" + > + CommandLine="xcopy /y ..\openssl\build\win64\bin\debug\*.dll ..\bin64\* 1>nul xcopy /y ..\openssl\build\win64\bin\debug\*.lib ..\lib64\* 1>nul xcopy /y ..\openssl\build\win64\bin\debug\*.pdb ..\lib64\* 1>nul exit 0 " + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + CommandLine="xcopy /y ..\openssl\build\win64\bin\release\*.dll ..\bin64\* 1>nul xcopy /y ..\openssl\build\win64\bin\release\*.lib ..\lib64\* 1>nul exit 0 " + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + CommandLine="xcopy /y ..\openssl\build\win64\lib\debug\*.lib ..\lib64\* 1>nul xcopy /y ..\openssl\build\win64\lib\debug\*.pdb ..\lib64\* 1>nul exit 0 " + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + CommandLine="xcopy /y ..\openssl\build\win64\lib\release\*.lib ..\lib64\* 1>nul exit 0 " + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + CommandLine="xcopy /y ..\openssl\build\win64\bin\debug\*.dll ..\bin64\* 1>nul xcopy /y ..\openssl\build\win64\bin\debug\*.lib ..\lib64\* 1>nul xcopy /y ..\openssl\build\win64\bin\debug\*.pdb ..\lib64\* 1>nul exit 0 " + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + CommandLine="xcopy /y ..\openssl\build\win64\bin\release\*.dll ..\bin64\* 1>nul xcopy /y ..\openssl\build\win64\bin\release\*.lib ..\lib64\* 1>nul exit 0 " + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="Cipher" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Crypto\Cipher.h" + > + + RelativePath=".\include\Poco\Crypto\CipherFactory.h" + > + + RelativePath=".\include\Poco\Crypto\CipherImpl.h" + > + + RelativePath=".\include\Poco\Crypto\CipherKey.h" + > + + RelativePath=".\include\Poco\Crypto\CipherKeyImpl.h" + > + + RelativePath=".\include\Poco\Crypto\CryptoStream.h" + > + + RelativePath=".\include\Poco\Crypto\CryptoTransform.h" + > + + Name="Source Files" + > + RelativePath=".\src\Cipher.cpp" + > + + RelativePath=".\src\CipherFactory.cpp" + > + + RelativePath=".\src\CipherImpl.cpp" + > + + RelativePath=".\src\CipherKey.cpp" + > + + RelativePath=".\src\CipherKeyImpl.cpp" + > + + RelativePath=".\src\CryptoStream.cpp" + > + + RelativePath=".\src\CryptoTransform.cpp" + > + + Name="RSA" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Crypto\RSACipherImpl.h" + > + + RelativePath=".\include\Poco\Crypto\RSADigestEngine.h" + > + + RelativePath=".\include\Poco\Crypto\RSAKey.h" + > + + RelativePath=".\include\Poco\Crypto\RSAKeyImpl.h" + > + + Name="Source Files" + > + RelativePath=".\src\RSACipherImpl.cpp" + > + + RelativePath=".\src\RSADigestEngine.cpp" + > + + RelativePath=".\src\RSAKey.cpp" + > + + RelativePath=".\src\RSAKeyImpl.cpp" + > + + Name="Certificate" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Crypto\PKCS12Container.h" + > + + RelativePath=".\include\Poco\Crypto\X509Certificate.h" + > + + Name="Source Files" + > + RelativePath=".\src\PKCS12Container.cpp" + > + + RelativePath=".\src\X509Certificate.cpp" + > + + Name="CryptoCore" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Crypto\Crypto.h" + > + + RelativePath=".\include\Poco\Crypto\CryptoException.h" + > + + RelativePath=".\include\Poco\Crypto\EVPPKey.h" + > + + RelativePath=".\include\Poco\Crypto\KeyPair.h" + > + + RelativePath=".\include\Poco\Crypto\KeyPairImpl.h" + > + + RelativePath=".\include\Poco\Crypto\OpenSSLInitializer.h" + > + + Name="Source Files" + > + RelativePath=".\src\CryptoException.cpp" + > + + RelativePath=".\src\EVPPKey.cpp" + > + + RelativePath=".\src\KeyPair.cpp" + > + + RelativePath=".\src\KeyPairImpl.cpp" + > + + RelativePath=".\src\OpenSSLInitializer.cpp" + > + + Name="Digest" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Crypto\DigestEngine.h" + > + + Name="Source Files" + > + RelativePath=".\src\DigestEngine.cpp" + > + + Name="EC" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Crypto\ECDSADigestEngine.h" + > + + RelativePath=".\include\Poco\Crypto\ECKey.h" + > + + RelativePath=".\include\Poco\Crypto\ECKeyImpl.h" + > + + Name="Source Files" + > + RelativePath=".\src\ECDSADigestEngine.cpp" + > + + RelativePath=".\src\ECKey.cpp" + > + + RelativePath=".\src\ECKeyImpl.cpp" + > + + RelativePath="..\DLLVersion.rc" + > + > + Name="VCResourceCompilerTool" + /> + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> - + + diff --git a/Data/Data_VS90.vcproj b/Data/Data_VS90.vcproj index 203768c14..4e3d0aea7 100644 --- a/Data/Data_VS90.vcproj +++ b/Data/Data_VS90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="Win32" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoDatamtd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoDatamt.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoDatamdd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoDatamd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="DataCore" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Data\AbstractBinder.h" + > + + RelativePath=".\include\Poco\Data\AbstractBinding.h" + > + + RelativePath=".\include\Poco\Data\AbstractExtraction.h" + > + + RelativePath=".\include\Poco\Data\AbstractExtractor.h" + > + + RelativePath=".\include\Poco\Data\AbstractPreparation.h" + > + + RelativePath=".\include\Poco\Data\AbstractPreparator.h" + > + + RelativePath=".\include\Poco\Data\AbstractSessionImpl.h" + > + + RelativePath=".\include\Poco\Data\AutoTransaction.h" + > + + RelativePath=".\include\Poco\Data\Binding.h" + > + + RelativePath=".\include\Poco\Data\Bulk.h" + > + + RelativePath=".\include\Poco\Data\BulkBinding.h" + > + + RelativePath=".\include\Poco\Data\BulkExtraction.h" + > + + RelativePath=".\include\Poco\Data\Column.h" + > + + RelativePath=".\include\Poco\Data\Connector.h" + > + + RelativePath=".\include\Poco\Data\Constants.h" + > + + RelativePath=".\include\Poco\Data\Data.h" + > + + RelativePath=".\include\Poco\Data\DataException.h" + > + + RelativePath=".\include\Poco\Data\Date.h" + > + + RelativePath=".\include\Poco\Data\DynamicDateTime.h" + > + + RelativePath=".\include\Poco\Data\DynamicLOB.h" + > + + RelativePath=".\include\Poco\Data\Extraction.h" + > + + RelativePath=".\include\Poco\Data\Limit.h" + > + + RelativePath=".\include\Poco\Data\LOB.h" + > + + RelativePath=".\include\Poco\Data\LOBStream.h" + > + + RelativePath=".\include\Poco\Data\MetaColumn.h" + > + + RelativePath=".\include\Poco\Data\Position.h" + > + + RelativePath=".\include\Poco\data\Preparation.h" + > + + RelativePath=".\include\Poco\Data\Range.h" + > + + RelativePath=".\include\Poco\Data\RecordSet.h" + > + + RelativePath=".\include\Poco\Data\Row.h" + > + + RelativePath=".\include\Poco\Data\RowFilter.h" + > + + RelativePath=".\include\Poco\Data\RowFormatter.h" + > + + RelativePath=".\include\Poco\Data\RowIterator.h" + > + + RelativePath=".\include\Poco\Data\Session.h" + > + + RelativePath=".\include\Poco\Data\SessionFactory.h" + > + + RelativePath=".\include\Poco\Data\SessionImpl.h" + > + + RelativePath=".\include\Poco\Data\SimpleRowFormatter.h" + > + + RelativePath=".\include\Poco\Data\Statement.h" + > + + RelativePath=".\include\Poco\Data\StatementCreator.h" + > + + RelativePath=".\include\Poco\Data\StatementImpl.h" + > + + RelativePath=".\include\Poco\Data\Time.h" + > + + RelativePath=".\include\Poco\Data\Transaction.h" + > + + RelativePath=".\include\Poco\Data\TypeHandler.h" + > + + Name="Source Files" + > + RelativePath=".\src\AbstractBinder.cpp" + > + + RelativePath=".\src\AbstractBinding.cpp" + > + + RelativePath=".\src\AbstractExtraction.cpp" + > + + RelativePath=".\src\AbstractExtractor.cpp" + > + + RelativePath=".\src\AbstractPreparation.cpp" + > + + RelativePath=".\src\AbstractPreparator.cpp" + > + + RelativePath=".\src\Bulk.cpp" + > + + RelativePath=".\src\Connector.cpp" + > + + RelativePath=".\src\DataException.cpp" + > + + RelativePath=".\src\Date.cpp" + > + + RelativePath=".\src\DynamicLOB.cpp" + > + + RelativePath=".\src\Limit.cpp" + > + + RelativePath=".\src\MetaColumn.cpp" + > + + RelativePath=".\src\Position.cpp" + > + + RelativePath=".\src\Range.cpp" + > + + RelativePath=".\src\RecordSet.cpp" + > + + RelativePath=".\src\Row.cpp" + > + + RelativePath=".\src\RowFilter.cpp" + > + + RelativePath=".\src\RowFormatter.cpp" + > + + RelativePath=".\src\RowIterator.cpp" + > + + RelativePath=".\src\Session.cpp" + > + + RelativePath=".\src\SessionFactory.cpp" + > + + RelativePath=".\src\SessionImpl.cpp" + > + + RelativePath=".\src\SimpleRowFormatter.cpp" + > + + RelativePath=".\src\Statement.cpp" + > + + RelativePath=".\src\StatementCreator.cpp" + > + + RelativePath=".\src\StatementImpl.cpp" + > + + RelativePath=".\src\Time.cpp" + > + + RelativePath=".\src\Transaction.cpp" + > + + Name="SessionPooling" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Data\PooledSessionHolder.h" + > + + RelativePath=".\include\Poco\Data\PooledSessionImpl.h" + > + + RelativePath=".\include\Poco\Data\SessionPool.h" + > + + RelativePath=".\include\Poco\Data\SessionPoolContainer.h" + > + + Name="Source Files" + > + RelativePath=".\src\PooledSessionHolder.cpp" + > + + RelativePath=".\src\PooledSessionImpl.cpp" + > + + RelativePath=".\src\SessionPool.cpp" + > + + RelativePath=".\src\SessionPoolContainer.cpp" + > + + Name="Logging" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Data\ArchiveStrategy.h" + > + + RelativePath=".\include\Poco\Data\SQLChannel.h" + > + + Name="Source Files" + > + RelativePath=".\src\ArchiveStrategy.cpp" + > + + RelativePath=".\src\SQLChannel.cpp" + > + + + + + + + + + + + + + + + - + + diff --git a/Data/Data_x64_vs90.vcproj b/Data/Data_x64_vs90.vcproj index 87ca5e1a3..b8ffcf74d 100644 --- a/Data/Data_x64_vs90.vcproj +++ b/Data/Data_x64_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="x64" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="DataCore" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Data\AbstractBinder.h" + > + + RelativePath=".\include\Poco\Data\AbstractBinding.h" + > + + RelativePath=".\include\Poco\Data\AbstractExtraction.h" + > + + RelativePath=".\include\Poco\Data\AbstractExtractor.h" + > + + RelativePath=".\include\Poco\Data\AbstractPreparation.h" + > + + RelativePath=".\include\Poco\Data\AbstractPreparator.h" + > + + RelativePath=".\include\Poco\Data\AbstractSessionImpl.h" + > + + RelativePath=".\include\Poco\Data\AutoTransaction.h" + > + + RelativePath=".\include\Poco\Data\Binding.h" + > + + RelativePath=".\include\Poco\Data\Bulk.h" + > + + RelativePath=".\include\Poco\Data\BulkBinding.h" + > + + RelativePath=".\include\Poco\Data\BulkExtraction.h" + > + + RelativePath=".\include\Poco\Data\Column.h" + > + + RelativePath=".\include\Poco\Data\Connector.h" + > + + RelativePath=".\include\Poco\Data\Constants.h" + > + + RelativePath=".\include\Poco\Data\Data.h" + > + + RelativePath=".\include\Poco\Data\DataException.h" + > + + RelativePath=".\include\Poco\Data\Date.h" + > + + RelativePath=".\include\Poco\Data\DynamicDateTime.h" + > + + RelativePath=".\include\Poco\Data\DynamicLOB.h" + > + + RelativePath=".\include\Poco\Data\Extraction.h" + > + + RelativePath=".\include\Poco\Data\Limit.h" + > + + RelativePath=".\include\Poco\Data\LOB.h" + > + + RelativePath=".\include\Poco\Data\LOBStream.h" + > + + RelativePath=".\include\Poco\Data\MetaColumn.h" + > + + RelativePath=".\include\Poco\Data\Position.h" + > + + RelativePath=".\include\Poco\data\Preparation.h" + > + + RelativePath=".\include\Poco\Data\Range.h" + > + + RelativePath=".\include\Poco\Data\RecordSet.h" + > + + RelativePath=".\include\Poco\Data\Row.h" + > + + RelativePath=".\include\Poco\Data\RowFilter.h" + > + + RelativePath=".\include\Poco\Data\RowFormatter.h" + > + + RelativePath=".\include\Poco\Data\RowIterator.h" + > + + RelativePath=".\include\Poco\Data\Session.h" + > + + RelativePath=".\include\Poco\Data\SessionFactory.h" + > + + RelativePath=".\include\Poco\Data\SessionImpl.h" + > + + RelativePath=".\include\Poco\Data\SimpleRowFormatter.h" + > + + RelativePath=".\include\Poco\Data\Statement.h" + > + + RelativePath=".\include\Poco\Data\StatementCreator.h" + > + + RelativePath=".\include\Poco\Data\StatementImpl.h" + > + + RelativePath=".\include\Poco\Data\Time.h" + > + + RelativePath=".\include\Poco\Data\Transaction.h" + > + + RelativePath=".\include\Poco\Data\TypeHandler.h" + > + + Name="Source Files" + > + RelativePath=".\src\AbstractBinder.cpp" + > + + RelativePath=".\src\AbstractBinding.cpp" + > + + RelativePath=".\src\AbstractExtraction.cpp" + > + + RelativePath=".\src\AbstractExtractor.cpp" + > + + RelativePath=".\src\AbstractPreparation.cpp" + > + + RelativePath=".\src\AbstractPreparator.cpp" + > + + RelativePath=".\src\Bulk.cpp" + > + + RelativePath=".\src\Connector.cpp" + > + + RelativePath=".\src\DataException.cpp" + > + + RelativePath=".\src\Date.cpp" + > + + RelativePath=".\src\DynamicLOB.cpp" + > + + RelativePath=".\src\Limit.cpp" + > + + RelativePath=".\src\MetaColumn.cpp" + > + + RelativePath=".\src\Position.cpp" + > + + RelativePath=".\src\Range.cpp" + > + + RelativePath=".\src\RecordSet.cpp" + > + + RelativePath=".\src\Row.cpp" + > + + RelativePath=".\src\RowFilter.cpp" + > + + RelativePath=".\src\RowFormatter.cpp" + > + + RelativePath=".\src\RowIterator.cpp" + > + + RelativePath=".\src\Session.cpp" + > + + RelativePath=".\src\SessionFactory.cpp" + > + + RelativePath=".\src\SessionImpl.cpp" + > + + RelativePath=".\src\SimpleRowFormatter.cpp" + > + + RelativePath=".\src\Statement.cpp" + > + + RelativePath=".\src\StatementCreator.cpp" + > + + RelativePath=".\src\StatementImpl.cpp" + > + + RelativePath=".\src\Time.cpp" + > + + RelativePath=".\src\Transaction.cpp" + > + + Name="SessionPooling" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Data\PooledSessionHolder.h" + > + + RelativePath=".\include\Poco\Data\PooledSessionImpl.h" + > + + RelativePath=".\include\Poco\Data\SessionPool.h" + > + + RelativePath=".\include\Poco\Data\SessionPoolContainer.h" + > + + Name="Source Files" + > + RelativePath=".\src\PooledSessionHolder.cpp" + > + + RelativePath=".\src\PooledSessionImpl.cpp" + > + + RelativePath=".\src\SessionPool.cpp" + > + + RelativePath=".\src\SessionPoolContainer.cpp" + > + + Name="Logging" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Data\ArchiveStrategy.h" + > + + RelativePath=".\include\Poco\Data\SQLChannel.h" + > + + Name="Source Files" + > + RelativePath=".\src\ArchiveStrategy.cpp" + > + + RelativePath=".\src\SQLChannel.cpp" + > + + + + + + + + + + + + + + + - + + diff --git a/Data/MySQL/MySQL_VS90.vcproj b/Data/MySQL/MySQL_VS90.vcproj index 63748ddd8..3eb78da3b 100644 --- a/Data/MySQL/MySQL_VS90.vcproj +++ b/Data/MySQL/MySQL_VS90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="Win32" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\..\lib\PocoDataMySQLmtd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\..\lib\PocoDataMySQLmt.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\..\lib\PocoDataMySQLmdd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\..\lib\PocoDataMySQLmd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + RelativePath=".\src\Binder.cpp" + > + + RelativePath=".\src\Connector.cpp" + > + + RelativePath=".\src\Extractor.cpp" + > + + RelativePath=".\src\MySQLException.cpp" + > + + RelativePath=".\src\MySQLStatementImpl.cpp" + > + + RelativePath=".\src\ResultMetadata.cpp" + > + + RelativePath=".\src\SessionHandle.cpp" + > + + RelativePath=".\src\SessionImpl.cpp" + > + + RelativePath=".\src\StatementExecutor.cpp" + > + + RelativePath=".\src\Utility.cpp" + > + + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + RelativePath=".\include\Poco\Data\MySQL\Binder.h" + > + + RelativePath=".\include\Poco\Data\MySQL\Connector.h" + > + + RelativePath=".\include\Poco\Data\MySQL\Extractor.h" + > + + RelativePath=".\include\Poco\Data\MySQL\MySQL.h" + > + + RelativePath=".\include\Poco\Data\MySQL\MySQLException.h" + > + + RelativePath=".\include\Poco\Data\MySQL\MySQLStatementImpl.h" + > + + RelativePath=".\include\Poco\Data\MySQL\ResultMetadata.h" + > + + RelativePath=".\include\Poco\Data\MySQL\SessionHandle.h" + > + + RelativePath=".\include\Poco\Data\MySQL\SessionImpl.h" + > + + RelativePath=".\include\Poco\Data\MySQL\StatementExecutor.h" + > + + RelativePath=".\include\Poco\Data\MySQL\Utility.h" + > + - + + + + + + + + + + + + + + - + + diff --git a/Data/MySQL/MySQL_x64_vs90.vcproj b/Data/MySQL/MySQL_x64_vs90.vcproj index b122d09c1..30c000c9f 100644 --- a/Data/MySQL/MySQL_x64_vs90.vcproj +++ b/Data/MySQL/MySQL_x64_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="x64" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + RelativePath=".\src\Binder.cpp" + > + + RelativePath=".\src\Connector.cpp" + > + + RelativePath=".\src\Extractor.cpp" + > + + RelativePath=".\src\MySQLException.cpp" + > + + RelativePath=".\src\MySQLStatementImpl.cpp" + > + + RelativePath=".\src\ResultMetadata.cpp" + > + + RelativePath=".\src\SessionHandle.cpp" + > + + RelativePath=".\src\SessionImpl.cpp" + > + + RelativePath=".\src\StatementExecutor.cpp" + > + + RelativePath=".\src\Utility.cpp" + > + + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + RelativePath=".\include\Poco\Data\MySQL\Binder.h" + > + + RelativePath=".\include\Poco\Data\MySQL\Connector.h" + > + + RelativePath=".\include\Poco\Data\MySQL\Extractor.h" + > + + RelativePath=".\include\Poco\Data\MySQL\MySQL.h" + > + + RelativePath=".\include\Poco\Data\MySQL\MySQLException.h" + > + + RelativePath=".\include\Poco\Data\MySQL\MySQLStatementImpl.h" + > + + RelativePath=".\include\Poco\Data\MySQL\ResultMetadata.h" + > + + RelativePath=".\include\Poco\Data\MySQL\SessionHandle.h" + > + + RelativePath=".\include\Poco\Data\MySQL\SessionImpl.h" + > + + RelativePath=".\include\Poco\Data\MySQL\StatementExecutor.h" + > + + RelativePath=".\include\Poco\Data\MySQL\Utility.h" + > + - + + + + + + + + + + + + + + - + + diff --git a/Data/ODBC/ODBC_VS90.vcproj b/Data/ODBC/ODBC_VS90.vcproj index 4cb3f23e3..566213827 100644 --- a/Data/ODBC/ODBC_VS90.vcproj +++ b/Data/ODBC/ODBC_VS90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="Win32" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\..\lib\PocoDataODBCmtd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\..\lib\PocoDataODBCmt.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\..\lib\PocoDataODBCmdd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\..\lib\PocoDataODBCmd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="ODBC" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Data\ODBC\Binder.h" + > + + RelativePath=".\include\Poco\Data\ODBC\ConnectionHandle.h" + > + + RelativePath=".\include\Poco\Data\ODBC\Connector.h" + > + + RelativePath=".\include\Poco\Data\ODBC\Diagnostics.h" + > + + RelativePath=".\include\Poco\Data\ODBC\EnvironmentHandle.h" + > + + RelativePath=".\include\Poco\Data\ODBC\Error.h" + > + + RelativePath=".\include\Poco\Data\ODBC\Extractor.h" + > + + RelativePath=".\include\Poco\Data\ODBC\Handle.h" + > + + RelativePath=".\include\Poco\Data\ODBC\ODBC.h" + > + + RelativePath=".\include\Poco\Data\ODBC\ODBCException.h" + > + + RelativePath=".\include\Poco\Data\ODBC\ODBCMetaColumn.h" + > + + RelativePath=".\include\Poco\Data\ODBC\ODBCStatementImpl.h" + > + + RelativePath=".\include\Poco\Data\ODBC\Parameter.h" + > + + RelativePath=".\include\Poco\Data\ODBC\Preparator.h" + > + + RelativePath=".\include\Poco\Data\ODBC\SessionImpl.h" + > + + RelativePath=".\include\Poco\Data\ODBC\TypeInfo.h" + > + + RelativePath=".\include\Poco\Data\ODBC\Unicode.h" + > + + RelativePath=".\include\Poco\Data\ODBC\Unicode_UNIXODBC.h" + > + + RelativePath=".\include\Poco\Data\ODBC\Unicode_WIN32.h" + > + + RelativePath=".\include\Poco\Data\ODBC\Utility.h" + > + + Name="Source Files" + > + RelativePath=".\src\Binder.cpp" + > + + RelativePath=".\src\ConnectionHandle.cpp" + > + + RelativePath=".\src\Connector.cpp" + > + + RelativePath=".\src\EnvironmentHandle.cpp" + > + + RelativePath=".\src\Extractor.cpp" + > + + RelativePath=".\src\ODBCException.cpp" + > + + RelativePath=".\src\ODBCMetaColumn.cpp" + > + + RelativePath=".\src\ODBCStatementImpl.cpp" + > + + RelativePath=".\src\Parameter.cpp" + > + + RelativePath=".\src\Preparator.cpp" + > + + RelativePath=".\src\SessionImpl.cpp" + > + + RelativePath=".\src\TypeInfo.cpp" + > + + RelativePath=".\src\Unicode.cpp" + > + + RelativePath=".\src\Unicode_UNIXODBC.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Unicode_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Utility.cpp" + > + + + + + + + + + + + + + + + - + + diff --git a/Data/ODBC/ODBC_x64_vs90.vcproj b/Data/ODBC/ODBC_x64_vs90.vcproj index df03d6726..934e1824c 100644 --- a/Data/ODBC/ODBC_x64_vs90.vcproj +++ b/Data/ODBC/ODBC_x64_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="x64" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="ODBC" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Data\ODBC\Binder.h" + > + + RelativePath=".\include\Poco\Data\ODBC\ConnectionHandle.h" + > + + RelativePath=".\include\Poco\Data\ODBC\Connector.h" + > + + RelativePath=".\include\Poco\Data\ODBC\Diagnostics.h" + > + + RelativePath=".\include\Poco\Data\ODBC\EnvironmentHandle.h" + > + + RelativePath=".\include\Poco\Data\ODBC\Error.h" + > + + RelativePath=".\include\Poco\Data\ODBC\Extractor.h" + > + + RelativePath=".\include\Poco\Data\ODBC\Handle.h" + > + + RelativePath=".\include\Poco\Data\ODBC\ODBC.h" + > + + RelativePath=".\include\Poco\Data\ODBC\ODBCException.h" + > + + RelativePath=".\include\Poco\Data\ODBC\ODBCMetaColumn.h" + > + + RelativePath=".\include\Poco\Data\ODBC\ODBCStatementImpl.h" + > + + RelativePath=".\include\Poco\Data\ODBC\Parameter.h" + > + + RelativePath=".\include\Poco\Data\ODBC\Preparator.h" + > + + RelativePath=".\include\Poco\Data\ODBC\SessionImpl.h" + > + + RelativePath=".\include\Poco\Data\ODBC\TypeInfo.h" + > + + RelativePath=".\include\Poco\Data\ODBC\Unicode.h" + > + + RelativePath=".\include\Poco\Data\ODBC\Unicode_UNIXODBC.h" + > + + RelativePath=".\include\Poco\Data\ODBC\Unicode_WIN32.h" + > + + RelativePath=".\include\Poco\Data\ODBC\Utility.h" + > + + Name="Source Files" + > + RelativePath=".\src\Binder.cpp" + > + + RelativePath=".\src\ConnectionHandle.cpp" + > + + RelativePath=".\src\Connector.cpp" + > + + RelativePath=".\src\EnvironmentHandle.cpp" + > + + RelativePath=".\src\Extractor.cpp" + > + + RelativePath=".\src\ODBCException.cpp" + > + + RelativePath=".\src\ODBCMetaColumn.cpp" + > + + RelativePath=".\src\ODBCStatementImpl.cpp" + > + + RelativePath=".\src\Parameter.cpp" + > + + RelativePath=".\src\Preparator.cpp" + > + + RelativePath=".\src\SessionImpl.cpp" + > + + RelativePath=".\src\TypeInfo.cpp" + > + + RelativePath=".\src\Unicode.cpp" + > + + RelativePath=".\src\Unicode_UNIXODBC.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Unicode_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Utility.cpp" + > + + + + + + + + + + + + + + + - + + diff --git a/Data/SQLite/SQLite_VS90.vcproj b/Data/SQLite/SQLite_VS90.vcproj index 4772ef1d0..239a8d19b 100644 --- a/Data/SQLite/SQLite_VS90.vcproj +++ b/Data/SQLite/SQLite_VS90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="Win32" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\..\lib\PocoDataSQLitemtd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\..\lib\PocoDataSQLitemt.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\..\lib\PocoDataSQLitemdd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\..\lib\PocoDataSQLitemd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="SQLite" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Data\SQLite\Binder.h" + > + + RelativePath=".\include\Poco\Data\SQLite\Connector.h" + > + + RelativePath=".\include\Poco\Data\SQLite\Extractor.h" + > + + RelativePath=".\include\Poco\Data\SQLite\Notifier.h" + > + + RelativePath=".\include\Poco\Data\SQLite\SessionImpl.h" + > + + RelativePath=".\include\Poco\Data\SQLite\SQLite.h" + > + + RelativePath=".\include\Poco\Data\SQLite\SQLiteException.h" + > + + RelativePath=".\include\Poco\Data\SQLite\SQLiteStatementImpl.h" + > + + RelativePath=".\include\Poco\Data\SQLite\Utility.h" + > + + Name="Source Files" + > + RelativePath=".\src\Binder.cpp" + > + + RelativePath=".\src\Connector.cpp" + > + + RelativePath=".\src\Extractor.cpp" + > + + RelativePath=".\src\Notifier.cpp" + > + + RelativePath=".\src\SessionImpl.cpp" + > + + RelativePath=".\src\SQLiteException.cpp" + > + + RelativePath=".\src\SQLiteStatementImpl.cpp" + > + + RelativePath=".\src\Utility.cpp" + > + + Name="3rdparty" + > + Name="Header Files" + > + RelativePath=".\src\sqlite3.h" + > + + Name="Source Files" + > + RelativePath=".\src\sqlite3.c" + > + + + + + + + + + + + + + + + - + + diff --git a/Data/SQLite/SQLite_x64_vs90.vcproj b/Data/SQLite/SQLite_x64_vs90.vcproj index a79f5fa89..e03bdb5a6 100644 --- a/Data/SQLite/SQLite_x64_vs90.vcproj +++ b/Data/SQLite/SQLite_x64_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="x64" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="SQLite" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Data\SQLite\Binder.h" + > + + RelativePath=".\include\Poco\Data\SQLite\Connector.h" + > + + RelativePath=".\include\Poco\Data\SQLite\Extractor.h" + > + + RelativePath=".\include\Poco\Data\SQLite\Notifier.h" + > + + RelativePath=".\include\Poco\Data\SQLite\SessionImpl.h" + > + + RelativePath=".\include\Poco\Data\SQLite\SQLite.h" + > + + RelativePath=".\include\Poco\Data\SQLite\SQLiteException.h" + > + + RelativePath=".\include\Poco\Data\SQLite\SQLiteStatementImpl.h" + > + + RelativePath=".\include\Poco\Data\SQLite\Utility.h" + > + + Name="Source Files" + > + RelativePath=".\src\Binder.cpp" + > + + RelativePath=".\src\Connector.cpp" + > + + RelativePath=".\src\Extractor.cpp" + > + + RelativePath=".\src\Notifier.cpp" + > + + RelativePath=".\src\SessionImpl.cpp" + > + + RelativePath=".\src\SQLiteException.cpp" + > + + RelativePath=".\src\SQLiteStatementImpl.cpp" + > + + RelativePath=".\src\Utility.cpp" + > + + Name="3rdparty" + > + Name="Header Files" + > + RelativePath=".\src\sqlite3.h" + > + + Name="Source Files" + > + RelativePath=".\src\sqlite3.c" + > + + + + + + + + + + + + + + + - + + diff --git a/Encodings/Encodings_vs90.vcproj b/Encodings/Encodings_vs90.vcproj index 71a1791fd..a65b406ac 100644 --- a/Encodings/Encodings_vs90.vcproj +++ b/Encodings/Encodings_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="Win32" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoEncodingsmtd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoEncodingsmt.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoEncodingsmdd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoEncodingsmd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="Encodings" + > + Name="Header Files" + > + RelativePath=".\include\Poco\DoubleByteEncoding.h" + > + + RelativePath=".\include\Poco\Encodings.h" + > + + RelativePath=".\include\Poco\ISO8859_10Encoding.h" + > + + RelativePath=".\include\Poco\ISO8859_11Encoding.h" + > + + RelativePath=".\include\Poco\ISO8859_13Encoding.h" + > + + RelativePath=".\include\Poco\ISO8859_14Encoding.h" + > + + RelativePath=".\include\Poco\ISO8859_16Encoding.h" + > + + RelativePath=".\include\Poco\ISO8859_3Encoding.h" + > + + RelativePath=".\include\Poco\ISO8859_4Encoding.h" + > + + RelativePath=".\include\Poco\ISO8859_5Encoding.h" + > + + RelativePath=".\include\Poco\ISO8859_6Encoding.h" + > + + RelativePath=".\include\Poco\ISO8859_7Encoding.h" + > + + RelativePath=".\include\Poco\ISO8859_8Encoding.h" + > + + RelativePath=".\include\Poco\ISO8859_9Encoding.h" + > + + RelativePath=".\include\Poco\Windows1253Encoding.h" + > + + RelativePath=".\include\Poco\Windows1254Encoding.h" + > + + RelativePath=".\include\Poco\Windows1255Encoding.h" + > + + RelativePath=".\include\Poco\Windows1256Encoding.h" + > + + RelativePath=".\include\Poco\Windows1257Encoding.h" + > + + RelativePath=".\include\Poco\Windows1258Encoding.h" + > + + RelativePath=".\include\Poco\Windows874Encoding.h" + > + + RelativePath=".\include\Poco\Windows932Encoding.h" + > + + RelativePath=".\include\Poco\Windows936Encoding.h" + > + + RelativePath=".\include\Poco\Windows949Encoding.h" + > + + RelativePath=".\include\Poco\Windows950Encoding.h" + > + + Name="Source Files" + > + RelativePath=".\src\DoubleByteEncoding.cpp" + > + + RelativePath=".\src\Encodings.cpp" + > + + RelativePath=".\src\ISO8859_10Encoding.cpp" + > + + RelativePath=".\src\ISO8859_11Encoding.cpp" + > + + RelativePath=".\src\ISO8859_13Encoding.cpp" + > + + RelativePath=".\src\ISO8859_14Encoding.cpp" + > + + RelativePath=".\src\ISO8859_16Encoding.cpp" + > + + RelativePath=".\src\ISO8859_3Encoding.cpp" + > + + RelativePath=".\src\ISO8859_4Encoding.cpp" + > + + RelativePath=".\src\ISO8859_5Encoding.cpp" + > + + RelativePath=".\src\ISO8859_6Encoding.cpp" + > + + RelativePath=".\src\ISO8859_7Encoding.cpp" + > + + RelativePath=".\src\ISO8859_8Encoding.cpp" + > + + RelativePath=".\src\ISO8859_9Encoding.cpp" + > + + RelativePath=".\src\Windows1253Encoding.cpp" + > + + RelativePath=".\src\Windows1254Encoding.cpp" + > + + RelativePath=".\src\Windows1255Encoding.cpp" + > + + RelativePath=".\src\Windows1256Encoding.cpp" + > + + RelativePath=".\src\Windows1257Encoding.cpp" + > + + RelativePath=".\src\Windows1258Encoding.cpp" + > + + RelativePath=".\src\Windows874Encoding.cpp" + > + + RelativePath=".\src\Windows932Encoding.cpp" + > + + RelativePath=".\src\Windows936Encoding.cpp" + > + + RelativePath=".\src\Windows949Encoding.cpp" + > + + RelativePath=".\src\Windows950Encoding.cpp" + > + + RelativePath="..\DLLVersion.rc" + > + > + Name="VCResourceCompilerTool" + /> + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> - + + diff --git a/Encodings/Encodings_x64_vs90.vcproj b/Encodings/Encodings_x64_vs90.vcproj index 5bf3a837d..423bb6ceb 100644 --- a/Encodings/Encodings_x64_vs90.vcproj +++ b/Encodings/Encodings_x64_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="x64" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="Encodings" + > + Name="Header Files" + > + RelativePath=".\include\Poco\DoubleByteEncoding.h" + > + + RelativePath=".\include\Poco\Encodings.h" + > + + RelativePath=".\include\Poco\ISO8859_10Encoding.h" + > + + RelativePath=".\include\Poco\ISO8859_11Encoding.h" + > + + RelativePath=".\include\Poco\ISO8859_13Encoding.h" + > + + RelativePath=".\include\Poco\ISO8859_14Encoding.h" + > + + RelativePath=".\include\Poco\ISO8859_16Encoding.h" + > + + RelativePath=".\include\Poco\ISO8859_3Encoding.h" + > + + RelativePath=".\include\Poco\ISO8859_4Encoding.h" + > + + RelativePath=".\include\Poco\ISO8859_5Encoding.h" + > + + RelativePath=".\include\Poco\ISO8859_6Encoding.h" + > + + RelativePath=".\include\Poco\ISO8859_7Encoding.h" + > + + RelativePath=".\include\Poco\ISO8859_8Encoding.h" + > + + RelativePath=".\include\Poco\ISO8859_9Encoding.h" + > + + RelativePath=".\include\Poco\Windows1253Encoding.h" + > + + RelativePath=".\include\Poco\Windows1254Encoding.h" + > + + RelativePath=".\include\Poco\Windows1255Encoding.h" + > + + RelativePath=".\include\Poco\Windows1256Encoding.h" + > + + RelativePath=".\include\Poco\Windows1257Encoding.h" + > + + RelativePath=".\include\Poco\Windows1258Encoding.h" + > + + RelativePath=".\include\Poco\Windows874Encoding.h" + > + + RelativePath=".\include\Poco\Windows932Encoding.h" + > + + RelativePath=".\include\Poco\Windows936Encoding.h" + > + + RelativePath=".\include\Poco\Windows949Encoding.h" + > + + RelativePath=".\include\Poco\Windows950Encoding.h" + > + + Name="Source Files" + > + RelativePath=".\src\DoubleByteEncoding.cpp" + > + + RelativePath=".\src\Encodings.cpp" + > + + RelativePath=".\src\ISO8859_10Encoding.cpp" + > + + RelativePath=".\src\ISO8859_11Encoding.cpp" + > + + RelativePath=".\src\ISO8859_13Encoding.cpp" + > + + RelativePath=".\src\ISO8859_14Encoding.cpp" + > + + RelativePath=".\src\ISO8859_16Encoding.cpp" + > + + RelativePath=".\src\ISO8859_3Encoding.cpp" + > + + RelativePath=".\src\ISO8859_4Encoding.cpp" + > + + RelativePath=".\src\ISO8859_5Encoding.cpp" + > + + RelativePath=".\src\ISO8859_6Encoding.cpp" + > + + RelativePath=".\src\ISO8859_7Encoding.cpp" + > + + RelativePath=".\src\ISO8859_8Encoding.cpp" + > + + RelativePath=".\src\ISO8859_9Encoding.cpp" + > + + RelativePath=".\src\Windows1253Encoding.cpp" + > + + RelativePath=".\src\Windows1254Encoding.cpp" + > + + RelativePath=".\src\Windows1255Encoding.cpp" + > + + RelativePath=".\src\Windows1256Encoding.cpp" + > + + RelativePath=".\src\Windows1257Encoding.cpp" + > + + RelativePath=".\src\Windows1258Encoding.cpp" + > + + RelativePath=".\src\Windows874Encoding.cpp" + > + + RelativePath=".\src\Windows932Encoding.cpp" + > + + RelativePath=".\src\Windows936Encoding.cpp" + > + + RelativePath=".\src\Windows949Encoding.cpp" + > + + RelativePath=".\src\Windows950Encoding.cpp" + > + + RelativePath="..\DLLVersion.rc" + > + > + Name="VCResourceCompilerTool" + /> + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> - + + diff --git a/Foundation/Foundation_vs120.sln b/Foundation/Foundation_vs120.sln index 4dc2cee27..6ff8ec8d4 100644 --- a/Foundation/Foundation_vs120.sln +++ b/Foundation/Foundation_vs120.sln @@ -1,8 +1,20 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 +VisualStudioVersion = 12.0.40629.0 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Foundation", "Foundation_vs120.vcxproj", "{B01196CC-B693-4548-8464-2FF60499E73F}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs120.vcxproj", "{C812E0B9-69A9-4FA1-A1D4-161CF677BD10}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs120.vcxproj", "{F1EE93DF-347F-4CB3-B191-C4E63F38E972}" + ProjectSection(ProjectDependencies) = postProject + {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestApp", "testsuite\TestApp_vs120.vcxproj", "{6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}" + ProjectSection(ProjectDependencies) = postProject + {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestLibrary", "testsuite\TestLibrary_vs120.vcxproj", "{0955EB03-544B-4BD4-9C10-89CF38078F5F}" ProjectSection(ProjectDependencies) = postProject {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} EndProjectSection @@ -10,49 +22,73 @@ 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 + 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 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_shared|Win32.Build.0 = debug_shared|Win32 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|Win32.Build.0 = release_shared|Win32 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|Win32.ActiveCfg = release_shared|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|Win32.Build.0 = release_shared|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|Win32.Deploy.0 = release_shared|Win32 {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_md|Win32.Build.0 = release_static_md|Win32 {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_shared|Win32.Build.0 = release_shared|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|Win32.Deploy.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_shared|Win32.Deploy.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_md|Win32.Deploy.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}.debug_static_mt|Win32.Deploy.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_shared|Win32.Deploy.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_md|Win32.Deploy.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 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_mt|Win32.Deploy.0 = release_static_mt|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 + {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 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Foundation/Foundation_vs120.vcxproj b/Foundation/Foundation_vs120.vcxproj index 2a2fcf863..85d2f6b7f 100644 --- a/Foundation/Foundation_vs120.vcxproj +++ b/Foundation/Foundation_vs120.vcxproj @@ -1,4 +1,4 @@ - + @@ -32,7 +32,7 @@ Foundation Win32Proj - + StaticLibrary MultiByte @@ -63,27 +63,27 @@ MultiByte v120 - - + + - + - + - + - + - + - + - + <_ProjectFileVersion>12.0.21005.1 PocoFoundationd @@ -132,7 +132,7 @@ true true true - + Level3 ProgramDatabase Default @@ -164,9 +164,9 @@ true true true - + Level3 - + Default @@ -195,7 +195,7 @@ true true true - + ..\lib\PocoFoundationmtd.pdb Level3 ProgramDatabase @@ -220,9 +220,9 @@ true true true - + Level3 - + Default @@ -242,7 +242,7 @@ true true true - + ..\lib\PocoFoundationmdd.pdb Level3 ProgramDatabase @@ -267,10 +267,10 @@ true true true - + ..\lib\PocoFoundationmd.pdb Level3 - + Default @@ -279,9 +279,9 @@ - - - + + + true true @@ -290,10 +290,10 @@ true true - - - - + + + + true true @@ -318,10 +318,10 @@ true true - - - - + + + + true true @@ -362,14 +362,14 @@ true true - - - - - - - - + + + + + + + + true true @@ -378,18 +378,18 @@ true true - - - - - - - - - - - - + + + + + + + + + + + + true true @@ -406,30 +406,30 @@ true true - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + true true @@ -446,7 +446,7 @@ true true - + true true @@ -463,8 +463,8 @@ true true - - + + true true @@ -481,7 +481,7 @@ true true - + true true @@ -506,8 +506,8 @@ true true - - + + true true @@ -524,19 +524,19 @@ true true - - - - - - - - - - - - - + + + + + + + + + + + + + true true @@ -569,39 +569,39 @@ true true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true true @@ -626,18 +626,18 @@ true true - - - - - - - - - - - - + + + + + + + + + + + + true true @@ -646,14 +646,14 @@ true true - - - - - - - - + + + + + + + + true true @@ -678,8 +678,8 @@ true true - - + + true true @@ -704,8 +704,8 @@ true true - - + + true true @@ -730,8 +730,8 @@ true true - - + + true true @@ -756,7 +756,7 @@ true true - + true true @@ -781,8 +781,8 @@ true true - - + + true true @@ -807,8 +807,8 @@ true true - - + + true true @@ -833,7 +833,7 @@ true true - + true true @@ -858,18 +858,18 @@ true true - - - - - - - - - - - - + + + + + + + + + + + + true true @@ -886,388 +886,388 @@ true true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - + - true + false true true - true + false true true - - - + + + \ No newline at end of file diff --git a/Foundation/Foundation_vs140.sln b/Foundation/Foundation_vs140.sln index e270ad521..45e5a1ae5 100644 --- a/Foundation/Foundation_vs140.sln +++ b/Foundation/Foundation_vs140.sln @@ -1,8 +1,20 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2015 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Foundation", "Foundation_vs140.vcxproj", "{B01196CC-B693-4548-8464-2FF60499E73F}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs140.vcxproj", "{C812E0B9-69A9-4FA1-A1D4-161CF677BD10}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs140.vcxproj", "{F1EE93DF-347F-4CB3-B191-C4E63F38E972}" + ProjectSection(ProjectDependencies) = postProject + {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestApp", "testsuite\TestApp_vs140.vcxproj", "{6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}" + ProjectSection(ProjectDependencies) = postProject + {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestLibrary", "testsuite\TestLibrary_vs140.vcxproj", "{0955EB03-544B-4BD4-9C10-89CF38078F5F}" ProjectSection(ProjectDependencies) = postProject {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} EndProjectSection @@ -10,49 +22,73 @@ 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 + 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 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_shared|Win32.Build.0 = debug_shared|Win32 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|Win32.Build.0 = release_shared|Win32 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|Win32.ActiveCfg = release_shared|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|Win32.Build.0 = release_shared|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|Win32.Deploy.0 = release_shared|Win32 {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_md|Win32.Build.0 = release_static_md|Win32 {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_shared|Win32.Build.0 = release_shared|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|Win32.Deploy.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_shared|Win32.Deploy.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_md|Win32.Deploy.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}.debug_static_mt|Win32.Deploy.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_shared|Win32.Deploy.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_md|Win32.Deploy.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 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_mt|Win32.Deploy.0 = release_static_mt|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 + {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 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Foundation/Foundation_vs140.vcxproj b/Foundation/Foundation_vs140.vcxproj index 67d56dc76..f24641461 100644 --- a/Foundation/Foundation_vs140.vcxproj +++ b/Foundation/Foundation_vs140.vcxproj @@ -1,4 +1,4 @@ - + @@ -32,7 +32,7 @@ Foundation Win32Proj - + StaticLibrary MultiByte @@ -63,27 +63,27 @@ MultiByte v140 - - + + - + - + - + - + - + - + - + <_ProjectFileVersion>14.0.25123.0 PocoFoundationd @@ -132,7 +132,7 @@ true true true - + Level3 ProgramDatabase Default @@ -164,9 +164,9 @@ true true true - + Level3 - + Default @@ -195,7 +195,7 @@ true true true - + ..\lib\PocoFoundationmtd.pdb Level3 ProgramDatabase @@ -220,9 +220,9 @@ true true true - + Level3 - + Default @@ -242,7 +242,7 @@ true true true - + ..\lib\PocoFoundationmdd.pdb Level3 ProgramDatabase @@ -267,10 +267,10 @@ true true true - + ..\lib\PocoFoundationmd.pdb Level3 - + Default @@ -279,21 +279,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + true true @@ -302,26 +302,26 @@ true true - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + true true @@ -346,8 +346,8 @@ true true - - + + true true @@ -372,12 +372,12 @@ true true - - - - - - + + + + + + true true @@ -394,12 +394,12 @@ true true - - - - - - + + + + + + true true @@ -440,10 +440,10 @@ true true - - - - + + + + true true @@ -484,23 +484,23 @@ true true - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + true true @@ -525,17 +525,17 @@ true true - - - - - - - - - - - + + + + + + + + + + + true true @@ -552,7 +552,7 @@ true true - + true true @@ -577,7 +577,7 @@ true true - + true true @@ -602,16 +602,16 @@ true true - - - - - - - - - - + + + + + + + + + + true true @@ -636,30 +636,30 @@ true true - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + true true @@ -684,9 +684,9 @@ true true - - - + + + true true @@ -711,14 +711,14 @@ true true - - - - - - - - + + + + + + + + true true @@ -735,7 +735,7 @@ true true - + true true @@ -752,8 +752,8 @@ true true - - + + true true @@ -786,7 +786,7 @@ true true - + true true @@ -819,14 +819,14 @@ true true - - - - - - - - + + + + + + + + true true @@ -835,8 +835,8 @@ true true - - + + true true @@ -845,19 +845,19 @@ true true - - - - - - - - - - - - - + + + + + + + + + + + + + true true @@ -874,11 +874,11 @@ true true - - - - - + + + + + true true @@ -895,379 +895,379 @@ true true - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - true + false true true - true + false true true - + - - - + + + \ No newline at end of file diff --git a/Foundation/Foundation_vs150.sln b/Foundation/Foundation_vs150.sln index aef3333df..4376ae34c 100644 --- a/Foundation/Foundation_vs150.sln +++ b/Foundation/Foundation_vs150.sln @@ -9,6 +9,16 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\Test {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestApp", "testsuite\TestApp_vs150.vcxproj", "{6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}" + ProjectSection(ProjectDependencies) = postProject + {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestLibrary", "testsuite\TestLibrary_vs150.vcxproj", "{0955EB03-544B-4BD4-9C10-89CF38078F5F}" + ProjectSection(ProjectDependencies) = postProject + {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution debug_shared|Win32 = debug_shared|Win32 @@ -55,6 +65,30 @@ Global {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 {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_mt|Win32.Deploy.0 = release_static_mt|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 + {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 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Foundation/Foundation_vs150.vcxproj b/Foundation/Foundation_vs150.vcxproj index 715d2116b..f44544206 100644 --- a/Foundation/Foundation_vs150.vcxproj +++ b/Foundation/Foundation_vs150.vcxproj @@ -1,4 +1,4 @@ - + @@ -32,7 +32,7 @@ Foundation Win32Proj - + StaticLibrary MultiByte @@ -63,27 +63,27 @@ MultiByte v141 - - + + - + - + - + - + - + - + - + <_ProjectFileVersion>15.0.26228.10 PocoFoundationd @@ -132,7 +132,7 @@ true true true - + Level3 ProgramDatabase Default @@ -164,9 +164,9 @@ true true true - + Level3 - + Default @@ -195,7 +195,7 @@ true true true - + ..\lib\PocoFoundationmtd.pdb Level3 ProgramDatabase @@ -220,9 +220,9 @@ true true true - + Level3 - + Default @@ -242,7 +242,7 @@ true true true - + ..\lib\PocoFoundationmdd.pdb Level3 ProgramDatabase @@ -267,10 +267,10 @@ true true true - + ..\lib\PocoFoundationmd.pdb Level3 - + Default @@ -279,21 +279,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + true true @@ -302,26 +302,26 @@ true true - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + true true @@ -346,8 +346,8 @@ true true - - + + true true @@ -372,12 +372,12 @@ true true - - - - - - + + + + + + true true @@ -394,12 +394,12 @@ true true - - - - - - + + + + + + true true @@ -440,10 +440,10 @@ true true - - - - + + + + true true @@ -484,23 +484,23 @@ true true - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + true true @@ -525,17 +525,17 @@ true true - - - - - - - - - - - + + + + + + + + + + + true true @@ -552,7 +552,7 @@ true true - + true true @@ -577,7 +577,7 @@ true true - + true true @@ -602,16 +602,16 @@ true true - - - - - - - - - - + + + + + + + + + + true true @@ -636,30 +636,30 @@ true true - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + true true @@ -684,9 +684,9 @@ true true - - - + + + true true @@ -711,14 +711,14 @@ true true - - - - - - - - + + + + + + + + true true @@ -735,7 +735,7 @@ true true - + true true @@ -752,8 +752,8 @@ true true - - + + true true @@ -786,7 +786,7 @@ true true - + true true @@ -819,14 +819,14 @@ true true - - - - - - - - + + + + + + + + true true @@ -835,8 +835,8 @@ true true - - + + true true @@ -845,19 +845,19 @@ true true - - - - - - - - - - - - - + + + + + + + + + + + + + true true @@ -874,11 +874,11 @@ true true - - - - - + + + + + true true @@ -895,379 +895,379 @@ true true - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - true + false true true - true + false true true - + - - - + + + \ No newline at end of file diff --git a/Foundation/Foundation_vs160.sln b/Foundation/Foundation_vs160.sln new file mode 100644 index 000000000..85406dd6f --- /dev/null +++ b/Foundation/Foundation_vs160.sln @@ -0,0 +1,99 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.28803.452 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Foundation", "Foundation_vs160.vcxproj", "{B01196CC-B693-4548-8464-2FF60499E73F}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs160.vcxproj", "{F1EE93DF-347F-4CB3-B191-C4E63F38E972}" + ProjectSection(ProjectDependencies) = postProject + {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestApp", "testsuite\TestApp_vs160.vcxproj", "{6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}" + ProjectSection(ProjectDependencies) = postProject + {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestLibrary", "testsuite\TestLibrary_vs160.vcxproj", "{0955EB03-544B-4BD4-9C10-89CF38078F5F}" + ProjectSection(ProjectDependencies) = postProject + {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} + 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 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_shared|Win32.Build.0 = debug_shared|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|Win32.ActiveCfg = release_shared|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|Win32.Build.0 = release_shared|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|Win32.Deploy.0 = release_shared|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_md|Win32.Build.0 = release_static_md|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|Win32.Deploy.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_shared|Win32.Deploy.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_md|Win32.Deploy.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}.debug_static_mt|Win32.Deploy.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_shared|Win32.Deploy.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_md|Win32.Deploy.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 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_mt|Win32.Deploy.0 = release_static_mt|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 + {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 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {9FB78A81-2F41-47A4-ABA5-2AF3DCE0FCFD} + EndGlobalSection +EndGlobal diff --git a/Foundation/Foundation_vs160.vcxproj b/Foundation/Foundation_vs160.vcxproj new file mode 100644 index 000000000..404272507 --- /dev/null +++ b/Foundation/Foundation_vs160.vcxproj @@ -0,0 +1,1274 @@ + + + + + debug_shared + Win32 + + + debug_static_md + Win32 + + + debug_static_mt + Win32 + + + release_shared + Win32 + + + release_static_md + Win32 + + + release_static_mt + Win32 + + + + Foundation + {B01196CC-B693-4548-8464-2FF60499E73F} + Foundation + Win32Proj + 10.0 + + + + StaticLibrary + MultiByte + v142 + + + StaticLibrary + MultiByte + v142 + + + StaticLibrary + MultiByte + v142 + + + StaticLibrary + MultiByte + v142 + + + DynamicLibrary + MultiByte + v142 + + + DynamicLibrary + MultiByte + v142 + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>15.0.26228.10 + PocoFoundationd + PocoFoundationmdd + PocoFoundationmtd + PocoFoundation + PocoFoundationmd + PocoFoundationmt + + + ..\bin\ + obj\Foundation\$(Configuration)\ + true + + + ..\bin\ + obj\Foundation\$(Configuration)\ + false + + + ..\lib\ + obj\Foundation\$(Configuration)\ + + + ..\lib\ + obj\Foundation\$(Configuration)\ + + + ..\lib\ + obj\Foundation\$(Configuration)\ + + + ..\lib\ + obj\Foundation\$(Configuration)\ + + + + Disabled + .\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;Foundation_EXPORTS;%(PreprocessorDefinitions) + true + true + EnableFastChecks + MultiThreadedDebugDLL + true + true + true + true + + Level3 + ProgramDatabase + Default + + + ws2_32.lib;iphlpapi.lib;%(AdditionalDependencies) + ..\bin\PocoFoundationd.dll + true + true + ..\bin\PocoFoundationd.pdb + ..\lib;%(AdditionalLibraryDirectories) + Console + ..\lib\PocoFoundationd.lib + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + Speed + true + .\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;Foundation_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + true + true + true + + Level3 + + Default + + + ws2_32.lib;iphlpapi.lib;%(AdditionalDependencies) + ..\bin\PocoFoundation.dll + true + false + ..\lib;%(AdditionalLibraryDirectories) + Console + true + true + ..\lib\PocoFoundation.lib + MachineX86 + + + + + Disabled + .\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;POCO_STATIC;%(PreprocessorDefinitions) + true + true + EnableFastChecks + MultiThreadedDebug + true + true + true + true + + ..\lib\PocoFoundationmtd.pdb + Level3 + ProgramDatabase + Default + + + ..\lib\PocoFoundationmtd.lib + + + + + MaxSpeed + OnlyExplicitInline + true + Speed + true + .\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;POCO_STATIC;%(PreprocessorDefinitions) + true + MultiThreaded + false + true + true + true + + Level3 + + Default + + + ..\lib\PocoFoundationmt.lib + + + + + Disabled + .\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;POCO_STATIC;%(PreprocessorDefinitions) + true + true + EnableFastChecks + MultiThreadedDebugDLL + true + true + true + true + + ..\lib\PocoFoundationmdd.pdb + Level3 + ProgramDatabase + Default + + + ..\lib\PocoFoundationmdd.lib + + + + + MaxSpeed + OnlyExplicitInline + true + Speed + true + .\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;POCO_STATIC;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + true + true + true + + ..\lib\PocoFoundationmd.pdb + Level3 + + Default + + + ws2_32.lib;iphlpapi.lib;%(AdditionalDependencies) + ..\lib\PocoFoundationmd.lib + + + + + + + + + + + + + + + + + + + + true + true + true + true + true + true + + + + + + + + + + + + + + + + + + + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + + + + + + + + + + + + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + + + + + + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + + + + + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + + + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + + + + + + + true + true + true + true + true + true + + + + + true + true + true + true + true + true + + + + + + + + + + + + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + + %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + + %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + + %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + + %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + + %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + + %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) + + + + + false + true + true + false + true + true + + + + + + \ No newline at end of file diff --git a/Foundation/Foundation_vs160.vcxproj.filters b/Foundation/Foundation_vs160.vcxproj.filters new file mode 100644 index 000000000..cd1ebc3ab --- /dev/null +++ b/Foundation/Foundation_vs160.vcxproj.filters @@ -0,0 +1,1868 @@ + + + + + {9127d9ab-1557-4ee8-bfed-4d66f43120fc} + + + {485c117b-f22b-40d8-b567-8580012403e3} + + + {e3f0e20a-f405-4c64-924a-f3158cbcf671} + + + {fdc26e3e-7d0d-4687-bff9-477265760672} + + + {337ec2d1-76db-4c90-b88d-1d898557f293} + + + {54740783-5ffb-444e-b089-71ed7ef59037} + + + {43f46f8e-cd0d-4910-887b-afd7b35603a5} + + + {16b81006-9413-4d67-9f6f-f67947928171} + + + {2d3deffd-2060-41ce-93a8-d04d6201dbba} + + + {e3f564b3-9763-499e-a14a-daf5bff1e5fa} + + + {883b6776-3d98-424f-ba79-1a6babfca88c} + + + {f72d7d71-679a-4187-ba2d-e2b9d109c786} + + + {cccb5212-d9e4-40d7-a3b8-57eb3a204cb1} + + + {854462ed-0ce2-4ff7-b435-01bf33c6cabe} + + + {df853dcb-dbe6-4ec2-8fae-3c167590b788} + + + {315cc9b5-dfb7-4dad-8f29-b722d947975d} + + + {81f2cb16-5b94-4276-b6b2-fb5bd763b72e} + + + {452b1c26-6feb-481e-988b-3aec432497fa} + + + {c7c444f5-f0ec-474f-8894-eed8f6051d07} + + + {5d9a13ff-3abe-41dd-bd0b-3c8073c9cf95} + + + {7cd46f55-f619-46e3-8f30-de18ed5054a8} + + + {1eb41019-88e5-4ac8-aae6-743d985fbef8} + + + {50fd3373-8c7d-423d-ac03-8db2dcc66d26} + + + {a05ea08a-6d66-4b32-9690-c04c4f908e8d} + + + {caebf232-ab95-449a-83f3-9f6a5514ac2a} + + + {28ffaa2d-e878-4721-8cf7-aeb531293f46} + + + {d037ab26-553a-4f88-896b-30ac8c74f364} + + + {d0d982a3-923f-4ca5-8c43-ce72d9ffcbfd} + + + {bea300ac-5ef3-4a49-9163-cd02e749786e} + + + {63567b42-d35d-4a44-a25b-41218a8f29be} + + + {fd98ed47-34ba-4d59-b52c-c709ec5f926d} + + + {17814f9e-4eca-41c1-9ac3-3d65cb66d008} + + + {10e8e8b7-76db-4023-994d-a48ec46a6615} + + + {f38bf6b6-18ea-4761-b8cc-8bbbfc1a6b23} + + + {9642c757-741a-4e3b-902f-961c3250a783} + + + {0fef879b-6696-4c9e-bfeb-f6de31384da9} + + + {4a8e8e29-cfb1-4ead-8ff2-28e37432ee2d} + + + {9fcc9075-4301-44c3-aa1e-711e88da891c} + + + {0d06bf3f-603e-42ce-9cc7-526e414cf72d} + + + {18d225b2-e1e4-4f03-bfc8-285b4c41b28e} + + + {5206c5b6-a270-409c-9162-b626850af4c3} + + + {823f91b1-0966-40d1-9560-5e788d4a4e68} + + + {94a25d5f-84be-481a-a68d-ce7d0af1216e} + + + {2ee6d93b-3f7e-4f74-a1e8-8a70c8a9f9e0} + + + {c62cb612-1f63-42a4-b201-aae7bec0d70f} + + + {5e526994-9a5f-48f3-8b05-8fe1f8f0bb16} + + + {a3ba31d2-9df6-4887-a9f3-979bbb6becab} + + + {c4461253-0742-464f-94a9-e6d8c66f2194} + + + {059f6343-7602-49e5-8ca2-e5ed2e8adba8} + + + {13002559-b5e4-4948-9622-298aa3d29f9f} + + + {de989010-3c13-4808-9d1d-e8f91c5044c7} + + + {57a7e070-5d6a-4e26-82ec-c0a6f98d5b44} + + + {b436f231-fe34-4aaa-8394-8761f09f3140} + + + {d333bdd2-1c73-4596-a886-154a9b175a1c} + + + {4d0cab44-8f8f-44d6-b15c-d271365a9d7b} + + + {d6b974f0-2b9f-4e4a-a380-49460f9b1701} + + + {32ddb25d-b43c-4b62-936b-218586f422b0} + + + {cb69e4f5-dda0-4bda-b515-76622855243e} + + + {e13474ea-a6fc-43f9-a812-a9edeec0ad8f} + + + {08fec92e-86f1-4910-814f-78d2227deb2b} + + + {78f66266-5d81-4192-9054-413a61a1350c} + + + {1c28c978-c475-416f-80e4-db72accc4822} + + + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + SharedLibrary\Source Files + + + SharedLibrary\Source Files + + + SharedLibrary\Source Files + + + SharedLibrary\Source Files + + + SharedLibrary\Source Files + + + SharedLibrary\Source Files + + + RegularExpression\Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Notifications\Source Files + + + Notifications\Source Files + + + Notifications\Source Files + + + Notifications\Source Files + + + Notifications\Source Files + + + Notifications\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + UUID\Source Files + + + UUID\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + URI\Source Files + + + URI\Source Files + + + URI\Source Files + + + URI\Source Files + + + Tasks\Source Files + + + Tasks\Source Files + + + Tasks\Source Files + + + Events\Source Files + + + Hashing\Source Files + + + Hashing\Source Files + + + Dynamic\Source Files + + + Dynamic\Source Files + + + Dynamic\Source Files + + + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + SharedLibrary\Header Files + + + SharedLibrary\Header Files + + + SharedLibrary\Header Files + + + SharedLibrary\Header Files + + + SharedLibrary\Header Files + + + SharedLibrary\Header Files + + + SharedLibrary\Header Files + + + SharedLibrary\Header Files + + + SharedLibrary\Header Files + + + RegularExpression\PCRE Header Files + + + RegularExpression\PCRE Header Files + + + RegularExpression\PCRE Header Files + + + RegularExpression\PCRE Header Files + + + RegularExpression\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Notifications\Header Files + + + Notifications\Header Files + + + Notifications\Header Files + + + Notifications\Header Files + + + Notifications\Header Files + + + Notifications\Header Files + + + Notifications\Header Files + + + Notifications\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + UUID\Header Files + + + UUID\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + URI\Header Files + + + URI\Header Files + + + URI\Header Files + + + URI\Header Files + + + Tasks\Header Files + + + Tasks\Header Files + + + Tasks\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Hashing\Header Files + + + Hashing\Header Files + + + Hashing\Header Files + + + Hashing\Header Files + + + Hashing\Header Files + + + Hashing\Header Files + + + Hashing\Header Files + + + Hashing\Header Files + + + Dynamic\Header Files + + + Dynamic\Header Files + + + Dynamic\Header Files + + + Dynamic\Header Files + + + Dynamic\Header Files + + + + + Logging\Resource Files + + + + + + Logging\Message Files + + + \ No newline at end of file diff --git a/Foundation/Foundation_vs90.sln b/Foundation/Foundation_vs90.sln index 00b306bde..d16b72ad3 100644 --- a/Foundation/Foundation_vs90.sln +++ b/Foundation/Foundation_vs90.sln @@ -7,6 +7,16 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\Test {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestApp", "testsuite\TestApp_vs90.vcproj", "{6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}" + ProjectSection(ProjectDependencies) = postProject + {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestLibrary", "testsuite\TestLibrary_vs90.vcproj", "{0955EB03-544B-4BD4-9C10-89CF38078F5F}" + ProjectSection(ProjectDependencies) = postProject + {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution debug_shared|Win32 = debug_shared|Win32 @@ -53,6 +63,30 @@ Global {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 {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_mt|Win32.Deploy.0 = release_static_mt|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 + {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 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Foundation/Foundation_vs90.vcproj b/Foundation/Foundation_vs90.vcproj index 9e347935c..e1659b3e4 100644 --- a/Foundation/Foundation_vs90.vcproj +++ b/Foundation/Foundation_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="Win32" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoFoundationmtd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoFoundationmt.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoFoundationmdd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoFoundationmd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="Core" + > + Name="Source Files" + > + RelativePath=".\src\Ascii.cpp" + > + + RelativePath=".\src\AtomicCounter.cpp" + > + + RelativePath=".\src\Bugcheck.cpp" + > + + RelativePath=".\src\ByteOrder.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Checksum.cpp" + > + + RelativePath=".\src\Debugger.cpp" + > + + RelativePath=".\src\DirectoryIteratorStrategy.cpp" + > + + RelativePath=".\src\Environment.cpp" + > + + RelativePath=".\src\Environment_UNIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Environment_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Environment_WIN32U.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Error.cpp" + > + + RelativePath=".\src\Exception.cpp" + > + + RelativePath=".\src\Format.cpp" + > + + RelativePath=".\src\FPEnvironment.cpp" + > + + RelativePath=".\src\FPEnvironment_C99.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\FPEnvironment_DEC.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\FPEnvironment_DUMMY.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\FPEnvironment_SUN.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\FPEnvironment_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\JSONString.cpp" + > + + RelativePath=".\src\MemoryPool.cpp" + > + + RelativePath=".\src\NestedDiagnosticContext.cpp" + > + + RelativePath=".\src\NumberFormatter.cpp" + > + + RelativePath=".\src\NumberParser.cpp" + > + + RelativePath=".\src\NumericString.cpp" + > + + RelativePath=".\src\RefCountedObject.cpp" + > + + RelativePath=".\src\SortedDirectoryIterator.cpp" + > + + RelativePath=".\src\String.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\StringTokenizer.cpp" + > + + RelativePath=".\src\Void.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\Any.h" + > + + RelativePath=".\include\Poco\Ascii.h" + > + + RelativePath=".\include\Poco\AtomicCounter.h" + > + + RelativePath=".\include\Poco\AutoPtr.h" + > + + RelativePath=".\include\Poco\AutoReleasePool.h" + > + + RelativePath=".\include\Poco\Buffer.h" + > + + RelativePath=".\include\Poco\Bugcheck.h" + > + + RelativePath=".\include\Poco\ByteOrder.h" + > + + RelativePath=".\include\Poco\Checksum.h" + > + + RelativePath=".\include\Poco\Config.h" + > + + RelativePath=".\include\Poco\Debugger.h" + > + + RelativePath=".\include\Poco\DynamicAny.h" + > + + RelativePath=".\include\Poco\DynamicAnyHolder.h" + > + + RelativePath=".\include\Poco\DynamicFactory.h" + > + + RelativePath=".\include\Poco\Environment.h" + > + + RelativePath=".\include\Poco\Environment_UNIX.h" + > + + RelativePath=".\include\Poco\Environment_WIN32.h" + > + + RelativePath=".\include\Poco\Environment_WIN32U.h" + > + + RelativePath=".\include\Poco\Error.h" + > + + RelativePath=".\include\Poco\Exception.h" + > + + RelativePath=".\include\Poco\FIFOBuffer.h" + > + + RelativePath=".\include\Poco\Format.h" + > + + RelativePath=".\include\Poco\Foundation.h" + > + + RelativePath=".\include\Poco\FPEnvironment.h" + > + + RelativePath=".\include\Poco\FPEnvironment_C99.h" + > + + RelativePath=".\include\Poco\FPEnvironment_DEC.h" + > + + RelativePath=".\include\Poco\FPEnvironment_DUMMY.h" + > + + RelativePath=".\include\Poco\FPEnvironment_SUN.h" + > + + RelativePath=".\include\Poco\FPEnvironment_WIN32.h" + > + + RelativePath=".\include\Poco\Instantiator.h" + > + + RelativePath=".\include\Poco\JSONString.h" + > + + RelativePath=".\include\Poco\MemoryPool.h" + > + + RelativePath=".\include\Poco\MetaProgramming.h" + > + + RelativePath=".\include\Poco\NamedTuple.h" + > + + RelativePath=".\include\Poco\NestedDiagnosticContext.h" + > + + RelativePath=".\include\Poco\Nullable.h" + > + + RelativePath=".\include\Poco\NumberFormatter.h" + > + + RelativePath=".\include\Poco\NumberParser.h" + > + + RelativePath=".\include\Poco\NumericString.h" + > + + RelativePath=".\include\Poco\ObjectPool.h" + > + + RelativePath=".\include\Poco\Optional.h" + > + + RelativePath=".\include\Poco\Platform.h" + > + + RelativePath=".\include\Poco\Platform_POSIX.h" + > + + RelativePath=".\include\Poco\Platform_WIN32.h" + > + + RelativePath=".\include\Poco\Poco.h" + > + + RelativePath=".\include\Poco\RefCountedObject.h" + > + + RelativePath=".\include\Poco\SharedPtr.h" + > + + RelativePath=".\include\Poco\SingletonHolder.h" + > + + RelativePath=".\include\Poco\SortedDirectoryIterator.h" + > + + RelativePath=".\include\Poco\String.h" + > + + RelativePath=".\include\Poco\StringTokenizer.h" + > + + RelativePath=".\include\Poco\Tuple.h" + > + + RelativePath=".\include\Poco\TypeList.h" + > + + RelativePath=".\include\Poco\Types.h" + > + + RelativePath=".\include\Poco\UnWindows.h" + > + + RelativePath=".\include\Poco\Version.h" + > + + RelativePath=".\include\Poco\Void.h" + > + + Name="Streams" + > + Name="Source Files" + > + RelativePath=".\src\Base32Decoder.cpp" + > + + RelativePath=".\src\Base32Encoder.cpp" + > + + RelativePath=".\src\Base64Decoder.cpp" + > + + RelativePath=".\src\Base64Encoder.cpp" + > + + RelativePath=".\src\BinaryReader.cpp" + > + + RelativePath=".\src\BinaryWriter.cpp" + > + + RelativePath=".\src\CountingStream.cpp" + > + + RelativePath=".\src\DeflatingStream.cpp" + > + + RelativePath=".\src\FIFOBufferStream.cpp" + > + + RelativePath=".\src\FileStream.cpp" + > + + RelativePath=".\src\FileStream_POSIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\FileStream_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\HexBinaryDecoder.cpp" + > + + RelativePath=".\src\HexBinaryEncoder.cpp" + > + + RelativePath=".\src\InflatingStream.cpp" + > + + RelativePath=".\src\LineEndingConverter.cpp" + > + + RelativePath=".\src\MemoryStream.cpp" + > + + RelativePath=".\src\NullStream.cpp" + > + + RelativePath=".\src\StreamCopier.cpp" + > + + RelativePath=".\src\StreamTokenizer.cpp" + > + + RelativePath=".\src\TeeStream.cpp" + > + + RelativePath=".\src\Token.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\Base32Decoder.h" + > + + RelativePath=".\include\Poco\Base32Encoder.h" + > + + RelativePath=".\include\Poco\Base64Decoder.h" + > + + RelativePath=".\include\Poco\Base64Encoder.h" + > + + RelativePath=".\include\Poco\BinaryReader.h" + > + + RelativePath=".\include\Poco\BinaryWriter.h" + > + + RelativePath=".\include\Poco\BufferAllocator.h" + > + + RelativePath=".\include\Poco\BufferedBidirectionalStreamBuf.h" + > + + RelativePath=".\include\Poco\BufferedStreamBuf.h" + > + + RelativePath=".\include\Poco\CountingStream.h" + > + + RelativePath=".\include\Poco\DeflatingStream.h" + > + + RelativePath=".\include\Poco\FileStream.h" + > + + RelativePath=".\include\Poco\FileStream_POSIX.h" + > + + RelativePath=".\include\Poco\FileStream_WIN32.h" + > + + RelativePath=".\include\Poco\HexBinaryDecoder.h" + > + + RelativePath=".\include\Poco\HexBinaryEncoder.h" + > + + RelativePath=".\include\Poco\InflatingStream.h" + > + + RelativePath=".\include\Poco\LineEndingConverter.h" + > + + RelativePath=".\include\Poco\MemoryStream.h" + > + + RelativePath=".\include\Poco\NullStream.h" + > + + RelativePath=".\include\Poco\StreamCopier.h" + > + + RelativePath=".\include\Poco\StreamTokenizer.h" + > + + RelativePath=".\include\Poco\StreamUtil.h" + > + + RelativePath=".\include\Poco\TeeStream.h" + > + + RelativePath=".\include\Poco\Token.h" + > + + RelativePath=".\include\Poco\UnbufferedStreamBuf.h" + > + + Name="zlib" + > + RelativePath=".\src\adler32.c" + > + + RelativePath=".\src\compress.c" + > + + RelativePath=".\src\crc32.c" + > + + RelativePath=".\src\crc32.h" + > + + RelativePath=".\src\deflate.c" + > + + RelativePath=".\src\deflate.h" + > + + RelativePath=".\src\infback.c" + > + + RelativePath=".\src\inffast.c" + > + + RelativePath=".\src\inffast.h" + > + + RelativePath=".\src\inffixed.h" + > + + RelativePath=".\src\inflate.c" + > + + RelativePath=".\src\inflate.h" + > + + RelativePath=".\src\inftrees.c" + > + + RelativePath=".\src\inftrees.h" + > + + RelativePath=".\src\trees.c" + > + + RelativePath=".\src\trees.h" + > + + RelativePath=".\src\zconf.h" + > + + RelativePath=".\src\zlib.h" + > + + RelativePath=".\src\zutil.c" + > + + RelativePath=".\src\zutil.h" + > + + Name="Threading" + > + Name="Source Files" + > + RelativePath=".\src\ActiveDispatcher.cpp" + > + + RelativePath=".\src\Condition.cpp" + > + + RelativePath=".\src\ErrorHandler.cpp" + > + + RelativePath=".\src\Event.cpp" + > + + RelativePath=".\src\Event_POSIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Event_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Mutex.cpp" + > + + RelativePath=".\src\Mutex_POSIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Mutex_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Runnable.cpp" + > + + RelativePath=".\src\RWLock.cpp" + > + + RelativePath=".\src\RWLock_POSIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\RWLock_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Semaphore.cpp" + > + + RelativePath=".\src\Semaphore_POSIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Semaphore_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\SignalHandler.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\SynchronizedObject.cpp" + > + + RelativePath=".\src\Thread.cpp" + > + + RelativePath=".\src\Thread_POSIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Thread_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\ThreadLocal.cpp" + > + + RelativePath=".\src\ThreadPool.cpp" + > + + RelativePath=".\src\ThreadTarget.cpp" + > + + RelativePath=".\src\Timer.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\ActiveDispatcher.h" + > + + RelativePath=".\include\Poco\ActiveMethod.h" + > + + RelativePath=".\include\Poco\ActiveResult.h" + > + + RelativePath=".\include\Poco\ActiveRunnable.h" + > + + RelativePath=".\include\Poco\ActiveStarter.h" + > + + RelativePath=".\include\Poco\Activity.h" + > + + RelativePath=".\include\Poco\Condition.h" + > + + RelativePath=".\include\Poco\ErrorHandler.h" + > + + RelativePath=".\include\Poco\Event.h" + > + + RelativePath=".\include\Poco\Event_POSIX.h" + > + + RelativePath=".\include\Poco\Event_WIN32.h" + > + + RelativePath=".\include\Poco\Mutex.h" + > + + RelativePath=".\include\Poco\Mutex_POSIX.h" + > + + RelativePath=".\include\Poco\Mutex_WIN32.h" + > + + RelativePath=".\include\Poco\Runnable.h" + > + + RelativePath=".\include\Poco\RunnableAdapter.h" + > + + RelativePath=".\include\Poco\RWLock.h" + > + + RelativePath=".\include\Poco\RWLock_POSIX.h" + > + + RelativePath=".\include\Poco\RWLock_WIN32.h" + > + + RelativePath=".\include\Poco\ScopedLock.h" + > + + RelativePath=".\include\Poco\ScopedUnlock.h" + > + + RelativePath=".\include\Poco\Semaphore.h" + > + + RelativePath=".\include\Poco\Semaphore_POSIX.h" + > + + RelativePath=".\include\Poco\Semaphore_WIN32.h" + > + + RelativePath=".\include\Poco\SignalHandler.h" + > + + RelativePath=".\include\Poco\SynchronizedObject.h" + > + + RelativePath=".\include\Poco\Thread.h" + > + + RelativePath=".\include\Poco\Thread_POSIX.h" + > + + RelativePath=".\include\Poco\Thread_WIN32.h" + > + + RelativePath=".\include\Poco\ThreadLocal.h" + > + + RelativePath=".\include\Poco\ThreadPool.h" + > + + RelativePath=".\include\Poco\ThreadTarget.h" + > + + RelativePath=".\include\Poco\Timer.h" + > + + Name="Crypt" + > + Name="Source Files" + > + RelativePath=".\src\DigestEngine.cpp" + > + + RelativePath=".\src\DigestStream.cpp" + > + + RelativePath=".\src\MD4Engine.cpp" + > + + RelativePath=".\src\MD5Engine.cpp" + > + + RelativePath=".\src\Random.cpp" + > + + RelativePath=".\src\RandomStream.cpp" + > + + RelativePath=".\src\SHA1Engine.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\DigestEngine.h" + > + + RelativePath=".\include\Poco\DigestStream.h" + > + + RelativePath=".\include\Poco\HMACEngine.h" + > + + RelativePath=".\include\Poco\MD4Engine.h" + > + + RelativePath=".\include\Poco\MD5Engine.h" + > + + RelativePath=".\include\Poco\PBKDF2Engine.h" + > + + RelativePath=".\include\Poco\Random.h" + > + + RelativePath=".\include\Poco\RandomStream.h" + > + + RelativePath=".\include\Poco\SHA1Engine.h" + > + + Name="SharedLibrary" + > + Name="Source Files" + > + RelativePath=".\src\Manifest.cpp" + > + + RelativePath=".\src\SharedLibrary.cpp" + > + + RelativePath=".\src\SharedLibrary_HPUX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\SharedLibrary_UNIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\SharedLibrary_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\SharedLibrary_WIN32U.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + Name="Header Files" + > + RelativePath=".\include\Poco\ClassLibrary.h" + > + + RelativePath=".\include\Poco\ClassLoader.h" + > + + RelativePath=".\include\Poco\Manifest.h" + > + + RelativePath=".\include\Poco\MetaObject.h" + > + + RelativePath=".\include\Poco\SharedLibrary.h" + > + + RelativePath=".\include\Poco\SharedLibrary_HPUX.h" + > + + RelativePath=".\include\Poco\SharedLibrary_UNIX.h" + > + + RelativePath=".\include\Poco\SharedLibrary_WIN32.h" + > + + RelativePath=".\include\Poco\SharedLibrary_WIN32U.h" + > + + Name="RegularExpression" + > + Name="PCRE Header Files" + > + RelativePath=".\src\pcre.h" + > + + RelativePath=".\src\pcre_config.h" + > + + RelativePath=".\src\pcre_internal.h" + > + + RelativePath=".\src\ucp.h" + > + + Name="Source Files" + > + RelativePath=".\src\RegularExpression.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\RegularExpression.h" + > + + Name="PCRE Source Files" + > + RelativePath=".\src\pcre_byte_order.c" + > + + RelativePath=".\src\pcre_chartables.c" + > + + RelativePath=".\src\pcre_compile.c" + > + + RelativePath=".\src\pcre_config.c" + > + + RelativePath=".\src\pcre_dfa_exec.c" + > + + RelativePath=".\src\pcre_exec.c" + > + + RelativePath=".\src\pcre_fullinfo.c" + > + + RelativePath=".\src\pcre_get.c" + > + + RelativePath=".\src\pcre_globals.c" + > + + RelativePath=".\src\pcre_jit_compile.c" + > + + RelativePath=".\src\pcre_maketables.c" + > + + RelativePath=".\src\pcre_newline.c" + > + + RelativePath=".\src\pcre_ord2utf8.c" + > + + RelativePath=".\src\pcre_refcount.c" + > + + RelativePath=".\src\pcre_string_utils.c" + > + + RelativePath=".\src\pcre_study.c" + > + + RelativePath=".\src\pcre_tables.c" + > + + RelativePath=".\src\pcre_ucd.c" + > + + RelativePath=".\src\pcre_valid_utf8.c" + > + + RelativePath=".\src\pcre_version.c" + > + + RelativePath=".\src\pcre_xclass.c" + > + + Name="Logging" + > + Name="Source Files" + > + RelativePath=".\src\ArchiveStrategy.cpp" + > + + RelativePath=".\src\AsyncChannel.cpp" + > + + RelativePath=".\src\Channel.cpp" + > + + RelativePath=".\src\Configurable.cpp" + > + + RelativePath=".\src\ConsoleChannel.cpp" + > + + RelativePath=".\src\EventChannel.cpp" + > + + RelativePath=".\src\EventLogChannel.cpp" + > + + RelativePath=".\src\FileChannel.cpp" + > + + RelativePath=".\src\Formatter.cpp" + > + + RelativePath=".\src\FormattingChannel.cpp" + > + + RelativePath=".\src\LogFile.cpp" + > + + RelativePath=".\src\LogFile_STD.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\LogFile_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\LogFile_WIN32U.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Logger.cpp" + > + + RelativePath=".\src\LoggingFactory.cpp" + > + + RelativePath=".\src\LoggingRegistry.cpp" + > + + RelativePath=".\src\LogStream.cpp" + > + + RelativePath=".\src\Message.cpp" + > + + RelativePath=".\src\NullChannel.cpp" + > + + RelativePath=".\src\PatternFormatter.cpp" + > + + RelativePath=".\src\PurgeStrategy.cpp" + > + + RelativePath=".\src\RotateStrategy.cpp" + > + + RelativePath=".\src\SimpleFileChannel.cpp" + > + + RelativePath=".\src\SplitterChannel.cpp" + > + + RelativePath=".\src\StreamChannel.cpp" + > + + RelativePath=".\src\SyslogChannel.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\WindowsConsoleChannel.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\ArchiveStrategy.h" + > + + RelativePath=".\include\Poco\AsyncChannel.h" + > + + RelativePath=".\include\Poco\Channel.h" + > + + RelativePath=".\include\Poco\Configurable.h" + > + + RelativePath=".\include\Poco\ConsoleChannel.h" + > + + RelativePath=".\include\Poco\EventChannel.h" + > + + RelativePath=".\include\Poco\EventLogChannel.h" + > + + RelativePath=".\include\Poco\FileChannel.h" + > + + RelativePath=".\include\Poco\Formatter.h" + > + + RelativePath=".\include\Poco\FormattingChannel.h" + > + + RelativePath=".\include\Poco\LogFile.h" + > + + RelativePath=".\include\Poco\LogFile_STD.h" + > + + RelativePath=".\include\Poco\LogFile_WIN32.h" + > + + RelativePath=".\include\Poco\LogFile_WIN32U.h" + > + + RelativePath=".\include\Poco\Logger.h" + > + + RelativePath=".\include\Poco\LoggingFactory.h" + > + + RelativePath=".\include\Poco\LoggingRegistry.h" + > + + RelativePath=".\include\Poco\LogStream.h" + > + + RelativePath=".\include\Poco\Message.h" + > + + RelativePath=".\include\Poco\NullChannel.h" + > + + RelativePath=".\include\Poco\PatternFormatter.h" + > + + RelativePath=".\src\pocomsg.h" + > + + RelativePath=".\include\Poco\PurgeStrategy.h" + > + + RelativePath=".\include\Poco\RotateStrategy.h" + > + + RelativePath=".\include\Poco\SimpleFileChannel.h" + > + + RelativePath=".\include\Poco\SplitterChannel.h" + > + + RelativePath=".\include\Poco\StreamChannel.h" + > + + RelativePath=".\include\Poco\SyslogChannel.h" + > + + RelativePath=".\include\Poco\WindowsConsoleChannel.h" + > + + Name="Message Files" + > + RelativePath=".\src\pocomsg.mc" + > + Name="debug_shared|Win32" + > + CommandLine="mc -h "$(InputDir)." -r "$(InputDir)." "$(InputPath) " + Outputs="$(InputDir)\pocomsg.rc;$(InputDir)\pocomsg.h;" + /> + Name="release_shared|Win32" + > + CommandLine="mc -h "$(InputDir)." -r "$(InputDir)." "$(InputPath) " + Outputs="$(InputDir)\pocomsg.rc;$(InputDir)\pocomsg.h;" + /> + Name="debug_static_mt|Win32" + > + CommandLine="mc -h "$(InputDir)." -r "$(InputDir)." "$(InputPath) " + Outputs="$(InputDir)\pocomsg.rc;$(InputDir)\pocomsg.h;" + /> + Name="release_static_mt|Win32" + > + CommandLine="mc -h "$(InputDir)." -r "$(InputDir)." "$(InputPath) " + Outputs="$(InputDir)\pocomsg.rc;$(InputDir)\pocomsg.h;" + /> + Name="debug_static_md|Win32" + > + CommandLine="mc -h "$(InputDir)." -r "$(InputDir)." "$(InputPath) " + Outputs="$(InputDir)\pocomsg.rc;$(InputDir)\pocomsg.h;" + /> + Name="release_static_md|Win32" + > + CommandLine="mc -h "$(InputDir)." -r "$(InputDir)." "$(InputPath) " + Outputs="$(InputDir)\pocomsg.rc;$(InputDir)\pocomsg.h;" + /> + Name="Resource Files" + > + RelativePath=".\src\pocomsg.rc" + > + + Name="Notifications" + > + Name="Source Files" + > + RelativePath=".\src\AbstractObserver.cpp" + > + + RelativePath=".\src\Notification.cpp" + > + + RelativePath=".\src\NotificationCenter.cpp" + > + + RelativePath=".\src\NotificationQueue.cpp" + > + + RelativePath=".\src\PriorityNotificationQueue.cpp" + > + + RelativePath=".\src\TimedNotificationQueue.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\AbstractObserver.h" + > + + RelativePath=".\include\Poco\NObserver.h" + > + + RelativePath=".\include\Poco\Notification.h" + > + + RelativePath=".\include\Poco\NotificationCenter.h" + > + + RelativePath=".\include\Poco\NotificationQueue.h" + > + + RelativePath=".\include\Poco\Observer.h" + > + + RelativePath=".\include\Poco\PriorityNotificationQueue.h" + > + + RelativePath=".\include\Poco\TimedNotificationQueue.h" + > + + Name="Filesystem" + > + Name="Source Files" + > + RelativePath=".\src\DirectoryIterator.cpp" + > + + RelativePath=".\src\DirectoryIterator_UNIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\DirectoryIterator_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\DirectoryIterator_WIN32U.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\DirectoryWatcher.cpp" + > + + RelativePath=".\src\File.cpp" + > + + RelativePath=".\src\File_UNIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\File_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\File_WIN32U.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Glob.cpp" + > + + RelativePath=".\src\Path.cpp" + > + + RelativePath=".\src\Path_UNIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Path_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Path_WIN32U.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\TemporaryFile.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\DirectoryIterator.h" + > + + RelativePath=".\include\Poco\DirectoryIterator_UNIX.h" + > + + RelativePath=".\include\Poco\DirectoryIterator_WIN32.h" + > + + RelativePath=".\include\Poco\DirectoryIterator_WIN32U.h" + > + + RelativePath=".\include\Poco\DirectoryWatcher.h" + > + + RelativePath=".\include\Poco\File.h" + > + + RelativePath=".\include\Poco\File_UNIX.h" + > + + RelativePath=".\include\Poco\File_WIN32.h" + > + + RelativePath=".\include\Poco\File_WIN32U.h" + > + + RelativePath=".\include\Poco\Glob.h" + > + + RelativePath=".\include\Poco\Path.h" + > + + RelativePath=".\include\Poco\Path_UNIX.h" + > + + RelativePath=".\include\Poco\Path_WIN32.h" + > + + RelativePath=".\include\Poco\Path_WIN32U.h" + > + + RelativePath=".\include\Poco\TemporaryFile.h" + > + + Name="Processes" + > + Name="Source Files" + > + RelativePath=".\src\NamedEvent.cpp" + > + + RelativePath=".\src\NamedEvent_UNIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\NamedEvent_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\NamedEvent_WIN32U.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\NamedMutex.cpp" + > + + RelativePath=".\src\NamedMutex_UNIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\NamedMutex_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\NamedMutex_WIN32U.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Pipe.cpp" + > + + RelativePath=".\src\PipeImpl.cpp" + > + + RelativePath=".\src\PipeImpl_DUMMY.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\PipeImpl_POSIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\PipeImpl_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\PipeStream.cpp" + > + + RelativePath=".\src\Process.cpp" + > + + RelativePath=".\src\Process_UNIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Process_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Process_WIN32U.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\SharedMemory.cpp" + > + + RelativePath=".\src\SharedMemory_DUMMY.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\SharedMemory_POSIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\SharedMemory_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + Name="Header Files" + > + RelativePath=".\include\Poco\NamedEvent.h" + > + + RelativePath=".\include\Poco\NamedEvent_UNIX.h" + > + + RelativePath=".\include\Poco\NamedEvent_WIN32.h" + > + + RelativePath=".\include\Poco\NamedEvent_WIN32U.h" + > + + RelativePath=".\include\Poco\NamedMutex.h" + > + + RelativePath=".\include\Poco\NamedMutex_UNIX.h" + > + + RelativePath=".\include\Poco\NamedMutex_WIN32.h" + > + + RelativePath=".\include\Poco\NamedMutex_WIN32U.h" + > + + RelativePath=".\include\Poco\Pipe.h" + > + + RelativePath=".\include\Poco\PipeImpl.h" + > + + RelativePath=".\include\Poco\PipeImpl_DUMMY.h" + > + + RelativePath=".\include\Poco\PipeImpl_POSIX.h" + > + + RelativePath=".\include\Poco\PipeImpl_WIN32.h" + > + + RelativePath=".\include\Poco\PipeStream.h" + > + + RelativePath=".\include\Poco\Process.h" + > + + RelativePath=".\include\Poco\Process_UNIX.h" + > + + RelativePath=".\include\Poco\Process_WIN32.h" + > + + RelativePath=".\include\Poco\Process_WIN32U.h" + > + + RelativePath=".\include\Poco\SharedMemory.h" + > + + RelativePath=".\include\Poco\SharedMemory_DUMMY.h" + > + + RelativePath=".\include\Poco\SharedMemory_POSIX.h" + > + + RelativePath=".\include\Poco\SharedMemory_WIN32.h" + > + + Name="UUID" + > + Name="Source Files" + > + RelativePath=".\src\UUID.cpp" + > + + RelativePath=".\src\UUIDGenerator.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\UUID.h" + > + + RelativePath=".\include\Poco\UUIDGenerator.h" + > + + Name="DateTime" + > + Name="Source Files" + > + RelativePath=".\src\Clock.cpp" + > + + RelativePath=".\src\DateTime.cpp" + > + + RelativePath=".\src\DateTimeFormat.cpp" + > + + RelativePath=".\src\DateTimeFormatter.cpp" + > + + RelativePath=".\src\DateTimeParser.cpp" + > + + RelativePath=".\src\LocalDateTime.cpp" + > + + RelativePath=".\src\Stopwatch.cpp" + > + + RelativePath=".\src\Timespan.cpp" + > + + RelativePath=".\src\Timestamp.cpp" + > + + RelativePath=".\src\Timezone.cpp" + > + + RelativePath=".\src\Timezone_UNIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Timezone_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + Name="Header Files" + > + RelativePath=".\include\Poco\Clock.h" + > + + RelativePath=".\include\Poco\DateTime.h" + > + + RelativePath=".\include\Poco\DateTimeFormat.h" + > + + RelativePath=".\include\Poco\DateTimeFormatter.h" + > + + RelativePath=".\include\Poco\DateTimeParser.h" + > + + RelativePath=".\include\Poco\LocalDateTime.h" + > + + RelativePath=".\include\Poco\Stopwatch.h" + > + + RelativePath=".\include\Poco\Timespan.h" + > + + RelativePath=".\include\Poco\Timestamp.h" + > + + RelativePath=".\include\Poco\Timezone.h" + > + + Name="Text" + > + Name="Source Files" + > + RelativePath=".\src\ASCIIEncoding.cpp" + > + + RelativePath=".\src\Latin1Encoding.cpp" + > + + RelativePath=".\src\Latin2Encoding.cpp" + > + + RelativePath=".\src\Latin9Encoding.cpp" + > + + RelativePath=".\src\StreamConverter.cpp" + > + + RelativePath=".\src\TextBufferIterator.cpp" + > + + RelativePath=".\src\TextConverter.cpp" + > + + RelativePath=".\src\TextEncoding.cpp" + > + + RelativePath=".\src\TextIterator.cpp" + > + + RelativePath=".\src\Unicode.cpp" + > + + RelativePath=".\src\UnicodeConverter.cpp" + > + + RelativePath=".\src\UTF16Encoding.cpp" + > + + RelativePath=".\src\UTF32Encoding.cpp" + > + + RelativePath=".\src\UTF8Encoding.cpp" + > + + RelativePath=".\src\UTF8String.cpp" + > + + RelativePath=".\src\Windows1250Encoding.cpp" + > + + RelativePath=".\src\Windows1251Encoding.cpp" + > + + RelativePath=".\src\Windows1252Encoding.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\ASCIIEncoding.h" + > + + RelativePath=".\include\Poco\Latin1Encoding.h" + > + + RelativePath=".\include\Poco\Latin2Encoding.h" + > + + RelativePath=".\include\Poco\Latin9Encoding.h" + > + + RelativePath=".\include\Poco\ListMap.h" + > + + RelativePath=".\include\Poco\StreamConverter.h" + > + + RelativePath=".\include\Poco\TextBufferIterator.h" + > + + RelativePath=".\include\Poco\TextConverter.h" + > + + RelativePath=".\include\Poco\TextEncoding.h" + > + + RelativePath=".\include\Poco\TextIterator.h" + > + + RelativePath=".\include\Poco\Unicode.h" + > + + RelativePath=".\include\Poco\UnicodeConverter.h" + > + + RelativePath=".\include\Poco\UTF16Encoding.h" + > + + RelativePath=".\include\Poco\UTF32Encoding.h" + > + + RelativePath=".\include\Poco\UTF8Encoding.h" + > + + RelativePath=".\include\Poco\UTF8String.h" + > + + RelativePath=".\include\Poco\Windows1250Encoding.h" + > + + RelativePath=".\include\Poco\Windows1251Encoding.h" + > + + RelativePath=".\include\Poco\Windows1252Encoding.h" + > + + Name="URI" + > + Name="Source Files" + > + RelativePath=".\src\FileStreamFactory.cpp" + > + + RelativePath=".\src\URI.cpp" + > + + RelativePath=".\src\URIStreamFactory.cpp" + > + + RelativePath=".\src\URIStreamOpener.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\FileStreamFactory.h" + > + + RelativePath=".\include\Poco\URI.h" + > + + RelativePath=".\include\Poco\URIStreamFactory.h" + > + + RelativePath=".\include\Poco\URIStreamOpener.h" + > + + Name="Tasks" + > + Name="Source Files" + > + RelativePath=".\src\Task.cpp" + > + + RelativePath=".\src\TaskManager.cpp" + > + + RelativePath=".\src\TaskNotification.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\Task.h" + > + + RelativePath=".\include\Poco\TaskManager.h" + > + + RelativePath=".\include\Poco\TaskNotification.h" + > + + Name="Events" + > + Name="Header Files" + > + RelativePath=".\include\Poco\AbstractDelegate.h" + > + + RelativePath=".\include\Poco\AbstractEvent.h" + > + + RelativePath=".\include\Poco\AbstractPriorityDelegate.h" + > + + RelativePath=".\include\Poco\BasicEvent.h" + > + + RelativePath=".\include\Poco\DefaultStrategy.h" + > + + RelativePath=".\include\Poco\Delegate.h" + > + + RelativePath=".\include\Poco\DirectoryIteratorStrategy.h" + > + + RelativePath=".\include\Poco\EventArgs.h" + > + + RelativePath=".\include\Poco\Expire.h" + > + + RelativePath=".\include\Poco\FIFOEvent.h" + > + + RelativePath=".\include\Poco\FIFOStrategy.h" + > + + RelativePath=".\include\Poco\FunctionDelegate.h" + > + + RelativePath=".\include\Poco\FunctionPriorityDelegate.h" + > + + RelativePath=".\include\Poco\NotificationStrategy.h" + > + + RelativePath=".\include\Poco\PriorityDelegate.h" + > + + RelativePath=".\include\Poco\PriorityEvent.h" + > + + RelativePath=".\include\Poco\PriorityExpire.h" + > + + RelativePath=".\include\Poco\PriorityStrategy.h" + > + + RelativePath=".\include\Poco\RecursiveDirectoryIterator.h" + > + + RelativePath=".\include\Poco\RecursiveDirectoryIteratorImpl.h" + > + + Name="Source Files" + > + RelativePath=".\src\EventArgs.cpp" + > + + Name="Cache" + > + Name="Header Files" + > + RelativePath=".\include\Poco\AbstractCache.h" + > + + RelativePath=".\include\Poco\AbstractStrategy.h" + > + + RelativePath=".\include\Poco\AccessExpirationDecorator.h" + > + + RelativePath=".\include\Poco\AccessExpireCache.h" + > + + RelativePath=".\include\Poco\AccessExpireLRUCache.h" + > + + RelativePath=".\include\Poco\AccessExpireStrategy.h" + > + + RelativePath=".\include\Poco\ExpirationDecorator.h" + > + + RelativePath=".\include\Poco\ExpireCache.h" + > + + RelativePath=".\include\Poco\ExpireLRUCache.h" + > + + RelativePath=".\include\Poco\ExpireStrategy.h" + > + + RelativePath=".\include\Poco\KeyValueArgs.h" + > + + RelativePath=".\include\Poco\LRUCache.h" + > + + RelativePath=".\include\Poco\LRUStrategy.h" + > + + RelativePath=".\include\Poco\StrategyCollection.h" + > + + RelativePath=".\include\Poco\UniqueAccessExpireCache.h" + > + + RelativePath=".\include\Poco\UniqueAccessExpireLRUCache.h" + > + + RelativePath=".\include\Poco\UniqueAccessExpireStrategy.h" + > + + RelativePath=".\include\Poco\UniqueExpireCache.h" + > + + RelativePath=".\include\Poco\UniqueExpireLRUCache.h" + > + + RelativePath=".\include\Poco\UniqueExpireStrategy.h" + > + + RelativePath=".\include\Poco\ValidArgs.h" + > + - - - - - - - - - - - - - - - + Name="Source Files" + > + Name="Hashing" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Hash.h" + > + + RelativePath=".\include\Poco\HashFunction.h" + > + + RelativePath=".\include\Poco\HashMap.h" + > + + RelativePath=".\include\Poco\HashSet.h" + > + + RelativePath=".\include\Poco\HashStatistic.h" + > + + + + + + + + Name="Source Files" + > + RelativePath=".\src\Hash.cpp" + > + + RelativePath=".\src\HashStatistic.cpp" + > + + + + + + RelativePath=".\include\Poco\Dynamic\Pair.h" + > + + + + + + + + + + + + + + + + + + RelativePath="..\DLLVersion.rc" + > + > + Name="VCResourceCompilerTool" + /> + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> - + + diff --git a/Foundation/Foundation_x64_vs120.sln b/Foundation/Foundation_x64_vs120.sln index bab8c8b72..6d232952e 100644 --- a/Foundation/Foundation_x64_vs120.sln +++ b/Foundation/Foundation_x64_vs120.sln @@ -1,8 +1,20 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 +VisualStudioVersion = 12.0.40629.0 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Foundation", "Foundation_x64_vs120.vcxproj", "{B01196CC-B693-4548-8464-2FF60499E73F}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_x64_vs120.vcxproj", "{C812E0B9-69A9-4FA1-A1D4-161CF677BD10}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_x64_vs120.vcxproj", "{F1EE93DF-347F-4CB3-B191-C4E63F38E972}" + ProjectSection(ProjectDependencies) = postProject + {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestApp", "testsuite\TestApp_x64_vs120.vcxproj", "{6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}" + ProjectSection(ProjectDependencies) = postProject + {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestLibrary", "testsuite\TestLibrary_x64_vs120.vcxproj", "{0955EB03-544B-4BD4-9C10-89CF38078F5F}" ProjectSection(ProjectDependencies) = postProject {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} EndProjectSection @@ -10,49 +22,73 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution debug_shared|x64 = debug_shared|x64 - release_shared|x64 = release_shared|x64 - debug_static_mt|x64 = debug_static_mt|x64 - release_static_mt|x64 = release_static_mt|x64 debug_static_md|x64 = debug_static_md|x64 + debug_static_mt|x64 = debug_static_mt|x64 + release_shared|x64 = release_shared|x64 release_static_md|x64 = release_static_md|x64 + release_static_mt|x64 = release_static_mt|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {B01196CC-B693-4548-8464-2FF60499E73F}.debug_shared|x64.ActiveCfg = debug_shared|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_shared|x64.Build.0 = debug_shared|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_shared|x64.Deploy.0 = debug_shared|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.ActiveCfg = release_shared|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.Build.0 = release_shared|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.Deploy.0 = release_shared|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.Deploy.0 = debug_static_mt|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.Build.0 = release_static_mt|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.Deploy.0 = release_static_mt|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_md|x64.Build.0 = debug_static_md|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_md|x64.Deploy.0 = debug_static_md|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.Deploy.0 = debug_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.ActiveCfg = release_shared|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.Build.0 = release_shared|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.Deploy.0 = release_shared|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_md|x64.ActiveCfg = release_static_md|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_md|x64.Build.0 = release_static_md|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_md|x64.Deploy.0 = release_static_md|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_shared|x64.ActiveCfg = debug_shared|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_shared|x64.Build.0 = debug_shared|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_shared|x64.Deploy.0 = debug_shared|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_shared|x64.ActiveCfg = release_shared|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_shared|x64.Build.0 = release_shared|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_shared|x64.Deploy.0 = release_shared|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_mt|x64.Deploy.0 = debug_static_mt|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_mt|x64.Build.0 = release_static_mt|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_mt|x64.Deploy.0 = release_static_mt|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_md|x64.Build.0 = debug_static_md|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_md|x64.Deploy.0 = debug_static_md|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_md|x64.ActiveCfg = release_static_md|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_md|x64.Build.0 = release_static_md|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_md|x64.Deploy.0 = release_static_md|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.Build.0 = release_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.Deploy.0 = release_static_mt|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_shared|x64.ActiveCfg = debug_shared|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_shared|x64.Build.0 = debug_shared|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_shared|x64.Deploy.0 = debug_shared|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_md|x64.Build.0 = debug_static_md|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_md|x64.Deploy.0 = debug_static_md|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_mt|x64.Deploy.0 = debug_static_mt|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_shared|x64.ActiveCfg = release_shared|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_shared|x64.Build.0 = release_shared|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_shared|x64.Deploy.0 = release_shared|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_md|x64.ActiveCfg = release_static_md|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_md|x64.Build.0 = release_static_md|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_md|x64.Deploy.0 = release_static_md|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_mt|x64.Build.0 = release_static_mt|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_mt|x64.Deploy.0 = release_static_mt|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_shared|x64.ActiveCfg = debug_shared|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_shared|x64.Build.0 = debug_shared|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_md|x64.Build.0 = debug_static_md|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_shared|x64.ActiveCfg = release_shared|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_shared|x64.Build.0 = release_shared|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_md|x64.ActiveCfg = release_static_md|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_md|x64.Build.0 = release_static_md|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_mt|x64.Build.0 = release_static_mt|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_shared|x64.ActiveCfg = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_shared|x64.Build.0 = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_md|x64.ActiveCfg = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_md|x64.Build.0 = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_mt|x64.ActiveCfg = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_mt|x64.Build.0 = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_shared|x64.ActiveCfg = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_shared|x64.Build.0 = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_md|x64.ActiveCfg = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_md|x64.Build.0 = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_mt|x64.ActiveCfg = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_mt|x64.Build.0 = release_shared|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Foundation/Foundation_x64_vs120.vcxproj b/Foundation/Foundation_x64_vs120.vcxproj index 1952f4330..05184d20f 100644 --- a/Foundation/Foundation_x64_vs120.vcxproj +++ b/Foundation/Foundation_x64_vs120.vcxproj @@ -1,4 +1,4 @@ - + @@ -32,7 +32,7 @@ Foundation Win32Proj - + StaticLibrary MultiByte @@ -63,27 +63,27 @@ MultiByte v120 - - + + - + - + - + - + - + - + - + <_ProjectFileVersion>12.0.21005.1 PocoFoundation64d @@ -132,7 +132,7 @@ true true true - + Level3 ProgramDatabase Default @@ -164,9 +164,9 @@ true true true - + Level3 - + Default @@ -195,7 +195,7 @@ true true true - + ..\lib64\PocoFoundationmtd.pdb Level3 ProgramDatabase @@ -220,9 +220,9 @@ true true true - + Level3 - + Default @@ -242,7 +242,7 @@ true true true - + ..\lib64\PocoFoundationmdd.pdb Level3 ProgramDatabase @@ -267,9 +267,9 @@ true true true - + Level3 - + Default @@ -277,9 +277,9 @@ - - - + + + true true @@ -288,10 +288,10 @@ true true - - - - + + + + true true @@ -316,10 +316,10 @@ true true - - - - + + + + true true @@ -360,14 +360,14 @@ true true - - - - - - - - + + + + + + + + true true @@ -376,18 +376,18 @@ true true - - - - - - - - - - - - + + + + + + + + + + + + true true @@ -404,30 +404,30 @@ true true - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + true true @@ -444,7 +444,7 @@ true true - + true true @@ -461,8 +461,8 @@ true true - - + + true true @@ -479,7 +479,7 @@ true true - + true true @@ -504,8 +504,8 @@ true true - - + + true true @@ -522,19 +522,19 @@ true true - - - - - - - - - - - - - + + + + + + + + + + + + + true true @@ -567,39 +567,39 @@ true true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true true @@ -624,18 +624,18 @@ true true - - - - - - - - - - - - + + + + + + + + + + + + true true @@ -644,14 +644,14 @@ true true - - - - - - - - + + + + + + + + true true @@ -676,8 +676,8 @@ true true - - + + true true @@ -702,8 +702,8 @@ true true - - + + true true @@ -728,8 +728,8 @@ true true - - + + true true @@ -754,7 +754,7 @@ true true - + true true @@ -779,8 +779,8 @@ true true - - + + true true @@ -805,8 +805,8 @@ true true - - + + true true @@ -831,7 +831,7 @@ true true - + true true @@ -856,18 +856,18 @@ true true - - - - - - - - - - - - + + + + + + + + + + + + true true @@ -884,388 +884,388 @@ true true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - + - true + false true true - true + false true true - - - + + + \ No newline at end of file diff --git a/Foundation/Foundation_x64_vs140.sln b/Foundation/Foundation_x64_vs140.sln index 1614eeb96..b5e15a71b 100644 --- a/Foundation/Foundation_x64_vs140.sln +++ b/Foundation/Foundation_x64_vs140.sln @@ -1,5 +1,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2015 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Foundation", "Foundation_x64_vs140.vcxproj", "{B01196CC-B693-4548-8464-2FF60499E73F}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_x64_vs140.vcxproj", "{C812E0B9-69A9-4FA1-A1D4-161CF677BD10}" @@ -7,52 +9,86 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\Test {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestApp", "testsuite\TestApp_x64_vs140.vcxproj", "{6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}" + ProjectSection(ProjectDependencies) = postProject + {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestLibrary", "testsuite\TestLibrary_x64_vs140.vcxproj", "{0955EB03-544B-4BD4-9C10-89CF38078F5F}" + ProjectSection(ProjectDependencies) = postProject + {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution debug_shared|x64 = debug_shared|x64 - release_shared|x64 = release_shared|x64 - debug_static_mt|x64 = debug_static_mt|x64 - release_static_mt|x64 = release_static_mt|x64 debug_static_md|x64 = debug_static_md|x64 + debug_static_mt|x64 = debug_static_mt|x64 + release_shared|x64 = release_shared|x64 release_static_md|x64 = release_static_md|x64 + release_static_mt|x64 = release_static_mt|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {B01196CC-B693-4548-8464-2FF60499E73F}.debug_shared|x64.ActiveCfg = debug_shared|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_shared|x64.Build.0 = debug_shared|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_shared|x64.Deploy.0 = debug_shared|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.ActiveCfg = release_shared|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.Build.0 = release_shared|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.Deploy.0 = release_shared|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.Deploy.0 = debug_static_mt|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.Build.0 = release_static_mt|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.Deploy.0 = release_static_mt|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_md|x64.Build.0 = debug_static_md|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_md|x64.Deploy.0 = debug_static_md|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.Deploy.0 = debug_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.ActiveCfg = release_shared|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.Build.0 = release_shared|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.Deploy.0 = release_shared|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_md|x64.ActiveCfg = release_static_md|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_md|x64.Build.0 = release_static_md|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_md|x64.Deploy.0 = release_static_md|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.Build.0 = release_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.Deploy.0 = release_static_mt|x64 {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_shared|x64.ActiveCfg = debug_shared|x64 {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_shared|x64.Build.0 = debug_shared|x64 {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_shared|x64.Deploy.0 = debug_shared|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_shared|x64.ActiveCfg = release_shared|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_shared|x64.Build.0 = release_shared|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_shared|x64.Deploy.0 = release_shared|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_mt|x64.Deploy.0 = debug_static_mt|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_mt|x64.Build.0 = release_static_mt|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_mt|x64.Deploy.0 = release_static_mt|x64 {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_md|x64.Build.0 = debug_static_md|x64 {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_md|x64.Deploy.0 = debug_static_md|x64 + {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 + {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 + {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_mt|x64.Deploy.0 = debug_static_mt|x64 + {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_shared|x64.ActiveCfg = release_shared|x64 + {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_shared|x64.Build.0 = release_shared|x64 + {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_shared|x64.Deploy.0 = release_shared|x64 {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_md|x64.ActiveCfg = release_static_md|x64 {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_md|x64.Build.0 = release_static_md|x64 {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_md|x64.Deploy.0 = release_static_md|x64 + {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 + {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_mt|x64.Build.0 = release_static_mt|x64 + {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_mt|x64.Deploy.0 = release_static_mt|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_shared|x64.ActiveCfg = debug_shared|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_shared|x64.Build.0 = debug_shared|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_md|x64.Build.0 = debug_static_md|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_shared|x64.ActiveCfg = release_shared|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_shared|x64.Build.0 = release_shared|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_md|x64.ActiveCfg = release_static_md|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_md|x64.Build.0 = release_static_md|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_mt|x64.Build.0 = release_static_mt|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_shared|x64.ActiveCfg = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_shared|x64.Build.0 = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_md|x64.ActiveCfg = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_md|x64.Build.0 = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_mt|x64.ActiveCfg = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_mt|x64.Build.0 = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_shared|x64.ActiveCfg = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_shared|x64.Build.0 = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_md|x64.ActiveCfg = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_md|x64.Build.0 = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_mt|x64.ActiveCfg = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_mt|x64.Build.0 = release_shared|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Foundation/Foundation_x64_vs140.vcxproj b/Foundation/Foundation_x64_vs140.vcxproj index 9cda64afa..ed897a9a2 100644 --- a/Foundation/Foundation_x64_vs140.vcxproj +++ b/Foundation/Foundation_x64_vs140.vcxproj @@ -1,4 +1,4 @@ - + @@ -32,7 +32,7 @@ Foundation Win32Proj - + StaticLibrary MultiByte @@ -63,27 +63,27 @@ MultiByte v140 - - + + - + - + - + - + - + - + - + <_ProjectFileVersion>14.0.25123.0 PocoFoundation64d @@ -132,7 +132,7 @@ true true true - + Level3 ProgramDatabase Default @@ -164,9 +164,9 @@ true true true - + Level3 - + Default @@ -195,7 +195,7 @@ true true true - + ..\lib64\PocoFoundationmtd.pdb Level3 ProgramDatabase @@ -220,9 +220,9 @@ true true true - + Level3 - + Default @@ -242,7 +242,7 @@ true true true - + ..\lib64\PocoFoundationmdd.pdb Level3 ProgramDatabase @@ -267,9 +267,9 @@ true true true - + Level3 - + Default @@ -277,21 +277,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + true true @@ -300,26 +300,26 @@ true true - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + true true @@ -344,8 +344,8 @@ true true - - + + true true @@ -370,12 +370,12 @@ true true - - - - - - + + + + + + true true @@ -392,12 +392,12 @@ true true - - - - - - + + + + + + true true @@ -438,10 +438,10 @@ true true - - - - + + + + true true @@ -482,23 +482,23 @@ true true - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + true true @@ -523,17 +523,17 @@ true true - - - - - - - - - - - + + + + + + + + + + + true true @@ -550,7 +550,7 @@ true true - + true true @@ -575,7 +575,7 @@ true true - + true true @@ -600,16 +600,16 @@ true true - - - - - - - - - - + + + + + + + + + + true true @@ -634,30 +634,30 @@ true true - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + true true @@ -682,9 +682,9 @@ true true - - - + + + true true @@ -709,14 +709,14 @@ true true - - - - - - - - + + + + + + + + true true @@ -733,7 +733,7 @@ true true - + true true @@ -750,8 +750,8 @@ true true - - + + true true @@ -784,7 +784,7 @@ true true - + true true @@ -817,14 +817,14 @@ true true - - - - - - - - + + + + + + + + true true @@ -833,8 +833,8 @@ true true - - + + true true @@ -843,19 +843,19 @@ true true - - - - - - - - - - - - - + + + + + + + + + + + + + true true @@ -872,11 +872,11 @@ true true - - - - - + + + + + true true @@ -893,379 +893,379 @@ true true - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - true + false true true - true + false true true - + - - - + + + \ No newline at end of file diff --git a/Foundation/Foundation_x64_vs150.sln b/Foundation/Foundation_x64_vs150.sln index 64d7175ee..ac23d3e92 100644 --- a/Foundation/Foundation_x64_vs150.sln +++ b/Foundation/Foundation_x64_vs150.sln @@ -1,8 +1,20 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2017 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.645 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Foundation", "Foundation_x64_vs150.vcxproj", "{B01196CC-B693-4548-8464-2FF60499E73F}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_x64_vs150.vcxproj", "{C812E0B9-69A9-4FA1-A1D4-161CF677BD10}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_x64_vs150.vcxproj", "{F1EE93DF-347F-4CB3-B191-C4E63F38E972}" + ProjectSection(ProjectDependencies) = postProject + {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestApp", "testsuite\TestApp_x64_vs150.vcxproj", "{6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}" + ProjectSection(ProjectDependencies) = postProject + {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestLibrary", "testsuite\TestLibrary_x64_vs150.vcxproj", "{0955EB03-544B-4BD4-9C10-89CF38078F5F}" ProjectSection(ProjectDependencies) = postProject {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} EndProjectSection @@ -10,51 +22,78 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution debug_shared|x64 = debug_shared|x64 - release_shared|x64 = release_shared|x64 - debug_static_mt|x64 = debug_static_mt|x64 - release_static_mt|x64 = release_static_mt|x64 debug_static_md|x64 = debug_static_md|x64 + debug_static_mt|x64 = debug_static_mt|x64 + release_shared|x64 = release_shared|x64 release_static_md|x64 = release_static_md|x64 + release_static_mt|x64 = release_static_mt|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {B01196CC-B693-4548-8464-2FF60499E73F}.debug_shared|x64.ActiveCfg = debug_shared|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_shared|x64.Build.0 = debug_shared|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_shared|x64.Deploy.0 = debug_shared|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.ActiveCfg = release_shared|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.Build.0 = release_shared|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.Deploy.0 = release_shared|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.Deploy.0 = debug_static_mt|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.Build.0 = release_static_mt|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.Deploy.0 = release_static_mt|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_md|x64.Build.0 = debug_static_md|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_md|x64.Deploy.0 = debug_static_md|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.Deploy.0 = debug_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.ActiveCfg = release_shared|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.Build.0 = release_shared|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.Deploy.0 = release_shared|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_md|x64.ActiveCfg = release_static_md|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_md|x64.Build.0 = release_static_md|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_md|x64.Deploy.0 = release_static_md|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_shared|x64.ActiveCfg = debug_shared|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_shared|x64.Build.0 = debug_shared|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_shared|x64.Deploy.0 = debug_shared|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_shared|x64.ActiveCfg = release_shared|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_shared|x64.Build.0 = release_shared|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_shared|x64.Deploy.0 = release_shared|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_mt|x64.Deploy.0 = debug_static_mt|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_mt|x64.Build.0 = release_static_mt|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_mt|x64.Deploy.0 = release_static_mt|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_md|x64.Build.0 = debug_static_md|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_md|x64.Deploy.0 = debug_static_md|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_md|x64.ActiveCfg = release_static_md|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_md|x64.Build.0 = release_static_md|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_md|x64.Deploy.0 = release_static_md|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.Build.0 = release_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.Deploy.0 = release_static_mt|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_shared|x64.ActiveCfg = debug_shared|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_shared|x64.Build.0 = debug_shared|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_shared|x64.Deploy.0 = debug_shared|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_md|x64.Build.0 = debug_static_md|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_md|x64.Deploy.0 = debug_static_md|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_mt|x64.Deploy.0 = debug_static_mt|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_shared|x64.ActiveCfg = release_shared|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_shared|x64.Build.0 = release_shared|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_shared|x64.Deploy.0 = release_shared|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_md|x64.ActiveCfg = release_static_md|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_md|x64.Build.0 = release_static_md|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_md|x64.Deploy.0 = release_static_md|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_mt|x64.Build.0 = release_static_mt|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_mt|x64.Deploy.0 = release_static_mt|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_shared|x64.ActiveCfg = debug_shared|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_shared|x64.Build.0 = debug_shared|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_md|x64.Build.0 = debug_static_md|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_shared|x64.ActiveCfg = release_shared|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_shared|x64.Build.0 = release_shared|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_md|x64.ActiveCfg = release_static_md|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_md|x64.Build.0 = release_static_md|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_mt|x64.Build.0 = release_static_mt|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_shared|x64.ActiveCfg = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_shared|x64.Build.0 = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_md|x64.ActiveCfg = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_md|x64.Build.0 = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_mt|x64.ActiveCfg = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_mt|x64.Build.0 = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_shared|x64.ActiveCfg = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_shared|x64.Build.0 = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_md|x64.ActiveCfg = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_md|x64.Build.0 = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_mt|x64.ActiveCfg = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_mt|x64.Build.0 = release_shared|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {121C89E6-F310-433A-8A84-5E9585E370F3} + EndGlobalSection EndGlobal diff --git a/Foundation/Foundation_x64_vs150.vcxproj b/Foundation/Foundation_x64_vs150.vcxproj index e8d548b45..7276ef872 100644 --- a/Foundation/Foundation_x64_vs150.vcxproj +++ b/Foundation/Foundation_x64_vs150.vcxproj @@ -1,4 +1,4 @@ - + @@ -31,8 +31,9 @@ {B01196CC-B693-4548-8464-2FF60499E73F} Foundation Win32Proj + 10.0.17763.0 - + StaticLibrary MultiByte @@ -63,27 +64,27 @@ MultiByte v141 - - + + - + - + - + - + - + - + - + <_ProjectFileVersion>15.0.26228.10 PocoFoundation64d @@ -132,7 +133,7 @@ true true true - + Level3 ProgramDatabase Default @@ -164,9 +165,9 @@ true true true - + Level3 - + Default @@ -195,7 +196,7 @@ true true true - + ..\lib64\PocoFoundationmtd.pdb Level3 ProgramDatabase @@ -220,9 +221,9 @@ true true true - + Level3 - + Default @@ -242,7 +243,7 @@ true true true - + ..\lib64\PocoFoundationmdd.pdb Level3 ProgramDatabase @@ -267,9 +268,9 @@ true true true - + Level3 - + Default @@ -277,21 +278,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + true true @@ -300,26 +301,26 @@ true true - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + true true @@ -344,8 +345,8 @@ true true - - + + true true @@ -370,12 +371,12 @@ true true - - - - - - + + + + + + true true @@ -392,12 +393,12 @@ true true - - - - - - + + + + + + true true @@ -438,10 +439,10 @@ true true - - - - + + + + true true @@ -482,23 +483,23 @@ true true - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + true true @@ -523,17 +524,17 @@ true true - - - - - - - - - - - + + + + + + + + + + + true true @@ -550,7 +551,7 @@ true true - + true true @@ -575,7 +576,7 @@ true true - + true true @@ -600,16 +601,16 @@ true true - - - - - - - - - - + + + + + + + + + + true true @@ -634,30 +635,30 @@ true true - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + true true @@ -682,9 +683,9 @@ true true - - - + + + true true @@ -709,14 +710,14 @@ true true - - - - - - - - + + + + + + + + true true @@ -733,7 +734,7 @@ true true - + true true @@ -750,8 +751,8 @@ true true - - + + true true @@ -784,7 +785,7 @@ true true - + true true @@ -817,14 +818,14 @@ true true - - - - - - - - + + + + + + + + true true @@ -833,8 +834,8 @@ true true - - + + true true @@ -843,19 +844,19 @@ true true - - - - - - - - - - - - - + + + + + + + + + + + + + true true @@ -872,11 +873,11 @@ true true - - - - - + + + + + true true @@ -893,379 +894,379 @@ true true - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) - true + false true true - true + false true true - + - - - + + + \ No newline at end of file diff --git a/Foundation/Foundation_x64_vs160.sln b/Foundation/Foundation_x64_vs160.sln new file mode 100644 index 000000000..9654ab416 --- /dev/null +++ b/Foundation/Foundation_x64_vs160.sln @@ -0,0 +1,99 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.28803.452 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Foundation", "Foundation_x64_vs160.vcxproj", "{B01196CC-B693-4548-8464-2FF60499E73F}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_x64_vs160.vcxproj", "{F1EE93DF-347F-4CB3-B191-C4E63F38E972}" + ProjectSection(ProjectDependencies) = postProject + {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestApp", "testsuite\TestApp_x64_vs160.vcxproj", "{6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}" + ProjectSection(ProjectDependencies) = postProject + {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestLibrary", "testsuite\TestLibrary_x64_vs160.vcxproj", "{0955EB03-544B-4BD4-9C10-89CF38078F5F}" + ProjectSection(ProjectDependencies) = postProject + {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + debug_shared|x64 = debug_shared|x64 + debug_static_md|x64 = debug_static_md|x64 + debug_static_mt|x64 = debug_static_mt|x64 + release_shared|x64 = release_shared|x64 + release_static_md|x64 = release_static_md|x64 + release_static_mt|x64 = release_static_mt|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_shared|x64.ActiveCfg = debug_shared|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_shared|x64.Build.0 = debug_shared|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_shared|x64.Deploy.0 = debug_shared|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_md|x64.Build.0 = debug_static_md|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_md|x64.Deploy.0 = debug_static_md|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.Deploy.0 = debug_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.ActiveCfg = release_shared|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.Build.0 = release_shared|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.Deploy.0 = release_shared|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_md|x64.ActiveCfg = release_static_md|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_md|x64.Build.0 = release_static_md|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_md|x64.Deploy.0 = release_static_md|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.Build.0 = release_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.Deploy.0 = release_static_mt|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_shared|x64.ActiveCfg = debug_shared|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_shared|x64.Build.0 = debug_shared|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_shared|x64.Deploy.0 = debug_shared|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_md|x64.Build.0 = debug_static_md|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_md|x64.Deploy.0 = debug_static_md|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_mt|x64.Deploy.0 = debug_static_mt|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_shared|x64.ActiveCfg = release_shared|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_shared|x64.Build.0 = release_shared|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_shared|x64.Deploy.0 = release_shared|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_md|x64.ActiveCfg = release_static_md|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_md|x64.Build.0 = release_static_md|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_md|x64.Deploy.0 = release_static_md|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_mt|x64.Build.0 = release_static_mt|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_mt|x64.Deploy.0 = release_static_mt|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_shared|x64.ActiveCfg = debug_shared|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_shared|x64.Build.0 = debug_shared|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_md|x64.Build.0 = debug_static_md|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_shared|x64.ActiveCfg = release_shared|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_shared|x64.Build.0 = release_shared|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_md|x64.ActiveCfg = release_static_md|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_md|x64.Build.0 = release_static_md|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_mt|x64.Build.0 = release_static_mt|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_shared|x64.ActiveCfg = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_shared|x64.Build.0 = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_md|x64.ActiveCfg = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_md|x64.Build.0 = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_mt|x64.ActiveCfg = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_mt|x64.Build.0 = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_shared|x64.ActiveCfg = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_shared|x64.Build.0 = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_md|x64.ActiveCfg = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_md|x64.Build.0 = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_mt|x64.ActiveCfg = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_mt|x64.Build.0 = release_shared|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {70739ADA-0197-4BA2-8308-017943C1C0B7} + EndGlobalSection +EndGlobal diff --git a/Foundation/Foundation_x64_vs160.vcxproj b/Foundation/Foundation_x64_vs160.vcxproj new file mode 100644 index 000000000..facf00d7e --- /dev/null +++ b/Foundation/Foundation_x64_vs160.vcxproj @@ -0,0 +1,1272 @@ + + + + + debug_shared + x64 + + + debug_static_md + x64 + + + debug_static_mt + x64 + + + release_shared + x64 + + + release_static_md + x64 + + + release_static_mt + x64 + + + + Foundation + {B01196CC-B693-4548-8464-2FF60499E73F} + Foundation + Win32Proj + 10.0 + + + + StaticLibrary + MultiByte + v142 + + + StaticLibrary + MultiByte + v142 + + + StaticLibrary + MultiByte + v142 + + + StaticLibrary + MultiByte + v142 + + + DynamicLibrary + MultiByte + v142 + + + DynamicLibrary + MultiByte + v142 + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>15.0.26228.10 + PocoFoundation64d + PocoFoundationmdd + PocoFoundationmtd + PocoFoundation64 + PocoFoundationmd + PocoFoundationmt + + + ..\bin64\ + obj64\Foundation\$(Configuration)\ + true + + + ..\bin64\ + obj64\Foundation\$(Configuration)\ + false + + + ..\lib64\ + obj64\Foundation\$(Configuration)\ + + + ..\lib64\ + obj64\Foundation\$(Configuration)\ + + + ..\lib64\ + obj64\Foundation\$(Configuration)\ + + + ..\lib64\ + obj64\Foundation\$(Configuration)\ + + + + Disabled + .\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;Foundation_EXPORTS;%(PreprocessorDefinitions) + true + true + EnableFastChecks + MultiThreadedDebugDLL + true + true + true + true + + Level3 + ProgramDatabase + Default + + + iphlpapi.lib;%(AdditionalDependencies) + ..\bin64\PocoFoundation64d.dll + true + true + ..\bin64\PocoFoundation64d.pdb + ..\lib64;%(AdditionalLibraryDirectories) + Console + ..\lib64\PocoFoundationd.lib + MachineX64 + + + + + MaxSpeed + OnlyExplicitInline + true + Speed + true + .\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;Foundation_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + true + true + true + + Level3 + + Default + + + iphlpapi.lib;%(AdditionalDependencies) + ..\bin64\PocoFoundation64.dll + true + false + ..\lib64;%(AdditionalLibraryDirectories) + Console + true + true + ..\lib64\PocoFoundation.lib + MachineX64 + + + + + Disabled + .\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;POCO_STATIC;%(PreprocessorDefinitions) + true + true + EnableFastChecks + MultiThreadedDebug + true + true + true + true + + ..\lib64\PocoFoundationmtd.pdb + Level3 + ProgramDatabase + Default + + + ..\lib64\PocoFoundationmtd.lib + + + + + MaxSpeed + OnlyExplicitInline + true + Speed + true + .\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;POCO_STATIC;%(PreprocessorDefinitions) + true + MultiThreaded + false + true + true + true + + Level3 + + Default + + + ..\lib64\PocoFoundationmt.lib + + + + + Disabled + .\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;POCO_STATIC;%(PreprocessorDefinitions) + true + true + EnableFastChecks + MultiThreadedDebugDLL + true + true + true + true + + ..\lib64\PocoFoundationmdd.pdb + Level3 + ProgramDatabase + Default + + + ..\lib64\PocoFoundationmdd.lib + + + + + MaxSpeed + OnlyExplicitInline + true + Speed + true + .\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;POCO_STATIC;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + true + true + true + + Level3 + + Default + + + ..\lib64\PocoFoundationmd.lib + + + + + + + + + + + + + + + + + + + + true + true + true + true + true + true + + + + + + + + + + + + + + + + + + + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + + + + + + + + + + + + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + + + + + + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + + + + + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + + + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + + + + + + + true + true + true + true + true + true + + + + + true + true + true + true + true + true + + + + + + + + + + + + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + + + + true + true + true + true + true + true + + + true + true + true + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + + %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + + %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + + %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + + %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + + %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) + mc -h "%(RootDir)%(Directory)." -r "%(RootDir)%(Directory)." "%(FullPath) + + %(RootDir)%(Directory)\pocomsg.rc;%(RootDir)%(Directory)\pocomsg.h;%(Outputs) + + + + + true + true + true + true + true + true + + + + + + \ No newline at end of file diff --git a/Foundation/Foundation_x64_vs160.vcxproj.filters b/Foundation/Foundation_x64_vs160.vcxproj.filters new file mode 100644 index 000000000..66f51dbb8 --- /dev/null +++ b/Foundation/Foundation_x64_vs160.vcxproj.filters @@ -0,0 +1,1868 @@ + + + + + {f192dd53-e870-48a6-b739-edbf4a2ebc4a} + + + {e0db7bec-fbfe-4a1f-a40d-ec8e37a54998} + + + {6c717f9d-c65c-4eea-9469-879dc72df00b} + + + {bb1a6d91-d4e3-48b2-b53a-fd012e3e0077} + + + {032ab794-1fb3-4105-b9c7-7747209e80a5} + + + {4cf9a76c-b3ee-4273-8a70-e22b10f80cc1} + + + {c5154a0f-b9cb-443a-b6e1-41e0c829fe51} + + + {fb30367a-41a0-4833-93b9-45e644f955e3} + + + {2542ac33-2181-44de-a79d-d52a6f8e38b5} + + + {c44b38cf-5aae-4082-a596-0aac10d235e3} + + + {c875d0f9-415c-41b1-b7df-b60d65d4894a} + + + {def9f621-0e0f-4219-a3fe-09723ba8f72c} + + + {316e0243-8fd6-40b9-8286-d70df3c512c4} + + + {223fa337-7642-407f-a745-1835c2ecf90b} + + + {fcf5501c-0d00-42bc-9077-7aaabfb1f226} + + + {48ff58bf-5d4a-4ec5-85da-2f51da73493e} + + + {c69c287a-13a9-4448-ae41-ac249d4f89be} + + + {3bd118e4-739d-4da7-853e-a8df1d0cb4a0} + + + {a3774455-82e6-4ad7-9700-b02b1cfaa072} + + + {3ffbdbbc-580f-4f11-ab66-bb9286947c61} + + + {a654a0c3-971a-4536-adea-5a84ec34ed01} + + + {d3416a75-854a-4a48-b00f-6b962cdc60bb} + + + {0a9a3516-88ab-40a4-b4d9-d3c0edab08d1} + + + {81e61773-920e-4912-9fb3-f6665f3e8457} + + + {07182b12-bce6-4245-a049-a3fe34b3b995} + + + {38703e77-37e6-4a65-a999-beac621629d6} + + + {3f005a69-97b3-43e2-8262-8ef1a98cf54f} + + + {3ce6b532-c8d2-415a-846c-abe92ef267f5} + + + {7be7c16d-f11a-4aef-9a09-ad958fda588e} + + + {b1e75561-e649-4993-bd59-84d16d933b23} + + + {92d16ae0-2005-4d27-87f1-c27159877d89} + + + {94351b02-4e68-481a-a38c-1f59b0b07cd0} + + + {d812c2d4-63fd-4369-b857-68b1720fe6c7} + + + {67073b8e-77f8-444b-b34d-2ccc1c2e734d} + + + {1cdf99f6-d124-49d7-8e3b-0e1b1c179cf0} + + + {806d46a9-0968-4a3f-8a08-78f69084b79c} + + + {33bfe9cc-d928-462f-a5c2-fb4132add26d} + + + {8c02c6f1-2fd8-4e6d-a86b-3bf633455821} + + + {0e5068de-a0b9-4358-85eb-afdfacbdf206} + + + {94f70570-6b8d-43bb-bdbc-d74f18516724} + + + {49321cc1-0ba3-450e-a5e2-698ad7492830} + + + {092bcb8b-fd85-4b66-9659-567624eb5c02} + + + {05a8a4ad-f09a-47f9-8042-c5f129adef66} + + + {5ebcbece-0c6d-4694-b88f-9a7c65330d01} + + + {b42a52ed-929f-41ab-866b-30e0c7bc1a5f} + + + {9b0b6feb-d288-48cc-bdff-024f364a0950} + + + {76fb66d7-0509-4d0c-aa12-2bec4e983b67} + + + {8dc2f481-b635-4bd8-b37d-10e0e25479db} + + + {f91d97b0-5bb4-46b6-845b-062f50492522} + + + {6e537ff4-279f-447d-bcce-fcfa14c440a2} + + + {94bbe192-dfd2-4a2b-8e47-05d859d5fc5f} + + + {b923ba36-f3e0-4209-aaf2-83349af33aed} + + + {0d9d6444-18ed-4edb-9da7-c30db46b68f0} + + + {ccee44b1-3142-4cfa-9c6b-b33cd35adbb9} + + + {f9916cf2-c391-4797-8109-1a4878caa318} + + + {5e249e46-4f05-47ab-a766-d5f54830a3f4} + + + {90f6965b-3b5f-40d8-9aa5-ef4090e94cfd} + + + {9b5208c6-cdf8-4c03-b56b-7ece1a525972} + + + {a76c71fb-0cc3-4ce0-9b54-08eb62103a6a} + + + {813e2af5-36e9-4b82-b112-1c3d1fc359b8} + + + {2372ad0a-6fc7-483d-a735-c5b88007927b} + + + {79cdf71e-52d1-422a-aa9c-c7a52a9b3bfd} + + + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + SharedLibrary\Source Files + + + SharedLibrary\Source Files + + + SharedLibrary\Source Files + + + SharedLibrary\Source Files + + + SharedLibrary\Source Files + + + SharedLibrary\Source Files + + + RegularExpression\Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + RegularExpression\PCRE Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Notifications\Source Files + + + Notifications\Source Files + + + Notifications\Source Files + + + Notifications\Source Files + + + Notifications\Source Files + + + Notifications\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + UUID\Source Files + + + UUID\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + URI\Source Files + + + URI\Source Files + + + URI\Source Files + + + URI\Source Files + + + Tasks\Source Files + + + Tasks\Source Files + + + Tasks\Source Files + + + Events\Source Files + + + Hashing\Source Files + + + Hashing\Source Files + + + Dynamic\Source Files + + + Dynamic\Source Files + + + Dynamic\Source Files + + + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Streams\zlib + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + SharedLibrary\Header Files + + + SharedLibrary\Header Files + + + SharedLibrary\Header Files + + + SharedLibrary\Header Files + + + SharedLibrary\Header Files + + + SharedLibrary\Header Files + + + SharedLibrary\Header Files + + + SharedLibrary\Header Files + + + SharedLibrary\Header Files + + + RegularExpression\PCRE Header Files + + + RegularExpression\PCRE Header Files + + + RegularExpression\PCRE Header Files + + + RegularExpression\PCRE Header Files + + + RegularExpression\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Notifications\Header Files + + + Notifications\Header Files + + + Notifications\Header Files + + + Notifications\Header Files + + + Notifications\Header Files + + + Notifications\Header Files + + + Notifications\Header Files + + + Notifications\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + UUID\Header Files + + + UUID\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + URI\Header Files + + + URI\Header Files + + + URI\Header Files + + + URI\Header Files + + + Tasks\Header Files + + + Tasks\Header Files + + + Tasks\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Events\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Hashing\Header Files + + + Hashing\Header Files + + + Hashing\Header Files + + + Hashing\Header Files + + + Hashing\Header Files + + + Hashing\Header Files + + + Hashing\Header Files + + + Hashing\Header Files + + + Dynamic\Header Files + + + Dynamic\Header Files + + + Dynamic\Header Files + + + Dynamic\Header Files + + + Dynamic\Header Files + + + + + Logging\Resource Files + + + + + + Logging\Message Files + + + \ No newline at end of file diff --git a/Foundation/Foundation_x64_vs90.sln b/Foundation/Foundation_x64_vs90.sln index 5a370de10..7d2afebcc 100644 --- a/Foundation/Foundation_x64_vs90.sln +++ b/Foundation/Foundation_x64_vs90.sln @@ -2,7 +2,19 @@ Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Foundation", "Foundation_x64_vs90.vcproj", "{B01196CC-B693-4548-8464-2FF60499E73F}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_x64_vs90.vcproj", "{C812E0B9-69A9-4FA1-A1D4-161CF677BD10}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_x64_vs90.vcproj", "{F1EE93DF-347F-4CB3-B191-C4E63F38E972}" + ProjectSection(ProjectDependencies) = postProject + {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestLibrary", "testsuite\TestLibrary_x64_vs90.vcproj", "{0955EB03-544B-4BD4-9C10-89CF38078F5F}" + ProjectSection(ProjectDependencies) = postProject + {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A7837D00-2E79-43D7-B4B5-4FE2F48D93F0}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestApp", "testsuite\TestApp_x64_vs90.vcproj", "{6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}" ProjectSection(ProjectDependencies) = postProject {B01196CC-B693-4548-8464-2FF60499E73F} = {B01196CC-B693-4548-8464-2FF60499E73F} EndProjectSection @@ -10,49 +22,73 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution debug_shared|x64 = debug_shared|x64 - release_shared|x64 = release_shared|x64 - debug_static_mt|x64 = debug_static_mt|x64 - release_static_mt|x64 = release_static_mt|x64 debug_static_md|x64 = debug_static_md|x64 + debug_static_mt|x64 = debug_static_mt|x64 + release_shared|x64 = release_shared|x64 release_static_md|x64 = release_static_md|x64 + release_static_mt|x64 = release_static_mt|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {B01196CC-B693-4548-8464-2FF60499E73F}.debug_shared|x64.ActiveCfg = debug_shared|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_shared|x64.Build.0 = debug_shared|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_shared|x64.Deploy.0 = debug_shared|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.ActiveCfg = release_shared|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.Build.0 = release_shared|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.Deploy.0 = release_shared|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.Deploy.0 = debug_static_mt|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.Build.0 = release_static_mt|x64 - {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.Deploy.0 = release_static_mt|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_md|x64.Build.0 = debug_static_md|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_md|x64.Deploy.0 = debug_static_md|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.debug_static_mt|x64.Deploy.0 = debug_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.ActiveCfg = release_shared|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.Build.0 = release_shared|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_shared|x64.Deploy.0 = release_shared|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_md|x64.ActiveCfg = release_static_md|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_md|x64.Build.0 = release_static_md|x64 {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_md|x64.Deploy.0 = release_static_md|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_shared|x64.ActiveCfg = debug_shared|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_shared|x64.Build.0 = debug_shared|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_shared|x64.Deploy.0 = debug_shared|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_shared|x64.ActiveCfg = release_shared|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_shared|x64.Build.0 = release_shared|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_shared|x64.Deploy.0 = release_shared|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_mt|x64.Deploy.0 = debug_static_mt|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_mt|x64.Build.0 = release_static_mt|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_mt|x64.Deploy.0 = release_static_mt|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_md|x64.Build.0 = debug_static_md|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.debug_static_md|x64.Deploy.0 = debug_static_md|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_md|x64.ActiveCfg = release_static_md|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_md|x64.Build.0 = release_static_md|x64 - {C812E0B9-69A9-4FA1-A1D4-161CF677BD10}.release_static_md|x64.Deploy.0 = release_static_md|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.Build.0 = release_static_mt|x64 + {B01196CC-B693-4548-8464-2FF60499E73F}.release_static_mt|x64.Deploy.0 = release_static_mt|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_shared|x64.ActiveCfg = debug_shared|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_shared|x64.Build.0 = debug_shared|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_shared|x64.Deploy.0 = debug_shared|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_md|x64.Build.0 = debug_static_md|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_md|x64.Deploy.0 = debug_static_md|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.debug_static_mt|x64.Deploy.0 = debug_static_mt|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_shared|x64.ActiveCfg = release_shared|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_shared|x64.Build.0 = release_shared|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_shared|x64.Deploy.0 = release_shared|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_md|x64.ActiveCfg = release_static_md|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_md|x64.Build.0 = release_static_md|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_md|x64.Deploy.0 = release_static_md|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_mt|x64.Build.0 = release_static_mt|x64 + {F1EE93DF-347F-4CB3-B191-C4E63F38E972}.release_static_mt|x64.Deploy.0 = release_static_mt|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_shared|x64.ActiveCfg = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_shared|x64.Build.0 = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_md|x64.ActiveCfg = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_md|x64.Build.0 = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_mt|x64.ActiveCfg = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.debug_static_mt|x64.Build.0 = debug_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_shared|x64.ActiveCfg = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_shared|x64.Build.0 = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_md|x64.ActiveCfg = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_md|x64.Build.0 = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_mt|x64.ActiveCfg = release_shared|x64 + {0955EB03-544B-4BD4-9C10-89CF38078F5F}.release_static_mt|x64.Build.0 = release_shared|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_shared|x64.ActiveCfg = debug_shared|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_shared|x64.Build.0 = debug_shared|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_md|x64.Build.0 = debug_static_md|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_shared|x64.ActiveCfg = release_shared|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_shared|x64.Build.0 = release_shared|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_md|x64.ActiveCfg = release_static_md|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_md|x64.Build.0 = release_static_md|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A}.release_static_mt|x64.Build.0 = release_static_mt|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Foundation/Foundation_x64_vs90.vcproj b/Foundation/Foundation_x64_vs90.vcproj index f08a94bd4..f60bd9f5b 100644 --- a/Foundation/Foundation_x64_vs90.vcproj +++ b/Foundation/Foundation_x64_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="x64" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="Core" + > + Name="Source Files" + > + RelativePath=".\src\Ascii.cpp" + > + + RelativePath=".\src\AtomicCounter.cpp" + > + + RelativePath=".\src\Bugcheck.cpp" + > + + RelativePath=".\src\ByteOrder.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Checksum.cpp" + > + + RelativePath=".\src\Debugger.cpp" + > + + RelativePath=".\src\DirectoryIteratorStrategy.cpp" + > + + RelativePath=".\src\Environment.cpp" + > + + RelativePath=".\src\Environment_UNIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Environment_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Environment_WIN32U.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Error.cpp" + > + + RelativePath=".\src\Exception.cpp" + > + + RelativePath=".\src\Format.cpp" + > + + RelativePath=".\src\FPEnvironment.cpp" + > + + RelativePath=".\src\FPEnvironment_C99.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\FPEnvironment_DEC.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\FPEnvironment_DUMMY.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\FPEnvironment_SUN.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\FPEnvironment_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\JSONString.cpp" + > + + RelativePath=".\src\MemoryPool.cpp" + > + + RelativePath=".\src\NestedDiagnosticContext.cpp" + > + + RelativePath=".\src\NumberFormatter.cpp" + > + + RelativePath=".\src\NumberParser.cpp" + > + + RelativePath=".\src\NumericString.cpp" + > + + RelativePath=".\src\RefCountedObject.cpp" + > + + RelativePath=".\src\SortedDirectoryIterator.cpp" + > + + RelativePath=".\src\String.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\StringTokenizer.cpp" + > + + RelativePath=".\src\Void.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\Any.h" + > + + RelativePath=".\include\Poco\Ascii.h" + > + + RelativePath=".\include\Poco\AtomicCounter.h" + > + + RelativePath=".\include\Poco\AutoPtr.h" + > + + RelativePath=".\include\Poco\AutoReleasePool.h" + > + + RelativePath=".\include\Poco\Buffer.h" + > + + RelativePath=".\include\Poco\Bugcheck.h" + > + + RelativePath=".\include\Poco\ByteOrder.h" + > + + RelativePath=".\include\Poco\Checksum.h" + > + + RelativePath=".\include\Poco\Config.h" + > + + RelativePath=".\include\Poco\Debugger.h" + > + + RelativePath=".\include\Poco\DynamicAny.h" + > + + RelativePath=".\include\Poco\DynamicAnyHolder.h" + > + + RelativePath=".\include\Poco\DynamicFactory.h" + > + + RelativePath=".\include\Poco\Environment.h" + > + + RelativePath=".\include\Poco\Environment_UNIX.h" + > + + RelativePath=".\include\Poco\Environment_WIN32.h" + > + + RelativePath=".\include\Poco\Environment_WIN32U.h" + > + + RelativePath=".\include\Poco\Error.h" + > + + RelativePath=".\include\Poco\Exception.h" + > + + RelativePath=".\include\Poco\FIFOBuffer.h" + > + + RelativePath=".\include\Poco\Format.h" + > + + RelativePath=".\include\Poco\Foundation.h" + > + + RelativePath=".\include\Poco\FPEnvironment.h" + > + + RelativePath=".\include\Poco\FPEnvironment_C99.h" + > + + RelativePath=".\include\Poco\FPEnvironment_DEC.h" + > + + RelativePath=".\include\Poco\FPEnvironment_DUMMY.h" + > + + RelativePath=".\include\Poco\FPEnvironment_SUN.h" + > + + RelativePath=".\include\Poco\FPEnvironment_WIN32.h" + > + + RelativePath=".\include\Poco\Instantiator.h" + > + + RelativePath=".\include\Poco\JSONString.h" + > + + RelativePath=".\include\Poco\MemoryPool.h" + > + + RelativePath=".\include\Poco\MetaProgramming.h" + > + + RelativePath=".\include\Poco\NamedTuple.h" + > + + RelativePath=".\include\Poco\NestedDiagnosticContext.h" + > + + RelativePath=".\include\Poco\Nullable.h" + > + + RelativePath=".\include\Poco\NumberFormatter.h" + > + + RelativePath=".\include\Poco\NumberParser.h" + > + + RelativePath=".\include\Poco\NumericString.h" + > + + RelativePath=".\include\Poco\ObjectPool.h" + > + + RelativePath=".\include\Poco\Optional.h" + > + + RelativePath=".\include\Poco\Platform.h" + > + + RelativePath=".\include\Poco\Platform_POSIX.h" + > + + RelativePath=".\include\Poco\Platform_WIN32.h" + > + + RelativePath=".\include\Poco\Poco.h" + > + + RelativePath=".\include\Poco\RefCountedObject.h" + > + + RelativePath=".\include\Poco\SharedPtr.h" + > + + RelativePath=".\include\Poco\SingletonHolder.h" + > + + RelativePath=".\include\Poco\SortedDirectoryIterator.h" + > + + RelativePath=".\include\Poco\String.h" + > + + RelativePath=".\include\Poco\StringTokenizer.h" + > + + RelativePath=".\include\Poco\Tuple.h" + > + + RelativePath=".\include\Poco\TypeList.h" + > + + RelativePath=".\include\Poco\Types.h" + > + + RelativePath=".\include\Poco\UnWindows.h" + > + + RelativePath=".\include\Poco\Version.h" + > + + RelativePath=".\include\Poco\Void.h" + > + + Name="Streams" + > + Name="Source Files" + > + RelativePath=".\src\Base32Decoder.cpp" + > + + RelativePath=".\src\Base32Encoder.cpp" + > + + RelativePath=".\src\Base64Decoder.cpp" + > + + RelativePath=".\src\Base64Encoder.cpp" + > + + RelativePath=".\src\BinaryReader.cpp" + > + + RelativePath=".\src\BinaryWriter.cpp" + > + + RelativePath=".\src\CountingStream.cpp" + > + + RelativePath=".\src\DeflatingStream.cpp" + > + + RelativePath=".\src\FIFOBufferStream.cpp" + > + + RelativePath=".\src\FileStream.cpp" + > + + RelativePath=".\src\FileStream_POSIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\FileStream_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\HexBinaryDecoder.cpp" + > + + RelativePath=".\src\HexBinaryEncoder.cpp" + > + + RelativePath=".\src\InflatingStream.cpp" + > + + RelativePath=".\src\LineEndingConverter.cpp" + > + + RelativePath=".\src\MemoryStream.cpp" + > + + RelativePath=".\src\NullStream.cpp" + > + + RelativePath=".\src\StreamCopier.cpp" + > + + RelativePath=".\src\StreamTokenizer.cpp" + > + + RelativePath=".\src\TeeStream.cpp" + > + + RelativePath=".\src\Token.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\Base32Decoder.h" + > + + RelativePath=".\include\Poco\Base32Encoder.h" + > + + RelativePath=".\include\Poco\Base64Decoder.h" + > + + RelativePath=".\include\Poco\Base64Encoder.h" + > + + RelativePath=".\include\Poco\BinaryReader.h" + > + + RelativePath=".\include\Poco\BinaryWriter.h" + > + + RelativePath=".\include\Poco\BufferAllocator.h" + > + + RelativePath=".\include\Poco\BufferedBidirectionalStreamBuf.h" + > + + RelativePath=".\include\Poco\BufferedStreamBuf.h" + > + + RelativePath=".\include\Poco\CountingStream.h" + > + + RelativePath=".\include\Poco\DeflatingStream.h" + > + + RelativePath=".\include\Poco\FileStream.h" + > + + RelativePath=".\include\Poco\FileStream_POSIX.h" + > + + RelativePath=".\include\Poco\FileStream_WIN32.h" + > + + RelativePath=".\include\Poco\HexBinaryDecoder.h" + > + + RelativePath=".\include\Poco\HexBinaryEncoder.h" + > + + RelativePath=".\include\Poco\InflatingStream.h" + > + + RelativePath=".\include\Poco\LineEndingConverter.h" + > + + RelativePath=".\include\Poco\MemoryStream.h" + > + + RelativePath=".\include\Poco\NullStream.h" + > + + RelativePath=".\include\Poco\StreamCopier.h" + > + + RelativePath=".\include\Poco\StreamTokenizer.h" + > + + RelativePath=".\include\Poco\StreamUtil.h" + > + + RelativePath=".\include\Poco\TeeStream.h" + > + + RelativePath=".\include\Poco\Token.h" + > + + RelativePath=".\include\Poco\UnbufferedStreamBuf.h" + > + + Name="zlib" + > + RelativePath=".\src\adler32.c" + > + + RelativePath=".\src\compress.c" + > + + RelativePath=".\src\crc32.c" + > + + RelativePath=".\src\crc32.h" + > + + RelativePath=".\src\deflate.c" + > + + RelativePath=".\src\deflate.h" + > + + RelativePath=".\src\infback.c" + > + + RelativePath=".\src\inffast.c" + > + + RelativePath=".\src\inffast.h" + > + + RelativePath=".\src\inffixed.h" + > + + RelativePath=".\src\inflate.c" + > + + RelativePath=".\src\inflate.h" + > + + RelativePath=".\src\inftrees.c" + > + + RelativePath=".\src\inftrees.h" + > + + RelativePath=".\src\trees.c" + > + + RelativePath=".\src\trees.h" + > + + RelativePath=".\src\zconf.h" + > + + RelativePath=".\src\zlib.h" + > + + RelativePath=".\src\zutil.c" + > + + RelativePath=".\src\zutil.h" + > + + Name="Threading" + > + Name="Source Files" + > + RelativePath=".\src\ActiveDispatcher.cpp" + > + + RelativePath=".\src\Condition.cpp" + > + + RelativePath=".\src\ErrorHandler.cpp" + > + + RelativePath=".\src\Event.cpp" + > + + RelativePath=".\src\Event_POSIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Event_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Mutex.cpp" + > + + RelativePath=".\src\Mutex_POSIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Mutex_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Runnable.cpp" + > + + RelativePath=".\src\RWLock.cpp" + > + + RelativePath=".\src\RWLock_POSIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\RWLock_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Semaphore.cpp" + > + + RelativePath=".\src\Semaphore_POSIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Semaphore_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\SignalHandler.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\SynchronizedObject.cpp" + > + + RelativePath=".\src\Thread.cpp" + > + + RelativePath=".\src\Thread_POSIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Thread_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\ThreadLocal.cpp" + > + + RelativePath=".\src\ThreadPool.cpp" + > + + RelativePath=".\src\ThreadTarget.cpp" + > + + RelativePath=".\src\Timer.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\ActiveDispatcher.h" + > + + RelativePath=".\include\Poco\ActiveMethod.h" + > + + RelativePath=".\include\Poco\ActiveResult.h" + > + + RelativePath=".\include\Poco\ActiveRunnable.h" + > + + RelativePath=".\include\Poco\ActiveStarter.h" + > + + RelativePath=".\include\Poco\Activity.h" + > + + RelativePath=".\include\Poco\Condition.h" + > + + RelativePath=".\include\Poco\ErrorHandler.h" + > + + RelativePath=".\include\Poco\Event.h" + > + + RelativePath=".\include\Poco\Event_POSIX.h" + > + + RelativePath=".\include\Poco\Event_WIN32.h" + > + + RelativePath=".\include\Poco\Mutex.h" + > + + RelativePath=".\include\Poco\Mutex_POSIX.h" + > + + RelativePath=".\include\Poco\Mutex_WIN32.h" + > + + RelativePath=".\include\Poco\Runnable.h" + > + + RelativePath=".\include\Poco\RunnableAdapter.h" + > + + RelativePath=".\include\Poco\RWLock.h" + > + + RelativePath=".\include\Poco\RWLock_POSIX.h" + > + + RelativePath=".\include\Poco\RWLock_WIN32.h" + > + + RelativePath=".\include\Poco\ScopedLock.h" + > + + RelativePath=".\include\Poco\ScopedUnlock.h" + > + + RelativePath=".\include\Poco\Semaphore.h" + > + + RelativePath=".\include\Poco\Semaphore_POSIX.h" + > + + RelativePath=".\include\Poco\Semaphore_WIN32.h" + > + + RelativePath=".\include\Poco\SignalHandler.h" + > + + RelativePath=".\include\Poco\SynchronizedObject.h" + > + + RelativePath=".\include\Poco\Thread.h" + > + + RelativePath=".\include\Poco\Thread_POSIX.h" + > + + RelativePath=".\include\Poco\Thread_WIN32.h" + > + + RelativePath=".\include\Poco\ThreadLocal.h" + > + + RelativePath=".\include\Poco\ThreadPool.h" + > + + RelativePath=".\include\Poco\ThreadTarget.h" + > + + RelativePath=".\include\Poco\Timer.h" + > + + Name="Crypt" + > + Name="Source Files" + > + RelativePath=".\src\DigestEngine.cpp" + > + + RelativePath=".\src\DigestStream.cpp" + > + + RelativePath=".\src\MD4Engine.cpp" + > + + RelativePath=".\src\MD5Engine.cpp" + > + + RelativePath=".\src\Random.cpp" + > + + RelativePath=".\src\RandomStream.cpp" + > + + RelativePath=".\src\SHA1Engine.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\DigestEngine.h" + > + + RelativePath=".\include\Poco\DigestStream.h" + > + + RelativePath=".\include\Poco\HMACEngine.h" + > + + RelativePath=".\include\Poco\MD4Engine.h" + > + + RelativePath=".\include\Poco\MD5Engine.h" + > + + RelativePath=".\include\Poco\PBKDF2Engine.h" + > + + RelativePath=".\include\Poco\Random.h" + > + + RelativePath=".\include\Poco\RandomStream.h" + > + + RelativePath=".\include\Poco\SHA1Engine.h" + > + + Name="SharedLibrary" + > + Name="Source Files" + > + RelativePath=".\src\Manifest.cpp" + > + + RelativePath=".\src\SharedLibrary.cpp" + > + + RelativePath=".\src\SharedLibrary_HPUX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\SharedLibrary_UNIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\SharedLibrary_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\SharedLibrary_WIN32U.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + Name="Header Files" + > + RelativePath=".\include\Poco\ClassLibrary.h" + > + + RelativePath=".\include\Poco\ClassLoader.h" + > + + RelativePath=".\include\Poco\Manifest.h" + > + + RelativePath=".\include\Poco\MetaObject.h" + > + + RelativePath=".\include\Poco\SharedLibrary.h" + > + + RelativePath=".\include\Poco\SharedLibrary_HPUX.h" + > + + RelativePath=".\include\Poco\SharedLibrary_UNIX.h" + > + + RelativePath=".\include\Poco\SharedLibrary_WIN32.h" + > + + RelativePath=".\include\Poco\SharedLibrary_WIN32U.h" + > + + Name="RegularExpression" + > + Name="PCRE Header Files" + > + RelativePath=".\src\pcre.h" + > + + RelativePath=".\src\pcre_config.h" + > + + RelativePath=".\src\pcre_internal.h" + > + + RelativePath=".\src\ucp.h" + > + + Name="Source Files" + > + RelativePath=".\src\RegularExpression.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\RegularExpression.h" + > + + Name="PCRE Source Files" + > + RelativePath=".\src\pcre_byte_order.c" + > + + RelativePath=".\src\pcre_chartables.c" + > + + RelativePath=".\src\pcre_compile.c" + > + + RelativePath=".\src\pcre_config.c" + > + + RelativePath=".\src\pcre_dfa_exec.c" + > + + RelativePath=".\src\pcre_exec.c" + > + + RelativePath=".\src\pcre_fullinfo.c" + > + + RelativePath=".\src\pcre_get.c" + > + + RelativePath=".\src\pcre_globals.c" + > + + RelativePath=".\src\pcre_jit_compile.c" + > + + RelativePath=".\src\pcre_maketables.c" + > + + RelativePath=".\src\pcre_newline.c" + > + + RelativePath=".\src\pcre_ord2utf8.c" + > + + RelativePath=".\src\pcre_refcount.c" + > + + RelativePath=".\src\pcre_string_utils.c" + > + + RelativePath=".\src\pcre_study.c" + > + + RelativePath=".\src\pcre_tables.c" + > + + RelativePath=".\src\pcre_ucd.c" + > + + RelativePath=".\src\pcre_valid_utf8.c" + > + + RelativePath=".\src\pcre_version.c" + > + + RelativePath=".\src\pcre_xclass.c" + > + + Name="Logging" + > + Name="Source Files" + > + RelativePath=".\src\ArchiveStrategy.cpp" + > + + RelativePath=".\src\AsyncChannel.cpp" + > + + RelativePath=".\src\Channel.cpp" + > + + RelativePath=".\src\Configurable.cpp" + > + + RelativePath=".\src\ConsoleChannel.cpp" + > + + RelativePath=".\src\EventChannel.cpp" + > + + RelativePath=".\src\EventLogChannel.cpp" + > + + RelativePath=".\src\FileChannel.cpp" + > + + RelativePath=".\src\Formatter.cpp" + > + + RelativePath=".\src\FormattingChannel.cpp" + > + + RelativePath=".\src\LogFile.cpp" + > + + RelativePath=".\src\LogFile_STD.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\LogFile_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\LogFile_WIN32U.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Logger.cpp" + > + + RelativePath=".\src\LoggingFactory.cpp" + > + + RelativePath=".\src\LoggingRegistry.cpp" + > + + RelativePath=".\src\LogStream.cpp" + > + + RelativePath=".\src\Message.cpp" + > + + RelativePath=".\src\NullChannel.cpp" + > + + RelativePath=".\src\PatternFormatter.cpp" + > + + RelativePath=".\src\PurgeStrategy.cpp" + > + + RelativePath=".\src\RotateStrategy.cpp" + > + + RelativePath=".\src\SimpleFileChannel.cpp" + > + + RelativePath=".\src\SplitterChannel.cpp" + > + + RelativePath=".\src\StreamChannel.cpp" + > + + RelativePath=".\src\SyslogChannel.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\WindowsConsoleChannel.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\ArchiveStrategy.h" + > + + RelativePath=".\include\Poco\AsyncChannel.h" + > + + RelativePath=".\include\Poco\Channel.h" + > + + RelativePath=".\include\Poco\Configurable.h" + > + + RelativePath=".\include\Poco\ConsoleChannel.h" + > + + RelativePath=".\include\Poco\EventChannel.h" + > + + RelativePath=".\include\Poco\EventLogChannel.h" + > + + RelativePath=".\include\Poco\FileChannel.h" + > + + RelativePath=".\include\Poco\Formatter.h" + > + + RelativePath=".\include\Poco\FormattingChannel.h" + > + + RelativePath=".\include\Poco\LogFile.h" + > + + RelativePath=".\include\Poco\LogFile_STD.h" + > + + RelativePath=".\include\Poco\LogFile_WIN32.h" + > + + RelativePath=".\include\Poco\LogFile_WIN32U.h" + > + + RelativePath=".\include\Poco\Logger.h" + > + + RelativePath=".\include\Poco\LoggingFactory.h" + > + + RelativePath=".\include\Poco\LoggingRegistry.h" + > + + RelativePath=".\include\Poco\LogStream.h" + > + + RelativePath=".\include\Poco\Message.h" + > + + RelativePath=".\include\Poco\NullChannel.h" + > + + RelativePath=".\include\Poco\PatternFormatter.h" + > + + RelativePath=".\src\pocomsg.h" + > + + RelativePath=".\include\Poco\PurgeStrategy.h" + > + + RelativePath=".\include\Poco\RotateStrategy.h" + > + + RelativePath=".\include\Poco\SimpleFileChannel.h" + > + + RelativePath=".\include\Poco\SplitterChannel.h" + > + + RelativePath=".\include\Poco\StreamChannel.h" + > + + RelativePath=".\include\Poco\SyslogChannel.h" + > + + RelativePath=".\include\Poco\WindowsConsoleChannel.h" + > + + Name="Message Files" + > + RelativePath=".\src\pocomsg.mc" + > + Name="debug_shared|x64" + > + CommandLine="mc -h "$(InputDir)." -r "$(InputDir)." "$(InputPath) " + Outputs="$(InputDir)\pocomsg.rc;$(InputDir)\pocomsg.h;" + /> + Name="release_shared|x64" + > + CommandLine="mc -h "$(InputDir)." -r "$(InputDir)." "$(InputPath) " + Outputs="$(InputDir)\pocomsg.rc;$(InputDir)\pocomsg.h;" + /> + Name="debug_static_mt|x64" + > + CommandLine="mc -h "$(InputDir)." -r "$(InputDir)." "$(InputPath) " + Outputs="$(InputDir)\pocomsg.rc;$(InputDir)\pocomsg.h;" + /> + Name="release_static_mt|x64" + > + CommandLine="mc -h "$(InputDir)." -r "$(InputDir)." "$(InputPath) " + Outputs="$(InputDir)\pocomsg.rc;$(InputDir)\pocomsg.h;" + /> + Name="debug_static_md|x64" + > + CommandLine="mc -h "$(InputDir)." -r "$(InputDir)." "$(InputPath) " + Outputs="$(InputDir)\pocomsg.rc;$(InputDir)\pocomsg.h;" + /> + Name="release_static_md|x64" + > + CommandLine="mc -h "$(InputDir)." -r "$(InputDir)." "$(InputPath) " + Outputs="$(InputDir)\pocomsg.rc;$(InputDir)\pocomsg.h;" + /> + Name="Resource Files" + > + RelativePath=".\src\pocomsg.rc" + > + + Name="Notifications" + > + Name="Source Files" + > + RelativePath=".\src\AbstractObserver.cpp" + > + + RelativePath=".\src\Notification.cpp" + > + + RelativePath=".\src\NotificationCenter.cpp" + > + + RelativePath=".\src\NotificationQueue.cpp" + > + + RelativePath=".\src\PriorityNotificationQueue.cpp" + > + + RelativePath=".\src\TimedNotificationQueue.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\AbstractObserver.h" + > + + RelativePath=".\include\Poco\NObserver.h" + > + + RelativePath=".\include\Poco\Notification.h" + > + + RelativePath=".\include\Poco\NotificationCenter.h" + > + + RelativePath=".\include\Poco\NotificationQueue.h" + > + + RelativePath=".\include\Poco\Observer.h" + > + + RelativePath=".\include\Poco\PriorityNotificationQueue.h" + > + + RelativePath=".\include\Poco\TimedNotificationQueue.h" + > + + Name="Filesystem" + > + Name="Source Files" + > + RelativePath=".\src\DirectoryIterator.cpp" + > + + RelativePath=".\src\DirectoryIterator_UNIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\DirectoryIterator_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\DirectoryIterator_WIN32U.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\DirectoryWatcher.cpp" + > + + RelativePath=".\src\File.cpp" + > + + RelativePath=".\src\File_UNIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\File_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\File_WIN32U.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Glob.cpp" + > + + RelativePath=".\src\Path.cpp" + > + + RelativePath=".\src\Path_UNIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Path_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Path_WIN32U.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\TemporaryFile.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\DirectoryIterator.h" + > + + RelativePath=".\include\Poco\DirectoryIterator_UNIX.h" + > + + RelativePath=".\include\Poco\DirectoryIterator_WIN32.h" + > + + RelativePath=".\include\Poco\DirectoryIterator_WIN32U.h" + > + + RelativePath=".\include\Poco\DirectoryWatcher.h" + > + + RelativePath=".\include\Poco\File.h" + > + + RelativePath=".\include\Poco\File_UNIX.h" + > + + RelativePath=".\include\Poco\File_WIN32.h" + > + + RelativePath=".\include\Poco\File_WIN32U.h" + > + + RelativePath=".\include\Poco\Glob.h" + > + + RelativePath=".\include\Poco\Path.h" + > + + RelativePath=".\include\Poco\Path_UNIX.h" + > + + RelativePath=".\include\Poco\Path_WIN32.h" + > + + RelativePath=".\include\Poco\Path_WIN32U.h" + > + + RelativePath=".\include\Poco\TemporaryFile.h" + > + + Name="Processes" + > + Name="Source Files" + > + RelativePath=".\src\NamedEvent.cpp" + > + + RelativePath=".\src\NamedEvent_UNIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\NamedEvent_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\NamedEvent_WIN32U.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\NamedMutex.cpp" + > + + RelativePath=".\src\NamedMutex_UNIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\NamedMutex_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\NamedMutex_WIN32U.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Pipe.cpp" + > + + RelativePath=".\src\PipeImpl.cpp" + > + + RelativePath=".\src\PipeImpl_DUMMY.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\PipeImpl_POSIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\PipeImpl_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\PipeStream.cpp" + > + + RelativePath=".\src\Process.cpp" + > + + RelativePath=".\src\Process_UNIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Process_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Process_WIN32U.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\SharedMemory.cpp" + > + + RelativePath=".\src\SharedMemory_DUMMY.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\SharedMemory_POSIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\SharedMemory_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + Name="Header Files" + > + RelativePath=".\include\Poco\NamedEvent.h" + > + + RelativePath=".\include\Poco\NamedEvent_UNIX.h" + > + + RelativePath=".\include\Poco\NamedEvent_WIN32.h" + > + + RelativePath=".\include\Poco\NamedEvent_WIN32U.h" + > + + RelativePath=".\include\Poco\NamedMutex.h" + > + + RelativePath=".\include\Poco\NamedMutex_UNIX.h" + > + + RelativePath=".\include\Poco\NamedMutex_WIN32.h" + > + + RelativePath=".\include\Poco\NamedMutex_WIN32U.h" + > + + RelativePath=".\include\Poco\Pipe.h" + > + + RelativePath=".\include\Poco\PipeImpl.h" + > + + RelativePath=".\include\Poco\PipeImpl_DUMMY.h" + > + + RelativePath=".\include\Poco\PipeImpl_POSIX.h" + > + + RelativePath=".\include\Poco\PipeImpl_WIN32.h" + > + + RelativePath=".\include\Poco\PipeStream.h" + > + + RelativePath=".\include\Poco\Process.h" + > + + RelativePath=".\include\Poco\Process_UNIX.h" + > + + RelativePath=".\include\Poco\Process_WIN32.h" + > + + RelativePath=".\include\Poco\Process_WIN32U.h" + > + + RelativePath=".\include\Poco\SharedMemory.h" + > + + RelativePath=".\include\Poco\SharedMemory_DUMMY.h" + > + + RelativePath=".\include\Poco\SharedMemory_POSIX.h" + > + + RelativePath=".\include\Poco\SharedMemory_WIN32.h" + > + + Name="UUID" + > + Name="Source Files" + > + RelativePath=".\src\UUID.cpp" + > + + RelativePath=".\src\UUIDGenerator.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\UUID.h" + > + + RelativePath=".\include\Poco\UUIDGenerator.h" + > + + Name="DateTime" + > + Name="Source Files" + > + RelativePath=".\src\Clock.cpp" + > + + RelativePath=".\src\DateTime.cpp" + > + + RelativePath=".\src\DateTimeFormat.cpp" + > + + RelativePath=".\src\DateTimeFormatter.cpp" + > + + RelativePath=".\src\DateTimeParser.cpp" + > + + RelativePath=".\src\LocalDateTime.cpp" + > + + RelativePath=".\src\Stopwatch.cpp" + > + + RelativePath=".\src\Timespan.cpp" + > + + RelativePath=".\src\Timestamp.cpp" + > + + RelativePath=".\src\Timezone.cpp" + > + + RelativePath=".\src\Timezone_UNIX.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\Timezone_WIN32.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + Name="Header Files" + > + RelativePath=".\include\Poco\Clock.h" + > + + RelativePath=".\include\Poco\DateTime.h" + > + + RelativePath=".\include\Poco\DateTimeFormat.h" + > + + RelativePath=".\include\Poco\DateTimeFormatter.h" + > + + RelativePath=".\include\Poco\DateTimeParser.h" + > + + RelativePath=".\include\Poco\LocalDateTime.h" + > + + RelativePath=".\include\Poco\Stopwatch.h" + > + + RelativePath=".\include\Poco\Timespan.h" + > + + RelativePath=".\include\Poco\Timestamp.h" + > + + RelativePath=".\include\Poco\Timezone.h" + > + + Name="Text" + > + Name="Source Files" + > + RelativePath=".\src\ASCIIEncoding.cpp" + > + + RelativePath=".\src\Latin1Encoding.cpp" + > + + RelativePath=".\src\Latin2Encoding.cpp" + > + + RelativePath=".\src\Latin9Encoding.cpp" + > + + RelativePath=".\src\StreamConverter.cpp" + > + + RelativePath=".\src\TextBufferIterator.cpp" + > + + RelativePath=".\src\TextConverter.cpp" + > + + RelativePath=".\src\TextEncoding.cpp" + > + + RelativePath=".\src\TextIterator.cpp" + > + + RelativePath=".\src\Unicode.cpp" + > + + RelativePath=".\src\UnicodeConverter.cpp" + > + + RelativePath=".\src\UTF16Encoding.cpp" + > + + RelativePath=".\src\UTF32Encoding.cpp" + > + + RelativePath=".\src\UTF8Encoding.cpp" + > + + RelativePath=".\src\UTF8String.cpp" + > + + RelativePath=".\src\Windows1250Encoding.cpp" + > + + RelativePath=".\src\Windows1251Encoding.cpp" + > + + RelativePath=".\src\Windows1252Encoding.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\ASCIIEncoding.h" + > + + RelativePath=".\include\Poco\Latin1Encoding.h" + > + + RelativePath=".\include\Poco\Latin2Encoding.h" + > + + RelativePath=".\include\Poco\Latin9Encoding.h" + > + + RelativePath=".\include\Poco\ListMap.h" + > + + RelativePath=".\include\Poco\StreamConverter.h" + > + + RelativePath=".\include\Poco\TextBufferIterator.h" + > + + RelativePath=".\include\Poco\TextConverter.h" + > + + RelativePath=".\include\Poco\TextEncoding.h" + > + + RelativePath=".\include\Poco\TextIterator.h" + > + + RelativePath=".\include\Poco\Unicode.h" + > + + RelativePath=".\include\Poco\UnicodeConverter.h" + > + + RelativePath=".\include\Poco\UTF16Encoding.h" + > + + RelativePath=".\include\Poco\UTF32Encoding.h" + > + + RelativePath=".\include\Poco\UTF8Encoding.h" + > + + RelativePath=".\include\Poco\UTF8String.h" + > + + RelativePath=".\include\Poco\Windows1250Encoding.h" + > + + RelativePath=".\include\Poco\Windows1251Encoding.h" + > + + RelativePath=".\include\Poco\Windows1252Encoding.h" + > + + Name="URI" + > + Name="Source Files" + > + RelativePath=".\src\FileStreamFactory.cpp" + > + + RelativePath=".\src\URI.cpp" + > + + RelativePath=".\src\URIStreamFactory.cpp" + > + + RelativePath=".\src\URIStreamOpener.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\FileStreamFactory.h" + > + + RelativePath=".\include\Poco\URI.h" + > + + RelativePath=".\include\Poco\URIStreamFactory.h" + > + + RelativePath=".\include\Poco\URIStreamOpener.h" + > + + Name="Tasks" + > + Name="Source Files" + > + RelativePath=".\src\Task.cpp" + > + + RelativePath=".\src\TaskManager.cpp" + > + + RelativePath=".\src\TaskNotification.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\Task.h" + > + + RelativePath=".\include\Poco\TaskManager.h" + > + + RelativePath=".\include\Poco\TaskNotification.h" + > + + Name="Events" + > + Name="Header Files" + > + RelativePath=".\include\Poco\AbstractDelegate.h" + > + + RelativePath=".\include\Poco\AbstractEvent.h" + > + + RelativePath=".\include\Poco\AbstractPriorityDelegate.h" + > + + RelativePath=".\include\Poco\BasicEvent.h" + > + + RelativePath=".\include\Poco\DefaultStrategy.h" + > + + RelativePath=".\include\Poco\Delegate.h" + > + + RelativePath=".\include\Poco\DirectoryIteratorStrategy.h" + > + + RelativePath=".\include\Poco\EventArgs.h" + > + + RelativePath=".\include\Poco\Expire.h" + > + + RelativePath=".\include\Poco\FIFOEvent.h" + > + + RelativePath=".\include\Poco\FIFOStrategy.h" + > + + RelativePath=".\include\Poco\FunctionDelegate.h" + > + + RelativePath=".\include\Poco\FunctionPriorityDelegate.h" + > + + RelativePath=".\include\Poco\NotificationStrategy.h" + > + + RelativePath=".\include\Poco\PriorityDelegate.h" + > + + RelativePath=".\include\Poco\PriorityEvent.h" + > + + RelativePath=".\include\Poco\PriorityExpire.h" + > + + RelativePath=".\include\Poco\PriorityStrategy.h" + > + + RelativePath=".\include\Poco\RecursiveDirectoryIterator.h" + > + + RelativePath=".\include\Poco\RecursiveDirectoryIteratorImpl.h" + > + + Name="Source Files" + > + RelativePath=".\src\EventArgs.cpp" + > + + Name="Cache" + > + Name="Header Files" + > + RelativePath=".\include\Poco\AbstractCache.h" + > + + RelativePath=".\include\Poco\AbstractStrategy.h" + > + + RelativePath=".\include\Poco\AccessExpirationDecorator.h" + > + + RelativePath=".\include\Poco\AccessExpireCache.h" + > + + RelativePath=".\include\Poco\AccessExpireLRUCache.h" + > + + RelativePath=".\include\Poco\AccessExpireStrategy.h" + > + + RelativePath=".\include\Poco\ExpirationDecorator.h" + > + + RelativePath=".\include\Poco\ExpireCache.h" + > + + RelativePath=".\include\Poco\ExpireLRUCache.h" + > + + RelativePath=".\include\Poco\ExpireStrategy.h" + > + + RelativePath=".\include\Poco\KeyValueArgs.h" + > + + RelativePath=".\include\Poco\LRUCache.h" + > + + RelativePath=".\include\Poco\LRUStrategy.h" + > + + RelativePath=".\include\Poco\StrategyCollection.h" + > + + RelativePath=".\include\Poco\UniqueAccessExpireCache.h" + > + + RelativePath=".\include\Poco\UniqueAccessExpireLRUCache.h" + > + + RelativePath=".\include\Poco\UniqueAccessExpireStrategy.h" + > + + RelativePath=".\include\Poco\UniqueExpireCache.h" + > + + RelativePath=".\include\Poco\UniqueExpireLRUCache.h" + > + + RelativePath=".\include\Poco\UniqueExpireStrategy.h" + > + + RelativePath=".\include\Poco\ValidArgs.h" + > + - - - - - - - - - - - - - - - + Name="Source Files" + > + Name="Hashing" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Hash.h" + > + + RelativePath=".\include\Poco\HashFunction.h" + > + + RelativePath=".\include\Poco\HashMap.h" + > + + RelativePath=".\include\Poco\HashSet.h" + > + + RelativePath=".\include\Poco\HashStatistic.h" + > + + + + + + + + Name="Source Files" + > + RelativePath=".\src\Hash.cpp" + > + + RelativePath=".\src\HashStatistic.cpp" + > + + + + + + RelativePath=".\include\Poco\Dynamic\Pair.h" + > + + + + + + + + + + + + + + + + + + RelativePath="..\DLLVersion.rc" + > + > + Name="VCResourceCompilerTool" + /> + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> - + + diff --git a/Foundation/testsuite/TestApp_vs160.vcxproj b/Foundation/testsuite/TestApp_vs160.vcxproj new file mode 100644 index 000000000..327a3789e --- /dev/null +++ b/Foundation/testsuite/TestApp_vs160.vcxproj @@ -0,0 +1,317 @@ + + + + + debug_shared + Win32 + + + debug_static_md + Win32 + + + debug_static_mt + Win32 + + + release_shared + Win32 + + + release_static_md + Win32 + + + release_static_mt + Win32 + + + + TestApp + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A} + TestApp + Win32Proj + 10.0 + + + + Application + false + MultiByte + v142 + + + Application + false + MultiByte + v142 + + + Application + false + MultiByte + v142 + + + Application + false + MultiByte + v142 + + + Application + false + MultiByte + v142 + + + Application + false + MultiByte + v142 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + bin\ + obj\TestApp\$(Configuration)\ + true + bin\ + obj\TestApp\$(Configuration)\ + false + bin\static_md\ + obj\TestApp\$(Configuration)\ + false + bin\static_md\ + obj\TestApp\$(Configuration)\ + true + bin\static_mt\ + obj\TestApp\$(Configuration)\ + true + bin\static_mt\ + obj\TestApp\$(Configuration)\ + false + TestApp + TestAppd + TestAppd + TestAppd + TestApp + TestApp + + + + Disabled + %(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + true + true + true + + + Level3 + ProgramDatabase + /FS + + + bin\TestAppd.exe + ..\..\..\lib;%(AdditionalLibraryDirectories) + true + bin\TestAppd.pdb + Console + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + Speed + true + %(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + true + true + true + + + Level3 + + + /FS + + + bin\TestApp.exe + ..\..\..\lib;%(AdditionalLibraryDirectories) + false + + + Console + true + true + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + Speed + true + %(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + true + true + true + + + Level3 + + + /FS + + + bin\static_md\TestApp.exe + ..\..\..\lib;%(AdditionalLibraryDirectories) + false + + + Console + true + true + MachineX86 + + + + + Disabled + %(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + true + true + true + + + Level3 + ProgramDatabase + /FS + + + bin\static_md\TestAppd.exe + ..\..\..\lib;%(AdditionalLibraryDirectories) + true + bin\static_md\TestAppd.pdb + Console + MachineX86 + + + + + Disabled + %(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + true + true + true + true + + + Level3 + ProgramDatabase + /FS + + + bin\static_mt\TestAppd.exe + ..\..\..\lib;%(AdditionalLibraryDirectories) + true + bin\static_mt\TestAppd.pdb + Console + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + Speed + true + %(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;%(PreprocessorDefinitions) + true + MultiThreaded + false + true + true + true + + + Level3 + + + /FS + + + bin\static_mt\TestApp.exe + ..\..\..\lib;%(AdditionalLibraryDirectories) + false + + + Console + true + true + MachineX86 + + + + + + + + + \ No newline at end of file diff --git a/Foundation/testsuite/TestApp_vs160.vcxproj.filters b/Foundation/testsuite/TestApp_vs160.vcxproj.filters new file mode 100644 index 000000000..bc7566f79 --- /dev/null +++ b/Foundation/testsuite/TestApp_vs160.vcxproj.filters @@ -0,0 +1,13 @@ + + + + + {64a104ed-fb69-4821-b11c-494d063d19f5} + + + + + Source Files + + + \ No newline at end of file diff --git a/Foundation/testsuite/TestApp_x64_vs160.vcxproj b/Foundation/testsuite/TestApp_x64_vs160.vcxproj new file mode 100644 index 000000000..7e00134b8 --- /dev/null +++ b/Foundation/testsuite/TestApp_x64_vs160.vcxproj @@ -0,0 +1,317 @@ + + + + + debug_shared + x64 + + + debug_static_md + x64 + + + debug_static_mt + x64 + + + release_shared + x64 + + + release_static_md + x64 + + + release_static_mt + x64 + + + + TestApp + {6C41E55D-C0FC-4E01-AA8D-B7DA40E31D3A} + TestApp + Win32Proj + 10.0 + + + + Application + false + MultiByte + v142 + + + Application + false + MultiByte + v142 + + + Application + false + MultiByte + v142 + + + Application + false + MultiByte + v142 + + + Application + false + MultiByte + v142 + + + Application + false + MultiByte + v142 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + bin64\ + obj64\TestApp\$(Configuration)\ + true + bin64\ + obj64\TestApp\$(Configuration)\ + false + bin64\static_md\ + obj64\TestApp\$(Configuration)\ + false + bin64\static_md\ + obj64\TestApp\$(Configuration)\ + true + bin64\static_mt\ + obj64\TestApp\$(Configuration)\ + true + bin64\static_mt\ + obj64\TestApp\$(Configuration)\ + false + TestAppd + TestAppd + TestAppd + TestApp + TestApp + TestApp + + + + Disabled + %(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + true + true + true + + + Level3 + ProgramDatabase + /FS + + + bin64\TestAppd.exe + ..\..\..\lib64;%(AdditionalLibraryDirectories) + true + bin64\TestAppd.pdb + Console + MachineX64 + + + + + MaxSpeed + OnlyExplicitInline + true + Speed + true + %(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + true + true + true + + + Level3 + + + /FS + + + bin64\TestApp.exe + ..\..\..\lib64;%(AdditionalLibraryDirectories) + false + + + Console + true + true + MachineX64 + + + + + MaxSpeed + OnlyExplicitInline + true + Speed + true + %(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + true + true + true + + + Level3 + + + /FS + + + bin64\static_md\TestApp.exe + ..\..\..\lib64;%(AdditionalLibraryDirectories) + false + + + Console + true + true + MachineX64 + + + + + Disabled + %(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + true + true + true + + + Level3 + ProgramDatabase + /FS + + + bin64\static_md\TestAppd.exe + ..\..\..\lib64;%(AdditionalLibraryDirectories) + true + bin64\static_md\TestAppd.pdb + Console + MachineX64 + + + + + Disabled + %(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + true + true + true + true + + + Level3 + ProgramDatabase + /FS + + + bin64\static_mt\TestAppd.exe + ..\..\..\lib64;%(AdditionalLibraryDirectories) + true + bin64\static_mt\TestAppd.pdb + Console + MachineX64 + + + + + MaxSpeed + OnlyExplicitInline + true + Speed + true + %(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;%(PreprocessorDefinitions) + true + MultiThreaded + false + true + true + true + + + Level3 + + + /FS + + + bin64\static_mt\TestApp.exe + ..\..\..\lib64;%(AdditionalLibraryDirectories) + false + + + Console + true + true + MachineX64 + + + + + + + + + \ No newline at end of file diff --git a/Foundation/testsuite/TestApp_x64_vs160.vcxproj.filters b/Foundation/testsuite/TestApp_x64_vs160.vcxproj.filters new file mode 100644 index 000000000..ad08522a0 --- /dev/null +++ b/Foundation/testsuite/TestApp_x64_vs160.vcxproj.filters @@ -0,0 +1,13 @@ + + + + + {2e04e7d1-6561-4794-afb4-c7d56110c8ac} + + + + + Source Files + + + \ No newline at end of file diff --git a/Foundation/testsuite/TestLibrary_vs160.vcxproj b/Foundation/testsuite/TestLibrary_vs160.vcxproj new file mode 100644 index 000000000..ded7fa996 --- /dev/null +++ b/Foundation/testsuite/TestLibrary_vs160.vcxproj @@ -0,0 +1,131 @@ + + + + + debug_shared + Win32 + + + release_shared + Win32 + + + + TestLibrary + {0955EB03-544B-4BD4-9C10-89CF38078F5F} + Win32Proj + 10.0 + + + + DynamicLibrary + MultiByte + v142 + + + DynamicLibrary + MultiByte + v142 + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + bin\ + obj\TestLibrary\$(Configuration)\ + true + true + bin\ + obj\TestLibrary\$(Configuration)\ + true + false + TestLibrary + TestLibraryd + + + + Disabled + ..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + true + EnableFastChecks + MultiThreadedDebugDLL + true + true + true + true + + + Level3 + ProgramDatabase + /FS + + + PocoFoundationd.lib;%(AdditionalDependencies) + bin\TestLibraryd.dll + ..\..\lib;%(AdditionalLibraryDirectories) + true + bin\TestLibraryd.pdb + Console + + + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + Speed + true + ..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + true + true + true + + + Level3 + + + /FS + + + PocoFoundation.lib;%(AdditionalDependencies) + bin\TestLibrary.dll + ..\..\lib;%(AdditionalLibraryDirectories) + false + + + Console + true + true + + + MachineX86 + + + + + + + + + + + + + \ No newline at end of file diff --git a/Foundation/testsuite/TestLibrary_vs160.vcxproj.filters b/Foundation/testsuite/TestLibrary_vs160.vcxproj.filters new file mode 100644 index 000000000..492683384 --- /dev/null +++ b/Foundation/testsuite/TestLibrary_vs160.vcxproj.filters @@ -0,0 +1,25 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {c8906c29-86ed-4749-b34e-0f6454645796} + + + + + Source Files + + + Source Files + + + + + Header Files + + + \ No newline at end of file diff --git a/Foundation/testsuite/TestLibrary_x64_vs160.vcxproj b/Foundation/testsuite/TestLibrary_x64_vs160.vcxproj new file mode 100644 index 000000000..73fc845f9 --- /dev/null +++ b/Foundation/testsuite/TestLibrary_x64_vs160.vcxproj @@ -0,0 +1,131 @@ + + + + + debug_shared + x64 + + + release_shared + x64 + + + + TestLibrary + {0955EB03-544B-4BD4-9C10-89CF38078F5F} + Win32Proj + 10.0 + + + + DynamicLibrary + MultiByte + v142 + + + DynamicLibrary + MultiByte + v142 + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + bin64\ + obj64\TestLibrary\$(Configuration)\ + true + true + bin64\ + obj64\TestLibrary\$(Configuration)\ + true + false + TestLibraryd + TestLibrary + + + + Disabled + ..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + true + EnableFastChecks + MultiThreadedDebugDLL + true + true + true + true + + + Level3 + ProgramDatabase + /FS + + + PocoFoundationd.lib;%(AdditionalDependencies) + bin64\TestLibraryd.dll + ..\..\lib64;%(AdditionalLibraryDirectories) + true + bin64\TestLibraryd.pdb + Console + + + MachineX64 + + + + + MaxSpeed + OnlyExplicitInline + true + Speed + true + ..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + true + true + true + + + Level3 + + + /FS + + + PocoFoundation.lib;%(AdditionalDependencies) + bin64\TestLibrary.dll + ..\..\lib64;%(AdditionalLibraryDirectories) + false + + + Console + true + true + + + MachineX64 + + + + + + + + + + + + + \ No newline at end of file diff --git a/Foundation/testsuite/TestLibrary_x64_vs160.vcxproj.filters b/Foundation/testsuite/TestLibrary_x64_vs160.vcxproj.filters new file mode 100644 index 000000000..a129f9954 --- /dev/null +++ b/Foundation/testsuite/TestLibrary_x64_vs160.vcxproj.filters @@ -0,0 +1,25 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {277652dc-a245-4ba5-8144-b136dbd3a0b5} + + + + + Source Files + + + Source Files + + + + + Header Files + + + \ No newline at end of file diff --git a/Foundation/testsuite/TestSuite_vs160.vcxproj b/Foundation/testsuite/TestSuite_vs160.vcxproj new file mode 100644 index 000000000..0d16545e9 --- /dev/null +++ b/Foundation/testsuite/TestSuite_vs160.vcxproj @@ -0,0 +1,609 @@ + + + + + debug_shared + Win32 + + + debug_static_md + Win32 + + + debug_static_mt + Win32 + + + release_shared + Win32 + + + release_static_md + Win32 + + + release_static_mt + Win32 + + + + TestSuite + {F1EE93DF-347F-4CB3-B191-C4E63F38E972} + Win32Proj + 10.0 + + + + Application + false + MultiByte + v142 + + + Application + false + MultiByte + v142 + + + Application + false + MultiByte + v142 + + + Application + false + MultiByte + v142 + + + Application + false + MultiByte + v142 + + + Application + false + MultiByte + v142 + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + bin\ + obj\TestSuite\$(Configuration)\ + true + bin\ + obj\TestSuite\$(Configuration)\ + false + bin\static_md\ + obj\TestSuite\$(Configuration)\ + false + bin\static_md\ + obj\TestSuite\$(Configuration)\ + true + bin\static_mt\ + obj\TestSuite\$(Configuration)\ + true + bin\static_mt\ + obj\TestSuite\$(Configuration)\ + false + TestSuited + TestSuited + TestSuited + TestSuite + TestSuite + TestSuite + + + $(VC_ExecutablePath_x86);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH); + $(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86); + + + + Disabled + ..\include;..\..\CppUnit\include;..\..\CppUnit\WinTestRunner\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;WINVER=0x0600;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + true + true + true + + + Level3 + ProgramDatabase + /FS + + + CppUnitd.lib;PocoFoundationd.lib;%(AdditionalDependencies) + bin\TestSuited.exe + ..\..\lib;%(AdditionalLibraryDirectories) + true + bin\TestSuited.pdb + Console + MachineX86 + + + + + + + Custom + OnlyExplicitInline + true + Speed + true + ..\include;..\..\CppUnit\include;..\..\CppUnit\WinTestRunner\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;WINVER=0x0600;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + true + true + true + + + Level3 + + + /FS + + + CppUnit.lib;PocoFoundation.lib;%(AdditionalDependencies) + bin\TestSuite.exe + ..\..\lib;%(AdditionalLibraryDirectories) + false + + + Console + true + true + MachineX86 + + + + + + + Custom + OnlyExplicitInline + true + Speed + true + ..\include;..\..\CppUnit\include;..\..\CppUnit\WinTestRunner\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;WINVER=0x0600;POCO_STATIC;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + true + true + + + Level3 + + + /FS + + + CppUnitmd.lib;PocoFoundationmd.lib;iphlpapi.lib;winmm.lib;%(AdditionalDependencies) + bin\static_md\TestSuite.exe + ..\..\lib;%(AdditionalLibraryDirectories) + false + + + Console + true + true + MachineX86 + + + + + + + Disabled + ..\include;..\..\CppUnit\include;..\..\CppUnit\WinTestRunner\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;WINVER=0x0600;POCO_STATIC;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + true + true + true + + + Level3 + ProgramDatabase + /FS + + + CppUnitmdd.lib;PocoFoundationmdd.lib;iphlpapi.lib;winmm.lib;%(AdditionalDependencies) + bin\static_md\TestSuited.exe + ..\..\lib;%(AdditionalLibraryDirectories) + true + bin\static_md\TestSuited.pdb + Console + MachineX86 + + + + + + + Disabled + ..\include;..\..\CppUnit\include;..\..\CppUnit\WinTestRunner\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;WINVER=0x0600;POCO_STATIC;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + true + true + true + true + + + Level3 + ProgramDatabase + /FS + + + CppUnitmtd.lib;PocoFoundationmtd.lib;iphlpapi.lib;winmm.lib;%(AdditionalDependencies) + bin\static_mt\TestSuited.exe + ..\..\lib;%(AdditionalLibraryDirectories) + %(IgnoreSpecificDefaultLibraries) + true + bin\static_mt\TestSuited.pdb + Console + MachineX86 + + + + + + + Custom + OnlyExplicitInline + true + Speed + true + ..\include;..\..\CppUnit\include;..\..\CppUnit\WinTestRunner\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;WINVER=0x0600;POCO_STATIC;%(PreprocessorDefinitions) + true + false + Default + MultiThreaded + false + true + true + true + + + Level3 + + + /FS + + + CppUnitmt.lib;PocoFoundationmt.lib;iphlpapi.lib;winmm.lib;%(AdditionalDependencies) + bin\static_mt\TestSuite.exe + ..\..\lib;%(AdditionalLibraryDirectories) + %(IgnoreSpecificDefaultLibraries) + false + + + Console + true + false + MachineX86 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Foundation/testsuite/TestSuite_vs160.vcxproj.filters b/Foundation/testsuite/TestSuite_vs160.vcxproj.filters new file mode 100644 index 000000000..e933b5a4e --- /dev/null +++ b/Foundation/testsuite/TestSuite_vs160.vcxproj.filters @@ -0,0 +1,999 @@ + + + + + {a59b5185-a828-49a5-af23-d86b47d2c19c} + + + {1e6128ad-7c36-4a4d-ad5c-c604171281c1} + + + {7abaf643-e5e3-4023-bbe8-8b8febe849dd} + + + {87d01d31-9117-4d34-9d22-7babfd7b7bff} + + + {f6aad27f-31ed-496c-97ce-9c7d153d166d} + + + {d83da1d6-0738-4a6b-a7f7-fd79ac9ae23c} + + + {0ed8b0f5-8c2f-4c45-b211-e0144659fcb6} + + + {81f46737-5924-42f1-96dd-e809506231bd} + + + {a0215363-3aef-44fa-b1a5-153f868079dc} + + + {6ed14268-7950-426b-a6c8-b05a86890ab1} + + + {09f64b14-f65d-4d7a-809a-29c3792f46b7} + + + {ffbc93f2-916d-43ca-9416-06c87734a668} + + + {32ee8bb2-1b7b-4826-b50d-66e7f90fbe34} + + + {a8482038-01a5-4790-bd4a-1d857be47fec} + + + {fa7c79fd-7b14-4aea-ba1b-6b9ad50e2e2d} + + + {db211c8f-878a-41b0-9e48-53a7bd45b2cd} + + + {00ac797c-cdfe-4dd5-b0d0-feea5cf4b3f0} + + + {ef5ce424-fc18-4a60-8093-9f1ea328d52d} + + + {e9794e29-e01f-476a-b5b0-ee65be0c2132} + + + {59047d4e-bd68-42a9-9309-7e624c42a9b0} + + + {110b921c-f4d4-4f37-bdf3-01a7a2538693} + + + {665bb14f-e709-4b3b-8ac3-3bf3a94b686f} + + + {9c0a2a3e-eb78-47b0-9768-ef0dfc6e23d9} + + + {71886495-7c6c-42c4-8a3e-4d0a93def203} + + + {515441cb-c92a-4003-80ae-9cce02ed4c09} + + + {59f2f054-075b-4f91-8434-b9bc6d02f8a9} + + + {1ad60877-d2c7-4061-8cb9-fd5f220bbc20} + + + {d29fdc4f-a128-4f49-ae88-61ae7f63ffb2} + + + {907687c4-8f5f-4cf3-ae43-6ee1a22571de} + + + {5d57a631-556c-4b0c-a417-de68ea3f1aeb} + + + {1bbb02e6-b984-4ca8-8ea2-0e0ae41c09e9} + + + {ea02acda-0ec0-41b8-8e85-19fbf1b71687} + + + {f0c7bb59-bb71-42fc-8275-aaed17decfb0} + + + {60844487-77c9-46e6-b54e-39d7c7139ec3} + + + {28b544d5-54dd-449c-b2c6-62f92ee68f94} + + + {6f757782-30a7-47bb-b9c1-9197250c52d3} + + + {40a76071-eda0-455b-a482-b5a37ffd0b9a} + + + {a38b8ef3-6882-4a35-850c-9380db4b7d8b} + + + {ec6d5b4b-fcf5-4a4a-9e90-c1b548939c42} + + + {128755f3-1063-45aa-b4ad-6f796da5b60c} + + + {52dde893-fa0a-4f27-8c92-e758a206d626} + + + {fee75e70-8621-4511-a6a0-50a32ca0b45b} + + + {f89473da-f4fc-4aae-9fa4-2f8c361c06f1} + + + {19f29f26-70d7-41d6-a8aa-3bcd7fd7448a} + + + {e5121ac0-03cc-416a-a403-1040fdbd6559} + + + {1a7b3c9d-d60e-4b82-b146-4cb3ef47ce7f} + + + {7a7cb161-16b5-4b1c-97c3-7cdbf33a4013} + + + {9378befb-ab93-48c0-9be3-df72edda5370} + + + {9af092ac-23f9-4829-aaf8-7409e3196a33} + + + {06f76446-a7b0-457b-8e4b-341d222f57ac} + + + {03e890a9-85f6-4148-bc85-d29640ba1250} + + + {b16bd65c-3280-498f-b7a0-b51525a49971} + + + {4e83f3e5-e513-4f4e-b3c2-1d0954b7d9b9} + + + {14d22125-f7e7-47b8-9334-da6486ee9182} + + + {570d80b8-a7cf-4092-9bdd-f74ff73ec221} + + + {9793912a-a80c-4122-8d10-1edb0ea86a09} + + + {b7d7eace-f782-44ad-874d-754aaf8bcd0b} + + + {2f17bf3b-a264-4c07-a053-633bbe4112b1} + + + {2d764bf9-ddee-4319-b946-66b87e3e2328} + + + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + Notifications\Source Files + + + Notifications\Source Files + + + Notifications\Source Files + + + Notifications\Source Files + + + Notifications\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + SharedLibrary\Source Files + + + SharedLibrary\Source Files + + + SharedLibrary\Source Files + + + SharedLibrary\Source Files + + + SharedLibrary\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + UUID\Source Files + + + UUID\Source Files + + + UUID\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + URI\Source Files + + + URI\Source Files + + + URI\Source Files + + + _Suite\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Tasks\Source Files + + + Tasks\Source Files + + + Tasks\Source Files + + + Event\Source Files + + + Event\Source Files + + + Event\Source Files + + + Event\Source Files + + + Event\Source Files + + + Cache\Source Files + + + Cache\Source Files + + + Cache\Source Files + + + Cache\Source Files + + + Cache\Source Files + + + Cache\Source Files + + + Hashing\Source Files + + + Hashing\Source Files + + + Hashing\Source Files + + + Hashing\Source Files + + + Hashing\Source Files + + + Hashing\Source Files + + + Core\Source Files + + + Filesystem\Source Files + + + Dynamic\Source Files + + + Core\Source Files + + + Streams\Source Files + + + _Driver\Source Files + + + Crypt\Source Files + + + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Notifications\Header Files + + + Notifications\Header Files + + + Notifications\Header Files + + + Notifications\Header Files + + + Notifications\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + SharedLibrary\Header Files + + + SharedLibrary\Header Files + + + SharedLibrary\Header Files + + + SharedLibrary\Header Files + + + SharedLibrary\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + UUID\Header Files + + + UUID\Header Files + + + UUID\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + URI\Header Files + + + URI\Header Files + + + URI\Header Files + + + _Suite\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Tasks\Header Files + + + Tasks\Header Files + + + Tasks\Header Files + + + Event\Header Files + + + Event\Header Files + + + Event\Header Files + + + Event\Header Files + + + Event\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Hashing\Header Files + + + Hashing\Header Files + + + Hashing\Header Files + + + Hashing\Header Files + + + Hashing\Header Files + + + Hashing\Header Files + + + Core\Header Files + + + Filesystem\Header Files + + + Dynamic\Header Files + + + Core\Source Files + + + Streams\Header Files + + + Crypt\Header Files + + + \ No newline at end of file diff --git a/Foundation/testsuite/TestSuite_x64_vs150.vcxproj b/Foundation/testsuite/TestSuite_x64_vs150.vcxproj index 41419ed7d..3bb062b8d 100644 --- a/Foundation/testsuite/TestSuite_x64_vs150.vcxproj +++ b/Foundation/testsuite/TestSuite_x64_vs150.vcxproj @@ -30,6 +30,7 @@ TestSuite {F1EE93DF-347F-4CB3-B191-C4E63F38E972} Win32Proj + 10.0.17763.0 @@ -590,4 +591,4 @@ - + \ No newline at end of file diff --git a/Foundation/testsuite/TestSuite_x64_vs160.vcxproj b/Foundation/testsuite/TestSuite_x64_vs160.vcxproj new file mode 100644 index 000000000..fa48056f9 --- /dev/null +++ b/Foundation/testsuite/TestSuite_x64_vs160.vcxproj @@ -0,0 +1,594 @@ + + + + + debug_shared + x64 + + + debug_static_md + x64 + + + debug_static_mt + x64 + + + release_shared + x64 + + + release_static_md + x64 + + + release_static_mt + x64 + + + + TestSuite + {F1EE93DF-347F-4CB3-B191-C4E63F38E972} + Win32Proj + 10.0 + + + + Application + false + MultiByte + v142 + + + Application + false + MultiByte + v142 + + + Application + false + MultiByte + v142 + + + Application + false + MultiByte + v142 + + + Application + false + MultiByte + v142 + + + Application + false + MultiByte + v142 + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + bin64\ + obj64\TestSuite\$(Configuration)\ + true + bin64\ + obj64\TestSuite\$(Configuration)\ + false + bin64\static_md\ + obj64\TestSuite\$(Configuration)\ + false + bin64\static_md\ + obj64\TestSuite\$(Configuration)\ + true + bin64\static_mt\ + obj64\TestSuite\$(Configuration)\ + true + bin64\static_mt\ + obj64\TestSuite\$(Configuration)\ + false + TestSuited + TestSuited + TestSuited + TestSuite + TestSuite + TestSuite + + + + Disabled + ..\include;..\..\CppUnit\include;..\..\CppUnit\WinTestRunner\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;WINVER=0x0600;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + true + true + true + + + Level3 + ProgramDatabase + /FS + + + CppUnitd.lib;PocoFoundationd.lib;%(AdditionalDependencies) + bin64\TestSuited.exe + ..\..\lib64;%(AdditionalLibraryDirectories) + true + bin64\TestSuited.pdb + Console + MachineX64 + + + + + Custom + OnlyExplicitInline + true + Speed + true + ..\include;..\..\CppUnit\include;..\..\CppUnit\WinTestRunner\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;WINVER=0x0600;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + true + true + true + + + Level3 + + + /FS + + + CppUnit.lib;PocoFoundation.lib;%(AdditionalDependencies) + bin64\TestSuite.exe + ..\..\lib64;%(AdditionalLibraryDirectories) + false + + + Console + true + true + MachineX64 + + + + + Custom + OnlyExplicitInline + true + Speed + true + ..\include;..\..\CppUnit\include;..\..\CppUnit\WinTestRunner\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;WINVER=0x0600;POCO_STATIC;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + true + true + + + Level3 + + + /FS + + + CppUnitmd.lib;PocoFoundationmd.lib;iphlpapi.lib;winmm.lib;%(AdditionalDependencies) + bin64\static_md\TestSuite.exe + ..\..\lib64;%(AdditionalLibraryDirectories) + false + + + Console + true + true + MachineX64 + + + + + Disabled + ..\include;..\..\CppUnit\include;..\..\CppUnit\WinTestRunner\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;WINVER=0x0600;POCO_STATIC;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + true + true + true + + + Level3 + ProgramDatabase + /FS + + + CppUnitmdd.lib;PocoFoundationmdd.lib;iphlpapi.lib;winmm.lib;%(AdditionalDependencies) + bin64\static_md\TestSuited.exe + ..\..\lib64;%(AdditionalLibraryDirectories) + true + bin64\static_md\TestSuited.pdb + Console + MachineX64 + + + + + Disabled + ..\include;..\..\CppUnit\include;..\..\CppUnit\WinTestRunner\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;WINVER=0x0600;POCO_STATIC;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + true + true + true + true + + + Level3 + ProgramDatabase + /FS + + + CppUnitmtd.lib;PocoFoundationmtd.lib;iphlpapi.lib;winmm.lib;%(AdditionalDependencies) + bin64\static_mt\TestSuited.exe + ..\..\lib64;%(AdditionalLibraryDirectories) + %(IgnoreSpecificDefaultLibraries) + true + bin64\static_mt\TestSuited.pdb + Console + MachineX64 + + + + + Custom + OnlyExplicitInline + true + Speed + true + ..\include;..\..\CppUnit\include;..\..\CppUnit\WinTestRunner\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;WINVER=0x0600;POCO_STATIC;%(PreprocessorDefinitions) + true + false + Default + MultiThreaded + false + true + true + true + + + Level3 + + + /FS + + + CppUnitmt.lib;PocoFoundationmt.lib;iphlpapi.lib;winmm.lib;%(AdditionalDependencies) + bin64\static_mt\TestSuite.exe + ..\..\lib64;%(AdditionalLibraryDirectories) + %(IgnoreSpecificDefaultLibraries) + false + + + Console + true + false + MachineX64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Foundation/testsuite/TestSuite_x64_vs160.vcxproj.filters b/Foundation/testsuite/TestSuite_x64_vs160.vcxproj.filters new file mode 100644 index 000000000..ebd700818 --- /dev/null +++ b/Foundation/testsuite/TestSuite_x64_vs160.vcxproj.filters @@ -0,0 +1,1002 @@ + + + + + {61761bcd-174d-44c0-a1da-09a3c0fbf3b9} + + + {a4ffaebf-880e-42a1-926a-a34c1d8cfcd7} + + + {5a4f6520-cf4d-4251-b13a-3a686198ae50} + + + {dbcab07d-4ac6-4770-a2b7-e30117e9026a} + + + {d341facd-6c2b-4406-8952-84cee2ff921c} + + + {cbdd7506-5701-4cd7-aafa-6239e9338154} + + + {7c1fea8f-9e19-4775-ad45-52514212eaa5} + + + {45ddfc2d-41dd-4ec3-b1fe-68badc9dc053} + + + {41f6221c-287f-4095-8d68-bf7d43d57986} + + + {5206216b-93f1-4d4b-9bd3-2e569fd14c35} + + + {09f8ec3a-9632-49c0-a73f-8d64bbbe554a} + + + {3658231d-8f2d-40ec-982f-a819f16e14ef} + + + {66b741e5-c5d7-4918-b5d9-f7e123541fcc} + + + {90b4814d-e820-4e7e-9478-e3b1a8b29425} + + + {db7fa0c6-ead3-4c4f-a183-c35ced9c94e2} + + + {3e366905-3992-407b-8490-26bf9683b753} + + + {8230d159-b383-46e6-9343-c5994eeb0023} + + + {98980fff-4121-45a6-abbe-44f9decca606} + + + {b1055477-4a46-4f4d-9bd9-dc62158af7eb} + + + {3740e219-0bf8-488c-8a6a-e41f0c7f7084} + + + {b60a9646-1ae9-4f3a-9f56-5fdf2966be4a} + + + {20c8773e-2f4a-4ae8-82b8-e43b2af181b2} + + + {120e0d1a-fd1f-4676-a6a4-60bd0a092353} + + + {6c7e9ef2-8efb-4fd9-b8c9-426816ae09dc} + + + {57dd2c28-dc2c-4d4a-8ac3-06d6cc28f628} + + + {ff262ea5-7e9b-46a9-a78c-71cd456df4de} + + + {5c8f9e34-d180-4044-8426-9a9a80ab9c16} + + + {a14ac415-611f-406d-975a-587107bd148e} + + + {5444d0b1-31a5-45f6-91fb-b10fa497f9d7} + + + {b0970c59-85a1-493e-8bd7-a8d4b3d73479} + + + {c09a0d17-1c4c-41bf-bb88-1affba28cc9f} + + + {a313536b-447f-411b-8812-d317b6ccbed7} + + + {4b333bdb-c5b6-4a74-8802-17eb7ebe96ae} + + + {b93abf82-5fe8-4f89-afd0-d509104a3c15} + + + {1998a2d4-8c6b-45f9-a986-43361e74c95f} + + + {23262db9-954d-4d00-89ad-e83fa36ce0f5} + + + {e7b43808-e473-41f5-ab75-74fe4e94c064} + + + {f0c7e064-edba-4de8-a3f4-81bf3bc63440} + + + {276cd6b2-6fcb-48d5-ab6a-e5d26586e77b} + + + {8d108b96-f5ff-48e0-bd6a-68d8bbc709d8} + + + {c0434fd2-8b90-415d-9ee0-f8b0d8f798bf} + + + {4fae28d6-ef01-4587-b717-bf048c803d93} + + + {7c1f0e20-c68e-41d0-86a1-3f34951f3e1f} + + + {e6357d2f-1c39-4c9e-b3c4-5118be69ad0f} + + + {aaf605d7-11e6-4aab-bc57-ddd5e65ad44c} + + + {559701bf-59bd-46f9-ad12-ba7aec09600f} + + + {f0ed8757-4994-4627-b76b-4c3367476137} + + + {93d2c47c-068b-4866-a654-7309b68ccc38} + + + {57405867-eeac-4bf4-8bdf-9b614f02b562} + + + {4bd2879b-4e23-446c-95c9-1a1628774c45} + + + {08de05ff-958a-4146-bafe-8c38c6ee1a76} + + + {fad494e5-26da-4b47-8f4e-81aa0c19e0f7} + + + {cf174669-73a2-4f48-8bbb-ec5ea1c09f4b} + + + {4c661a1b-1281-42e9-bfd8-f86d3e7d4daf} + + + {a1adc868-69d4-4d26-a361-238b35a6cf93} + + + {009defb4-dc35-4ac4-88aa-5b9cd342110b} + + + {2d58ce37-9daa-4359-a602-06de87c1d4eb} + + + {896a3ce9-b004-4ea8-aa48-ab1b4db9d863} + + + {a38a83b0-a188-4e99-b3a9-37453c6a9559} + + + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Core\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Streams\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + Crypt\Source Files + + + Notifications\Source Files + + + Notifications\Source Files + + + Notifications\Source Files + + + Notifications\Source Files + + + Notifications\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + Threading\Source Files + + + SharedLibrary\Source Files + + + SharedLibrary\Source Files + + + SharedLibrary\Source Files + + + SharedLibrary\Source Files + + + SharedLibrary\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Logging\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + Filesystem\Source Files + + + UUID\Source Files + + + UUID\Source Files + + + UUID\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + DateTime\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + Text\Source Files + + + URI\Source Files + + + URI\Source Files + + + URI\Source Files + + + _Suite\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Processes\Source Files + + + Tasks\Source Files + + + Tasks\Source Files + + + Tasks\Source Files + + + Event\Source Files + + + Event\Source Files + + + Event\Source Files + + + Event\Source Files + + + Event\Source Files + + + Cache\Source Files + + + Cache\Source Files + + + Cache\Source Files + + + Cache\Source Files + + + Cache\Source Files + + + Cache\Source Files + + + Hashing\Source Files + + + Hashing\Source Files + + + Hashing\Source Files + + + Hashing\Source Files + + + Hashing\Source Files + + + Hashing\Source Files + + + Core\Source Files + + + Filesystem\Source Files + + + Dynamic\Source Files + + + Streams\Source Files + + + Core\Source Files + + + _Driver\Source Files + + + Text\Source Files + + + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Core\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Streams\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Crypt\Header Files + + + Notifications\Header Files + + + Notifications\Header Files + + + Notifications\Header Files + + + Notifications\Header Files + + + Notifications\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + Threading\Header Files + + + SharedLibrary\Header Files + + + SharedLibrary\Header Files + + + SharedLibrary\Header Files + + + SharedLibrary\Header Files + + + SharedLibrary\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Logging\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + Filesystem\Header Files + + + UUID\Header Files + + + UUID\Header Files + + + UUID\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + DateTime\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + Text\Header Files + + + URI\Header Files + + + URI\Header Files + + + URI\Header Files + + + _Suite\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Processes\Header Files + + + Tasks\Header Files + + + Tasks\Header Files + + + Tasks\Header Files + + + Event\Header Files + + + Event\Header Files + + + Event\Header Files + + + Event\Header Files + + + Event\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Cache\Header Files + + + Hashing\Header Files + + + Hashing\Header Files + + + Hashing\Header Files + + + Hashing\Header Files + + + Hashing\Header Files + + + Hashing\Header Files + + + Core\Header Files + + + Filesystem\Header Files + + + Dynamic\Header Files + + + Streams\Header Files + + + Core\Header Files + + + Text\Header Files + + + \ No newline at end of file diff --git a/JSON/JSON_vs90.vcproj b/JSON/JSON_vs90.vcproj index 3acbf95d5..d5772817d 100644 --- a/JSON/JSON_vs90.vcproj +++ b/JSON/JSON_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="Win32" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoJSONmtd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoJSONmt.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoJSONmdd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoJSONmd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="Source Files" + > + RelativePath=".\src\Array.cpp" + > + + RelativePath=".\src\Handler.cpp" + > + + RelativePath=".\src\JSONException.cpp" + > + + RelativePath=".\src\Object.cpp" + > + + RelativePath=".\src\ParseHandler.cpp" + > + + RelativePath=".\src\Parser.cpp" + > + + RelativePath=".\src\ParserImpl.cpp" + > + + RelativePath=".\src\pdjson.c" + > + Name="debug_shared|Win32" + > + CompileAs="2" + /> + Name="release_shared|Win32" + > + CompileAs="2" + /> + Name="debug_static_mt|Win32" + > + CompileAs="2" + /> + Name="release_static_mt|Win32" + > + CompileAs="2" + /> + Name="debug_static_md|Win32" + > + CompileAs="2" + /> + Name="release_static_md|Win32" + > + CompileAs="2" + /> + RelativePath=".\src\PrintHandler.cpp" + > + + RelativePath=".\src\Query.cpp" + > + + RelativePath=".\src\Stringifier.cpp" + > + + RelativePath=".\src\Template.cpp" + > + + RelativePath=".\src\TemplateCache.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\JSON\Array.h" + > + + RelativePath=".\include\Poco\JSON\Handler.h" + > + + RelativePath=".\include\Poco\JSON\JSON.h" + > + + RelativePath=".\include\Poco\JSON\JSONException.h" + > + + RelativePath=".\include\Poco\JSON\Object.h" + > + + RelativePath=".\include\Poco\JSON\ParseHandler.h" + > + + RelativePath=".\include\Poco\JSON\Parser.h" + > + + RelativePath=".\include\Poco\JSON\ParserImpl.h" + > + + RelativePath=".\src\pdjson.h" + > + + RelativePath=".\include\Poco\JSON\PrintHandler.h" + > + + RelativePath=".\include\Poco\JSON\Query.h" + > + + RelativePath=".\include\Poco\JSON\Stringifier.h" + > + + RelativePath=".\include\Poco\JSON\Template.h" + > + + RelativePath=".\include\Poco\JSON\TemplateCache.h" + > + + + + + + + + + + + + + + + - + + diff --git a/JSON/JSON_x64_vs90.vcproj b/JSON/JSON_x64_vs90.vcproj index 15b391741..c62028454 100644 --- a/JSON/JSON_x64_vs90.vcproj +++ b/JSON/JSON_x64_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="x64" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="Source Files" + > + RelativePath=".\src\Array.cpp" + > + + RelativePath=".\src\Handler.cpp" + > + + RelativePath=".\src\JSONException.cpp" + > + + RelativePath=".\src\Object.cpp" + > + + RelativePath=".\src\ParseHandler.cpp" + > + + RelativePath=".\src\Parser.cpp" + > + + RelativePath=".\src\ParserImpl.cpp" + > + + RelativePath=".\src\pdjson.c" + > + Name="debug_shared|x64" + > + CompileAs="2" + /> + Name="release_shared|x64" + > + CompileAs="2" + /> + Name="debug_static_mt|x64" + > + CompileAs="2" + /> + Name="release_static_mt|x64" + > + CompileAs="2" + /> + Name="debug_static_md|x64" + > + CompileAs="2" + /> + Name="release_static_md|x64" + > + CompileAs="2" + /> + RelativePath=".\src\PrintHandler.cpp" + > + + RelativePath=".\src\Query.cpp" + > + + RelativePath=".\src\Stringifier.cpp" + > + + RelativePath=".\src\Template.cpp" + > + + RelativePath=".\src\TemplateCache.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\JSON\Array.h" + > + + RelativePath=".\include\Poco\JSON\Handler.h" + > + + RelativePath=".\include\Poco\JSON\JSON.h" + > + + RelativePath=".\include\Poco\JSON\JSONException.h" + > + + RelativePath=".\include\Poco\JSON\Object.h" + > + + RelativePath=".\include\Poco\JSON\ParseHandler.h" + > + + RelativePath=".\include\Poco\JSON\Parser.h" + > + + RelativePath=".\include\Poco\JSON\ParserImpl.h" + > + + RelativePath=".\src\pdjson.h" + > + + RelativePath=".\include\Poco\JSON\PrintHandler.h" + > + + RelativePath=".\include\Poco\JSON\Query.h" + > + + RelativePath=".\include\Poco\JSON\Stringifier.h" + > + + RelativePath=".\include\Poco\JSON\Template.h" + > + + RelativePath=".\include\Poco\JSON\TemplateCache.h" + > + + + + + + + + + + + + + + + - + + diff --git a/MongoDB/MongoDB_vs90.vcproj b/MongoDB/MongoDB_vs90.vcproj index 62116297b..6da00b211 100644 --- a/MongoDB/MongoDB_vs90.vcproj +++ b/MongoDB/MongoDB_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="Win32" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoMongoDBmtd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoMongoDBmt.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoMongoDBmdd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoMongoDBmd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="Source Files" + > + RelativePath=".\src\Array.cpp" + > + + RelativePath=".\src\Binary.cpp" + > + + RelativePath=".\src\Connection.cpp" + > + + RelativePath=".\src\Cursor.cpp" + > + + RelativePath=".\src\Database.cpp" + > + + RelativePath=".\src\DeleteRequest.cpp" + > + + RelativePath=".\src\Document.cpp" + > + + RelativePath=".\src\Element.cpp" + > + + RelativePath=".\src\GetMoreRequest.cpp" + > + + RelativePath=".\src\InsertRequest.cpp" + > + + RelativePath=".\src\JavaScriptCode.cpp" + > + + RelativePath=".\src\KillCursorsRequest.cpp" + > + + RelativePath=".\src\Message.cpp" + > + + RelativePath=".\src\MessageHeader.cpp" + > + + RelativePath=".\src\ObjectId.cpp" + > + + RelativePath=".\src\QueryRequest.cpp" + > + + RelativePath=".\src\RegularExpression.cpp" + > + + RelativePath=".\src\ReplicaSet.cpp" + > + + RelativePath=".\src\RequestMessage.cpp" + > + + RelativePath=".\src\ResponseMessage.cpp" + > + + RelativePath=".\src\UpdateRequest.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\MongoDB\Array.h" + > + + RelativePath=".\include\Poco\MongoDB\Binary.h" + > + + RelativePath=".\include\Poco\MongoDB\BSONReader.h" + > + + RelativePath=".\include\Poco\MongoDB\BSONWriter.h" + > + + RelativePath=".\include\Poco\MongoDB\Connection.h" + > + + RelativePath=".\include\Poco\MongoDB\Cursor.h" + > + + RelativePath=".\include\Poco\MongoDB\Database.h" + > + + RelativePath=".\include\Poco\MongoDB\DeleteRequest.h" + > + + RelativePath=".\include\Poco\MongoDB\Document.h" + > + + RelativePath=".\include\Poco\MongoDB\Element.h" + > + + RelativePath=".\include\Poco\MongoDB\GetMoreRequest.h" + > + + RelativePath=".\include\Poco\MongoDB\InsertRequest.h" + > + + RelativePath=".\include\Poco\MongoDB\JavaScriptCode.h" + > + + RelativePath=".\include\Poco\MongoDB\KillCursorsRequest.h" + > + + RelativePath=".\include\Poco\MongoDB\Message.h" + > + + RelativePath=".\include\Poco\MongoDB\MessageHeader.h" + > + + RelativePath=".\include\Poco\MongoDB\MongoDB.h" + > + + RelativePath=".\include\Poco\MongoDB\ObjectId.h" + > + + RelativePath=".\include\Poco\MongoDB\PoolableConnectionFactory.h" + > + + RelativePath=".\include\Poco\MongoDB\QueryRequest.h" + > + + RelativePath=".\include\Poco\MongoDB\RegularExpression.h" + > + + RelativePath=".\include\Poco\MongoDB\ReplicaSet.h" + > + + RelativePath=".\include\Poco\MongoDB\RequestMessage.h" + > + + RelativePath=".\include\Poco\MongoDB\ResponseMessage.h" + > + + RelativePath=".\include\Poco\MongoDB\UpdateRequest.h" + > + + + + + + + + + + + + + + + - + + diff --git a/MongoDB/MongoDB_x64_vs90.vcproj b/MongoDB/MongoDB_x64_vs90.vcproj index 1f2c93d4f..0889a4ff6 100644 --- a/MongoDB/MongoDB_x64_vs90.vcproj +++ b/MongoDB/MongoDB_x64_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="x64" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="Source Files" + > + RelativePath=".\src\Array.cpp" + > + + RelativePath=".\src\Binary.cpp" + > + + RelativePath=".\src\Connection.cpp" + > + + RelativePath=".\src\Cursor.cpp" + > + + RelativePath=".\src\Database.cpp" + > + + RelativePath=".\src\DeleteRequest.cpp" + > + + RelativePath=".\src\Document.cpp" + > + + RelativePath=".\src\Element.cpp" + > + + RelativePath=".\src\GetMoreRequest.cpp" + > + + RelativePath=".\src\InsertRequest.cpp" + > + + RelativePath=".\src\JavaScriptCode.cpp" + > + + RelativePath=".\src\KillCursorsRequest.cpp" + > + + RelativePath=".\src\Message.cpp" + > + + RelativePath=".\src\MessageHeader.cpp" + > + + RelativePath=".\src\ObjectId.cpp" + > + + RelativePath=".\src\QueryRequest.cpp" + > + + RelativePath=".\src\RegularExpression.cpp" + > + + RelativePath=".\src\ReplicaSet.cpp" + > + + RelativePath=".\src\RequestMessage.cpp" + > + + RelativePath=".\src\ResponseMessage.cpp" + > + + RelativePath=".\src\UpdateRequest.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\MongoDB\Array.h" + > + + RelativePath=".\include\Poco\MongoDB\Binary.h" + > + + RelativePath=".\include\Poco\MongoDB\BSONReader.h" + > + + RelativePath=".\include\Poco\MongoDB\BSONWriter.h" + > + + RelativePath=".\include\Poco\MongoDB\Connection.h" + > + + RelativePath=".\include\Poco\MongoDB\Cursor.h" + > + + RelativePath=".\include\Poco\MongoDB\Database.h" + > + + RelativePath=".\include\Poco\MongoDB\DeleteRequest.h" + > + + RelativePath=".\include\Poco\MongoDB\Document.h" + > + + RelativePath=".\include\Poco\MongoDB\Element.h" + > + + RelativePath=".\include\Poco\MongoDB\GetMoreRequest.h" + > + + RelativePath=".\include\Poco\MongoDB\InsertRequest.h" + > + + RelativePath=".\include\Poco\MongoDB\JavaScriptCode.h" + > + + RelativePath=".\include\Poco\MongoDB\KillCursorsRequest.h" + > + + RelativePath=".\include\Poco\MongoDB\Message.h" + > + + RelativePath=".\include\Poco\MongoDB\MessageHeader.h" + > + + RelativePath=".\include\Poco\MongoDB\MongoDB.h" + > + + RelativePath=".\include\Poco\MongoDB\ObjectId.h" + > + + RelativePath=".\include\Poco\MongoDB\PoolableConnectionFactory.h" + > + + RelativePath=".\include\Poco\MongoDB\QueryRequest.h" + > + + RelativePath=".\include\Poco\MongoDB\RegularExpression.h" + > + + RelativePath=".\include\Poco\MongoDB\ReplicaSet.h" + > + + RelativePath=".\include\Poco\MongoDB\RequestMessage.h" + > + + RelativePath=".\include\Poco\MongoDB\ResponseMessage.h" + > + + RelativePath=".\include\Poco\MongoDB\UpdateRequest.h" + > + + + + + + + + + + + + + + + - + + diff --git a/Net/Net_vs90.vcproj b/Net/Net_vs90.vcproj index 420c7a0ab..773f7a501 100644 --- a/Net/Net_vs90.vcproj +++ b/Net/Net_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="Win32" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoNetmtd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoNetmt.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoNetmdd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoNetmd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="NetCore" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\DNS.h" + > + + RelativePath=".\include\Poco\Net\HostEntry.h" + > + + RelativePath=".\include\Poco\Net\IPAddress.h" + > + + RelativePath=".\include\Poco\Net\IPAddressImpl.h" + > + + RelativePath=".\include\Poco\Net\Net.h" + > + + RelativePath=".\include\Poco\Net\NetException.h" + > + + RelativePath=".\include\Poco\Net\NetworkInterface.h" + > + + RelativePath=".\include\Poco\Net\SocketAddress.h" + > + + RelativePath=".\include\Poco\Net\SocketAddressImpl.h" + > + + RelativePath=".\include\Poco\Net\SocketDefs.h" + > + + Name="Source Files" + > + RelativePath=".\src\DNS.cpp" + > + + RelativePath=".\src\HostEntry.cpp" + > + + RelativePath=".\src\IPAddress.cpp" + > + + RelativePath=".\src\IPAddressImpl.cpp" + > + + RelativePath=".\src\Net.cpp" + > + + RelativePath=".\src\NetException.cpp" + > + + RelativePath=".\src\NetworkInterface.cpp" + > + + RelativePath=".\src\SocketAddress.cpp" + > + + RelativePath=".\src\SocketAddressImpl.cpp" + > + + Name="Sockets" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\DatagramSocket.h" + > + + RelativePath=".\include\Poco\Net\DatagramSocketImpl.h" + > + + RelativePath=".\include\Poco\Net\DialogSocket.h" + > + + RelativePath=".\include\Poco\Net\MulticastSocket.h" + > + + RelativePath=".\include\Poco\Net\PollSet.h" + > + + RelativePath=".\include\Poco\Net\RawSocket.h" + > + + RelativePath=".\include\Poco\Net\RawSocketImpl.h" + > + + RelativePath=".\include\Poco\Net\ServerSocket.h" + > + + RelativePath=".\include\Poco\Net\ServerSocketImpl.h" + > + + RelativePath=".\include\Poco\Net\Socket.h" + > + + RelativePath=".\include\Poco\Net\SocketImpl.h" + > + + RelativePath=".\include\Poco\Net\SocketStream.h" + > + + RelativePath=".\include\Poco\Net\StreamSocket.h" + > + + RelativePath=".\include\Poco\Net\StreamSocketImpl.h" + > + + Name="Source Files" + > + RelativePath=".\src\DatagramSocket.cpp" + > + + RelativePath=".\src\DatagramSocketImpl.cpp" + > + + RelativePath=".\src\DialogSocket.cpp" + > + + RelativePath=".\src\MulticastSocket.cpp" + > + + RelativePath=".\src\PollSet.cpp" + > + + RelativePath=".\src\RawSocket.cpp" + > + + RelativePath=".\src\RawSocketImpl.cpp" + > + + RelativePath=".\src\ServerSocket.cpp" + > + + RelativePath=".\src\ServerSocketImpl.cpp" + > + + RelativePath=".\src\Socket.cpp" + > + + RelativePath=".\src\SocketImpl.cpp" + > + + RelativePath=".\src\SocketStream.cpp" + > + + RelativePath=".\src\StreamSocket.cpp" + > + + RelativePath=".\src\StreamSocketImpl.cpp" + > + + Name="Messages" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\FilePartSource.h" + > + + RelativePath=".\include\Poco\Net\MediaType.h" + > + + RelativePath=".\include\Poco\Net\MessageHeader.h" + > + + RelativePath=".\include\Poco\Net\MultipartReader.h" + > + + RelativePath=".\include\Poco\Net\MultipartWriter.h" + > + + RelativePath=".\include\Poco\Net\NameValueCollection.h" + > + + RelativePath=".\include\Poco\Net\NullPartHandler.h" + > + + RelativePath=".\include\Poco\Net\PartHandler.h" + > + + RelativePath=".\include\Poco\Net\PartSource.h" + > + + RelativePath=".\include\Poco\Net\PartStore.h" + > + + RelativePath=".\include\Poco\Net\QuotedPrintableDecoder.h" + > + + RelativePath=".\include\Poco\Net\QuotedPrintableEncoder.h" + > + + RelativePath=".\include\Poco\Net\StringPartSource.h" + > + + Name="Source Files" + > + RelativePath=".\src\FilePartSource.cpp" + > + + RelativePath=".\src\MediaType.cpp" + > + + RelativePath=".\src\MessageHeader.cpp" + > + + RelativePath=".\src\MultipartReader.cpp" + > + + RelativePath=".\src\MultipartWriter.cpp" + > + + RelativePath=".\src\NameValueCollection.cpp" + > + + RelativePath=".\src\NullPartHandler.cpp" + > + + RelativePath=".\src\PartHandler.cpp" + > + + RelativePath=".\src\PartSource.cpp" + > + + RelativePath=".\src\PartStore.cpp" + > + + RelativePath=".\src\QuotedPrintableDecoder.cpp" + > + + RelativePath=".\src\QuotedPrintableEncoder.cpp" + > + + RelativePath=".\src\StringPartSource.cpp" + > + + Name="HTTP" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\HTTPAuthenticationParams.h" + > + + RelativePath=".\include\Poco\Net\HTTPBasicCredentials.h" + > + + RelativePath=".\include\Poco\Net\HTTPBasicStreamBuf.h" + > + + RelativePath=".\include\Poco\Net\HTTPBufferAllocator.h" + > + + RelativePath=".\include\Poco\Net\HTTPChunkedStream.h" + > + + RelativePath=".\include\Poco\Net\HTTPCookie.h" + > + + RelativePath=".\include\Poco\Net\HTTPCredentials.h" + > + + RelativePath=".\include\Poco\Net\HTTPDigestCredentials.h" + > + + RelativePath=".\include\Poco\Net\HTTPFixedLengthStream.h" + > + + RelativePath=".\include\Poco\Net\HTTPHeaderStream.h" + > + + RelativePath=".\include\Poco\Net\HTTPMessage.h" + > + + RelativePath=".\include\Poco\Net\HTTPRequest.h" + > + + RelativePath=".\include\Poco\Net\HTTPResponse.h" + > + + RelativePath=".\include\Poco\Net\HTTPSession.h" + > + + RelativePath=".\include\Poco\Net\HTTPStream.h" + > + + Name="Source Files" + > + RelativePath=".\src\HTTPAuthenticationParams.cpp" + > + + RelativePath=".\src\HTTPBasicCredentials.cpp" + > + + RelativePath=".\src\HTTPBufferAllocator.cpp" + > + + RelativePath=".\src\HTTPChunkedStream.cpp" + > + + RelativePath=".\src\HTTPCookie.cpp" + > + + RelativePath=".\src\HTTPCredentials.cpp" + > + + RelativePath=".\src\HTTPDigestCredentials.cpp" + > + + RelativePath=".\src\HTTPFixedLengthStream.cpp" + > + + RelativePath=".\src\HTTPHeaderStream.cpp" + > + + RelativePath=".\src\HTTPMessage.cpp" + > + + RelativePath=".\src\HTTPRequest.cpp" + > + + RelativePath=".\src\HTTPResponse.cpp" + > + + RelativePath=".\src\HTTPSession.cpp" + > + + RelativePath=".\src\HTTPStream.cpp" + > + + Name="TCPServer" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\TCPServer.h" + > + + RelativePath=".\include\Poco\Net\TCPServerConnection.h" + > + + RelativePath=".\include\Poco\Net\TCPServerConnectionFactory.h" + > + + RelativePath=".\include\Poco\Net\TCPServerDispatcher.h" + > + + RelativePath=".\include\Poco\Net\TCPServerParams.h" + > + + Name="Source Files" + > + RelativePath=".\src\TCPServer.cpp" + > + + RelativePath=".\src\TCPServerConnection.cpp" + > + + RelativePath=".\src\TCPServerConnectionFactory.cpp" + > + + RelativePath=".\src\TCPServerDispatcher.cpp" + > + + RelativePath=".\src\TCPServerParams.cpp" + > + + Name="HTTPServer" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\AbstractHTTPRequestHandler.h" + > + + RelativePath=".\include\Poco\Net\HTTPRequestHandler.h" + > + + RelativePath=".\include\Poco\Net\HTTPRequestHandlerFactory.h" + > + + RelativePath=".\include\Poco\Net\HTTPServer.h" + > + + RelativePath=".\include\Poco\Net\HTTPServerConnection.h" + > + + RelativePath=".\include\Poco\Net\HTTPServerConnectionFactory.h" + > + + RelativePath=".\include\Poco\Net\HTTPServerParams.h" + > + + RelativePath=".\include\Poco\Net\HTTPServerRequest.h" + > + + RelativePath=".\include\Poco\Net\HTTPServerRequestImpl.h" + > + + RelativePath=".\include\Poco\Net\HTTPServerResponse.h" + > + + RelativePath=".\include\Poco\Net\HTTPServerResponseImpl.h" + > + + RelativePath=".\include\Poco\Net\HTTPServerSession.h" + > + + Name="Source Files" + > + RelativePath=".\src\AbstractHTTPRequestHandler.cpp" + > + + RelativePath=".\src\HTTPRequestHandler.cpp" + > + + RelativePath=".\src\HTTPRequestHandlerFactory.cpp" + > + + RelativePath=".\src\HTTPServer.cpp" + > + + RelativePath=".\src\HTTPServerConnection.cpp" + > + + RelativePath=".\src\HTTPServerConnectionFactory.cpp" + > + + RelativePath=".\src\HTTPServerParams.cpp" + > + + RelativePath=".\src\HTTPServerRequest.cpp" + > + + RelativePath=".\src\HTTPServerRequestImpl.cpp" + > + + RelativePath=".\src\HTTPServerResponse.cpp" + > + + RelativePath=".\src\HTTPServerResponseImpl.cpp" + > + + RelativePath=".\src\HTTPServerSession.cpp" + > + + Name="HTTPClient" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\HTTPClientSession.h" + > + + RelativePath=".\include\Poco\Net\HTTPIOStream.h" + > + + RelativePath=".\include\Poco\Net\HTTPSessionFactory.h" + > + + RelativePath=".\include\Poco\Net\HTTPSessionInstantiator.h" + > + + RelativePath=".\include\Poco\Net\HTTPStreamFactory.h" + > + + Name="Source Files" + > + RelativePath=".\src\HTTPClientSession.cpp" + > + + RelativePath=".\src\HTTPIOStream.cpp" + > + + RelativePath=".\src\HTTPSessionFactory.cpp" + > + + RelativePath=".\src\HTTPSessionInstantiator.cpp" + > + + RelativePath=".\src\HTTPStreamFactory.cpp" + > + + Name="HTML" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\HTMLForm.h" + > + + Name="Source Files" + > + RelativePath=".\src\HTMLForm.cpp" + > + + Name="FTPClient" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\FTPClientSession.h" + > + + RelativePath=".\include\Poco\Net\FTPStreamFactory.h" + > + + Name="Source Files" + > + RelativePath=".\src\FTPClientSession.cpp" + > + + RelativePath=".\src\FTPStreamFactory.cpp" + > + + Name="Reactor" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\ParallelSocketAcceptor.h" + > + + RelativePath=".\include\Poco\Net\ParallelSocketReactor.h" + > + + RelativePath=".\include\Poco\Net\SocketAcceptor.h" + > + + RelativePath=".\include\Poco\Net\SocketConnector.h" + > + + RelativePath=".\include\Poco\Net\SocketNotification.h" + > + + RelativePath=".\include\Poco\Net\SocketNotifier.h" + > + + RelativePath=".\include\Poco\Net\SocketReactor.h" + > + + Name="Source Files" + > + RelativePath=".\src\SocketNotification.cpp" + > + + RelativePath=".\src\SocketNotifier.cpp" + > + + RelativePath=".\src\SocketReactor.cpp" + > + + Name="Mail" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\MailMessage.h" + > + + RelativePath=".\include\Poco\Net\MailRecipient.h" + > + + RelativePath=".\include\Poco\Net\MailStream.h" + > + + RelativePath=".\include\Poco\Net\POP3ClientSession.h" + > + + RelativePath=".\include\Poco\Net\SMTPClientSession.h" + > + + Name="Source Files" + > + RelativePath=".\src\MailMessage.cpp" + > + + RelativePath=".\src\MailRecipient.cpp" + > + + RelativePath=".\src\MailStream.cpp" + > + + RelativePath=".\src\POP3ClientSession.cpp" + > + + RelativePath=".\src\SMTPClientSession.cpp" + > + + Name="ICMP" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\ICMPClient.h" + > + + RelativePath=".\include\Poco\Net\ICMPEventArgs.h" + > + + RelativePath=".\include\Poco\Net\ICMPPacket.h" + > + + RelativePath=".\include\Poco\Net\ICMPPacketImpl.h" + > + + RelativePath=".\include\Poco\Net\ICMPSocket.h" + > + + RelativePath=".\include\Poco\Net\ICMPSocketImpl.h" + > + + RelativePath=".\include\Poco\Net\ICMPv4PacketImpl.h" + > + + Name="Source Files" + > + RelativePath=".\src\ICMPClient.cpp" + > + + RelativePath=".\src\ICMPEventArgs.cpp" + > + + RelativePath=".\src\ICMPPacket.cpp" + > + + RelativePath=".\src\ICMPPacketImpl.cpp" + > + + RelativePath=".\src\ICMPSocket.cpp" + > + + RelativePath=".\src\ICMPSocketImpl.cpp" + > + + RelativePath=".\src\ICMPv4PacketImpl.cpp" + > + + Name="NTP" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\NTPClient.h" + > + + RelativePath=".\include\Poco\Net\NTPEventArgs.h" + > + + RelativePath=".\include\Poco\Net\NTPPacket.h" + > + + Name="Source Files" + > + RelativePath=".\src\NTPClient.cpp" + > + + RelativePath=".\src\NTPEventArgs.cpp" + > + + RelativePath=".\src\NTPPacket.cpp" + > + + Name="Logging" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\RemoteSyslogChannel.h" + > + + RelativePath=".\include\Poco\Net\RemoteSyslogListener.h" + > + + RelativePath=".\include\Poco\Net\SMTPChannel.h" + > + + Name="Source Files" + > + RelativePath=".\src\RemoteSyslogChannel.cpp" + > + + RelativePath=".\src\RemoteSyslogListener.cpp" + > + + RelativePath=".\src\SMTPChannel.cpp" + > + + Name="WebSocket" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\WebSocket.h" + > + + RelativePath=".\include\Poco\Net\WebSocketImpl.h" + > + + Name="Source Files" + > + RelativePath=".\src\WebSocket.cpp" + > + + RelativePath=".\src\WebSocketImpl.cpp" + > + + Name="OAuth" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\OAuth10Credentials.h" + > + + RelativePath=".\include\Poco\Net\OAuth20Credentials.h" + > + + Name="Source Files" + > + RelativePath=".\src\OAuth10Credentials.cpp" + > + + RelativePath=".\src\OAuth20Credentials.cpp" + > + + RelativePath="..\DLLVersion.rc" + > + > + Name="VCResourceCompilerTool" + /> + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> - + + diff --git a/Net/Net_x64_vs90.vcproj b/Net/Net_x64_vs90.vcproj index d459e23f2..b434319f7 100644 --- a/Net/Net_x64_vs90.vcproj +++ b/Net/Net_x64_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="x64" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="NetCore" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\DNS.h" + > + + RelativePath=".\include\Poco\Net\HostEntry.h" + > + + RelativePath=".\include\Poco\Net\IPAddress.h" + > + + RelativePath=".\include\Poco\Net\IPAddressImpl.h" + > + + RelativePath=".\include\Poco\Net\Net.h" + > + + RelativePath=".\include\Poco\Net\NetException.h" + > + + RelativePath=".\include\Poco\Net\NetworkInterface.h" + > + + RelativePath=".\include\Poco\Net\SocketAddress.h" + > + + RelativePath=".\include\Poco\Net\SocketAddressImpl.h" + > + + RelativePath=".\include\Poco\Net\SocketDefs.h" + > + + Name="Source Files" + > + RelativePath=".\src\DNS.cpp" + > + + RelativePath=".\src\HostEntry.cpp" + > + + RelativePath=".\src\IPAddress.cpp" + > + + RelativePath=".\src\IPAddressImpl.cpp" + > + + RelativePath=".\src\Net.cpp" + > + + RelativePath=".\src\NetException.cpp" + > + + RelativePath=".\src\NetworkInterface.cpp" + > + + RelativePath=".\src\SocketAddress.cpp" + > + + RelativePath=".\src\SocketAddressImpl.cpp" + > + + Name="Sockets" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\DatagramSocket.h" + > + + RelativePath=".\include\Poco\Net\DatagramSocketImpl.h" + > + + RelativePath=".\include\Poco\Net\DialogSocket.h" + > + + RelativePath=".\include\Poco\Net\MulticastSocket.h" + > + + RelativePath=".\include\Poco\Net\PollSet.h" + > + + RelativePath=".\include\Poco\Net\RawSocket.h" + > + + RelativePath=".\include\Poco\Net\RawSocketImpl.h" + > + + RelativePath=".\include\Poco\Net\ServerSocket.h" + > + + RelativePath=".\include\Poco\Net\ServerSocketImpl.h" + > + + RelativePath=".\include\Poco\Net\Socket.h" + > + + RelativePath=".\include\Poco\Net\SocketImpl.h" + > + + RelativePath=".\include\Poco\Net\SocketStream.h" + > + + RelativePath=".\include\Poco\Net\StreamSocket.h" + > + + RelativePath=".\include\Poco\Net\StreamSocketImpl.h" + > + + Name="Source Files" + > + RelativePath=".\src\DatagramSocket.cpp" + > + + RelativePath=".\src\DatagramSocketImpl.cpp" + > + + RelativePath=".\src\DialogSocket.cpp" + > + + RelativePath=".\src\MulticastSocket.cpp" + > + + RelativePath=".\src\PollSet.cpp" + > + + RelativePath=".\src\RawSocket.cpp" + > + + RelativePath=".\src\RawSocketImpl.cpp" + > + + RelativePath=".\src\ServerSocket.cpp" + > + + RelativePath=".\src\ServerSocketImpl.cpp" + > + + RelativePath=".\src\Socket.cpp" + > + + RelativePath=".\src\SocketImpl.cpp" + > + + RelativePath=".\src\SocketStream.cpp" + > + + RelativePath=".\src\StreamSocket.cpp" + > + + RelativePath=".\src\StreamSocketImpl.cpp" + > + + Name="Messages" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\FilePartSource.h" + > + + RelativePath=".\include\Poco\Net\MediaType.h" + > + + RelativePath=".\include\Poco\Net\MessageHeader.h" + > + + RelativePath=".\include\Poco\Net\MultipartReader.h" + > + + RelativePath=".\include\Poco\Net\MultipartWriter.h" + > + + RelativePath=".\include\Poco\Net\NameValueCollection.h" + > + + RelativePath=".\include\Poco\Net\NullPartHandler.h" + > + + RelativePath=".\include\Poco\Net\PartHandler.h" + > + + RelativePath=".\include\Poco\Net\PartSource.h" + > + + RelativePath=".\include\Poco\Net\PartStore.h" + > + + RelativePath=".\include\Poco\Net\QuotedPrintableDecoder.h" + > + + RelativePath=".\include\Poco\Net\QuotedPrintableEncoder.h" + > + + RelativePath=".\include\Poco\Net\StringPartSource.h" + > + + Name="Source Files" + > + RelativePath=".\src\FilePartSource.cpp" + > + + RelativePath=".\src\MediaType.cpp" + > + + RelativePath=".\src\MessageHeader.cpp" + > + + RelativePath=".\src\MultipartReader.cpp" + > + + RelativePath=".\src\MultipartWriter.cpp" + > + + RelativePath=".\src\NameValueCollection.cpp" + > + + RelativePath=".\src\NullPartHandler.cpp" + > + + RelativePath=".\src\PartHandler.cpp" + > + + RelativePath=".\src\PartSource.cpp" + > + + RelativePath=".\src\PartStore.cpp" + > + + RelativePath=".\src\QuotedPrintableDecoder.cpp" + > + + RelativePath=".\src\QuotedPrintableEncoder.cpp" + > + + RelativePath=".\src\StringPartSource.cpp" + > + + Name="HTTP" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\HTTPAuthenticationParams.h" + > + + RelativePath=".\include\Poco\Net\HTTPBasicCredentials.h" + > + + RelativePath=".\include\Poco\Net\HTTPBasicStreamBuf.h" + > + + RelativePath=".\include\Poco\Net\HTTPBufferAllocator.h" + > + + RelativePath=".\include\Poco\Net\HTTPChunkedStream.h" + > + + RelativePath=".\include\Poco\Net\HTTPCookie.h" + > + + RelativePath=".\include\Poco\Net\HTTPCredentials.h" + > + + RelativePath=".\include\Poco\Net\HTTPDigestCredentials.h" + > + + RelativePath=".\include\Poco\Net\HTTPFixedLengthStream.h" + > + + RelativePath=".\include\Poco\Net\HTTPHeaderStream.h" + > + + RelativePath=".\include\Poco\Net\HTTPMessage.h" + > + + RelativePath=".\include\Poco\Net\HTTPRequest.h" + > + + RelativePath=".\include\Poco\Net\HTTPResponse.h" + > + + RelativePath=".\include\Poco\Net\HTTPSession.h" + > + + RelativePath=".\include\Poco\Net\HTTPStream.h" + > + + Name="Source Files" + > + RelativePath=".\src\HTTPAuthenticationParams.cpp" + > + + RelativePath=".\src\HTTPBasicCredentials.cpp" + > + + RelativePath=".\src\HTTPBufferAllocator.cpp" + > + + RelativePath=".\src\HTTPChunkedStream.cpp" + > + + RelativePath=".\src\HTTPCookie.cpp" + > + + RelativePath=".\src\HTTPCredentials.cpp" + > + + RelativePath=".\src\HTTPDigestCredentials.cpp" + > + + RelativePath=".\src\HTTPFixedLengthStream.cpp" + > + + RelativePath=".\src\HTTPHeaderStream.cpp" + > + + RelativePath=".\src\HTTPMessage.cpp" + > + + RelativePath=".\src\HTTPRequest.cpp" + > + + RelativePath=".\src\HTTPResponse.cpp" + > + + RelativePath=".\src\HTTPSession.cpp" + > + + RelativePath=".\src\HTTPStream.cpp" + > + + Name="TCPServer" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\TCPServer.h" + > + + RelativePath=".\include\Poco\Net\TCPServerConnection.h" + > + + RelativePath=".\include\Poco\Net\TCPServerConnectionFactory.h" + > + + RelativePath=".\include\Poco\Net\TCPServerDispatcher.h" + > + + RelativePath=".\include\Poco\Net\TCPServerParams.h" + > + + Name="Source Files" + > + RelativePath=".\src\TCPServer.cpp" + > + + RelativePath=".\src\TCPServerConnection.cpp" + > + + RelativePath=".\src\TCPServerConnectionFactory.cpp" + > + + RelativePath=".\src\TCPServerDispatcher.cpp" + > + + RelativePath=".\src\TCPServerParams.cpp" + > + + Name="HTTPServer" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\AbstractHTTPRequestHandler.h" + > + + RelativePath=".\include\Poco\Net\HTTPRequestHandler.h" + > + + RelativePath=".\include\Poco\Net\HTTPRequestHandlerFactory.h" + > + + RelativePath=".\include\Poco\Net\HTTPServer.h" + > + + RelativePath=".\include\Poco\Net\HTTPServerConnection.h" + > + + RelativePath=".\include\Poco\Net\HTTPServerConnectionFactory.h" + > + + RelativePath=".\include\Poco\Net\HTTPServerParams.h" + > + + RelativePath=".\include\Poco\Net\HTTPServerRequest.h" + > + + RelativePath=".\include\Poco\Net\HTTPServerRequestImpl.h" + > + + RelativePath=".\include\Poco\Net\HTTPServerResponse.h" + > + + RelativePath=".\include\Poco\Net\HTTPServerResponseImpl.h" + > + + RelativePath=".\include\Poco\Net\HTTPServerSession.h" + > + + Name="Source Files" + > + RelativePath=".\src\AbstractHTTPRequestHandler.cpp" + > + + RelativePath=".\src\HTTPRequestHandler.cpp" + > + + RelativePath=".\src\HTTPRequestHandlerFactory.cpp" + > + + RelativePath=".\src\HTTPServer.cpp" + > + + RelativePath=".\src\HTTPServerConnection.cpp" + > + + RelativePath=".\src\HTTPServerConnectionFactory.cpp" + > + + RelativePath=".\src\HTTPServerParams.cpp" + > + + RelativePath=".\src\HTTPServerRequest.cpp" + > + + RelativePath=".\src\HTTPServerRequestImpl.cpp" + > + + RelativePath=".\src\HTTPServerResponse.cpp" + > + + RelativePath=".\src\HTTPServerResponseImpl.cpp" + > + + RelativePath=".\src\HTTPServerSession.cpp" + > + + Name="HTTPClient" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\HTTPClientSession.h" + > + + RelativePath=".\include\Poco\Net\HTTPIOStream.h" + > + + RelativePath=".\include\Poco\Net\HTTPSessionFactory.h" + > + + RelativePath=".\include\Poco\Net\HTTPSessionInstantiator.h" + > + + RelativePath=".\include\Poco\Net\HTTPStreamFactory.h" + > + + Name="Source Files" + > + RelativePath=".\src\HTTPClientSession.cpp" + > + + RelativePath=".\src\HTTPIOStream.cpp" + > + + RelativePath=".\src\HTTPSessionFactory.cpp" + > + + RelativePath=".\src\HTTPSessionInstantiator.cpp" + > + + RelativePath=".\src\HTTPStreamFactory.cpp" + > + + Name="HTML" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\HTMLForm.h" + > + + Name="Source Files" + > + RelativePath=".\src\HTMLForm.cpp" + > + + Name="FTPClient" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\FTPClientSession.h" + > + + RelativePath=".\include\Poco\Net\FTPStreamFactory.h" + > + + Name="Source Files" + > + RelativePath=".\src\FTPClientSession.cpp" + > + + RelativePath=".\src\FTPStreamFactory.cpp" + > + + Name="Reactor" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\ParallelSocketAcceptor.h" + > + + RelativePath=".\include\Poco\Net\ParallelSocketReactor.h" + > + + RelativePath=".\include\Poco\Net\SocketAcceptor.h" + > + + RelativePath=".\include\Poco\Net\SocketConnector.h" + > + + RelativePath=".\include\Poco\Net\SocketNotification.h" + > + + RelativePath=".\include\Poco\Net\SocketNotifier.h" + > + + RelativePath=".\include\Poco\Net\SocketReactor.h" + > + + Name="Source Files" + > + RelativePath=".\src\SocketNotification.cpp" + > + + RelativePath=".\src\SocketNotifier.cpp" + > + + RelativePath=".\src\SocketReactor.cpp" + > + + Name="Mail" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\MailMessage.h" + > + + RelativePath=".\include\Poco\Net\MailRecipient.h" + > + + RelativePath=".\include\Poco\Net\MailStream.h" + > + + RelativePath=".\include\Poco\Net\POP3ClientSession.h" + > + + RelativePath=".\include\Poco\Net\SMTPClientSession.h" + > + + Name="Source Files" + > + RelativePath=".\src\MailMessage.cpp" + > + + RelativePath=".\src\MailRecipient.cpp" + > + + RelativePath=".\src\MailStream.cpp" + > + + RelativePath=".\src\POP3ClientSession.cpp" + > + + RelativePath=".\src\SMTPClientSession.cpp" + > + + Name="ICMP" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\ICMPClient.h" + > + + RelativePath=".\include\Poco\Net\ICMPEventArgs.h" + > + + RelativePath=".\include\Poco\Net\ICMPPacket.h" + > + + RelativePath=".\include\Poco\Net\ICMPPacketImpl.h" + > + + RelativePath=".\include\Poco\Net\ICMPSocket.h" + > + + RelativePath=".\include\Poco\Net\ICMPSocketImpl.h" + > + + RelativePath=".\include\Poco\Net\ICMPv4PacketImpl.h" + > + + Name="Source Files" + > + RelativePath=".\src\ICMPClient.cpp" + > + + RelativePath=".\src\ICMPEventArgs.cpp" + > + + RelativePath=".\src\ICMPPacket.cpp" + > + + RelativePath=".\src\ICMPPacketImpl.cpp" + > + + RelativePath=".\src\ICMPSocket.cpp" + > + + RelativePath=".\src\ICMPSocketImpl.cpp" + > + + RelativePath=".\src\ICMPv4PacketImpl.cpp" + > + + Name="NTP" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\NTPClient.h" + > + + RelativePath=".\include\Poco\Net\NTPEventArgs.h" + > + + RelativePath=".\include\Poco\Net\NTPPacket.h" + > + + Name="Source Files" + > + RelativePath=".\src\NTPClient.cpp" + > + + RelativePath=".\src\NTPEventArgs.cpp" + > + + RelativePath=".\src\NTPPacket.cpp" + > + + Name="Logging" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\RemoteSyslogChannel.h" + > + + RelativePath=".\include\Poco\Net\RemoteSyslogListener.h" + > + + RelativePath=".\include\Poco\Net\SMTPChannel.h" + > + + Name="Source Files" + > + RelativePath=".\src\RemoteSyslogChannel.cpp" + > + + RelativePath=".\src\RemoteSyslogListener.cpp" + > + + RelativePath=".\src\SMTPChannel.cpp" + > + + Name="WebSocket" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\WebSocket.h" + > + + RelativePath=".\include\Poco\Net\WebSocketImpl.h" + > + + Name="Source Files" + > + RelativePath=".\src\WebSocket.cpp" + > + + RelativePath=".\src\WebSocketImpl.cpp" + > + + Name="OAuth" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\OAuth10Credentials.h" + > + + RelativePath=".\include\Poco\Net\OAuth20Credentials.h" + > + + Name="Source Files" + > + RelativePath=".\src\OAuth10Credentials.cpp" + > + + RelativePath=".\src\OAuth20Credentials.cpp" + > + + RelativePath="..\DLLVersion.rc" + > + > + Name="VCResourceCompilerTool" + /> + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> - + + diff --git a/NetSSL_OpenSSL/NetSSL_OpenSSL_vs90.vcproj b/NetSSL_OpenSSL/NetSSL_OpenSSL_vs90.vcproj index 7a074bb89..69462474d 100644 --- a/NetSSL_OpenSSL/NetSSL_OpenSSL_vs90.vcproj +++ b/NetSSL_OpenSSL/NetSSL_OpenSSL_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="Win32" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoNetSSLmtd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoNetSSLmt.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoNetSSLmdd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoNetSSLmd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="SSLCore" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\AcceptCertificateHandler.h" + > + + RelativePath=".\include\Poco\Net\CertificateHandlerFactory.h" + > + + RelativePath=".\include\Poco\Net\CertificateHandlerFactoryMgr.h" + > + + RelativePath=".\include\Poco\Net\ConsoleCertificateHandler.h" + > + + RelativePath=".\include\Poco\Net\Context.h" + > + + RelativePath=".\include\Poco\Net\InvalidCertificateHandler.h" + > + + RelativePath=".\include\Poco\Net\KeyConsoleHandler.h" + > + + RelativePath=".\include\Poco\Net\KeyFileHandler.h" + > + + RelativePath=".\include\Poco\Net\NetSSL.h" + > + + RelativePath=".\include\Poco\Net\PrivateKeyFactory.h" + > + + RelativePath=".\include\Poco\Net\PrivateKeyFactoryMgr.h" + > + + RelativePath=".\include\Poco\Net\PrivateKeyPassphraseHandler.h" + > + + RelativePath=".\include\Poco\Net\RejectCertificateHandler.h" + > + + RelativePath=".\include\Poco\Net\Session.h" + > + + RelativePath=".\include\Poco\Net\SSLException.h" + > + + RelativePath=".\include\Poco\Net\SSLManager.h" + > + + RelativePath=".\include\Poco\Net\Utility.h" + > + + RelativePath=".\include\Poco\Net\VerificationErrorArgs.h" + > + + RelativePath=".\include\Poco\Net\X509Certificate.h" + > + + Name="Source Files" + > + RelativePath=".\src\AcceptCertificateHandler.cpp" + > + + RelativePath=".\src\CertificateHandlerFactory.cpp" + > + + RelativePath=".\src\CertificateHandlerFactoryMgr.cpp" + > + + RelativePath=".\src\ConsoleCertificateHandler.cpp" + > + + RelativePath=".\src\Context.cpp" + > + + RelativePath=".\src\InvalidCertificateHandler.cpp" + > + + RelativePath=".\src\KeyConsoleHandler.cpp" + > + + RelativePath=".\src\KeyFileHandler.cpp" + > + + RelativePath=".\src\PrivateKeyFactory.cpp" + > + + RelativePath=".\src\PrivateKeyFactoryMgr.cpp" + > + + RelativePath=".\src\PrivateKeyPassphraseHandler.cpp" + > + + RelativePath=".\src\RejectCertificateHandler.cpp" + > + + RelativePath=".\src\Session.cpp" + > + + RelativePath=".\src\SSLException.cpp" + > + + RelativePath=".\src\SSLManager.cpp" + > + + RelativePath=".\src\Utility.cpp" + > + + RelativePath=".\src\VerificationErrorArgs.cpp" + > + + RelativePath=".\src\X509Certificate.cpp" + > + + Name="HTTPSClient" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\HTTPSClientSession.h" + > + + RelativePath=".\include\Poco\Net\HTTPSSessionInstantiator.h" + > + + RelativePath=".\include\Poco\Net\HTTPSStreamFactory.h" + > + + Name="Source Files" + > + RelativePath=".\src\HTTPSClientSession.cpp" + > + + RelativePath=".\src\HTTPSSessionInstantiator.cpp" + > + + RelativePath=".\src\HTTPSStreamFactory.cpp" + > + + Name="SSLSockets" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\SecureServerSocket.h" + > + + RelativePath=".\include\Poco\Net\SecureServerSocketImpl.h" + > + + RelativePath=".\include\Poco\Net\SecureSocketImpl.h" + > + + RelativePath=".\include\Poco\Net\SecureStreamSocket.h" + > + + RelativePath=".\include\Poco\Net\SecureStreamSocketImpl.h" + > + + Name="Source Files" + > + RelativePath=".\src\SecureServerSocket.cpp" + > + + RelativePath=".\src\SecureServerSocketImpl.cpp" + > + + RelativePath=".\src\SecureSocketImpl.cpp" + > + + RelativePath=".\src\SecureStreamSocket.cpp" + > + + RelativePath=".\src\SecureStreamSocketImpl.cpp" + > + + Name="Mail" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\SecureSMTPClientSession.h" + > + + Name="Source Files" + > + RelativePath=".\src\SecureSMTPClientSession.cpp" + > + + RelativePath="..\DLLVersion.rc" + > + > + Name="VCResourceCompilerTool" + /> + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> - + + diff --git a/NetSSL_OpenSSL/NetSSL_OpenSSL_x64_vs90.vcproj b/NetSSL_OpenSSL/NetSSL_OpenSSL_x64_vs90.vcproj index ed15d40d4..70054c5f8 100644 --- a/NetSSL_OpenSSL/NetSSL_OpenSSL_x64_vs90.vcproj +++ b/NetSSL_OpenSSL/NetSSL_OpenSSL_x64_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="x64" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="SSLCore" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\AcceptCertificateHandler.h" + > + + RelativePath=".\include\Poco\Net\CertificateHandlerFactory.h" + > + + RelativePath=".\include\Poco\Net\CertificateHandlerFactoryMgr.h" + > + + RelativePath=".\include\Poco\Net\ConsoleCertificateHandler.h" + > + + RelativePath=".\include\Poco\Net\Context.h" + > + + RelativePath=".\include\Poco\Net\InvalidCertificateHandler.h" + > + + RelativePath=".\include\Poco\Net\KeyConsoleHandler.h" + > + + RelativePath=".\include\Poco\Net\KeyFileHandler.h" + > + + RelativePath=".\include\Poco\Net\NetSSL.h" + > + + RelativePath=".\include\Poco\Net\PrivateKeyFactory.h" + > + + RelativePath=".\include\Poco\Net\PrivateKeyFactoryMgr.h" + > + + RelativePath=".\include\Poco\Net\PrivateKeyPassphraseHandler.h" + > + + RelativePath=".\include\Poco\Net\RejectCertificateHandler.h" + > + + RelativePath=".\include\Poco\Net\Session.h" + > + + RelativePath=".\include\Poco\Net\SSLException.h" + > + + RelativePath=".\include\Poco\Net\SSLManager.h" + > + + RelativePath=".\include\Poco\Net\Utility.h" + > + + RelativePath=".\include\Poco\Net\VerificationErrorArgs.h" + > + + RelativePath=".\include\Poco\Net\X509Certificate.h" + > + + Name="Source Files" + > + RelativePath=".\src\AcceptCertificateHandler.cpp" + > + + RelativePath=".\src\CertificateHandlerFactory.cpp" + > + + RelativePath=".\src\CertificateHandlerFactoryMgr.cpp" + > + + RelativePath=".\src\ConsoleCertificateHandler.cpp" + > + + RelativePath=".\src\Context.cpp" + > + + RelativePath=".\src\InvalidCertificateHandler.cpp" + > + + RelativePath=".\src\KeyConsoleHandler.cpp" + > + + RelativePath=".\src\KeyFileHandler.cpp" + > + + RelativePath=".\src\PrivateKeyFactory.cpp" + > + + RelativePath=".\src\PrivateKeyFactoryMgr.cpp" + > + + RelativePath=".\src\PrivateKeyPassphraseHandler.cpp" + > + + RelativePath=".\src\RejectCertificateHandler.cpp" + > + + RelativePath=".\src\Session.cpp" + > + + RelativePath=".\src\SSLException.cpp" + > + + RelativePath=".\src\SSLManager.cpp" + > + + RelativePath=".\src\Utility.cpp" + > + + RelativePath=".\src\VerificationErrorArgs.cpp" + > + + RelativePath=".\src\X509Certificate.cpp" + > + + Name="HTTPSClient" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\HTTPSClientSession.h" + > + + RelativePath=".\include\Poco\Net\HTTPSSessionInstantiator.h" + > + + RelativePath=".\include\Poco\Net\HTTPSStreamFactory.h" + > + + Name="Source Files" + > + RelativePath=".\src\HTTPSClientSession.cpp" + > + + RelativePath=".\src\HTTPSSessionInstantiator.cpp" + > + + RelativePath=".\src\HTTPSStreamFactory.cpp" + > + + Name="SSLSockets" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\SecureServerSocket.h" + > + + RelativePath=".\include\Poco\Net\SecureServerSocketImpl.h" + > + + RelativePath=".\include\Poco\Net\SecureSocketImpl.h" + > + + RelativePath=".\include\Poco\Net\SecureStreamSocket.h" + > + + RelativePath=".\include\Poco\Net\SecureStreamSocketImpl.h" + > + + Name="Source Files" + > + RelativePath=".\src\SecureServerSocket.cpp" + > + + RelativePath=".\src\SecureServerSocketImpl.cpp" + > + + RelativePath=".\src\SecureSocketImpl.cpp" + > + + RelativePath=".\src\SecureStreamSocket.cpp" + > + + RelativePath=".\src\SecureStreamSocketImpl.cpp" + > + + Name="Mail" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\SecureSMTPClientSession.h" + > + + Name="Source Files" + > + RelativePath=".\src\SecureSMTPClientSession.cpp" + > + + RelativePath="..\DLLVersion.rc" + > + > + Name="VCResourceCompilerTool" + /> + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> - + + diff --git a/NetSSL_Win/NetSSL_Win_vs90.vcproj b/NetSSL_Win/NetSSL_Win_vs90.vcproj index 848158521..9aaf64976 100644 --- a/NetSSL_Win/NetSSL_Win_vs90.vcproj +++ b/NetSSL_Win/NetSSL_Win_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="Win32" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoNetSSLWinmtd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoNetSSLWinmt.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoNetSSLWinmdd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoNetSSLWinmd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="SSLCore" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\AcceptCertificateHandler.h" + > + + RelativePath=".\include\Poco\Net\AutoSecBufferDesc.h" + > + + RelativePath=".\include\Poco\Net\CertificateHandlerFactory.h" + > + + RelativePath=".\include\Poco\Net\CertificateHandlerFactoryMgr.h" + > + + RelativePath=".\include\Poco\Net\ConsoleCertificateHandler.h" + > + + RelativePath=".\include\Poco\Net\Context.h" + > + + RelativePath=".\include\Poco\Net\InvalidCertificateHandler.h" + > + + RelativePath=".\include\Poco\Net\KeyConsoleHandler.h" + > + + RelativePath=".\include\Poco\Net\KeyFileHandler.h" + > + + RelativePath=".\include\Poco\Net\NetSSL.h" + > + + RelativePath=".\include\Poco\Net\PrivateKeyFactory.h" + > + + RelativePath=".\include\Poco\Net\PrivateKeyFactoryMgr.h" + > + + RelativePath=".\include\Poco\Net\PrivateKeyPassphraseHandler.h" + > + + RelativePath=".\include\Poco\Net\RejectCertificateHandler.h" + > + + RelativePath=".\include\Poco\Net\Session.h" + > + + RelativePath=".\include\Poco\Net\SSLException.h" + > + + RelativePath=".\include\Poco\Net\SSLManager.h" + > + + RelativePath=".\include\Poco\Net\Utility.h" + > + + RelativePath=".\include\Poco\Net\VerificationErrorArgs.h" + > + + RelativePath=".\include\Poco\Net\X509Certificate.h" + > + + Name="Source Files" + > + RelativePath=".\src\AcceptCertificateHandler.cpp" + > + + RelativePath=".\src\CertificateHandlerFactory.cpp" + > + + RelativePath=".\src\CertificateHandlerFactoryMgr.cpp" + > + + RelativePath=".\src\ConsoleCertificateHandler.cpp" + > + + RelativePath=".\src\Context.cpp" + > + + RelativePath=".\src\InvalidCertificateHandler.cpp" + > + + RelativePath=".\src\KeyConsoleHandler.cpp" + > + + RelativePath=".\src\KeyFileHandler.cpp" + > + + RelativePath=".\src\PrivateKeyFactory.cpp" + > + + RelativePath=".\src\PrivateKeyFactoryMgr.cpp" + > + + RelativePath=".\src\PrivateKeyPassphraseHandler.cpp" + > + + RelativePath=".\src\RejectCertificateHandler.cpp" + > + + RelativePath=".\src\Session.cpp" + > + + RelativePath=".\src\SSLException.cpp" + > + + RelativePath=".\src\SSLManager.cpp" + > + + RelativePath=".\src\Utility.cpp" + > + + RelativePath=".\src\VerificationErrorArgs.cpp" + > + + RelativePath=".\src\X509Certificate.cpp" + > + + Name="HTTPSClient" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\HTTPSClientSession.h" + > + + RelativePath=".\include\Poco\Net\HTTPSSessionInstantiator.h" + > + + RelativePath=".\include\Poco\Net\HTTPSStreamFactory.h" + > + + Name="Source Files" + > + RelativePath=".\src\HTTPSClientSession.cpp" + > + + RelativePath=".\src\HTTPSSessionInstantiator.cpp" + > + + RelativePath=".\src\HTTPSStreamFactory.cpp" + > + + Name="SSLSockets" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\SecureServerSocket.h" + > + + RelativePath=".\include\Poco\Net\SecureServerSocketImpl.h" + > + + RelativePath=".\include\Poco\Net\SecureSocketImpl.h" + > + + RelativePath=".\include\Poco\Net\SecureStreamSocket.h" + > + + RelativePath=".\include\Poco\Net\SecureStreamSocketImpl.h" + > + + Name="Source Files" + > + RelativePath=".\src\SecureServerSocket.cpp" + > + + RelativePath=".\src\SecureServerSocketImpl.cpp" + > + + RelativePath=".\src\SecureSocketImpl.cpp" + > + + RelativePath=".\src\SecureStreamSocket.cpp" + > + + RelativePath=".\src\SecureStreamSocketImpl.cpp" + > + + Name="Mail" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\SecureSMTPClientSession.h" + > + + Name="Source Files" + > + RelativePath=".\src\SecureSMTPClientSession.cpp" + > + + + + + + + + + + + + + + + - + + diff --git a/NetSSL_Win/NetSSL_Win_x64_vs90.vcproj b/NetSSL_Win/NetSSL_Win_x64_vs90.vcproj index 4ab5eedaf..faf43ee9c 100644 --- a/NetSSL_Win/NetSSL_Win_x64_vs90.vcproj +++ b/NetSSL_Win/NetSSL_Win_x64_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="x64" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="SSLCore" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\AcceptCertificateHandler.h" + > + + RelativePath=".\include\Poco\Net\AutoSecBufferDesc.h" + > + + RelativePath=".\include\Poco\Net\CertificateHandlerFactory.h" + > + + RelativePath=".\include\Poco\Net\CertificateHandlerFactoryMgr.h" + > + + RelativePath=".\include\Poco\Net\ConsoleCertificateHandler.h" + > + + RelativePath=".\include\Poco\Net\Context.h" + > + + RelativePath=".\include\Poco\Net\InvalidCertificateHandler.h" + > + + RelativePath=".\include\Poco\Net\KeyConsoleHandler.h" + > + + RelativePath=".\include\Poco\Net\KeyFileHandler.h" + > + + RelativePath=".\include\Poco\Net\NetSSL.h" + > + + RelativePath=".\include\Poco\Net\PrivateKeyFactory.h" + > + + RelativePath=".\include\Poco\Net\PrivateKeyFactoryMgr.h" + > + + RelativePath=".\include\Poco\Net\PrivateKeyPassphraseHandler.h" + > + + RelativePath=".\include\Poco\Net\RejectCertificateHandler.h" + > + + RelativePath=".\include\Poco\Net\Session.h" + > + + RelativePath=".\include\Poco\Net\SSLException.h" + > + + RelativePath=".\include\Poco\Net\SSLManager.h" + > + + RelativePath=".\include\Poco\Net\Utility.h" + > + + RelativePath=".\include\Poco\Net\VerificationErrorArgs.h" + > + + RelativePath=".\include\Poco\Net\X509Certificate.h" + > + + Name="Source Files" + > + RelativePath=".\src\AcceptCertificateHandler.cpp" + > + + RelativePath=".\src\CertificateHandlerFactory.cpp" + > + + RelativePath=".\src\CertificateHandlerFactoryMgr.cpp" + > + + RelativePath=".\src\ConsoleCertificateHandler.cpp" + > + + RelativePath=".\src\Context.cpp" + > + + RelativePath=".\src\InvalidCertificateHandler.cpp" + > + + RelativePath=".\src\KeyConsoleHandler.cpp" + > + + RelativePath=".\src\KeyFileHandler.cpp" + > + + RelativePath=".\src\PrivateKeyFactory.cpp" + > + + RelativePath=".\src\PrivateKeyFactoryMgr.cpp" + > + + RelativePath=".\src\PrivateKeyPassphraseHandler.cpp" + > + + RelativePath=".\src\RejectCertificateHandler.cpp" + > + + RelativePath=".\src\Session.cpp" + > + + RelativePath=".\src\SSLException.cpp" + > + + RelativePath=".\src\SSLManager.cpp" + > + + RelativePath=".\src\Utility.cpp" + > + + RelativePath=".\src\VerificationErrorArgs.cpp" + > + + RelativePath=".\src\X509Certificate.cpp" + > + + Name="HTTPSClient" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\HTTPSClientSession.h" + > + + RelativePath=".\include\Poco\Net\HTTPSSessionInstantiator.h" + > + + RelativePath=".\include\Poco\Net\HTTPSStreamFactory.h" + > + + Name="Source Files" + > + RelativePath=".\src\HTTPSClientSession.cpp" + > + + RelativePath=".\src\HTTPSSessionInstantiator.cpp" + > + + RelativePath=".\src\HTTPSStreamFactory.cpp" + > + + Name="SSLSockets" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\SecureServerSocket.h" + > + + RelativePath=".\include\Poco\Net\SecureServerSocketImpl.h" + > + + RelativePath=".\include\Poco\Net\SecureSocketImpl.h" + > + + RelativePath=".\include\Poco\Net\SecureStreamSocket.h" + > + + RelativePath=".\include\Poco\Net\SecureStreamSocketImpl.h" + > + + Name="Source Files" + > + RelativePath=".\src\SecureServerSocket.cpp" + > + + RelativePath=".\src\SecureServerSocketImpl.cpp" + > + + RelativePath=".\src\SecureSocketImpl.cpp" + > + + RelativePath=".\src\SecureStreamSocket.cpp" + > + + RelativePath=".\src\SecureStreamSocketImpl.cpp" + > + + Name="Mail" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Net\SecureSMTPClientSession.h" + > + + Name="Source Files" + > + RelativePath=".\src\SecureSMTPClientSession.cpp" + > + + + + + + + + + + + + + + + - + + diff --git a/Redis/Redis_vs90.vcproj b/Redis/Redis_vs90.vcproj index e94143dfc..0229c9548 100644 --- a/Redis/Redis_vs90.vcproj +++ b/Redis/Redis_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="Win32" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoRedismtd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoRedismt.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoRedismdd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoRedismd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="Source Files" + > + RelativePath=".\src\Array.cpp" + > + + RelativePath=".\src\AsyncReader.cpp" + > + + RelativePath=".\src\Client.cpp" + > + + RelativePath=".\src\Command.cpp" + > + + RelativePath=".\src\Error.cpp" + > + + RelativePath=".\src\Exception.cpp" + > + + RelativePath=".\src\RedisEventArgs.cpp" + > + + RelativePath=".\src\RedisStream.cpp" + > + + RelativePath=".\src\Type.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\Redis\Array.h" + > + + RelativePath=".\include\Poco\Redis\AsyncReader.h" + > + + RelativePath=".\include\Poco\Redis\Client.h" + > + + RelativePath=".\include\Poco\Redis\Command.h" + > + + RelativePath=".\include\Poco\Redis\Error.h" + > + + RelativePath=".\include\Poco\Redis\Exception.h" + > + + RelativePath=".\include\Poco\Redis\PoolableConnectionFactory.h" + > + + RelativePath=".\include\Poco\Redis\Redis.h" + > + + RelativePath=".\include\Poco\Redis\RedisEventArgs.cpp" + > + + RelativePath=".\include\Poco\Redis\RedisStream.h" + > + + RelativePath=".\include\Poco\Redis\Type.h" + > + + + + + + + + + + + + + + + - + + diff --git a/Redis/Redis_x64_vs90.vcproj b/Redis/Redis_x64_vs90.vcproj index 4be593141..9b1fc353e 100644 --- a/Redis/Redis_x64_vs90.vcproj +++ b/Redis/Redis_x64_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="x64" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="Source Files" + > + RelativePath=".\src\Array.cpp" + > + + RelativePath=".\src\AsyncReader.cpp" + > + + RelativePath=".\src\Client.cpp" + > + + RelativePath=".\src\Command.cpp" + > + + RelativePath=".\src\Error.cpp" + > + + RelativePath=".\src\Exception.cpp" + > + + RelativePath=".\src\RedisEventArgs.cpp" + > + + RelativePath=".\src\RedisStream.cpp" + > + + RelativePath=".\src\Type.cpp" + > + + Name="Header Files" + > + RelativePath=".\include\Poco\Redis\Array.h" + > + + RelativePath=".\include\Poco\Redis\AsyncReader.h" + > + + RelativePath=".\include\Poco\Redis\Client.h" + > + + RelativePath=".\include\Poco\Redis\Command.h" + > + + RelativePath=".\include\Poco\Redis\Error.h" + > + + RelativePath=".\include\Poco\Redis\Exception.h" + > + + RelativePath=".\include\Poco\Redis\PoolableConnectionFactory.h" + > + + RelativePath=".\include\Poco\Redis\Redis.h" + > + + RelativePath=".\include\Poco\Redis\RedisEventArgs.cpp" + > + + RelativePath=".\include\Poco\Redis\RedisStream.h" + > + + RelativePath=".\include\Poco\Redis\Type.h" + > + + + + + + + + + + + + + + + - + + diff --git a/SevenZip/SevenZip_vs90.vcproj b/SevenZip/SevenZip_vs90.vcproj index 267683abc..679d35a8c 100644 --- a/SevenZip/SevenZip_vs90.vcproj +++ b/SevenZip/SevenZip_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="Win32" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoSevenZipmtd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoSevenZipmt.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoSevenZipmdd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoSevenZipmd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="Archive" + > + Name="Header Files" + > + RelativePath=".\include\Poco\SevenZip\Archive.h" + > + + RelativePath=".\include\Poco\SevenZip\ArchiveEntry.h" + > + + Name="Source Files" + > + RelativePath=".\src\Archive.cpp" + > + + RelativePath=".\src\ArchiveEntry.cpp" + > + + Name="LZMA SDK" + > + Name="Header Files" + > + RelativePath=".\src\7z.h" + > + + RelativePath=".\src\7zBuf.h" + > + + RelativePath=".\src\7zCrc.h" + > + + RelativePath=".\src\7zFile.h" + > + + RelativePath=".\src\7zVersion.h" + > + + RelativePath=".\src\Bcj2.h" + > + + RelativePath=".\src\Bra.h" + > + + RelativePath=".\src\CpuArch.h" + > + + RelativePath=".\src\Lzma2Dec.h" + > + + RelativePath=".\src\LzmaDec.h" + > + + RelativePath=".\src\Ppmd.h" + > + + RelativePath=".\src\Ppmd7.h" + > + + Name="Source Files" + > + RelativePath=".\src\7zAlloc.c" + > + + RelativePath=".\src\7zBuf.c" + > + + RelativePath=".\src\7zBuf2.c" + > + + RelativePath=".\src\7zCrc.c" + > + + RelativePath=".\src\7zCrcOpt.c" + > + + RelativePath=".\src\7zDec.c" + > + + RelativePath=".\src\7zFile.c" + > + + RelativePath=".\src\7zIn.c" + > + + RelativePath=".\src\7zStream.c" + > + + RelativePath=".\src\Bcj2.c" + > + + RelativePath=".\src\Bra.c" + > + + RelativePath=".\src\Bra86.c" + > + + RelativePath=".\src\CpuArch.c" + > + + RelativePath=".\src\Lzma2Dec.c" + > + + RelativePath=".\src\LzmaDec.c" + > + + RelativePath=".\src\Ppmd7.c" + > + + RelativePath=".\src\Ppmd7Dec.c" + > + + Name="SevenZip" + > + Name="Header Files" + > + RelativePath=".\include\Poco\SevenZip\SevenZip.h" + > + + Name="Source Files" + > + + RelativePath="..\DLLVersion.rc" + > + > + Name="VCResourceCompilerTool" + /> + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> - + + diff --git a/SevenZip/SevenZip_x64_vs90.vcproj b/SevenZip/SevenZip_x64_vs90.vcproj index 0dce26330..ccafa454d 100644 --- a/SevenZip/SevenZip_x64_vs90.vcproj +++ b/SevenZip/SevenZip_x64_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="x64" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="Archive" + > + Name="Header Files" + > + RelativePath=".\include\Poco\SevenZip\Archive.h" + > + + RelativePath=".\include\Poco\SevenZip\ArchiveEntry.h" + > + + Name="Source Files" + > + RelativePath=".\src\Archive.cpp" + > + + RelativePath=".\src\ArchiveEntry.cpp" + > + + Name="LZMA SDK" + > + Name="Header Files" + > + RelativePath=".\src\7z.h" + > + + RelativePath=".\src\7zBuf.h" + > + + RelativePath=".\src\7zCrc.h" + > + + RelativePath=".\src\7zFile.h" + > + + RelativePath=".\src\7zVersion.h" + > + + RelativePath=".\src\Bcj2.h" + > + + RelativePath=".\src\Bra.h" + > + + RelativePath=".\src\CpuArch.h" + > + + RelativePath=".\src\Lzma2Dec.h" + > + + RelativePath=".\src\LzmaDec.h" + > + + RelativePath=".\src\Ppmd.h" + > + + RelativePath=".\src\Ppmd7.h" + > + + Name="Source Files" + > + RelativePath=".\src\7zAlloc.c" + > + + RelativePath=".\src\7zBuf.c" + > + + RelativePath=".\src\7zBuf2.c" + > + + RelativePath=".\src\7zCrc.c" + > + + RelativePath=".\src\7zCrcOpt.c" + > + + RelativePath=".\src\7zDec.c" + > + + RelativePath=".\src\7zFile.c" + > + + RelativePath=".\src\7zIn.c" + > + + RelativePath=".\src\7zStream.c" + > + + RelativePath=".\src\Bcj2.c" + > + + RelativePath=".\src\Bra.c" + > + + RelativePath=".\src\Bra86.c" + > + + RelativePath=".\src\CpuArch.c" + > + + RelativePath=".\src\Lzma2Dec.c" + > + + RelativePath=".\src\LzmaDec.c" + > + + RelativePath=".\src\Ppmd7.c" + > + + RelativePath=".\src\Ppmd7Dec.c" + > + + Name="SevenZip" + > + Name="Header Files" + > + RelativePath=".\include\Poco\SevenZip\SevenZip.h" + > + + Name="Source Files" + > + + RelativePath="..\DLLVersion.rc" + > + > + Name="VCResourceCompilerTool" + /> + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> - + + diff --git a/Util/Util_vs90.vcproj b/Util/Util_vs90.vcproj index 75f27383e..b345d86cc 100644 --- a/Util/Util_vs90.vcproj +++ b/Util/Util_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="Win32" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoUtilmtd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoUtilmt.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoUtilmdd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoUtilmd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="Application" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Util\Application.h" + > + + RelativePath=".\include\Poco\Util\LoggingSubsystem.h" + > + + RelativePath=".\include\Poco\Util\ServerApplication.h" + > + + RelativePath=".\include\Poco\Util\Subsystem.h" + > + + Name="Source Files" + > + RelativePath=".\src\Application.cpp" + > + + RelativePath=".\src\LoggingSubsystem.cpp" + > + + RelativePath=".\src\ServerApplication.cpp" + > + + RelativePath=".\src\Subsystem.cpp" + > + + Name="Configuration" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Util\AbstractConfiguration.h" + > + + RelativePath=".\include\Poco\Util\ConfigurationMapper.h" + > + + RelativePath=".\include\Poco\Util\ConfigurationView.h" + > + + RelativePath=".\include\Poco\Util\FilesystemConfiguration.h" + > + + RelativePath=".\include\Poco\Util\IniFileConfiguration.h" + > + + RelativePath=".\include\Poco\Util\JSONConfiguration.h" + > + + RelativePath=".\include\Poco\Util\LayeredConfiguration.h" + > + + RelativePath=".\include\Poco\Util\LoggingConfigurator.h" + > + + RelativePath=".\include\Poco\Util\MapConfiguration.h" + > + + RelativePath=".\include\Poco\Util\PropertyFileConfiguration.h" + > + + RelativePath=".\include\Poco\Util\SystemConfiguration.h" + > + + RelativePath=".\include\Poco\Util\XMLConfiguration.h" + > + + Name="Source Files" + > + RelativePath=".\src\AbstractConfiguration.cpp" + > + + RelativePath=".\src\ConfigurationMapper.cpp" + > + + RelativePath=".\src\ConfigurationView.cpp" + > + + RelativePath=".\src\FilesystemConfiguration.cpp" + > + + RelativePath=".\src\IniFileConfiguration.cpp" + > + + RelativePath=".\src\JSONConfiguration.cpp" + > + + RelativePath=".\src\LayeredConfiguration.cpp" + > + + RelativePath=".\src\LoggingConfigurator.cpp" + > + + RelativePath=".\src\MapConfiguration.cpp" + > + + RelativePath=".\src\PropertyFileConfiguration.cpp" + > + + RelativePath=".\src\SystemConfiguration.cpp" + > + + RelativePath=".\src\XMLConfiguration.cpp" + > + + Name="Options" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Util\HelpFormatter.h" + > + + RelativePath=".\include\Poco\Util\IntValidator.h" + > + + RelativePath=".\include\Poco\Util\Option.h" + > + + RelativePath=".\include\Poco\Util\OptionCallback.h" + > + + RelativePath=".\include\Poco\Util\OptionException.h" + > + + RelativePath=".\include\Poco\Util\OptionProcessor.h" + > + + RelativePath=".\include\Poco\Util\OptionSet.h" + > + + RelativePath=".\include\Poco\Util\RegExpValidator.h" + > + + RelativePath=".\include\Poco\Util\Validator.h" + > + + Name="Source Files" + > + RelativePath=".\src\HelpFormatter.cpp" + > + + RelativePath=".\src\IntValidator.cpp" + > + + RelativePath=".\src\Option.cpp" + > + + RelativePath=".\src\OptionCallback.cpp" + > + + RelativePath=".\src\OptionException.cpp" + > + + RelativePath=".\src\OptionProcessor.cpp" + > + + RelativePath=".\src\OptionSet.cpp" + > + + RelativePath=".\src\RegExpValidator.cpp" + > + + RelativePath=".\src\Validator.cpp" + > + + Name="Windows" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Util\WinRegistryConfiguration.h" + > + + RelativePath=".\include\Poco\Util\WinRegistryKey.h" + > + + RelativePath=".\include\Poco\Util\WinService.h" + > + + Name="Source Files" + > + RelativePath=".\src\WinRegistryConfiguration.cpp" + > + + RelativePath=".\src\WinRegistryKey.cpp" + > + + RelativePath=".\src\WinService.cpp" + > + + Name="Util" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Util\Util.h" + > + + Name="Source Files" + > + + Name="Timer" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Util\Timer.h" + > + + RelativePath=".\include\Poco\Util\TimerTask.h" + > + + RelativePath=".\include\Poco\Util\TimerTaskAdapter.h" + > + + Name="Source Files" + > + RelativePath=".\src\Timer.cpp" + > + + RelativePath=".\src\TimerTask.cpp" + > + + RelativePath="..\DLLVersion.rc" + > + > + Name="VCResourceCompilerTool" + /> + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> - + + diff --git a/Util/Util_x64_vs90.vcproj b/Util/Util_x64_vs90.vcproj index b55425748..92aa4e90c 100644 --- a/Util/Util_x64_vs90.vcproj +++ b/Util/Util_x64_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="x64" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="Application" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Util\Application.h" + > + + RelativePath=".\include\Poco\Util\LoggingSubsystem.h" + > + + RelativePath=".\include\Poco\Util\ServerApplication.h" + > + + RelativePath=".\include\Poco\Util\Subsystem.h" + > + + Name="Source Files" + > + RelativePath=".\src\Application.cpp" + > + + RelativePath=".\src\LoggingSubsystem.cpp" + > + + RelativePath=".\src\ServerApplication.cpp" + > + + RelativePath=".\src\Subsystem.cpp" + > + + Name="Configuration" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Util\AbstractConfiguration.h" + > + + RelativePath=".\include\Poco\Util\ConfigurationMapper.h" + > + + RelativePath=".\include\Poco\Util\ConfigurationView.h" + > + + RelativePath=".\include\Poco\Util\FilesystemConfiguration.h" + > + + RelativePath=".\include\Poco\Util\IniFileConfiguration.h" + > + + RelativePath=".\include\Poco\Util\JSONConfiguration.h" + > + + RelativePath=".\include\Poco\Util\LayeredConfiguration.h" + > + + RelativePath=".\include\Poco\Util\LoggingConfigurator.h" + > + + RelativePath=".\include\Poco\Util\MapConfiguration.h" + > + + RelativePath=".\include\Poco\Util\PropertyFileConfiguration.h" + > + + RelativePath=".\include\Poco\Util\SystemConfiguration.h" + > + + RelativePath=".\include\Poco\Util\XMLConfiguration.h" + > + + Name="Source Files" + > + RelativePath=".\src\AbstractConfiguration.cpp" + > + + RelativePath=".\src\ConfigurationMapper.cpp" + > + + RelativePath=".\src\ConfigurationView.cpp" + > + + RelativePath=".\src\FilesystemConfiguration.cpp" + > + + RelativePath=".\src\IniFileConfiguration.cpp" + > + + RelativePath=".\src\JSONConfiguration.cpp" + > + + RelativePath=".\src\LayeredConfiguration.cpp" + > + + RelativePath=".\src\LoggingConfigurator.cpp" + > + + RelativePath=".\src\MapConfiguration.cpp" + > + + RelativePath=".\src\PropertyFileConfiguration.cpp" + > + + RelativePath=".\src\SystemConfiguration.cpp" + > + + RelativePath=".\src\XMLConfiguration.cpp" + > + + Name="Options" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Util\HelpFormatter.h" + > + + RelativePath=".\include\Poco\Util\IntValidator.h" + > + + RelativePath=".\include\Poco\Util\Option.h" + > + + RelativePath=".\include\Poco\Util\OptionCallback.h" + > + + RelativePath=".\include\Poco\Util\OptionException.h" + > + + RelativePath=".\include\Poco\Util\OptionProcessor.h" + > + + RelativePath=".\include\Poco\Util\OptionSet.h" + > + + RelativePath=".\include\Poco\Util\RegExpValidator.h" + > + + RelativePath=".\include\Poco\Util\Validator.h" + > + + Name="Source Files" + > + RelativePath=".\src\HelpFormatter.cpp" + > + + RelativePath=".\src\IntValidator.cpp" + > + + RelativePath=".\src\Option.cpp" + > + + RelativePath=".\src\OptionCallback.cpp" + > + + RelativePath=".\src\OptionException.cpp" + > + + RelativePath=".\src\OptionProcessor.cpp" + > + + RelativePath=".\src\OptionSet.cpp" + > + + RelativePath=".\src\RegExpValidator.cpp" + > + + RelativePath=".\src\Validator.cpp" + > + + Name="Windows" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Util\WinRegistryConfiguration.h" + > + + RelativePath=".\include\Poco\Util\WinRegistryKey.h" + > + + RelativePath=".\include\Poco\Util\WinService.h" + > + + Name="Source Files" + > + RelativePath=".\src\WinRegistryConfiguration.cpp" + > + + RelativePath=".\src\WinRegistryKey.cpp" + > + + RelativePath=".\src\WinService.cpp" + > + + Name="Util" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Util\Util.h" + > + + Name="Source Files" + > + + Name="Timer" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Util\Timer.h" + > + + RelativePath=".\include\Poco\Util\TimerTask.h" + > + + RelativePath=".\include\Poco\Util\TimerTaskAdapter.h" + > + + Name="Source Files" + > + RelativePath=".\src\Timer.cpp" + > + + RelativePath=".\src\TimerTask.cpp" + > + + RelativePath="..\DLLVersion.rc" + > + > + Name="VCResourceCompilerTool" + /> + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> - + + diff --git a/XML/XML_vs90.vcproj b/XML/XML_vs90.vcproj index de9d41470..e758d9ef6 100644 --- a/XML/XML_vs90.vcproj +++ b/XML/XML_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="Win32" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoXMLmtd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoXMLmt.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoXMLmdd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + OutputFile="..\lib\PocoXMLmd.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="XML" + > + Name="Header Files" + > + RelativePath=".\include\Poco\XML\Content.h" + > + + RelativePath=".\include\Poco\XML\Name.h" + > + + RelativePath=".\include\Poco\Xml\NamePool.h" + > + + RelativePath=".\include\Poco\Xml\NamespaceStrategy.h" + > + + RelativePath=".\include\Poco\Xml\ParserEngine.h" + > + + RelativePath=".\include\Poco\XML\QName.h" + > + + RelativePath=".\include\Poco\XML\ValueTraits.h" + > + + RelativePath=".\include\Poco\Xml\XML.h" + > + + RelativePath=".\include\Poco\Xml\XMLException.h" + > + + RelativePath=".\include\Poco\Xml\XMLStream.h" + > + + RelativePath=".\include\Poco\XML\XMLStreamParser.h" + > + + RelativePath=".\include\Poco\XML\XMLStreamParserException.h" + > + + RelativePath=".\include\Poco\Xml\XMLString.h" + > + + RelativePath=".\include\Poco\Xml\XMLWriter.h" + > + + Name="Source Files" + > + RelativePath=".\src\Name.cpp" + > + + RelativePath=".\src\NamePool.cpp" + > + + RelativePath=".\src\NamespaceStrategy.cpp" + > + + RelativePath=".\src\ParserEngine.cpp" + > + + RelativePath=".\src\QName.cpp" + > + + RelativePath=".\src\ValueTraits.cpp" + > + + RelativePath=".\src\XMLException.cpp" + > + + RelativePath=".\src\XMLStreamParser.cpp" + > + + RelativePath=".\src\XMLStreamParserException.cpp" + > + + RelativePath=".\src\XMLString.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\XMLWriter.cpp" + > + + Name="SAX" + > + Name="Header Files" + > + RelativePath=".\include\Poco\SAX\Attributes.h" + > + + RelativePath=".\include\Poco\SAX\AttributesImpl.h" + > + + RelativePath=".\include\Poco\SAX\ContentHandler.h" + > + + RelativePath=".\include\Poco\SAX\DeclHandler.h" + > + + RelativePath=".\include\Poco\SAX\DefaultHandler.h" + > + + RelativePath=".\include\Poco\SAX\DTDHandler.h" + > + + RelativePath=".\include\Poco\SAX\EntityResolver.h" + > + + RelativePath=".\include\Poco\Sax\EntityResolverImpl.h" + > + + RelativePath=".\include\Poco\SAX\ErrorHandler.h" + > + + RelativePath=".\include\Poco\SAX\InputSource.h" + > + + RelativePath=".\include\Poco\SAX\LexicalHandler.h" + > + + RelativePath=".\include\Poco\SAX\Locator.h" + > + + RelativePath=".\include\Poco\Sax\LocatorImpl.h" + > + + RelativePath=".\include\Poco\SAX\NamespaceSupport.h" + > + + RelativePath=".\include\Poco\SAX\SAXException.h" + > + + RelativePath=".\include\Poco\Sax\SAXParser.h" + > + + RelativePath=".\include\Poco\Sax\WhitespaceFilter.h" + > + + RelativePath=".\include\Poco\Sax\XMLFilter.h" + > + + RelativePath=".\include\Poco\Sax\XMLFilterImpl.h" + > + + RelativePath=".\include\Poco\SAX\XMLReader.h" + > + + Name="Source Files" + > + RelativePath=".\src\Attributes.cpp" + > + + RelativePath=".\src\AttributesImpl.cpp" + > + + RelativePath=".\src\ContentHandler.cpp" + > + + RelativePath=".\src\DeclHandler.cpp" + > + + RelativePath=".\src\DefaultHandler.cpp" + > + + RelativePath=".\src\DTDHandler.cpp" + > + + RelativePath=".\src\EntityResolver.cpp" + > + + RelativePath=".\src\EntityResolverImpl.cpp" + > + + RelativePath=".\src\ErrorHandler.cpp" + > + + RelativePath=".\src\InputSource.cpp" + > + + RelativePath=".\src\LexicalHandler.cpp" + > + + RelativePath=".\src\Locator.cpp" + > + + RelativePath=".\src\LocatorImpl.cpp" + > + + RelativePath=".\src\NamespaceSupport.cpp" + > + + RelativePath=".\src\SAXException.cpp" + > + + RelativePath=".\src\SAXParser.cpp" + > + + RelativePath=".\src\WhitespaceFilter.cpp" + > + + RelativePath=".\src\XMLFilter.cpp" + > + + RelativePath=".\src\XMLFilterImpl.cpp" + > + + RelativePath=".\src\XMLReader.cpp" + > + + Name="DOM" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Dom\AbstractContainerNode.h" + > + + RelativePath=".\include\Poco\Dom\AbstractNode.h" + > + + RelativePath=".\include\Poco\DOM\Attr.h" + > + + RelativePath=".\include\Poco\Dom\AttrMap.h" + > + + RelativePath=".\include\Poco\Dom\AutoPtr.h" + > + + RelativePath=".\include\Poco\DOM\CDATASection.h" + > + + RelativePath=".\include\Poco\DOM\CharacterData.h" + > + + RelativePath=".\include\Poco\Dom\ChildNodesList.h" + > + + RelativePath=".\include\Poco\DOM\Comment.h" + > + + RelativePath=".\include\Poco\DOM\Document.h" + > + + RelativePath=".\include\Poco\DOM\DocumentEvent.h" + > + + RelativePath=".\include\Poco\DOM\DocumentFragment.h" + > + + RelativePath=".\include\Poco\DOM\DocumentType.h" + > + + RelativePath=".\include\Poco\Dom\DOMBuilder.h" + > + + RelativePath=".\include\Poco\DOM\DOMException.h" + > + + RelativePath=".\include\Poco\DOM\DOMImplementation.h" + > + + RelativePath=".\include\Poco\DOM\DOMObject.h" + > + + RelativePath=".\include\Poco\Dom\DOMParser.h" + > + + RelativePath=".\include\Poco\Dom\DOMSerializer.h" + > + + RelativePath=".\include\Poco\DOM\DOMWriter.h" + > + + RelativePath=".\include\Poco\Dom\DTDMap.h" + > + + RelativePath=".\include\Poco\DOM\Element.h" + > + + RelativePath=".\include\Poco\Dom\ElementsByTagNameList.h" + > + + RelativePath=".\include\Poco\DOM\Entity.h" + > + + RelativePath=".\include\Poco\DOM\EntityReference.h" + > + + RelativePath=".\include\Poco\DOM\Event.h" + > + + RelativePath=".\include\Poco\Dom\EventDispatcher.h" + > + + RelativePath=".\include\Poco\DOM\EventException.h" + > + + RelativePath=".\include\Poco\DOM\EventListener.h" + > + + RelativePath=".\include\Poco\DOM\EventTarget.h" + > + + RelativePath=".\include\Poco\DOM\MutationEvent.h" + > + + RelativePath=".\include\Poco\DOM\NamedNodeMap.h" + > + + RelativePath=".\include\Poco\DOM\Node.h" + > + + RelativePath=".\include\Poco\DOM\NodeAppender.h" + > + + RelativePath=".\include\Poco\Dom\NodeFilter.h" + > + + RelativePath=".\include\Poco\Dom\NodeIterator.h" + > + + RelativePath=".\include\Poco\DOM\NodeList.h" + > + + RelativePath=".\include\Poco\DOM\Notation.h" + > + + RelativePath=".\include\Poco\DOM\ProcessingInstruction.h" + > + + RelativePath=".\include\Poco\DOM\Text.h" + > + + RelativePath=".\include\Poco\Dom\TreeWalker.h" + > + + Name="Source Files" + > + RelativePath=".\src\AbstractContainerNode.cpp" + > + + RelativePath=".\src\AbstractNode.cpp" + > + + RelativePath=".\src\Attr.cpp" + > + + RelativePath=".\src\AttrMap.cpp" + > + + RelativePath=".\src\CDATASection.cpp" + > + + RelativePath=".\src\CharacterData.cpp" + > + + RelativePath=".\src\ChildNodesList.cpp" + > + + RelativePath=".\src\Comment.cpp" + > + + RelativePath=".\src\Document.cpp" + > + + RelativePath=".\src\DocumentEvent.cpp" + > + + RelativePath=".\src\DocumentFragment.cpp" + > + + RelativePath=".\src\DocumentType.cpp" + > + + RelativePath=".\src\DOMBuilder.cpp" + > + + RelativePath=".\src\DOMException.cpp" + > + + RelativePath=".\src\DOMImplementation.cpp" + > + + RelativePath=".\src\DOMObject.cpp" + > + + RelativePath=".\src\DOMParser.cpp" + > + + RelativePath=".\src\DOMSerializer.cpp" + > + + RelativePath=".\src\DOMWriter.cpp" + > + + RelativePath=".\src\DTDMap.cpp" + > + + RelativePath=".\src\Element.cpp" + > + + RelativePath=".\src\ElementsByTagNameList.cpp" + > + + RelativePath=".\src\Entity.cpp" + > + + RelativePath=".\src\EntityReference.cpp" + > + + RelativePath=".\src\Event.cpp" + > + + RelativePath=".\src\EventDispatcher.cpp" + > + + RelativePath=".\src\EventException.cpp" + > + + RelativePath=".\src\EventListener.cpp" + > + + RelativePath=".\src\EventTarget.cpp" + > + + RelativePath=".\src\MutationEvent.cpp" + > + + RelativePath=".\src\NamedNodeMap.cpp" + > + + RelativePath=".\src\Node.cpp" + > + + RelativePath=".\src\NodeAppender.cpp" + > + + RelativePath=".\src\NodeFilter.cpp" + > + + RelativePath=".\src\NodeIterator.cpp" + > + + RelativePath=".\src\NodeList.cpp" + > + + RelativePath=".\src\Notation.cpp" + > + + RelativePath=".\src\ProcessingInstruction.cpp" + > + + RelativePath=".\src\Text.cpp" + > + + RelativePath=".\src\TreeWalker.cpp" + > + + Name="Expat" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Xml\expat.h" + > + + RelativePath=".\include\Poco\Xml\expat_external.h" + > + + Name="Source Files" + > + RelativePath=".\src\ascii.h" + > + + RelativePath=".\src\asciitab.h" + > + + RelativePath=".\src\expat_config.h" + > + + RelativePath=".\src\iasciitab.h" + > + + RelativePath=".\src\internal.h" + > + + RelativePath=".\src\latin1tab.h" + > + + RelativePath=".\src\nametab.h" + > + + RelativePath=".\src\utf8tab.h" + > + + RelativePath=".\src\xmlparse.cpp" + > + + RelativePath=".\src\xmlrole.c" + > + + RelativePath=".\src\xmlrole.h" + > + + RelativePath=".\src\xmltok.c" + > + + RelativePath=".\src\xmltok.h" + > + + RelativePath=".\src\xmltok_impl.c" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\xmltok_impl.h" + > + + RelativePath=".\src\xmltok_ns.c" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath="..\DLLVersion.rc" + > + > + Name="VCResourceCompilerTool" + /> + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> - + + diff --git a/XML/XML_x64_vs90.vcproj b/XML/XML_x64_vs90.vcproj index 8bd1666de..aac2524aa 100644 --- a/XML/XML_x64_vs90.vcproj +++ b/XML/XML_x64_vs90.vcproj @@ -1,35 +1,46 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + Name="x64" + /> - + + + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + CharacterSet="2" + > + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> - + + + Name="XML" + > + Name="Header Files" + > + RelativePath=".\include\Poco\XML\Content.h" + > + + RelativePath=".\include\Poco\XML\Name.h" + > + + RelativePath=".\include\Poco\Xml\NamePool.h" + > + + RelativePath=".\include\Poco\Xml\NamespaceStrategy.h" + > + + RelativePath=".\include\Poco\Xml\ParserEngine.h" + > + + RelativePath=".\include\Poco\XML\QName.h" + > + + RelativePath=".\include\Poco\XML\ValueTraits.h" + > + + RelativePath=".\include\Poco\Xml\XML.h" + > + + RelativePath=".\include\Poco\Xml\XMLException.h" + > + + RelativePath=".\include\Poco\Xml\XMLStream.h" + > + + RelativePath=".\include\Poco\XML\XMLStreamParser.h" + > + + RelativePath=".\include\Poco\XML\XMLStreamParserException.h" + > + + RelativePath=".\include\Poco\Xml\XMLString.h" + > + + RelativePath=".\include\Poco\Xml\XMLWriter.h" + > + + Name="Source Files" + > + RelativePath=".\src\Name.cpp" + > + + RelativePath=".\src\NamePool.cpp" + > + + RelativePath=".\src\NamespaceStrategy.cpp" + > + + RelativePath=".\src\ParserEngine.cpp" + > + + RelativePath=".\src\QName.cpp" + > + + RelativePath=".\src\ValueTraits.cpp" + > + + RelativePath=".\src\XMLException.cpp" + > + + RelativePath=".\src\XMLStreamParser.cpp" + > + + RelativePath=".\src\XMLStreamParserException.cpp" + > + + RelativePath=".\src\XMLString.cpp" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\XMLWriter.cpp" + > + + Name="SAX" + > + Name="Header Files" + > + RelativePath=".\include\Poco\SAX\Attributes.h" + > + + RelativePath=".\include\Poco\SAX\AttributesImpl.h" + > + + RelativePath=".\include\Poco\SAX\ContentHandler.h" + > + + RelativePath=".\include\Poco\SAX\DeclHandler.h" + > + + RelativePath=".\include\Poco\SAX\DefaultHandler.h" + > + + RelativePath=".\include\Poco\SAX\DTDHandler.h" + > + + RelativePath=".\include\Poco\SAX\EntityResolver.h" + > + + RelativePath=".\include\Poco\Sax\EntityResolverImpl.h" + > + + RelativePath=".\include\Poco\SAX\ErrorHandler.h" + > + + RelativePath=".\include\Poco\SAX\InputSource.h" + > + + RelativePath=".\include\Poco\SAX\LexicalHandler.h" + > + + RelativePath=".\include\Poco\SAX\Locator.h" + > + + RelativePath=".\include\Poco\Sax\LocatorImpl.h" + > + + RelativePath=".\include\Poco\SAX\NamespaceSupport.h" + > + + RelativePath=".\include\Poco\SAX\SAXException.h" + > + + RelativePath=".\include\Poco\Sax\SAXParser.h" + > + + RelativePath=".\include\Poco\Sax\WhitespaceFilter.h" + > + + RelativePath=".\include\Poco\Sax\XMLFilter.h" + > + + RelativePath=".\include\Poco\Sax\XMLFilterImpl.h" + > + + RelativePath=".\include\Poco\SAX\XMLReader.h" + > + + Name="Source Files" + > + RelativePath=".\src\Attributes.cpp" + > + + RelativePath=".\src\AttributesImpl.cpp" + > + + RelativePath=".\src\ContentHandler.cpp" + > + + RelativePath=".\src\DeclHandler.cpp" + > + + RelativePath=".\src\DefaultHandler.cpp" + > + + RelativePath=".\src\DTDHandler.cpp" + > + + RelativePath=".\src\EntityResolver.cpp" + > + + RelativePath=".\src\EntityResolverImpl.cpp" + > + + RelativePath=".\src\ErrorHandler.cpp" + > + + RelativePath=".\src\InputSource.cpp" + > + + RelativePath=".\src\LexicalHandler.cpp" + > + + RelativePath=".\src\Locator.cpp" + > + + RelativePath=".\src\LocatorImpl.cpp" + > + + RelativePath=".\src\NamespaceSupport.cpp" + > + + RelativePath=".\src\SAXException.cpp" + > + + RelativePath=".\src\SAXParser.cpp" + > + + RelativePath=".\src\WhitespaceFilter.cpp" + > + + RelativePath=".\src\XMLFilter.cpp" + > + + RelativePath=".\src\XMLFilterImpl.cpp" + > + + RelativePath=".\src\XMLReader.cpp" + > + + Name="DOM" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Dom\AbstractContainerNode.h" + > + + RelativePath=".\include\Poco\Dom\AbstractNode.h" + > + + RelativePath=".\include\Poco\DOM\Attr.h" + > + + RelativePath=".\include\Poco\Dom\AttrMap.h" + > + + RelativePath=".\include\Poco\Dom\AutoPtr.h" + > + + RelativePath=".\include\Poco\DOM\CDATASection.h" + > + + RelativePath=".\include\Poco\DOM\CharacterData.h" + > + + RelativePath=".\include\Poco\Dom\ChildNodesList.h" + > + + RelativePath=".\include\Poco\DOM\Comment.h" + > + + RelativePath=".\include\Poco\DOM\Document.h" + > + + RelativePath=".\include\Poco\DOM\DocumentEvent.h" + > + + RelativePath=".\include\Poco\DOM\DocumentFragment.h" + > + + RelativePath=".\include\Poco\DOM\DocumentType.h" + > + + RelativePath=".\include\Poco\Dom\DOMBuilder.h" + > + + RelativePath=".\include\Poco\DOM\DOMException.h" + > + + RelativePath=".\include\Poco\DOM\DOMImplementation.h" + > + + RelativePath=".\include\Poco\DOM\DOMObject.h" + > + + RelativePath=".\include\Poco\Dom\DOMParser.h" + > + + RelativePath=".\include\Poco\Dom\DOMSerializer.h" + > + + RelativePath=".\include\Poco\DOM\DOMWriter.h" + > + + RelativePath=".\include\Poco\Dom\DTDMap.h" + > + + RelativePath=".\include\Poco\DOM\Element.h" + > + + RelativePath=".\include\Poco\Dom\ElementsByTagNameList.h" + > + + RelativePath=".\include\Poco\DOM\Entity.h" + > + + RelativePath=".\include\Poco\DOM\EntityReference.h" + > + + RelativePath=".\include\Poco\DOM\Event.h" + > + + RelativePath=".\include\Poco\Dom\EventDispatcher.h" + > + + RelativePath=".\include\Poco\DOM\EventException.h" + > + + RelativePath=".\include\Poco\DOM\EventListener.h" + > + + RelativePath=".\include\Poco\DOM\EventTarget.h" + > + + RelativePath=".\include\Poco\DOM\MutationEvent.h" + > + + RelativePath=".\include\Poco\DOM\NamedNodeMap.h" + > + + RelativePath=".\include\Poco\DOM\Node.h" + > + + RelativePath=".\include\Poco\DOM\NodeAppender.h" + > + + RelativePath=".\include\Poco\Dom\NodeFilter.h" + > + + RelativePath=".\include\Poco\Dom\NodeIterator.h" + > + + RelativePath=".\include\Poco\DOM\NodeList.h" + > + + RelativePath=".\include\Poco\DOM\Notation.h" + > + + RelativePath=".\include\Poco\DOM\ProcessingInstruction.h" + > + + RelativePath=".\include\Poco\DOM\Text.h" + > + + RelativePath=".\include\Poco\Dom\TreeWalker.h" + > + + Name="Source Files" + > + RelativePath=".\src\AbstractContainerNode.cpp" + > + + RelativePath=".\src\AbstractNode.cpp" + > + + RelativePath=".\src\Attr.cpp" + > + + RelativePath=".\src\AttrMap.cpp" + > + + RelativePath=".\src\CDATASection.cpp" + > + + RelativePath=".\src\CharacterData.cpp" + > + + RelativePath=".\src\ChildNodesList.cpp" + > + + RelativePath=".\src\Comment.cpp" + > + + RelativePath=".\src\Document.cpp" + > + + RelativePath=".\src\DocumentEvent.cpp" + > + + RelativePath=".\src\DocumentFragment.cpp" + > + + RelativePath=".\src\DocumentType.cpp" + > + + RelativePath=".\src\DOMBuilder.cpp" + > + + RelativePath=".\src\DOMException.cpp" + > + + RelativePath=".\src\DOMImplementation.cpp" + > + + RelativePath=".\src\DOMObject.cpp" + > + + RelativePath=".\src\DOMParser.cpp" + > + + RelativePath=".\src\DOMSerializer.cpp" + > + + RelativePath=".\src\DOMWriter.cpp" + > + + RelativePath=".\src\DTDMap.cpp" + > + + RelativePath=".\src\Element.cpp" + > + + RelativePath=".\src\ElementsByTagNameList.cpp" + > + + RelativePath=".\src\Entity.cpp" + > + + RelativePath=".\src\EntityReference.cpp" + > + + RelativePath=".\src\Event.cpp" + > + + RelativePath=".\src\EventDispatcher.cpp" + > + + RelativePath=".\src\EventException.cpp" + > + + RelativePath=".\src\EventListener.cpp" + > + + RelativePath=".\src\EventTarget.cpp" + > + + RelativePath=".\src\MutationEvent.cpp" + > + + RelativePath=".\src\NamedNodeMap.cpp" + > + + RelativePath=".\src\Node.cpp" + > + + RelativePath=".\src\NodeAppender.cpp" + > + + RelativePath=".\src\NodeFilter.cpp" + > + + RelativePath=".\src\NodeIterator.cpp" + > + + RelativePath=".\src\NodeList.cpp" + > + + RelativePath=".\src\Notation.cpp" + > + + RelativePath=".\src\ProcessingInstruction.cpp" + > + + RelativePath=".\src\Text.cpp" + > + + RelativePath=".\src\TreeWalker.cpp" + > + + Name="Expat" + > + Name="Header Files" + > + RelativePath=".\include\Poco\Xml\expat.h" + > + + RelativePath=".\include\Poco\Xml\expat_external.h" + > + + Name="Source Files" + > + RelativePath=".\src\ascii.h" + > + + RelativePath=".\src\asciitab.h" + > + + RelativePath=".\src\expat_config.h" + > + + RelativePath=".\src\iasciitab.h" + > + + RelativePath=".\src\internal.h" + > + + RelativePath=".\src\latin1tab.h" + > + + RelativePath=".\src\nametab.h" + > + + RelativePath=".\src\utf8tab.h" + > + + RelativePath=".\src\xmlparse.cpp" + > + + RelativePath=".\src\xmlrole.c" + > + + RelativePath=".\src\xmlrole.h" + > + + RelativePath=".\src\xmltok.c" + > + + RelativePath=".\src\xmltok.h" + > + + RelativePath=".\src\xmltok_impl.c" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath=".\src\xmltok_impl.h" + > + + RelativePath=".\src\xmltok_ns.c" + > + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCCLCompilerTool" + /> + RelativePath="..\DLLVersion.rc" + > + > + Name="VCResourceCompilerTool" + /> + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> + ExcludedFromBuild="true" + > + Name="VCResourceCompilerTool" + /> - + +