From: <dh...@us...> - 2003-04-13 13:54:58
|
Update of /cvsroot/bayesline/bayesline/src/bayesline In directory sc8-pr-cvs1:/tmp/cvs-serv24972/src/bayesline Added Files: bayesline.sln Removed Files: bayesline.suo Log Message: * integrated cppunit test framework: - added (incomplete) tests for Bool and Sum (@riedel: please take a look at SumPotentialTest.cpp) - we need more test cases - added "test" project, read e-mail to bayesline-devel for how to compile cppunit with VC+7.0 * added Contradiction.equals() --- NEW FILE: bayesline.sln --- Microsoft Visual Studio Solution File, Format Version 7.00 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core", "core\core.vcproj", "{A92608E7-DC74-4231-9F97-51B54162746D}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "winconsole", "winconsole\winconsole.vcproj", "{09526C28-1BEB-486D-A24D-0B68BD8CA513}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcproj", "{D3F38464-3AB3-443C-B502-E74ED847C16B}" EndProject Global GlobalSection(SolutionConfiguration) = preSolution ConfigName.0 = Debug ConfigName.1 = Release EndGlobalSection GlobalSection(ProjectDependencies) = postSolution {09526C28-1BEB-486D-A24D-0B68BD8CA513}.0 = {A92608E7-DC74-4231-9F97-51B54162746D} {D3F38464-3AB3-443C-B502-E74ED847C16B}.0 = {A92608E7-DC74-4231-9F97-51B54162746D} EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution {A92608E7-DC74-4231-9F97-51B54162746D}.Debug.ActiveCfg = Debug|Win32 {A92608E7-DC74-4231-9F97-51B54162746D}.Debug.Build.0 = Debug|Win32 {A92608E7-DC74-4231-9F97-51B54162746D}.Release.ActiveCfg = Release|Win32 {A92608E7-DC74-4231-9F97-51B54162746D}.Release.Build.0 = Release|Win32 {09526C28-1BEB-486D-A24D-0B68BD8CA513}.Debug.ActiveCfg = Debug|Win32 {09526C28-1BEB-486D-A24D-0B68BD8CA513}.Debug.Build.0 = Debug|Win32 {09526C28-1BEB-486D-A24D-0B68BD8CA513}.Release.ActiveCfg = Release|Win32 {09526C28-1BEB-486D-A24D-0B68BD8CA513}.Release.Build.0 = Release|Win32 {D3F38464-3AB3-443C-B502-E74ED847C16B}.Debug.ActiveCfg = Debug|Win32 {D3F38464-3AB3-443C-B502-E74ED847C16B}.Debug.Build.0 = Debug|Win32 {D3F38464-3AB3-443C-B502-E74ED847C16B}.Release.ActiveCfg = Debug|Win32 {D3F38464-3AB3-443C-B502-E74ED847C16B}.Release.Build.0 = Debug|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection GlobalSection(ExtensibilityAddIns) = postSolution EndGlobalSection EndGlobal --- bayesline.suo DELETED --- |