From: Jaben C. <ja...@us...> - 2007-03-23 14:25:19
|
Update of /cvsroot/yafdotnet/yafsrc/YAF.Classes/YAF.Classes.Utils In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24250/YAF.Classes/YAF.Classes.Utils Modified Files: YAF.Classes.Utils.csproj YAF.Classes.Utils.csproj.user Added Files: SendMail.cs Log Message: minor update Index: YAF.Classes.Utils.csproj =================================================================== RCS file: /cvsroot/yafdotnet/yafsrc/YAF.Classes/YAF.Classes.Utils/YAF.Classes.Utils.csproj,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** YAF.Classes.Utils.csproj 26 Jan 2007 12:08:14 -0000 1.4 --- YAF.Classes.Utils.csproj 23 Mar 2007 14:25:18 -0000 1.5 *************** *** 41,44 **** --- 41,45 ---- <Compile Include="MessageFlags.cs" /> <Compile Include="Nntp.cs" /> + <Compile Include="SendMail.cs" /> <Compile Include="StaticData.cs" /> <Compile Include="Context.cs" /> Index: YAF.Classes.Utils.csproj.user =================================================================== RCS file: /cvsroot/yafdotnet/yafsrc/YAF.Classes/YAF.Classes.Utils/YAF.Classes.Utils.csproj.user,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** YAF.Classes.Utils.csproj.user 14 Dec 2006 17:25:34 -0000 1.1 --- YAF.Classes.Utils.csproj.user 23 Mar 2007 14:25:18 -0000 1.2 *************** *** 1,5 **** <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> ! <ProjectView>ProjectFiles</ProjectView> </PropertyGroup> </Project> \ No newline at end of file --- 1,5 ---- <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> ! <ProjectView>ShowAllFiles</ProjectView> </PropertyGroup> </Project> \ No newline at end of file --- NEW FILE: SendMail.cs --- (This appears to be a binary file; contents omitted.) |