-
Notifications
You must be signed in to change notification settings - Fork 7
/
SonarLogApi.sln
51 lines (51 loc) · 3.07 KB
/
SonarLogApi.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
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SonarLogApi", "src\SonarLogApi\SonarLogApi.csproj", "{F2440E55-F0C5-484B-8B5A-C6DD524ECE30}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "test\UnitTests\UnitTests.csproj", "{A0F885C8-5325-47C8-BCA3-9D8039DC290A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleLogConverter", "src\ConsoleLogConverter\ConsoleLogConverter.csproj", "{6EA59642-9D7B-4547-8290-F1DC06844987}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F2440E55-F0C5-484B-8B5A-C6DD524ECE30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2440E55-F0C5-484B-8B5A-C6DD524ECE30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2440E55-F0C5-484B-8B5A-C6DD524ECE30}.Debug|x86.ActiveCfg = Debug|Any CPU
{F2440E55-F0C5-484B-8B5A-C6DD524ECE30}.Debug|x86.Build.0 = Debug|Any CPU
{F2440E55-F0C5-484B-8B5A-C6DD524ECE30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2440E55-F0C5-484B-8B5A-C6DD524ECE30}.Release|Any CPU.Build.0 = Release|Any CPU
{F2440E55-F0C5-484B-8B5A-C6DD524ECE30}.Release|x86.ActiveCfg = Release|Any CPU
{F2440E55-F0C5-484B-8B5A-C6DD524ECE30}.Release|x86.Build.0 = Release|Any CPU
{A0F885C8-5325-47C8-BCA3-9D8039DC290A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0F885C8-5325-47C8-BCA3-9D8039DC290A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0F885C8-5325-47C8-BCA3-9D8039DC290A}.Debug|x86.ActiveCfg = Debug|Any CPU
{A0F885C8-5325-47C8-BCA3-9D8039DC290A}.Debug|x86.Build.0 = Debug|Any CPU
{A0F885C8-5325-47C8-BCA3-9D8039DC290A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0F885C8-5325-47C8-BCA3-9D8039DC290A}.Release|Any CPU.Build.0 = Release|Any CPU
{A0F885C8-5325-47C8-BCA3-9D8039DC290A}.Release|x86.ActiveCfg = Release|Any CPU
{A0F885C8-5325-47C8-BCA3-9D8039DC290A}.Release|x86.Build.0 = Release|Any CPU
{6EA59642-9D7B-4547-8290-F1DC06844987}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EA59642-9D7B-4547-8290-F1DC06844987}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EA59642-9D7B-4547-8290-F1DC06844987}.Debug|x86.ActiveCfg = Debug|Any CPU
{6EA59642-9D7B-4547-8290-F1DC06844987}.Debug|x86.Build.0 = Debug|Any CPU
{6EA59642-9D7B-4547-8290-F1DC06844987}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EA59642-9D7B-4547-8290-F1DC06844987}.Release|Any CPU.Build.0 = Release|Any CPU
{6EA59642-9D7B-4547-8290-F1DC06844987}.Release|x86.ActiveCfg = Release|Any CPU
{6EA59642-9D7B-4547-8290-F1DC06844987}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {070117ED-C8AF-494B-8091-972D6B89277F}
EndGlobalSection
EndGlobal