[cpp-xmltooling COMMIT] in /branches/REL_1: cpp-xmltooling.sln msbuild/Versions.props
noreply at shibboleth.net
noreply at shibboleth.net
Sun Oct 14 14:56:06 EDT 2012
Author: scantor
Date: Sun Oct 14 14:56:06 2012
New Revision: 1001
URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=1001&view=rev
Log:
Add new props to solution, bump boost version
Modified:
branches/REL_1/cpp-xmltooling.sln
branches/REL_1/msbuild/Versions.props
Modified: branches/REL_1/cpp-xmltooling.sln
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/cpp-xmltooling.sln?rev=1001&r1=1000&r2=1001&view=diff
==============================================================================
--- branches/REL_1/cpp-xmltooling.sln (original)
+++ branches/REL_1/cpp-xmltooling.sln Sun Oct 14 14:56:06 2012
@@ -1,6 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2010
+# 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
@@ -12,7 +12,9 @@
doxygen.am = doxygen.am
doxygen.cfg = doxygen.cfg
m4\doxygen.m4 = m4\doxygen.m4
+ msbuild\Includes.props = msbuild\Includes.props
Makefile.am = Makefile.am
+ msbuild\Versions.props = msbuild\Versions.props
xmltooling.spec.in = xmltooling.spec.in
EndProjectSection
EndProject
Modified: branches/REL_1/msbuild/Versions.props
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/msbuild/Versions.props?rev=1001&r1=1000&r2=1001&view=diff
==============================================================================
--- branches/REL_1/msbuild/Versions.props (original)
+++ branches/REL_1/msbuild/Versions.props Sun Oct 14 14:56:06 2012
@@ -8,10 +8,9 @@
<xerces Condition="'$(Platform)'=='x64'">xerces-c-3.1.1-x86_64-windows-vc-10.0</xerces>
<xerces Condition="'$(Platform)'=='win32'">xerces-c-3.1.1-x86-windows-vc-10.0</xerces>
<xmlsec>xml-security-c-1.7.0</xmlsec>
- <boost>boost_1_49_0</boost>
+ <boost>boost_1_50_0</boost>
<log4shib>log4shib-1.0.5</log4shib>
<zlib>zlib-1.2.7</zlib>
<fcgi>fcgi-2.4.0-VC10</fcgi>
-
</PropertyGroup>
</Project>
More information about the commits
mailing list