Update of /cvsroot/adapdev/Adapdev/src/Adapdev
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7247/src/Adapdev
Modified Files:
Adapdev.csproj
Added Files:
IEntity.cs
Log Message:
Index: Adapdev.csproj
===================================================================
RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev/Adapdev.csproj,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Adapdev.csproj 23 Nov 2005 03:00:42 -0000 1.17
--- Adapdev.csproj 8 Feb 2006 03:00:00 -0000 1.18
***************
*** 166,169 ****
--- 166,174 ----
/>
<File
+ RelPath = "IEntity.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "IProgressCallback.cs"
SubType = "Code"
--- NEW FILE: IEntity.cs ---
using System;
namespace Adapdev
{
/// <summary>
/// Summary description for IEntity.
/// </summary>
public interface IEntity
{
}
}
|