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/07/31 16:41:48 UTC

cvs commit: logging-log4net/src log4net.csproj

nicko       2004/07/31 07:41:48

  Modified:    src      log4net.csproj
  Log:
  Added new files to project
  
  Revision  Changes    Path
  1.5       +25 -0     logging-log4net/src/log4net.csproj
  
  Index: log4net.csproj
  ===================================================================
  RCS file: /home/cvs/logging-log4net/src/log4net.csproj,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- log4net.csproj	30 May 2004 18:02:59 -0000	1.4
  +++ log4net.csproj	31 Jul 2004 14:41:48 -0000	1.5
  @@ -88,6 +88,11 @@
                       BuildAction = "Compile"
                   />
                   <File
  +                    RelPath = "GlobalContext.cs"
  +                    SubType = "Code"
  +                    BuildAction = "Compile"
  +                />
  +                <File
                       RelPath = "ILog.cs"
                       SubType = "Code"
                       BuildAction = "Compile"
  @@ -548,6 +553,11 @@
                       BuildAction = "Compile"
                   />
                   <File
  +                    RelPath = "Layout\Pattern\GlobalPropertyPatternConverter.cs"
  +                    SubType = "Code"
  +                    BuildAction = "Compile"
  +                />
  +                <File
                       RelPath = "Layout\Pattern\IdentityPatternConverter.cs"
                       SubType = "Code"
                       BuildAction = "Compile"
  @@ -768,6 +778,11 @@
                       BuildAction = "Compile"
                   />
                   <File
  +                    RelPath = "Util\GlobalContextProperties.cs"
  +                    SubType = "Code"
  +                    BuildAction = "Compile"
  +                />
  +                <File
                       RelPath = "Util\LogLog.cs"
                       SubType = "Code"
                       BuildAction = "Compile"
  @@ -833,6 +848,11 @@
                       BuildAction = "Compile"
                   />
                   <File
  +                    RelPath = "Util\ReadOnlyPropertiesDictionary.cs"
  +                    SubType = "Code"
  +                    BuildAction = "Compile"
  +                />
  +                <File
                       RelPath = "Util\ReusableStringWriter.cs"
                       SubType = "Code"
                       BuildAction = "Compile"
  @@ -924,6 +944,11 @@
                   />
                   <File
                       RelPath = "Util\TypeConverters\PatternStringConverter.cs"
  +                    SubType = "Code"
  +                    BuildAction = "Compile"
  +                />
  +                <File
  +                    RelPath = "Util\TypeConverters\TypeConverter.cs"
                       SubType = "Code"
                       BuildAction = "Compile"
                   />