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/11/15 03:52:58 UTC

cvs commit: logging-log4net/src log4net.csproj

nicko       2004/11/14 18:52:58

  Modified:    src      log4net.csproj
  Log:
  Added SecurityContext files to solution
  
  Revision  Changes    Path
  1.13      +25 -0     logging-log4net/src/log4net.csproj
  
  Index: log4net.csproj
  ===================================================================
  RCS file: /home/cvs/logging-log4net/src/log4net.csproj,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- log4net.csproj	26 Sep 2004 23:21:52 -0000	1.12
  +++ log4net.csproj	15 Nov 2004 02:52:58 -0000	1.13
  @@ -303,6 +303,11 @@
                       BuildAction = "Compile"
                   />
                   <File
  +                    RelPath = "Config\SecurityContextProviderAttribute.cs"
  +                    SubType = "Code"
  +                    BuildAction = "Compile"
  +                />
  +                <File
                       RelPath = "Config\XmlConfigurator.cs"
                       SubType = "Code"
                       BuildAction = "Compile"
  @@ -418,6 +423,16 @@
                       BuildAction = "Compile"
                   />
                   <File
  +                    RelPath = "Core\SecurityContext.cs"
  +                    SubType = "Code"
  +                    BuildAction = "Compile"
  +                />
  +                <File
  +                    RelPath = "Core\SecurityContextProvider.cs"
  +                    SubType = "Code"
  +                    BuildAction = "Compile"
  +                />
  +                <File
                       RelPath = "Core\WrapperMap.cs"
                       SubType = "Code"
                       BuildAction = "Compile"
  @@ -858,6 +873,11 @@
                       BuildAction = "Compile"
                   />
                   <File
  +                    RelPath = "Util\NullSecurityContext.cs"
  +                    SubType = "Code"
  +                    BuildAction = "Compile"
  +                />
  +                <File
                       RelPath = "Util\OnlyOnceErrorHandler.cs"
                       SubType = "Code"
                       BuildAction = "Compile"
  @@ -949,6 +969,11 @@
                   />
                   <File
                       RelPath = "Util\Transform.cs"
  +                    SubType = "Code"
  +                    BuildAction = "Compile"
  +                />
  +                <File
  +                    RelPath = "Util\WindowsSecurityContext.cs"
                       SubType = "Code"
                       BuildAction = "Compile"
                   />