-
Notifications
You must be signed in to change notification settings - Fork 0
/
Shirhatti.WebLogger.sln
48 lines (48 loc) · 2.77 KB
/
Shirhatti.WebLogger.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
40
41
42
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29926.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E353B490-0427-4B8B-971A-A107AB7B1EFE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shirhatti.WebLogger", "src\Shirhatti.WebLogger\Shirhatti.WebLogger.csproj", "{F4408644-193B-4698-AC82-1551561D96C1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{A76E2923-13AA-411E-907C-79A3BCB0D338}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApiSample", "samples\WebApiSample\WebApiSample.csproj", "{7897F765-3766-41AA-8543-C61E12549B52}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{714B4E09-71BB-4830-BE8E-49E162D7F5BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shirhatti.WebLogger.Test", "test\Shirhatti.WebLogger.Test\Shirhatti.WebLogger.Test.csproj", "{C8963C71-9619-4E13-81C8-B7C005829578}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F4408644-193B-4698-AC82-1551561D96C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4408644-193B-4698-AC82-1551561D96C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4408644-193B-4698-AC82-1551561D96C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4408644-193B-4698-AC82-1551561D96C1}.Release|Any CPU.Build.0 = Release|Any CPU
{7897F765-3766-41AA-8543-C61E12549B52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7897F765-3766-41AA-8543-C61E12549B52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7897F765-3766-41AA-8543-C61E12549B52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7897F765-3766-41AA-8543-C61E12549B52}.Release|Any CPU.Build.0 = Release|Any CPU
{C8963C71-9619-4E13-81C8-B7C005829578}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8963C71-9619-4E13-81C8-B7C005829578}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8963C71-9619-4E13-81C8-B7C005829578}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8963C71-9619-4E13-81C8-B7C005829578}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F4408644-193B-4698-AC82-1551561D96C1} = {E353B490-0427-4B8B-971A-A107AB7B1EFE}
{7897F765-3766-41AA-8543-C61E12549B52} = {A76E2923-13AA-411E-907C-79A3BCB0D338}
{C8963C71-9619-4E13-81C8-B7C005829578} = {714B4E09-71BB-4830-BE8E-49E162D7F5BD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {44933929-1140-496A-87C1-3B6068A55639}
EndGlobalSection
EndGlobal