Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66897 - trunk/libs/math/dot_net_example/boost_math
From: pbristow_at_[hidden]
Date: 2010-11-30 10:25:05


Author: pbristow
Date: 2010-11-30 10:25:03 EST (Tue, 30 Nov 2010)
New Revision: 66897
URL: http://svn.boost.org/trac/boost/changeset/66897

Log:
For vc2010
Text files modified:
   trunk/libs/math/dot_net_example/boost_math/boost_math.sln | 6 +++---
   trunk/libs/math/dot_net_example/boost_math/boost_math.vcproj | 6 +++---
   2 files changed, 6 insertions(+), 6 deletions(-)

Modified: trunk/libs/math/dot_net_example/boost_math/boost_math.sln
==============================================================================
--- trunk/libs/math/dot_net_example/boost_math/boost_math.sln (original)
+++ trunk/libs/math/dot_net_example/boost_math/boost_math.sln 2010-11-30 10:25:03 EST (Tue, 30 Nov 2010)
@@ -1,7 +1,7 @@
 ï»¿
-Microsoft Visual Studio Solution File, Format Version 10.00
-# Visual Studio 2008
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "boost_math", "boost_math.vcproj", "{CEE4BAD0-967A-4193-9EDB-C0DD6C3B05C9}"
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "boost_math", "boost_math.vcxproj", "{CEE4BAD0-967A-4193-9EDB-C0DD6C3B05C9}"
 EndProject
 Global
         GlobalSection(SolutionConfigurationPlatforms) = preSolution

Modified: trunk/libs/math/dot_net_example/boost_math/boost_math.vcproj
==============================================================================
--- trunk/libs/math/dot_net_example/boost_math/boost_math.vcproj (original)
+++ trunk/libs/math/dot_net_example/boost_math/boost_math.vcproj 2010-11-30 10:25:03 EST (Tue, 30 Nov 2010)
@@ -169,17 +169,17 @@
         <References>
                 <AssemblyReference
                         RelativePath="System.dll"
- AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
+ AssemblyName="System, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
                         MinFrameworkVersion="131072"
                 />
                 <AssemblyReference
                         RelativePath="System.Data.dll"
- AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
+ AssemblyName="System.Data, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
                         MinFrameworkVersion="131072"
                 />
                 <AssemblyReference
                         RelativePath="System.XML.dll"
- AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
+ AssemblyName="System.Xml, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
                         MinFrameworkVersion="131072"
                 />
         </References>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk