svn commit: rev 22214 - in avalon/trunk/central/laboratory/avalon-net/csframework: AvalonFramework AvalonFramework/Logger AvalonFrameworkTest
[email protected] 28 Jun 2004 03:13:21 -0000
Newsgroups
gmane.comp.jakarta.avalon.cvs
Message-ID
<[email protected] >
Author: hammett
Date: Sun Jun 27 20:13:20 2004
New Revision: 22214
Added:
avalon/trunk/central/laboratory/avalon-net/csframework/AvalonFramework/Apache.Avalon.Framework.csproj
avalon/trunk/central/laboratory/avalon-net/csframework/AvalonFrameworkTest/Apache.Avalon.Framework.Test.csproj
Removed:
avalon/trunk/central/laboratory/avalon-net/csframework/AvalonFramework/AvalonFramework.csproj
avalon/trunk/central/laboratory/avalon-net/csframework/AvalonFramework/Logger/Log4netLogger.cs
Modified:
avalon/trunk/central/laboratory/avalon-net/csframework/AvalonFramework/AvalonFramework.sln
Log:
Corrections to Avalon Framework - dropped log4net dependency
Added: avalon/trunk/central/laboratory/avalon-net/csframework/AvalonFramework/Apache.Avalon.Framework.csproj
==============================================================================
--- (empty file)
+++ avalon/trunk/central/laboratory/avalon-net/csframework/AvalonFramework/Apache.Avalon.Framework.csproj Sun Jun 27 20:13:20 2004
@@ -0,0 +1,284 @@
+<VisualStudioProject>
+ <CSHARP
+ ProjectType = "Local"
+ ProductVersion = "7.10.3077"
+ SchemaVersion = "2.0"
+ ProjectGuid = "{A4DA9A13-FD5A-42A0-97C5-18CEDA5CB1A5}"
+ >
+ <Build>
+ <Settings
+ ApplicationIcon = ""
+ AssemblyKeyContainerName = ""
+ AssemblyName = "Apache.Avalon.Framework"
+ AssemblyOriginatorKeyFile = ""
+ DefaultClientScript = "JScript"
+ DefaultHTMLPageLayout = "Grid"
+ DefaultTargetSchema = "IE50"
+ DelaySign = "false"
+ OutputType = "Library"
+ PreBuildEvent = ""
+ PostBuildEvent = ""
+ RootNamespace = "Apache.Avalon.Framework"
+ RunPostBuildEvent = "OnBuildSuccess"
+ StartupObject = ""
+ >
+ <Config
+ Name = "Debug"
+ AllowUnsafeBlocks = "false"
+ BaseAddress = "285212672"
+ CheckForOverflowUnderflow = "false"
+ ConfigurationOverrideFile = ""
+ DefineConstants = "DEBUG;TRACE;STRONG"
+ DocumentationFile = ""
+ DebugSymbols = "true"
+ FileAlignment = "4096"
+ IncrementalBuild = "true"
+ NoStdLib = "false"
+ NoWarn = ""
+ Optimize = "false"
+ OutputPath = "..\..\bin\"
+ RegisterForComInterop = "false"
+ RemoveIntegerChecks = "false"
+ TreatWarningsAsErrors = "false"
+ WarningLevel = "4"
+ />
+ <Config
+ Name = "Release"
+ AllowUnsafeBlocks = "false"
+ BaseAddress = "285212672"
+ CheckForOverflowUnderflow = "false"
+ ConfigurationOverrideFile = ""
+ DefineConstants = "TRACE"
+ DocumentationFile = ""
+ DebugSymbols = "false"
+ FileAlignment = "4096"
+ IncrementalBuild = "false"
+ NoStdLib = "false"
+ NoWarn = ""
+ Optimize = "true"
+ OutputPath = "..\bin\"
+ RegisterForComInterop = "false"
+ RemoveIntegerChecks = "false"
+ TreatWarningsAsErrors = "false"
+ WarningLevel = "4"
+ />
+ </Settings>
+ <References>
+ <Reference
+ Name = "System"
+ AssemblyName = "System"
+ HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll"
+ />
+ <Reference
+ Name = "System.XML"
+ AssemblyName = "System.XML"
+ HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
+ />
+ </References>
+ </Build>
+ <Files>
+ <Include>
+ <File
+ RelPath = "AssemblyInfo.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "ContainerUtil.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Converter.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "IConfigurable.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "IInitializable.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "ILookupEnabled.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "ILookupManager.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "IStartable.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "ISuspendable.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "LookupException.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "NamespaceSummary.xml"
+ BuildAction = "Content"
+ />
+ <File
+ RelPath = "RuntimeSerializer.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Attributes\AvalonComponentAttribute.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Attributes\AvalonConfigurationAttribute.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Attributes\AvalonContextAttribute.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Attributes\AvalonDependencyAttribute.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Attributes\AvalonEntryAttribute.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Attributes\AvalonExtensionAttribute.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Attributes\AvalonLoggerAttribute.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Attributes\AvalonServiceAttribute.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Attributes\AvalonStageAttribute.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Configuration\AbstractConfiguration.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Configuration\CascadingConfiguration.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Configuration\ConfigurationCollection.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Configuration\ConfigurationException.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Configuration\DefaultConfiguration.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Configuration\DefaultConfigurationSectionHandler.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Configuration\DefaultConfigurationSerializer.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Configuration\IConfiguration.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Context\ContextException.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Context\DefaultContext.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Context\IContext.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Context\IContextualizable.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Context\IResolvable.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Logger\AbstractLogEnabled.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Logger\ConsoleLogger.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Logger\DiagnosticsLogger.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Logger\ILogEnabled.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Logger\ILogger.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Logger\NullLogger.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ </Include>
+ </Files>
+ </CSHARP>
+</VisualStudioProject>
+
Modified: avalon/trunk/central/laboratory/avalon-net/csframework/AvalonFramework/AvalonFramework.sln
==============================================================================
--- avalon/trunk/central/laboratory/avalon-net/csframework/AvalonFramework/AvalonFramework.sln (original)
+++ avalon/trunk/central/laboratory/avalon-net/csframework/AvalonFramework/AvalonFramework.sln Sun Jun 27 20:13:20 2004
@@ -1,93 +1,29 @@
-Microsoft Visual Studio Solution File, Format Version 8.00
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apache.Avalon.Framework", "Apache.Avalon.Framework.csproj", "{A4DA9A13-FD5A-42A0-97C5-18CEDA5CB1A5}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apache.Avalon.Framework.Test", "..\AvalonFrameworkTest\Apache.Avalon.Framework.Test.csproj", "{E690C5BB-6DA6-4375-8550-E4340CEA9FDD}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apache.Avalon.Meta", "..\..\Meta\Apache.Avalon.Meta.csproj", "{1AFD63DC-D552-49B7-9088-03C1A4DED598}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apache.Avalon.Meta.Test", "..\..\MetaTest\Apache.Avalon.Meta.Test.csproj", "{71F72AE0-E10D-4FA8-88B5-C6D9026E9A3A}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apache.Avalon.Container", "..\..\cscontainer\AvalonContainer\Apache.Avalon.Container.csproj", "{0638D63A-8CE2-435B-89B8-E67A3D1904F7}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apache.Avalon.Container.Test", "..\..\cscontainer\AvalonContainerTest\Apache.Avalon.Container.Test.csproj", "{DE388F53-A538-424E-B289-DB5D05BC0169}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apache.Avalon.Repository", "..\..\Repository\Apache.Avalon.Repository.csproj", "{73F7E12F-646F-4822-B2DB-70670F9FEB36}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apache.Avalon.Composition.Data.Builder", "..\..\Composition\DataBuilder\Apache.Avalon.Composition.Data.Builder.csproj", "{87E2C42D-B81A-4919-83BC-B0977945249B}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apache.Avalon.Composition.Logging", "..\..\Composition\Logging\Apache.Avalon.Composition.Logging.csproj", "{EEF62E78-C58A-4DA0-BA62-A416330DBF58}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apache.Avalon.Composition.Data", "..\..\Composition\Data\Apache.Avalon.Composition.Data.csproj", "{0DB30CF7-345A-414C-8D35-10EF99911827}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Global
- GlobalSection(SolutionConfiguration) = preSolution
- Debug = Debug
- Release = Release
- EndGlobalSection
- GlobalSection(ProjectConfiguration) = postSolution
- {A4DA9A13-FD5A-42A0-97C5-18CEDA5CB1A5}.Debug.ActiveCfg = Debug|.NET
- {A4DA9A13-FD5A-42A0-97C5-18CEDA5CB1A5}.Debug.Build.0 = Debug|.NET
- {A4DA9A13-FD5A-42A0-97C5-18CEDA5CB1A5}.Release.ActiveCfg = Release|.NET
- {A4DA9A13-FD5A-42A0-97C5-18CEDA5CB1A5}.Release.Build.0 = Release|.NET
- {E690C5BB-6DA6-4375-8550-E4340CEA9FDD}.Debug.ActiveCfg = Debug|.NET
- {E690C5BB-6DA6-4375-8550-E4340CEA9FDD}.Debug.Build.0 = Debug|.NET
- {E690C5BB-6DA6-4375-8550-E4340CEA9FDD}.Release.ActiveCfg = Release|.NET
- {E690C5BB-6DA6-4375-8550-E4340CEA9FDD}.Release.Build.0 = Release|.NET
- {1AFD63DC-D552-49B7-9088-03C1A4DED598}.Debug.ActiveCfg = Debug|.NET
- {1AFD63DC-D552-49B7-9088-03C1A4DED598}.Debug.Build.0 = Debug|.NET
- {1AFD63DC-D552-49B7-9088-03C1A4DED598}.Release.ActiveCfg = Release|.NET
- {1AFD63DC-D552-49B7-9088-03C1A4DED598}.Release.Build.0 = Release|.NET
- {71F72AE0-E10D-4FA8-88B5-C6D9026E9A3A}.Debug.ActiveCfg = Debug|.NET
- {71F72AE0-E10D-4FA8-88B5-C6D9026E9A3A}.Debug.Build.0 = Debug|.NET
- {71F72AE0-E10D-4FA8-88B5-C6D9026E9A3A}.Release.ActiveCfg = Release|.NET
- {71F72AE0-E10D-4FA8-88B5-C6D9026E9A3A}.Release.Build.0 = Release|.NET
- {0638D63A-8CE2-435B-89B8-E67A3D1904F7}.Debug.ActiveCfg = Debug|.NET
- {0638D63A-8CE2-435B-89B8-E67A3D1904F7}.Debug.Build.0 = Debug|.NET
- {0638D63A-8CE2-435B-89B8-E67A3D1904F7}.Release.ActiveCfg = Release|.NET
- {0638D63A-8CE2-435B-89B8-E67A3D1904F7}.Release.Build.0 = Release|.NET
- {DE388F53-A538-424E-B289-DB5D05BC0169}.Debug.ActiveCfg = Debug|.NET
- {DE388F53-A538-424E-B289-DB5D05BC0169}.Debug.Build.0 = Debug|.NET
- {DE388F53-A538-424E-B289-DB5D05BC0169}.Release.ActiveCfg = Release|.NET
- {DE388F53-A538-424E-B289-DB5D05BC0169}.Release.Build.0 = Release|.NET
- {73F7E12F-646F-4822-B2DB-70670F9FEB36}.Debug.ActiveCfg = Debug|.NET
- {73F7E12F-646F-4822-B2DB-70670F9FEB36}.Debug.Build.0 = Debug|.NET
- {73F7E12F-646F-4822-B2DB-70670F9FEB36}.Release.ActiveCfg = Release|.NET
- {73F7E12F-646F-4822-B2DB-70670F9FEB36}.Release.Build.0 = Release|.NET
- {87E2C42D-B81A-4919-83BC-B0977945249B}.Debug.ActiveCfg = Debug|.NET
- {87E2C42D-B81A-4919-83BC-B0977945249B}.Debug.Build.0 = Debug|.NET
- {87E2C42D-B81A-4919-83BC-B0977945249B}.Release.ActiveCfg = Release|.NET
- {87E2C42D-B81A-4919-83BC-B0977945249B}.Release.Build.0 = Release|.NET
- {EEF62E78-C58A-4DA0-BA62-A416330DBF58}.Debug.ActiveCfg = Debug|.NET
- {EEF62E78-C58A-4DA0-BA62-A416330DBF58}.Debug.Build.0 = Debug|.NET
- {EEF62E78-C58A-4DA0-BA62-A416330DBF58}.Release.ActiveCfg = Release|.NET
- {EEF62E78-C58A-4DA0-BA62-A416330DBF58}.Release.Build.0 = Release|.NET
- {0DB30CF7-345A-414C-8D35-10EF99911827}.Debug.ActiveCfg = Debug|.NET
- {0DB30CF7-345A-414C-8D35-10EF99911827}.Debug.Build.0 = Debug|.NET
- {0DB30CF7-345A-414C-8D35-10EF99911827}.Release.ActiveCfg = Release|.NET
- {0DB30CF7-345A-414C-8D35-10EF99911827}.Release.Build.0 = Release|.NET
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- EndGlobalSection
- GlobalSection(ExtensibilityAddIns) = postSolution
- EndGlobalSection
-EndGlobal
+Microsoft Visual Studio Solution File, Format Version 8.00
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apache.Avalon.Framework", "Apache.Avalon.Framework.csproj", "{A4DA9A13-FD5A-42A0-97C5-18CEDA5CB1A5}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apache.Avalon.Framework.Test", "..\AvalonFrameworkTest\Apache.Avalon.Framework.Test.csproj", "{E690C5BB-6DA6-4375-8550-E4340CEA9FDD}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfiguration) = preSolution
+ Debug = Debug
+ Release = Release
+ EndGlobalSection
+ GlobalSection(ProjectConfiguration) = postSolution
+ {A4DA9A13-FD5A-42A0-97C5-18CEDA5CB1A5}.Debug.ActiveCfg = Debug|.NET
+ {A4DA9A13-FD5A-42A0-97C5-18CEDA5CB1A5}.Debug.Build.0 = Debug|.NET
+ {A4DA9A13-FD5A-42A0-97C5-18CEDA5CB1A5}.Release.ActiveCfg = Release|.NET
+ {A4DA9A13-FD5A-42A0-97C5-18CEDA5CB1A5}.Release.Build.0 = Release|.NET
+ {E690C5BB-6DA6-4375-8550-E4340CEA9FDD}.Debug.ActiveCfg = Debug|.NET
+ {E690C5BB-6DA6-4375-8550-E4340CEA9FDD}.Debug.Build.0 = Debug|.NET
+ {E690C5BB-6DA6-4375-8550-E4340CEA9FDD}.Release.ActiveCfg = Release|.NET
+ {E690C5BB-6DA6-4375-8550-E4340CEA9FDD}.Release.Build.0 = Release|.NET
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddIns) = postSolution
+ EndGlobalSection
+EndGlobal
Added: avalon/trunk/central/laboratory/avalon-net/csframework/AvalonFrameworkTest/Apache.Avalon.Framework.Test.csproj
==============================================================================
--- (empty file)
+++ avalon/trunk/central/laboratory/avalon-net/csframework/AvalonFrameworkTest/Apache.Avalon.Framework.Test.csproj Sun Jun 27 20:13:20 2004
@@ -0,0 +1,145 @@
+<VisualStudioProject>
+ <CSHARP
+ ProjectType = "Local"
+ ProductVersion = "7.10.3077"
+ SchemaVersion = "2.0"
+ ProjectGuid = "{E690C5BB-6DA6-4375-8550-E4340CEA9FDD}"
+ >
+ <Build>
+ <Settings
+ ApplicationIcon = ""
+ AssemblyKeyContainerName = ""
+ AssemblyName = "Apache.Avalon.Framework.Test"
+ AssemblyOriginatorKeyFile = ""
+ DefaultClientScript = "JScript"
+ DefaultHTMLPageLayout = "Grid"
+ DefaultTargetSchema = "IE50"
+ DelaySign = "false"
+ OutputType = "Library"
+ PreBuildEvent = ""
+ PostBuildEvent = ""
+ RootNamespace = "Apache.Avalon.Framework.Test"
+ RunPostBuildEvent = "OnBuildSuccess"
+ StartupObject = ""
+ >
+ <Config
+ Name = "Debug"
+ AllowUnsafeBlocks = "false"
+ BaseAddress = "285212672"
+ CheckForOverflowUnderflow = "false"
+ ConfigurationOverrideFile = ""
+ DefineConstants = "DEBUG;TRACE"
+ DocumentationFile = ""
+ DebugSymbols = "true"
+ FileAlignment = "4096"
+ IncrementalBuild = "true"
+ NoStdLib = "false"
+ NoWarn = ""
+ Optimize = "false"
+ OutputPath = "..\..\bin\"
+ RegisterForComInterop = "false"
+ RemoveIntegerChecks = "false"
+ TreatWarningsAsErrors = "false"
+ WarningLevel = "4"
+ />
+ <Config
+ Name = "Release"
+ AllowUnsafeBlocks = "false"
+ BaseAddress = "285212672"
+ CheckForOverflowUnderflow = "false"
+ ConfigurationOverrideFile = ""
+ DefineConstants = "TRACE"
+ DocumentationFile = ""
+ DebugSymbols = "false"
+ FileAlignment = "4096"
+ IncrementalBuild = "false"
+ NoStdLib = "false"
+ NoWarn = ""
+ Optimize = "true"
+ OutputPath = "..\bin\"
+ RegisterForComInterop = "false"
+ RemoveIntegerChecks = "false"
+ TreatWarningsAsErrors = "false"
+ WarningLevel = "4"
+ />
+ </Settings>
+ <References>
+ <Reference
+ Name = "System"
+ AssemblyName = "System"
+ HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll"
+ />
+ <Reference
+ Name = "System.Data"
+ AssemblyName = "System.Data"
+ HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
+ />
+ <Reference
+ Name = "System.XML"
+ AssemblyName = "System.Xml"
+ HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
+ />
+ <Reference
+ Name = "nunit.framework"
+ AssemblyName = "nunit.framework"
+ HintPath = "..\..\..\..\..\..\..\..\..\dotnet\NUnit2\bin\nunit.framework.dll"
+ />
+ <Reference
+ Name = "Apache.Avalon.Framework"
+ Project = "{A4DA9A13-FD5A-42A0-97C5-18CEDA5CB1A5}"
+ Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
+ />
+ </References>
+ </Build>
+ <Files>
+ <Include>
+ <File
+ RelPath = "AbstractConfigurationTestCase.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "AssemblyInfo.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "AttributesTestCase.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "ConfigurationCollectionTestCase.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "ConfigurationExceptionTestCase.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "ConsoleLoggerTestCase.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "ContextTestCase.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "DefaultConfigurationTestCase.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "LookupExceptionTestCase.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ </Include>
+ </Files>
+ </CSHARP>
+</VisualStudioProject>
+