[Mockpp-commits] mockpp/msvc71/mockpp/examples/tutorial basicmock.vcproj,1.1,1.2 chainmock.vcproj,1.
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-03-23 21:19:34
|
Update of /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16274/msvc71/mockpp/examples/tutorial Modified Files: basicmock.vcproj chainmock.vcproj cppunit.vcproj poormock.vcproj visitmock.vcproj Log Message: back to original paths Index: basicmock.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/basicmock.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- basicmock.vcproj 22 Mar 2005 20:44:33 -0000 1.1 +++ basicmock.vcproj 23 Mar 2005 21:17:38 -0000 1.2 @@ -133,7 +133,7 @@ Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> <File - RelativePath="..\..\..\mockpp\examples\tutorial\basicmock.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\basicmock.cpp"> <FileConfiguration Name="Debug|Win32"> <Tool @@ -145,17 +145,17 @@ </FileConfiguration> </File> <File - RelativePath="..\..\..\mockpp\examples\tutorial\consumer.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.cpp"> </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl"> <File - RelativePath="..\..\..\mockpp\examples\tutorial\consumer.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.h"> </File> <File - RelativePath="..\..\..\mockpp\examples\tutorial\interface.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\interface.h"> </File> </Filter> </Files> Index: visitmock.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/visitmock.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- visitmock.vcproj 22 Mar 2005 20:44:33 -0000 1.1 +++ visitmock.vcproj 23 Mar 2005 21:17:56 -0000 1.2 @@ -133,10 +133,10 @@ Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> <File - RelativePath="..\..\..\mockpp\examples\tutorial\consumer.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.cpp"> </File> <File - RelativePath="..\..\..\mockpp\examples\tutorial\visitmock.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\visitmock.cpp"> <FileConfiguration Name="Debug|Win32"> <Tool @@ -152,10 +152,10 @@ Name="Header Files" Filter=""> <File - RelativePath="..\..\..\mockpp\examples\tutorial\consumer.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.h"> </File> <File - RelativePath="..\..\..\mockpp\examples\tutorial\interface.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\interface.h"> </File> </Filter> </Files> Index: poormock.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/poormock.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- poormock.vcproj 22 Mar 2005 20:44:33 -0000 1.1 +++ poormock.vcproj 23 Mar 2005 21:17:56 -0000 1.2 @@ -142,10 +142,10 @@ Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> <File - RelativePath="..\..\..\mockpp\examples\tutorial\consumer.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.cpp"> </File> <File - RelativePath="..\..\..\mockpp\examples\tutorial\poormock-se.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\poormock-se.cpp"> <FileConfiguration Name="Debug|Win32" ExcludedFromBuild="TRUE"> @@ -160,7 +160,7 @@ </FileConfiguration> </File> <File - RelativePath="..\..\..\mockpp\examples\tutorial\poormock.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\poormock.cpp"> <FileConfiguration Name="Debug|Win32"> <Tool @@ -184,10 +184,10 @@ Name="Header Files" Filter="h;hpp;hxx;hm;inl"> <File - RelativePath="..\..\..\mockpp\examples\tutorial\consumer.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.h"> </File> <File - RelativePath="..\..\..\mockpp\examples\tutorial\interface.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\interface.h"> </File> </Filter> </Files> Index: chainmock.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/chainmock.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- chainmock.vcproj 22 Mar 2005 20:44:33 -0000 1.1 +++ chainmock.vcproj 23 Mar 2005 21:17:39 -0000 1.2 @@ -133,7 +133,7 @@ Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> <File - RelativePath="..\..\..\mockpp\examples\tutorial\chainmock.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\chainmock.cpp"> <FileConfiguration Name="Debug|Win32"> <Tool @@ -145,17 +145,17 @@ </FileConfiguration> </File> <File - RelativePath="..\..\..\mockpp\examples\tutorial\consumer.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.cpp"> </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl"> <File - RelativePath="..\..\..\mockpp\examples\tutorial\consumer.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.h"> </File> <File - RelativePath="..\..\..\mockpp\examples\tutorial\interface.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\interface.h"> </File> </Filter> </Files> Index: cppunit.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/cppunit.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- cppunit.vcproj 22 Mar 2005 20:44:33 -0000 1.1 +++ cppunit.vcproj 23 Mar 2005 21:17:43 -0000 1.2 @@ -142,7 +142,7 @@ Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> <File - RelativePath="..\..\..\mockpp\examples\tutorial\cppunit.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\cppunit.cpp"> <FileConfiguration Name="Debug|Win32"> <Tool @@ -166,7 +166,7 @@ Name="Header Files" Filter="h;hpp;hxx;hm;inl"> <File - RelativePath="..\..\..\mockpp\examples\tutorial\Calculator.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\Calculator.h"> </File> </Filter> </Files> |