[cpp-xmltooling] branch master updated (7231577 -> da027e5)
Rod Widdowson
rdw at steadingsoftware.com
Mon Apr 25 10:21:29 EDT 2016
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch master
in repository cpp-xmltooling.
from 7231577 Set fourth file version digit to signify rebuild.
new 199d7fc SSPPCC-681 Force XMLSEC to assume OpenSSL
new da027e5 CPPXT-106 Move projects to VC14
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 6 +-
{xmltoolingtest => projects/vc10}/.gitignore | 1 +
.../vc10/cpp-xmltooling.sln | 84 ++---
.../vc10/xmltooling}/.gitignore | 0
.../vc10/xmltooling}/xmltooling-lite.vcxproj | 178 +++++------
.../xmltooling}/xmltooling-lite.vcxproj.filters | 166 +++++-----
projects/vc10/xmltooling/xmltooling.vcxproj | 347 +++++++++++++++++++++
.../vc10/xmltooling}/xmltooling.vcxproj.filters | 296 +++++++++---------
.../vc10/xmltoolingtest}/xmltoolingtest.vcxproj | 54 ++--
.../xmltoolingtest}/xmltoolingtest.vcxproj.filters | 42 +--
xmltooling/internal.h | 3 +
xmltooling/xmltooling.vcxproj | 346 --------------------
12 files changed, 766 insertions(+), 757 deletions(-)
copy {xmltoolingtest => projects/vc10}/.gitignore (95%)
rename cpp-xmltooling.sln => projects/vc10/cpp-xmltooling.sln (65%)
copy {xmltooling => projects/vc10/xmltooling}/.gitignore (100%)
rename {xmltooling => projects/vc10/xmltooling}/xmltooling-lite.vcxproj (62%)
rename {xmltooling => projects/vc10/xmltooling}/xmltooling-lite.vcxproj.filters (54%)
create mode 100644 projects/vc10/xmltooling/xmltooling.vcxproj
rename {xmltooling => projects/vc10/xmltooling}/xmltooling.vcxproj.filters (53%)
rename {xmltoolingtest => projects/vc10/xmltoolingtest}/xmltoolingtest.vcxproj (92%)
rename {xmltoolingtest => projects/vc10/xmltoolingtest}/xmltoolingtest.vcxproj.filters (68%)
delete mode 100644 xmltooling/xmltooling.vcxproj
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list