[Mockpp-commits] mockpp/msvc2005/mockpp mockpp.vcproj,1.2,1.3
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-12-10 20:24:25
|
Update of /cvsroot/mockpp/mockpp/msvc2005/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10831/msvc2005/mockpp Modified Files: mockpp.vcproj Log Message: restructuring and cleanup Index: mockpp.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc2005/mockpp/mockpp.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mockpp.vcproj 8 Dec 2005 18:15:28 -0000 1.2 +++ mockpp.vcproj 10 Dec 2005 20:24:17 -0000 1.3 @@ -172,7 +172,7 @@ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" > <File - RelativePath="..\..\mockpp\ChainableMockObject.cpp" + RelativePath="..\..\mockpp\chaining\ChainableMockObject.cpp" > </File> <File @@ -220,11 +220,11 @@ > </File> <File - RelativePath="..\..\mockpp\VerifyingTestCaller.cpp" + RelativePath="..\..\mockpp\framework\VerifyingTestCaller.cpp" > </File> <File - RelativePath="..\..\mockpp\VerifyingTestCase.cpp" + RelativePath="..\..\mockpp\framework\VerifyingTestCase.cpp" > </File> <File @@ -426,11 +426,11 @@ > </File> <File - RelativePath="..\..\mockpp\ChainableMockObject.h" + RelativePath="..\..\mockpp\chaining\ChainableMockObject.h" > </File> <File - RelativePath="..\..\mockpp\CountedVisitableMethod.h" + RelativePath="..\..\mockpp\visiting\CountedVisitableMethod.h" > </File> <File @@ -562,11 +562,11 @@ > </File> <File - RelativePath="..\..\mockpp\VerifyingTestCaller.h" + RelativePath="..\..\mockpp\framework\VerifyingTestCaller.h" > </File> <File - RelativePath="..\..\mockpp\VerifyingTestCase.h" + RelativePath="..\..\mockpp\framework\VerifyingTestCase.h" > </File> <File @@ -574,47 +574,47 @@ > </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 |