From d1ca04349bc91c9dedfe9b8ebeb19c8f42ef2720 Mon Sep 17 00:00:00 2001 From: Rod Widdowson Date: Sun, 1 May 2016 14:33:13 +0100 Subject: [PATCH] CPPXT-106 Move to VC14 - initial work https://issues.shibboleth.net/jira/browse/CPPXT-106 Initial populate from VC10 build --- projects/vc14/.gitignore | 12 + projects/vc14/cpp-xmltooling.sln | 134 ++++++ projects/vc14/xmltooling/.gitignore | 15 + projects/vc14/xmltooling/xmltooling-lite.vcxproj | 293 ++++++++++++ .../xmltooling/xmltooling-lite.vcxproj.filters | 297 ++++++++++++ projects/vc14/xmltooling/xmltooling.vcxproj | 347 ++++++++++++++ .../vc14/xmltooling/xmltooling.vcxproj.filters | 528 +++++++++++++++++++++ .../vc14/xmltoolingtest/xmltoolingtest.vcxproj | 444 +++++++++++++++++ .../xmltoolingtest/xmltoolingtest.vcxproj.filters | 127 +++++ 9 files changed, 2197 insertions(+) create mode 100644 projects/vc14/.gitignore create mode 100644 projects/vc14/cpp-xmltooling.sln create mode 100644 projects/vc14/xmltooling/.gitignore create mode 100644 projects/vc14/xmltooling/xmltooling-lite.vcxproj create mode 100644 projects/vc14/xmltooling/xmltooling-lite.vcxproj.filters create mode 100644 projects/vc14/xmltooling/xmltooling.vcxproj create mode 100644 projects/vc14/xmltooling/xmltooling.vcxproj.filters create mode 100644 projects/vc14/xmltoolingtest/xmltoolingtest.vcxproj create mode 100644 projects/vc14/xmltoolingtest/xmltoolingtest.vcxproj.filters diff --git a/projects/vc14/.gitignore b/projects/vc14/.gitignore new file mode 100644 index 0000000..3db71f5 --- /dev/null +++ b/projects/vc14/.gitignore @@ -0,0 +1,12 @@ +/Debug +/*.lo +/*.la +/*.user +/*.cpp +/Release +/.deps +/.libs +/Makefile +/Makefile.in +/x64 +/ipch \ No newline at end of file diff --git a/projects/vc14/cpp-xmltooling.sln b/projects/vc14/cpp-xmltooling.sln new file mode 100644 index 0000000..67aa1b1 --- /dev/null +++ b/projects/vc14/cpp-xmltooling.sln @@ -0,0 +1,134 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{61BF324D-2532-49C9-93CE-DF0E89529D4F}" + ProjectSection(SolutionItems) = preProject + ..\..\m4\acinclude.m4 = ..\..\m4\acinclude.m4 + ..\..\m4\acx_pthread.m4 = ..\..\m4\acx_pthread.m4 + ..\..\m4\ax_create_pkgconfig_info.m4 = ..\..\m4\ax_create_pkgconfig_info.m4 + ..\..\m4\boost.m4 = ..\..\m4\boost.m4 + ..\..\config_win32.h = ..\..\config_win32.h + ..\..\configure.ac = ..\..\configure.ac + ..\..\doxygen.am = ..\..\doxygen.am + ..\..\doxygen.cfg = ..\..\doxygen.cfg + ..\..\m4\doxygen.m4 = ..\..\m4\doxygen.m4 + ..\..\Makefile.am = ..\..\Makefile.am + ..\..\xmltooling.spec.in = ..\..\xmltooling.spec.in + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Schemas", "Schemas", "{23EF5C29-2A13-4F73-99D1-96B8120F148E}" + ProjectSection(SolutionItems) = preProject + ..\..\schemas\catalog.xml.in = ..\..\schemas\catalog.xml.in + ..\..\schemas\Makefile.am = ..\..\schemas\Makefile.am + ..\..\schemas\soap-envelope.xsd = ..\..\schemas\soap-envelope.xsd + ..\..\schemas\xenc-schema.xsd = ..\..\schemas\xenc-schema.xsd + ..\..\schemas\xenc11-schema.xsd = ..\..\schemas\xenc11-schema.xsd + ..\..\schemas\xml.xsd = ..\..\schemas\xml.xsd + ..\..\schemas\xmldsig-core-schema.xsd = ..\..\schemas\xmldsig-core-schema.xsd + ..\..\schemas\xmldsig11-schema.xsd = ..\..\schemas\xmldsig11-schema.xsd + ..\..\schemas\xmltooling.xsd = ..\..\schemas\xmltooling.xsd + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencies", "{EE6145CB-F979-4AD2-9D7D-6834345D1983}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "curl", "curl", "{85004FE4-CBD1-4A6D-B60D-EBBF0C267DEF}" + ProjectSection(SolutionItems) = preProject + ..\..\dependencies\curl\curl.spec.patch = ..\..\dependencies\curl\curl.spec.patch + ..\..\dependencies\curl\depend = ..\..\dependencies\curl\depend + ..\..\dependencies\curl\pkginfo = ..\..\dependencies\curl\pkginfo + ..\..\dependencies\curl\postinstall = ..\..\dependencies\curl\postinstall + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "openssl", "openssl", "{F284B9F5-612F-45B2-9D2F-A084EC6C91B5}" + ProjectSection(SolutionItems) = preProject + ..\..\dependencies\openssl\pkginfo = ..\..\dependencies\openssl\pkginfo + ..\..\dependencies\openssl\postinstall = ..\..\dependencies\openssl\postinstall + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "xerces", "xerces", "{06F58C02-6110-4D42-9981-B326910B3E2D}" + ProjectSection(SolutionItems) = preProject + ..\..\dependencies\xerces\pkginfo = ..\..\dependencies\xerces\pkginfo + ..\..\dependencies\xerces\Portfile = ..\..\dependencies\xerces\Portfile + ..\..\dependencies\xerces\xerces-c.spec = ..\..\dependencies\xerces\xerces-c.spec + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "xml-security", "xml-security", "{549A0182-0C7A-4F29-9A9F-E112C3E394E1}" + ProjectSection(SolutionItems) = preProject + ..\..\dependencies\xml-security\depend = ..\..\dependencies\xml-security\depend + ..\..\dependencies\xml-security\pkginfo = ..\..\dependencies\xml-security\pkginfo + ..\..\dependencies\xml-security\Portfile = ..\..\dependencies\xml-security\Portfile + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "log4shib", "log4shib", "{96FDD5D7-1231-4953-8DB6-8A5133553AB9}" + ProjectSection(SolutionItems) = preProject + ..\..\dependencies\log4shib\pkginfo = ..\..\dependencies\log4shib\pkginfo + ..\..\dependencies\log4shib\postinstall = ..\..\dependencies\log4shib\postinstall + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "log4cpp", "log4cpp", "{F2F0B2B6-6E60-4E61-81D2-305D1779622E}" + ProjectSection(SolutionItems) = preProject + ..\..\dependencies\log4cpp\pkginfo = ..\..\dependencies\log4cpp\pkginfo + ..\..\dependencies\log4cpp\postinstall = ..\..\dependencies\log4cpp\postinstall + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Doc", "Doc", "{847EC34E-0069-4427-B42C-1B6E29906930}" + ProjectSection(SolutionItems) = preProject + ..\..\doc\CURL.LICENSE = ..\..\doc\CURL.LICENSE + ..\..\doc\LICENSE.txt = ..\..\doc\LICENSE.txt + ..\..\doc\LOG4CPP.LICENSE = ..\..\doc\LOG4CPP.LICENSE + ..\..\doc\Makefile.am = ..\..\doc\Makefile.am + ..\..\doc\OPENSSL.LICENSE = ..\..\doc\OPENSSL.LICENSE + ..\..\doc\README.txt = ..\..\doc\README.txt + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmltooling", "xmltooling\xmltooling.vcxproj", "{06B55A46-D3B3-41AE-B5A5-B57830BA010D}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmltoolingtest", "xmltoolingtest\xmltoolingtest.vcxproj", "{3E34CDCC-FCBA-490D-A165-1CB6F4559799}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmltooling-lite", "xmltooling\xmltooling-lite.vcxproj", "{06B55A46-D3B3-41AE-B5A5-B57830BA010E}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {06B55A46-D3B3-41AE-B5A5-B57830BA010D}.Debug|Win32.ActiveCfg = Debug|Win32 + {06B55A46-D3B3-41AE-B5A5-B57830BA010D}.Debug|Win32.Build.0 = Debug|Win32 + {06B55A46-D3B3-41AE-B5A5-B57830BA010D}.Debug|x64.ActiveCfg = Debug|x64 + {06B55A46-D3B3-41AE-B5A5-B57830BA010D}.Debug|x64.Build.0 = Debug|x64 + {06B55A46-D3B3-41AE-B5A5-B57830BA010D}.Release|Win32.ActiveCfg = Release|Win32 + {06B55A46-D3B3-41AE-B5A5-B57830BA010D}.Release|Win32.Build.0 = Release|Win32 + {06B55A46-D3B3-41AE-B5A5-B57830BA010D}.Release|x64.ActiveCfg = Release|x64 + {06B55A46-D3B3-41AE-B5A5-B57830BA010D}.Release|x64.Build.0 = Release|x64 + {3E34CDCC-FCBA-490D-A165-1CB6F4559799}.Debug|Win32.ActiveCfg = Debug|Win32 + {3E34CDCC-FCBA-490D-A165-1CB6F4559799}.Debug|Win32.Build.0 = Debug|Win32 + {3E34CDCC-FCBA-490D-A165-1CB6F4559799}.Debug|x64.ActiveCfg = Debug|x64 + {3E34CDCC-FCBA-490D-A165-1CB6F4559799}.Debug|x64.Build.0 = Debug|x64 + {3E34CDCC-FCBA-490D-A165-1CB6F4559799}.Release|Win32.ActiveCfg = Release|Win32 + {3E34CDCC-FCBA-490D-A165-1CB6F4559799}.Release|Win32.Build.0 = Release|Win32 + {3E34CDCC-FCBA-490D-A165-1CB6F4559799}.Release|x64.ActiveCfg = Release|x64 + {3E34CDCC-FCBA-490D-A165-1CB6F4559799}.Release|x64.Build.0 = Release|x64 + {06B55A46-D3B3-41AE-B5A5-B57830BA010E}.Debug|Win32.ActiveCfg = Debug|Win32 + {06B55A46-D3B3-41AE-B5A5-B57830BA010E}.Debug|Win32.Build.0 = Debug|Win32 + {06B55A46-D3B3-41AE-B5A5-B57830BA010E}.Debug|x64.ActiveCfg = Debug|x64 + {06B55A46-D3B3-41AE-B5A5-B57830BA010E}.Debug|x64.Build.0 = Debug|x64 + {06B55A46-D3B3-41AE-B5A5-B57830BA010E}.Release|Win32.ActiveCfg = Release|Win32 + {06B55A46-D3B3-41AE-B5A5-B57830BA010E}.Release|Win32.Build.0 = Release|Win32 + {06B55A46-D3B3-41AE-B5A5-B57830BA010E}.Release|x64.ActiveCfg = Release|x64 + {06B55A46-D3B3-41AE-B5A5-B57830BA010E}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {85004FE4-CBD1-4A6D-B60D-EBBF0C267DEF} = {EE6145CB-F979-4AD2-9D7D-6834345D1983} + {F284B9F5-612F-45B2-9D2F-A084EC6C91B5} = {EE6145CB-F979-4AD2-9D7D-6834345D1983} + {06F58C02-6110-4D42-9981-B326910B3E2D} = {EE6145CB-F979-4AD2-9D7D-6834345D1983} + {549A0182-0C7A-4F29-9A9F-E112C3E394E1} = {EE6145CB-F979-4AD2-9D7D-6834345D1983} + {96FDD5D7-1231-4953-8DB6-8A5133553AB9} = {EE6145CB-F979-4AD2-9D7D-6834345D1983} + {F2F0B2B6-6E60-4E61-81D2-305D1779622E} = {EE6145CB-F979-4AD2-9D7D-6834345D1983} + EndGlobalSection +EndGlobal diff --git a/projects/vc14/xmltooling/.gitignore b/projects/vc14/xmltooling/.gitignore new file mode 100644 index 0000000..d083c64 --- /dev/null +++ b/projects/vc14/xmltooling/.gitignore @@ -0,0 +1,15 @@ +/Debug +/*.user +/Release +/config_pub.h +/.deps +/.libs +/Makefile +/Makefile.in +/stamp-h2 +/xmltooling-lite-Debug +/xmltooling-lite-Release +/x64 +/*.aps +/*.lo +/*.la diff --git a/projects/vc14/xmltooling/xmltooling-lite.vcxproj b/projects/vc14/xmltooling/xmltooling-lite.vcxproj new file mode 100644 index 0000000..b8499a1 --- /dev/null +++ b/projects/vc14/xmltooling/xmltooling-lite.vcxproj @@ -0,0 +1,293 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {06B55A46-D3B3-41AE-B5A5-B57830BA010E} + xmltooling-lite + Win32Proj + + + + DynamicLibrary + MultiByte + true + + + DynamicLibrary + MultiByte + + + DynamicLibrary + MultiByte + true + + + DynamicLibrary + MultiByte + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(ProjectName)-$(Configuration)\ + true + $(SolutionDir)..\..\Build\VC10\$(Configuration)\ + $(SolutionDir)..\..\Build\VC10\$(Platform)\$(Configuration)\ + $(Platform)\$(ProjectName)-$(Configuration)\ + true + $(ProjectName)-$(Configuration)\ + $(SolutionDir)..\..\Build\VC10\$(Configuration)\ + $(SolutionDir)..\..\Build\VC10\$(Platform)\$(Configuration)\ + $(Platform)\$(ProjectName)-$(Configuration)\ + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + $(ProjectName)1_5 + $(ProjectName)1_5 + $(ProjectName)1_5D + $(ProjectName)1_5D + + + + Disabled + $(SolutionDir)..\..\;$(ProjectDir)..\..\..\XMLTooling;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;XMLTOOLING_LITE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + true + Level3 + EditAndContinue + + + _DEBUG;XMLTOOLING_LITE;%(PreprocessorDefinitions) + + + wsock32.lib;log4shib1D.lib;xerces-c_3D.lib;%(AdditionalDependencies) + true + Windows + false + + + $(TargetDir)$(ProjectName)1D.lib + MachineX86 + + + + + X64 + + + Disabled + $(SolutionDir)..\..\;$(ProjectDir)..\..\..\XMLTooling;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;XMLTOOLING_LITE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + true + Level3 + ProgramDatabase + + + _DEBUG;XMLTOOLING_LITE;%(PreprocessorDefinitions) + + + wsock32.lib;log4shib1D.lib;xerces-c_3D.lib;%(AdditionalDependencies) + true + Windows + + + $(TargetDir)$(ProjectName)1D.lib + + + + + $(SolutionDir)..\..\;$(ProjectDir)..\..\..\XMLTooling;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;XMLTOOLING_LITE;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + + + XMLTOOLING_LITE;%(PreprocessorDefinitions) + + + wsock32.lib;log4shib1.lib;xerces-c_3.lib;%(AdditionalDependencies) + true + Windows + true + true + false + + + $(TargetDir)$(ProjectName)1.lib + MachineX86 + + + + + X64 + + + $(SolutionDir)..\..\;$(ProjectDir)..\..\..\XMLTooling;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;XMLTOOLING_LITE;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + + + XMLTOOLING_LITE;%(PreprocessorDefinitions) + + + wsock32.lib;log4shib1.lib;xerces-c_3.lib;%(AdditionalDependencies) + true + Windows + true + true + + + $(TargetDir)$(ProjectName)1.lib + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/projects/vc14/xmltooling/xmltooling-lite.vcxproj.filters b/projects/vc14/xmltooling/xmltooling-lite.vcxproj.filters new file mode 100644 index 0000000..cc5accb --- /dev/null +++ b/projects/vc14/xmltooling/xmltooling-lite.vcxproj.filters @@ -0,0 +1,297 @@ + + + + + {5FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {6b31e0fe-3ed6-42a1-91ab-01785706b725} + + + {0192d858-4723-4ee6-b664-45090a294e58} + + + {a8379edd-bc5d-4566-861b-1609b8be7556} + + + {d8ada3a2-c249-495c-a156-23be280c8f7e} + + + {c8607946-d663-43ef-b1a9-d45aa87d2561} + + + {e166c754-ceb0-4852-88e5-77c7ef6d519a} + + + {93995380-89BD-4b04-88EB-625FBE52EBFC} + h;hpp;hxx;hm;inl;inc;xsd + + + {c7d3c01c-c0f1-4f9d-99b9-9e6292ee7907} + + + {63cd591c-270f-489a-bd8f-f0a10c3ed035} + + + {5c74a183-c6f1-433e-8f7a-1b540d7f6661} + + + {ebed0c01-a837-40f8-8e5d-87308964abb6} + + + {dc121f87-4caa-478c-a125-2bb8240b92e9} + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD02} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files\util + + + Source Files\util + + + Source Files\util + + + Source Files\util + + + Source Files\util + + + Source Files\util + + + Source Files\util + + + Source Files\util + + + Source Files\util + + + Source Files\util + + + Source Files\io + + + Source Files\io + + + Source Files\io + + + Source Files\io + + + Source Files\impl + + + Source Files\impl + + + Source Files\validation + + + Source Files\soap\impl + + + Source Files\soap\impl + + + Source Files\soap\impl + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files\util + + + Header Files\util + + + Header Files\util + + + Header Files\util + + + Header Files\util + + + Header Files\util + + + Header Files\util + + + Header Files\util + + + Header Files\util + + + Header Files\util + + + Header Files\util + + + Header Files\util + + + Header Files\io + + + Header Files\io + + + Header Files\impl + + + Header Files\impl + + + Header Files\validation + + + Header Files\validation + + + Header Files\soap + + + Header Files\soap + + + Header Files\soap + + + Header Files\soap + + + + + Resource Files + + + + + + + diff --git a/projects/vc14/xmltooling/xmltooling.vcxproj b/projects/vc14/xmltooling/xmltooling.vcxproj new file mode 100644 index 0000000..c330b7a --- /dev/null +++ b/projects/vc14/xmltooling/xmltooling.vcxproj @@ -0,0 +1,347 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {06B55A46-D3B3-41AE-B5A5-B57830BA010D} + xmltooling + Win32Proj + + + + DynamicLibrary + MultiByte + true + + + DynamicLibrary + MultiByte + + + DynamicLibrary + MultiByte + true + + + DynamicLibrary + MultiByte + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + true + $(SolutionDir)..\..\Build\VC10\$(Configuration)\ + $(SolutionDir)..\..\Build\VC10\$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + $(SolutionDir)..\..\Build\VC10\$(Configuration)\ + $(SolutionDir)..\..\Build\VC10\$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + $(ProjectName)1_5D + $(ProjectName)1_5D + $(ProjectName)1_5 + $(ProjectName)1_5 + + + + Disabled + $(SolutionDir)..\..\;$(ProjectDir)\..\..\..\XMLTooling\;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + + + true + Level3 + EditAndContinue + MultiThreadedDebugDLL + + + _DEBUG;%(PreprocessorDefinitions) + + + wsock32.lib;log4shib1D.lib;xerces-c_3D.lib;xsec_1D.lib;libeay32D.lib;ssleay32D.lib;libcurl5d_imp.lib;%(AdditionalDependencies) + true + Windows + + + $(TargetDir)$(ProjectName)1D.lib + + + + + X64 + + + Disabled + $(SolutionDir)..\..\;$(ProjectDir)\..\..\..\XMLTooling;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + + + true + Level3 + ProgramDatabase + MultiThreadedDebugDLL + + + _DEBUG;%(PreprocessorDefinitions) + + + wsock32.lib;log4shib1D.lib;xerces-c_3D.lib;xsec_1D.lib;libeay32D.lib;ssleay32D.lib;libcurl5d_imp.lib;%(AdditionalDependencies) + true + Windows + + + $(TargetDir)$(ProjectName)1D.lib + + + + + $(SolutionDir)..\..\;$(ProjectDir)\..\..\..\XMLTooling\;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + + + Level3 + ProgramDatabase + + + wsock32.lib;log4shib1.lib;xerces-c_3.lib;xsec_1.lib;libeay32.lib;ssleay32.lib;libcurl5_imp.lib;%(AdditionalDependencies) + true + Windows + true + true + + + $(TargetDir)$(ProjectName)1.lib + + + + + X64 + + + $(SolutionDir)..\..\;$(ProjectDir)\..\..\..\XMLTooling\;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + + + Level3 + ProgramDatabase + + + wsock32.lib;log4shib1.lib;xerces-c_3.lib;xsec_1.lib;libeay32.lib;ssleay32.lib;libcurl5_imp.lib;%(AdditionalDependencies) + true + Windows + true + true + + + $(TargetDir)$(ProjectName)1.lib + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/projects/vc14/xmltooling/xmltooling.vcxproj.filters b/projects/vc14/xmltooling/xmltooling.vcxproj.filters new file mode 100644 index 0000000..a2ef2f8 --- /dev/null +++ b/projects/vc14/xmltooling/xmltooling.vcxproj.filters @@ -0,0 +1,528 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {8b8038f5-ba25-456b-9734-a70686aef04a} + + + {0d7d667e-e1f1-4c0b-a151-d7c4627907aa} + + + {122b507b-6147-4892-8a43-f30af20ef523} + + + {4bd22bc7-71ca-4d3b-8998-8ebea451cc3c} + + + {a4dfe3ee-9b1f-4cd1-9260-04ec12f59cf9} + + + {3d91cda3-da09-4fca-991b-b3162ac58c3b} + + + {0f737f2b-cabf-4da5-a02a-e3df621ed5d3} + + + {b8372dbb-c996-4ef7-8d1e-2877eb272885} + + + {b04066c6-8949-4a59-89b3-1521e6cec860} + + + {306c16b4-af6b-4c21-948d-0149253aa0f0} + + + {bd52f91d-88db-49be-a9cd-445b6a6a61d2} + + + {733d4fc4-edbf-43d3-a95d-6796bd93c296} + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {d470e7cb-b341-46f8-8ebf-2df760ca7caa} + + + {74549b82-97e3-4c43-8603-07ca45818106} + + + {64d95fff-366e-4a00-bf4b-2fc8e3b3a805} + + + {0b7707f6-d7b6-4a2d-a853-83c43810c997} + + + {90125fa2-c1da-4526-88ff-4a45f7c53150} + + + {a88763c2-8c35-46e5-8ecb-ba1f28a11577} + + + {fe2da4fa-ae43-4671-ab6e-8e8abf39703f} + + + {3409a378-6623-4990-97a5-a84925dc0f43} + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files\util + + + Source Files\util + + + Source Files\util + + + Source Files\util + + + Source Files\util + + + Source Files\util + + + Source Files\util + + + Source Files\util + + + Source Files\util + + + Source Files\util + + + Source Files\util + + + Source Files\util + + + Source Files\util + + + Source Files\io + + + Source Files\io + + + Source Files\io + + + Source Files\io + + + Source Files\impl + + + Source Files\impl + + + Source Files\impl + + + Source Files\validation + + + Source Files\signature\impl + + + Source Files\signature\impl + + + Source Files\signature\impl + + + Source Files\signature\impl + + + Source Files\encryption\impl + + + Source Files\encryption\impl + + + Source Files\encryption\impl + + + Source Files\encryption\impl + + + Source Files\encryption\impl + + + Source Files\security\impl + + + Source Files\security\impl + + + Source Files\security\impl + + + Source Files\security\impl + + + Source Files\security\impl + + + Source Files\security\impl + + + Source Files\security\impl + + + Source Files\security\impl + + + Source Files\security\impl + + + Source Files\security\impl + + + Source Files\security\impl + + + Source Files\security\impl + + + Source Files\security\impl + + + Source Files\security\impl + + + Source Files\security\impl + + + Source Files\security\impl + + + Source Files\soap\impl + + + Source Files\soap\impl + + + Source Files\soap\impl + + + Source Files\soap\impl + + + Source Files + + + Source Files\security\impl + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files\util + + + Header Files\util + + + Header Files\util + + + Header Files\util + + + Header Files\util + + + Header Files\util + + + Header Files\util + + + Header Files\util + + + Header Files\util + + + Header Files\util + + + Header Files\util + + + Header Files\util + + + Header Files\util + + + Header Files\util + + + Header Files\util + + + Header Files\io + + + Header Files\io + + + Header Files\io + + + Header Files\io + + + Header Files\io + + + Header Files\io + + + Header Files\impl + + + Header Files\impl + + + Header Files\validation + + + Header Files\validation + + + Header Files\signature + + + Header Files\signature + + + Header Files\signature + + + Header Files\signature + + + Header Files\encryption + + + Header Files\encryption + + + Header Files\encryption + + + Header Files\encryption + + + Header Files\security + + + Header Files\security + + + Header Files\security + + + Header Files\security + + + Header Files\security + + + Header Files\security + + + Header Files\security + + + Header Files\security + + + Header Files\security + + + Header Files\security + + + Header Files\security + + + Header Files\security + + + Header Files\security + + + Header Files\security + + + Header Files\security + + + Header Files\security + + + Header Files\security + + + Header Files\security + + + Header Files\soap + + + Header Files\soap + + + Header Files\soap + + + Header Files\soap + + + Header Files\soap + + + Header Files\security + + + Header Files\security + + + Header Files\security + + + + + Resource Files + + + + + + + diff --git a/projects/vc14/xmltoolingtest/xmltoolingtest.vcxproj b/projects/vc14/xmltoolingtest/xmltoolingtest.vcxproj new file mode 100644 index 0000000..f25eca5 --- /dev/null +++ b/projects/vc14/xmltoolingtest/xmltoolingtest.vcxproj @@ -0,0 +1,444 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {3E34CDCC-FCBA-490D-A165-1CB6F4559799} + xmltoolingtest + $(BuildRoot)\cxxtest\ + Win32Proj + + + + Application + MultiByte + true + v140 + + + Application + MultiByte + v140 + + + Application + MultiByte + true + v140 + + + Application + MultiByte + v140 + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + true + $(SolutionDir)\..\..\Build\VC14\$(Platform)\$(Configuration)\ + $(SolutionDir)\..\..\Build\VC14\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + $(SolutionDir)..\..\Build\VC14\$(Configuration)\ + $(SolutionDir)..\..\Build\VC14\$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + $(SolutionDir)..\..\;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE=1;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + true + Level3 + EditAndContinue + + + xerces-c_3D.lib;xsec_1D.lib;%(AdditionalDependencies) + true + Console + false + + + MachineX86 + + + + + X64 + + + Disabled + $(SolutionDir)..\..\;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE=1;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + true + Level3 + ProgramDatabase + + + xerces-c_3D.lib;xsec_1D.lib;%(AdditionalDependencies) + true + Console + + + + + + + $(SolutionDir)..\..\;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE=1;%(PreprocessorDefinitions) + MultiThreadedDLL + Level3 + ProgramDatabase + + + xerces-c_3.lib;xsec_1.lib;%(AdditionalDependencies) + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + $(SolutionDir)..\..\;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE=1;%(PreprocessorDefinitions) + MultiThreadedDLL + Level3 + ProgramDatabase + + + xerces-c_3.lib;xsec_1.lib;%(AdditionalDependencies) + true + Console + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + + + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + + + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + + + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + + + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + + + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + + + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + + + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + + + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + + + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + %(Filename).cpp;%(Outputs) + %(Filename).cpp;%(Outputs) + + + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + %(Filename).cpp;%(Outputs) + %(Filename).cpp;%(Outputs) + + + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + + + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + + + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + + + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + + + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --part --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + + + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --error-printer --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --error-printer --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --error-printer --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --error-printer --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + + %(Filename).cpp;%(Outputs) + + + + + + + + + {06b55a46-d3b3-41ae-b5a5-b57830ba010d} + false + + + + + + diff --git a/projects/vc14/xmltoolingtest/xmltoolingtest.vcxproj.filters b/projects/vc14/xmltoolingtest/xmltoolingtest.vcxproj.filters new file mode 100644 index 0000000..9c4a619 --- /dev/null +++ b/projects/vc14/xmltoolingtest/xmltoolingtest.vcxproj.filters @@ -0,0 +1,127 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + + + Generated Code + + + Generated Code + + + Generated Code + + + Generated Code + + + Generated Code + + + Generated Code + + + Generated Code + + + Generated Code + + + Generated Code + + + Generated Code + + + Generated Code + + + Generated Code + + + Generated Code + + + Generated Code + + + Generated Code + + + Generated Code + + + Generated Code + + + + + Unit Tests + + + + + + + + Unit Tests + + + Unit Tests + + + Unit Tests + + + Unit Tests + + + Unit Tests + + + Unit Tests + + + Unit Tests + + + Unit Tests + + + Unit Tests + + + Unit Tests + + + Unit Tests + + + Unit Tests + + + Unit Tests + + + Unit Tests + + + Unit Tests + + + Unit Tests + + + Unit Tests + + + \ No newline at end of file -- 2.1.4