Update of /cvsroot/cppunit/cppunit/examples
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27096/examples
Modified Files:
.cvsignore
Added Files:
examples2008.sln
Log Message:
Added updated project and instructions for building under Visual Studio.Net 2008
--- NEW FILE: examples2008.sln ---
(This appears to be a binary file; contents omitted.)
Index: .cvsignore
===================================================================
RCS file: /cvsroot/cppunit/cppunit/examples/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** .cvsignore 19 Apr 2002 15:09:14 -0000 1.3
--- .cvsignore 16 Dec 2008 06:26:34 -0000 1.4
***************
*** 1,3 ****
Makefile.in Makefile
*.ncb
!
--- 1,6 ----
Makefile.in Makefile
*.ncb
! *.opt
! *.suo
! *.ncb
! *.user
|