From 554fbdaed6c6d3ffca7b290f876f0288826b739f Mon Sep 17 00:00:00 2001 From: naoaki Date: Mon, 26 May 2008 23:57:19 +0000 Subject: [PATCH] Upgrade the solution and project files to MSVC2008. git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@9 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc --- lbfgs.sln | 26 +++++++++++++------------- lib/lib.vcproj | 12 ++++++++---- sample/sample.vcproj | 16 ++++++---------- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/lbfgs.sln b/lbfgs.sln index 5868e5c..888420a 100644 --- a/lbfgs.sln +++ b/lbfgs.sln @@ -1,11 +1,11 @@  -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lib", "lib\lib.vcproj", "{85EA93B7-A41A-45F2-9159-55BBEE530704}" +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lib", "lib\lib.vcproj", "{C4405B73-A899-44BF-8681-04CE040B6705}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sample", "sample\sample.vcproj", "{230FE517-BDAB-4CDD-A1C4-EF41974F82CE}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sample", "sample\sample.vcproj", "{B4D7D5F5-4A4E-49D5-B38A-E5673520DE66}" ProjectSection(ProjectDependencies) = postProject - {85EA93B7-A41A-45F2-9159-55BBEE530704} = {85EA93B7-A41A-45F2-9159-55BBEE530704} + {C4405B73-A899-44BF-8681-04CE040B6705} = {C4405B73-A899-44BF-8681-04CE040B6705} EndProjectSection EndProject Global @@ -14,14 +14,14 @@ Global Release|Win32 = Release|Win32 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {85EA93B7-A41A-45F2-9159-55BBEE530704}.Debug|Win32.ActiveCfg = Debug|Win32 - {85EA93B7-A41A-45F2-9159-55BBEE530704}.Debug|Win32.Build.0 = Debug|Win32 - {85EA93B7-A41A-45F2-9159-55BBEE530704}.Release|Win32.ActiveCfg = Release|Win32 - {85EA93B7-A41A-45F2-9159-55BBEE530704}.Release|Win32.Build.0 = Release|Win32 - {230FE517-BDAB-4CDD-A1C4-EF41974F82CE}.Debug|Win32.ActiveCfg = Debug|Win32 - {230FE517-BDAB-4CDD-A1C4-EF41974F82CE}.Debug|Win32.Build.0 = Debug|Win32 - {230FE517-BDAB-4CDD-A1C4-EF41974F82CE}.Release|Win32.ActiveCfg = Release|Win32 - {230FE517-BDAB-4CDD-A1C4-EF41974F82CE}.Release|Win32.Build.0 = Release|Win32 + {C4405B73-A899-44BF-8681-04CE040B6705}.Debug|Win32.ActiveCfg = Debug|Win32 + {C4405B73-A899-44BF-8681-04CE040B6705}.Debug|Win32.Build.0 = Debug|Win32 + {C4405B73-A899-44BF-8681-04CE040B6705}.Release|Win32.ActiveCfg = Release|Win32 + {C4405B73-A899-44BF-8681-04CE040B6705}.Release|Win32.Build.0 = Release|Win32 + {B4D7D5F5-4A4E-49D5-B38A-E5673520DE66}.Debug|Win32.ActiveCfg = Debug|Win32 + {B4D7D5F5-4A4E-49D5-B38A-E5673520DE66}.Debug|Win32.Build.0 = Debug|Win32 + {B4D7D5F5-4A4E-49D5-B38A-E5673520DE66}.Release|Win32.ActiveCfg = Release|Win32 + {B4D7D5F5-4A4E-49D5-B38A-E5673520DE66}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/lib/lib.vcproj b/lib/lib.vcproj index bf24952..68448a3 100644 --- a/lib/lib.vcproj +++ b/lib/lib.vcproj @@ -1,11 +1,12 @@ - @@ -116,12 +113,14 @@ /> -