You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by ni...@apache.org on 2004/02/26 21:59:25 UTC

cvs commit: logging-log4net/src log4net.csproj

nicko       2004/02/26 12:59:25

  Modified:    src      log4net.csproj
  Log:
  Moved CountingAppender to the test project
  
  Revision  Changes    Path
  1.3       +0 -5      logging-log4net/src/log4net.csproj
  
  Index: log4net.csproj
  ===================================================================
  RCS file: /home/cvs/logging-log4net/src/log4net.csproj,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- log4net.csproj	16 Feb 2004 16:30:04 -0000	1.2
  +++ log4net.csproj	26 Feb 2004 20:59:25 -0000	1.3
  @@ -148,11 +148,6 @@
                       BuildAction = "Compile"
                   />
                   <File
  -                    RelPath = "Appender\CountingAppender.cs"
  -                    SubType = "Code"
  -                    BuildAction = "Compile"
  -                />
  -                <File
                       RelPath = "Appender\DebugAppender.cs"
                       SubType = "Code"
                       BuildAction = "Compile"