nicko 2004/08/19 14:22:25
Modified: src log4net.csproj
Log:
Added RandomStringPatternConverter.cs and PatternLayoutConverter.cs
Revision Changes Path
1.6 +10 -0 logging-log4net/src/log4net.csproj
Index: log4net.csproj
===================================================================
RCS file: /home/cvs/logging-log4net/src/log4net.csproj,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- log4net.csproj 31 Jul 2004 14:41:48 -0000 1.5
+++ log4net.csproj 19 Aug 2004 21:22:25 -0000 1.6
@@ -908,6 +908,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath =
"Util\PatternStringConverters\RandomStringPatternConverter.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath =
"Util\PatternStringConverters\UserNamePatternConverter.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -939,6 +944,11 @@
/>
<File
RelPath = "Util\TypeConverters\IConvertTo.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Util\TypeConverters\PatternLayoutConverter.cs"
SubType = "Code"
BuildAction = "Compile"
/>