nicko 2004/09/10 02:16:30
Modified: src log4net.csproj
Log:
Added new files to project
Revision Changes Path
1.7 +50 -10 logging-log4net/src/log4net.csproj
Index: log4net.csproj
===================================================================
RCS file: /home/cvs/logging-log4net/src/log4net.csproj,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- log4net.csproj 19 Aug 2004 21:22:25 -0000 1.6
+++ log4net.csproj 10 Sep 2004 09:16:30 -0000 1.7
@@ -113,6 +113,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "ThreadContext.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Appender\AdoNetAppender.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -313,6 +318,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "Core\IFixingRequired.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Core\ILogger.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -463,6 +473,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "Filter\PropertyFilter.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Filter\StringMatchFilter.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -553,11 +568,6 @@
BuildAction = "Compile"
/>
<File
- RelPath =
"Layout\Pattern\GlobalPropertyPatternConverter.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
RelPath = "Layout\Pattern\IdentityPatternConverter.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -583,11 +593,6 @@
BuildAction = "Compile"
/>
<File
- RelPath = "Layout\Pattern\MdcPatternConverter.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
RelPath = "Layout\Pattern\MessagePatternConverter.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -753,6 +758,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "Util\CompositeProperties.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Util\CountingQuietTextWriter.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -868,6 +878,31 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "Util\ThreadContextList.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Util\ThreadContextLists.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Util\ThreadContextProperties.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Util\ThreadContextStack.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Util\ThreadContextStacks.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Util\Transform.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -904,6 +939,11 @@
/>
<File
RelPath =
"Util\PatternStringConverters\ProcessIdPatternConverter.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath =
"Util\PatternStringConverters\PropertyPatternConverter.cs"
SubType = "Code"
BuildAction = "Compile"
/>