[Cppunit-cvs] cppunit2/src cpput_lib.sln,1.3,1.4
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2004-11-17 09:00:55
|
Update of /cvsroot/cppunit/cppunit2/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19369/src Modified Files: cpput_lib.sln Log Message: * moved CppUT::SmartPtr to CppTL::SharedPtr * moved CppUT::AtomicCounter to CppTL::AtomicCounter and inlined implementation Index: cpput_lib.sln =================================================================== RCS file: /cvsroot/cppunit/cppunit2/src/cpput_lib.sln,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** cpput_lib.sln 22 Oct 2004 06:20:23 -0000 1.3 --- cpput_lib.sln 17 Nov 2004 09:00:32 -0000 1.4 *************** *** 9,17 **** EndProjectSection EndProject - Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cpputrunner", "cpputrunner\cpputrunner.vcproj", "{8EC622CA-677A-4CAF-9B22-46F60DCD1822}" - ProjectSection(ProjectDependencies) = postProject - {199257EE-17B2-4BC2-A3F7-D379217A86A0} = {199257EE-17B2-4BC2-A3F7-D379217A86A0} - EndProjectSection - EndProject Global GlobalSection(SolutionConfiguration) = preSolution --- 9,12 ---- *************** *** 28,35 **** {F58E403C-FE39-43E5-B7FD-0478FCE3ACE4}.Release.ActiveCfg = Release|Win32 {F58E403C-FE39-43E5-B7FD-0478FCE3ACE4}.Release.Build.0 = Release|Win32 - {8EC622CA-677A-4CAF-9B22-46F60DCD1822}.Debug.ActiveCfg = Debug|Win32 - {8EC622CA-677A-4CAF-9B22-46F60DCD1822}.Debug.Build.0 = Debug|Win32 - {8EC622CA-677A-4CAF-9B22-46F60DCD1822}.Release.ActiveCfg = Release|Win32 - {8EC622CA-677A-4CAF-9B22-46F60DCD1822}.Release.Build.0 = Release|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution --- 23,26 ---- |