[Cppunit-cvs] cppunit2/src/cpput cpput.vcproj,1.31,1.32
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-06-24 19:50:06
|
Update of /cvsroot/cppunit/cppunit2/src/cpput In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19750/src/cpput Modified Files: cpput.vcproj Log Message: Updated. Index: cpput.vcproj =================================================================== RCS file: /cvsroot/cppunit/cppunit2/src/cpput/cpput.vcproj,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** cpput.vcproj 6 Mar 2005 18:48:23 -0000 1.31 --- cpput.vcproj 24 Jun 2005 19:49:58 -0000 1.32 *************** *** 235,238 **** --- 235,244 ---- RelativePath="..\cpptl\thread.cpp"> <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCLCompilerTool" + DisableLanguageExtensions="FALSE"/> + </FileConfiguration> + <FileConfiguration Name="Debug|Win32"> <Tool *************** *** 264,267 **** --- 270,279 ---- </File> <File + RelativePath="..\opentest\interfaces.cpp"> + </File> + <File + RelativePath="..\..\include\opentest\interfaces.h"> + </File> + <File RelativePath=".\properties.cpp"> </File> *************** *** 270,276 **** --- 282,300 ---- </File> <File + RelativePath="..\opentest\remoteinterfaces.cpp"> + </File> + <File + RelativePath="..\..\include\opentest\remoteinterfaces.h"> + </File> + <File RelativePath="..\..\include\opentest\resourcelist.h"> </File> <File + RelativePath="..\opentest\serializer.cpp"> + </File> + <File + RelativePath="..\..\include\opentest\serializer.h"> + </File> + <File RelativePath="..\..\include\opentest\testplan.h"> </File> |