1Microsoft Visual Studio Solution File, Format Version 7.00 2Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "log4net", "log4net.csproj", "{F6A02431-167E-4347-BC43-65532C31CDB7}" 3EndProject 4Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "log4net.Tests", "..\tests\src\log4net.Tests.csproj", "{4B68B77E-0C8B-4296-930D-6AC2787170B8}" 5EndProject 6Global 7 GlobalSection(SolutionConfiguration) = preSolution 8 ConfigName.0 = Debug 9 ConfigName.1 = Release 10 EndGlobalSection 11 GlobalSection(ProjectDependencies) = postSolution 12 EndGlobalSection 13 GlobalSection(ProjectConfiguration) = postSolution 14 {F6A02431-167E-4347-BC43-65532C31CDB7}.Debug.ActiveCfg = Debug|.NET 15 {F6A02431-167E-4347-BC43-65532C31CDB7}.Debug.Build.0 = Debug|.NET 16 {F6A02431-167E-4347-BC43-65532C31CDB7}.Release.ActiveCfg = Release|.NET 17 {F6A02431-167E-4347-BC43-65532C31CDB7}.Release.Build.0 = Release|.NET 18 {4B68B77E-0C8B-4296-930D-6AC2787170B8}.Debug.ActiveCfg = Debug|.NET 19 {4B68B77E-0C8B-4296-930D-6AC2787170B8}.Debug.Build.0 = Debug|.NET 20 {4B68B77E-0C8B-4296-930D-6AC2787170B8}.Release.ActiveCfg = Release|.NET 21 {4B68B77E-0C8B-4296-930D-6AC2787170B8}.Release.Build.0 = Release|.NET 22 EndGlobalSection 23 GlobalSection(ExtensibilityGlobals) = postSolution 24 EndGlobalSection 25 GlobalSection(ExtensibilityAddIns) = postSolution 26 EndGlobalSection 27EndGlobal 28