[Fat-develop] FAT/src/FAT.Web FAT.Web.csproj,1.3,1.4
Brought to you by:
exortech
|
From: <dmc...@pr...> - 2004-02-01 15:24:26
|
Update of /cvsroot/fat/FAT/src/FAT.Web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7495/src/FAT.Web Modified Files: FAT.Web.csproj Log Message: Removed unnecessary case statement in WebHandler. Index: FAT.Web.csproj =================================================================== RCS file: /cvsroot/fat/FAT/src/FAT.Web/FAT.Web.csproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FAT.Web.csproj 28 Jan 2004 22:14:48 -0000 1.3 --- FAT.Web.csproj 1 Feb 2004 15:22:33 -0000 1.4 *************** *** 152,168 **** /> <File ! RelPath = "HtmlDetails\HtmlDetailsEnhancer.cs" SubType = "Code" ! BuildAction = "Compile" /> <File ! RelPath = "HtmlDetails\HtmlDetailsRequestContext.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "HtmlDetails\HtmlDetailsRequestHandler.ashx" SubType = "Code" ! BuildAction = "Content" /> <File --- 152,168 ---- /> <File ! RelPath = "HtmlDetails\Html.ashx" SubType = "Code" ! BuildAction = "Content" /> <File ! RelPath = "HtmlDetails\HtmlDetailsEnhancer.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "HtmlDetails\HtmlDetailsRequestContext.cs" SubType = "Code" ! BuildAction = "Compile" /> <File *************** *** 177,180 **** --- 177,184 ---- /> <File + RelPath = "HtmlDetails\HtmlWithAbsoluteUrls.ashx" + BuildAction = "None" + /> + <File RelPath = "HtmlDetails\IEnumIDList.cs" SubType = "Code" *************** *** 197,200 **** --- 201,208 ---- /> <File + RelPath = "HtmlDetails\Image.ashx" + BuildAction = "None" + /> + <File RelPath = "HtmlDetails\ISession.cs" SubType = "Code" |