Repository: logging-log4net
Updated Branches:
  refs/heads/feature/RollingFileAppender-NG 829b2eb59 -> bce5e7a44


This adds newly added files in the solution for vs2012


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/bce5e7a4
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/bce5e7a4
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/bce5e7a4

Branch: refs/heads/feature/RollingFileAppender-NG
Commit: bce5e7a448e31c26f39463603b8170ae4f5c2af2
Parents: 829b2eb
Author: Dominik Psenner <[email protected]>
Authored: Fri May 19 22:13:42 2017 +0200
Committer: Dominik Psenner <[email protected]>
Committed: Fri May 19 22:13:42 2017 +0200

----------------------------------------------------------------------
 src/log4net.vs2012.csproj | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/bce5e7a4/src/log4net.vs2012.csproj
----------------------------------------------------------------------
diff --git a/src/log4net.vs2012.csproj b/src/log4net.vs2012.csproj
index bcf045f..a7ee576 100644
--- a/src/log4net.vs2012.csproj
+++ b/src/log4net.vs2012.csproj
@@ -191,6 +191,11 @@
     <Compile Include="Appender\RollingFileAppender.cs">
       <SubType>Code</SubType>
     </Compile>
+    <Compile Include="Appender\RollingFileAppenderNG.cs" />
+    <Compile Include="Appender\Rolling\CronRollingCondition.cs" />
+    <Compile Include="Appender\Rolling\IndexRollingStrategy.cs" />
+    <Compile Include="Appender\Rolling\IRollingCondition.cs" />
+    <Compile Include="Appender\Rolling\IRollingStrategy.cs" />
     <Compile Include="Appender\SmtpAppender.cs">
       <SubType>Code</SubType>
     </Compile>

Reply via email to