Summary:
  * Updated flood_test.dsp to MS DevStudio 6 format

This patch updates the file flood_test.dsp to Developer Studio (DevStudio)
version 6.  Developer Studio version 6 no longer needs to upgrade the
DSP file on-the-fly when you load flood.dsw.  This DSP file now has
the same DevStudio version as flood.dsp and flood.dsw (which includes
flood_test.dsp).

This change is for the sake of convenience.  If we need to modify
flood_test.dsp in the future, we can do so as a separate step from
upgrading the DSP.  CVS will also no longer identify flood_test.dsp as
"modified" after DevStudio upgrades it.

Index: flood_test.dsp
===================================================================
RCS file: /home/cvspublic/httpd-test/flood/flood_test.dsp,v
retrieving revision 1.1
diff -u -r1.1 flood_test.dsp
--- flood_test.dsp      31 May 2002 08:27:07 -0000      1.1
+++ flood_test.dsp      29 Jan 2003 23:29:57 -0000
@@ -1,5 +1,5 @@
 # Microsoft Developer Studio Project File - Name="flood_test" - Package 
Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 5.00
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
 # ** DO NOT EDIT **
 
 # TARGTYPE "Win32 (x86) Console Application" 0x0103
@@ -22,6 +22,7 @@
 !MESSAGE 
 
 # Begin Project
+# PROP AllowPerConfigDependencies 0
 # PROP Scc_ProjName ""
 # PROP Scc_LocalPath ""
 CPP=cl.exe

Reply via email to