|
From: Anthony W. <fo...@us...> - 2004-08-28 18:35:50
|
Update of /cvsroot/notepro/pete-current/vcproj In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22614/vcproj Modified Files: pete-current.sln pete-current.vcproj Log Message: Index: pete-current.sln =================================================================== RCS file: /cvsroot/notepro/pete-current/vcproj/pete-current.sln,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pete-current.sln 28 Aug 2004 18:18:03 -0000 1.1 --- pete-current.sln 28 Aug 2004 18:35:41 -0000 1.2 *************** *** 2,6 **** Microsoft Visual Studio Solution File, Format Version 9.00 # Visual C++ Express 2005 ! Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pete-current", "pete-current\pete-current.vcproj", "{258DDC3E-C018-470B-B434-FD049A42B858}" EndProject Global --- 2,6 ---- Microsoft Visual Studio Solution File, Format Version 9.00 # Visual C++ Express 2005 ! Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pete-current", "pete-current.vcproj", "{258DDC3E-C018-470B-B434-FD049A42B858}" EndProject Global Index: pete-current.vcproj =================================================================== RCS file: /cvsroot/notepro/pete-current/vcproj/pete-current.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pete-current.vcproj 28 Aug 2004 18:18:03 -0000 1.1 --- pete-current.vcproj 28 Aug 2004 18:35:41 -0000 1.2 *************** *** 17,22 **** <Configuration Name="Debug|Win32" ! OutputDirectory="Debug" ! IntermediateDirectory="Debug" ConfigurationType="1" CharacterSet="2" --- 17,22 ---- <Configuration Name="Debug|Win32" ! OutputDirectory="../bin/debug" ! IntermediateDirectory="../obj/debug" ConfigurationType="1" CharacterSet="2" *************** *** 91,96 **** <Configuration Name="Release|Win32" ! OutputDirectory="Release" ! IntermediateDirectory="Release" ConfigurationType="1" CharacterSet="2" --- 91,96 ---- <Configuration Name="Release|Win32" ! OutputDirectory="../bin/release" ! IntermediateDirectory="../obj/release" ConfigurationType="1" CharacterSet="2" |