[Mockpp-commits] mockpp/msvc71/mockpp mockpp.vcproj,1.9,1.10
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-12-10 20:24:25
|
Update of /cvsroot/mockpp/mockpp/msvc71/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10831/msvc71/mockpp Modified Files: mockpp.vcproj Log Message: restructuring and cleanup Index: mockpp.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/mockpp.vcproj,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- mockpp.vcproj 1 Nov 2005 09:42:19 -0000 1.9 +++ mockpp.vcproj 10 Dec 2005 20:24:17 -0000 1.10 @@ -122,7 +122,7 @@ Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> <File - RelativePath="..\..\mockpp\ChainableMockObject.cpp"> + RelativePath="..\..\mockpp\chaining\ChainableMockObject.cpp"> </File> <File RelativePath="..\..\mockpp\ExpectationCounter.cpp"> @@ -158,16 +158,16 @@ RelativePath="..\..\mockpp\VerifiableList.cpp"> </File> <File - RelativePath="..\..\mockpp\VerifyingTestCaller.cpp"> + RelativePath="..\..\mockpp\framework\VerifyingTestCaller.cpp"> </File> <File - RelativePath="..\..\mockpp\VerifyingTestCase.cpp"> + RelativePath="..\..\mockpp\framework\VerifyingTestCase.cpp"> </File> <File - RelativePath="..\..\mockpp\VisitableMockMethod.cpp"> + RelativePath="..\..\mockpp\visiting\VisitableMockMethod.cpp"> </File> <File - RelativePath="..\..\mockpp\VisitableMockObject.cpp"> + RelativePath="..\..\mockpp\visiting\VisitableMockObject.cpp"> </File> <Filter Name="compat" @@ -320,10 +320,10 @@ RelativePath="..\..\mockpp\chainable-template.h"> </File> <File - RelativePath="..\..\mockpp\ChainableMockObject.h"> + RelativePath="..\..\mockpp\chaining\ChainableMockObject.h"> </File> <File - RelativePath="..\..\mockpp\CountedVisitableMethod.h"> + RelativePath="..\..\mockpp\visiting\CountedVisitableMethod.h"> </File> <File RelativePath="..\..\mockpp\CountParameters.h"> @@ -422,46 +422,46 @@ RelativePath="..\..\mockpp\VerifiableList.h"> </File> <File - RelativePath="..\..\mockpp\VerifyingTestCaller.h"> + RelativePath="..\..\mockpp\framework\VerifyingTestCaller.h"> </File> <File - RelativePath="..\..\mockpp\VerifyingTestCase.h"> + RelativePath="..\..\mockpp\framework\VerifyingTestCase.h"> </File> <File RelativePath="..\..\mockpp\visitable-template.h"> </File> <File - RelativePath="..\..\mockpp\VisitableMockMethod.h"> + RelativePath="..\..\mockpp\visiting\VisitableMockMethod.h"> </File> <File - RelativePath="..\..\mockpp\VisitableMockMethod0.h"> + RelativePath="..\..\mockpp\visiting\VisitableMockMethod0.h"> </File> <File - RelativePath="..\..\mockpp\VisitableMockMethod1.h"> + RelativePath="..\..\mockpp\visiting\VisitableMockMethod1.h"> </File> <File - RelativePath="..\..\mockpp\VisitableMockMethod2.h"> + RelativePath="..\..\mockpp\visiting\VisitableMockMethod2.h"> </File> <File - RelativePath="..\..\mockpp\VisitableMockMethod3.h"> + RelativePath="..\..\mockpp\visiting\VisitableMockMethod3.h"> </File> <File - RelativePath="..\..\mockpp\VisitableMockMethod4.h"> + RelativePath="..\..\mockpp\visiting\VisitableMockMethod4.h"> </File> <File - RelativePath="..\..\mockpp\VisitableMockMethod5.h"> + RelativePath="..\..\mockpp\visiting\VisitableMockMethod5.h"> </File> <File - RelativePath="..\..\mockpp\VisitableMockMethod6.h"> + RelativePath="..\..\mockpp\visiting\VisitableMockMethod6.h"> </File> <File - RelativePath="..\..\mockpp\VisitableMockObject.h"> + RelativePath="..\..\mockpp\visiting\VisitableMockObject.h"> </File> <File - RelativePath="..\..\mockpp\VisitableMockObject_macro.h"> + RelativePath="..\..\mockpp\visiting\VisitableMockObject_macro.h"> </File> <File - RelativePath="..\..\mockpp\VisitableMockObject_template.h"> + RelativePath="..\..\mockpp\visiting\VisitableMockObject_template.h"> </File> <Filter Name="compat" |