-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathFelfel.Logging.sln
31 lines (31 loc) · 1.6 KB
/
Felfel.Logging.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Felfel.Logging", "Felfel.Logging\Felfel.Logging.csproj", "{FE75080D-ABDD-43E8-AB05-3660C5F80902}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Felfel.Logging.UnitTests", "Felfel.Logging.UnitTests\Felfel.Logging.UnitTests.csproj", "{A0AE3767-B831-4C32-8EFF-F226205A6E29}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE75080D-ABDD-43E8-AB05-3660C5F80902}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE75080D-ABDD-43E8-AB05-3660C5F80902}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE75080D-ABDD-43E8-AB05-3660C5F80902}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE75080D-ABDD-43E8-AB05-3660C5F80902}.Release|Any CPU.Build.0 = Release|Any CPU
{A0AE3767-B831-4C32-8EFF-F226205A6E29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0AE3767-B831-4C32-8EFF-F226205A6E29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0AE3767-B831-4C32-8EFF-F226205A6E29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0AE3767-B831-4C32-8EFF-F226205A6E29}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1ABE2F1A-22B4-424B-86FD-90A01FE37327}
EndGlobalSection
EndGlobal