-
Notifications
You must be signed in to change notification settings - Fork 1
/
Castle.LoggingFacility.MsLogging.sln
39 lines (39 loc) · 2.18 KB
/
Castle.LoggingFacility.MsLogging.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{AB3C9DD7-3D2F-40E1-A81D-A161340E7F89}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{70D1AB18-31FB-4297-9BFA-D03812F8B933}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Castle.LoggingFacility.MsLogging", "src\Castle.LoggingFacility.MsLogging\Castle.LoggingFacility.MsLogging.csproj", "{7468BC73-0841-4197-98A2-4606C9641744}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Castle.LoggingFacility.MsLogging.TestConsoleApp", "test\Castle.LoggingFacility.MsLogging.TestConsoleApp\Castle.LoggingFacility.MsLogging.TestConsoleApp.csproj", "{8DB5588E-9156-4E63-9D56-43BDE237D9D5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7468BC73-0841-4197-98A2-4606C9641744}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7468BC73-0841-4197-98A2-4606C9641744}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7468BC73-0841-4197-98A2-4606C9641744}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7468BC73-0841-4197-98A2-4606C9641744}.Release|Any CPU.Build.0 = Release|Any CPU
{8DB5588E-9156-4E63-9D56-43BDE237D9D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DB5588E-9156-4E63-9D56-43BDE237D9D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DB5588E-9156-4E63-9D56-43BDE237D9D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DB5588E-9156-4E63-9D56-43BDE237D9D5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7468BC73-0841-4197-98A2-4606C9641744} = {AB3C9DD7-3D2F-40E1-A81D-A161340E7F89}
{8DB5588E-9156-4E63-9D56-43BDE237D9D5} = {70D1AB18-31FB-4297-9BFA-D03812F8B933}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4779E129-7917-450E-8A26-5449A3C603D3}
EndGlobalSection
EndGlobal