This repository has been archived by the owner on Aug 4, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Analogy.LogViewer.KafkaProvider.sln
53 lines (53 loc) · 3.38 KB
/
Analogy.LogViewer.KafkaProvider.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
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29411.108
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Analogy.LogViewer.KafkaProvider", "Analogy.Implementation.KafkaProvider\Analogy.LogViewer.KafkaProvider.csproj", "{512D664A-7F6F-412C-B47C-78C4F6D7BDAA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Analogy.LogViewer.KafkaProvider.UnitTests", "Analogy.Implementation.KafkaProvider.UnitTests\Analogy.LogViewer.KafkaProvider.UnitTests.csproj", "{6A9A54EE-2F10-4EC6-8340-E923AD027137}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Analogy.LogViewer.KafkaProvider.Example", "Analogy.Implementation.KafkaProvider.Example\Analogy.LogViewer.KafkaProvider.Example.csproj", "{AEB13663-8261-46DB-923F-A9C51B05D7E9}"
ProjectSection(ProjectDependencies) = postProject
{512D664A-7F6F-412C-B47C-78C4F6D7BDAA} = {512D664A-7F6F-412C-B47C-78C4F6D7BDAA}
EndProjectSection
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
{512D664A-7F6F-412C-B47C-78C4F6D7BDAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{512D664A-7F6F-412C-B47C-78C4F6D7BDAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{512D664A-7F6F-412C-B47C-78C4F6D7BDAA}.Debug|x86.ActiveCfg = Debug|Any CPU
{512D664A-7F6F-412C-B47C-78C4F6D7BDAA}.Debug|x86.Build.0 = Debug|Any CPU
{512D664A-7F6F-412C-B47C-78C4F6D7BDAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{512D664A-7F6F-412C-B47C-78C4F6D7BDAA}.Release|Any CPU.Build.0 = Release|Any CPU
{512D664A-7F6F-412C-B47C-78C4F6D7BDAA}.Release|x86.ActiveCfg = Release|Any CPU
{512D664A-7F6F-412C-B47C-78C4F6D7BDAA}.Release|x86.Build.0 = Release|Any CPU
{6A9A54EE-2F10-4EC6-8340-E923AD027137}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A9A54EE-2F10-4EC6-8340-E923AD027137}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A9A54EE-2F10-4EC6-8340-E923AD027137}.Debug|x86.ActiveCfg = Debug|Any CPU
{6A9A54EE-2F10-4EC6-8340-E923AD027137}.Debug|x86.Build.0 = Debug|Any CPU
{6A9A54EE-2F10-4EC6-8340-E923AD027137}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A9A54EE-2F10-4EC6-8340-E923AD027137}.Release|Any CPU.Build.0 = Release|Any CPU
{6A9A54EE-2F10-4EC6-8340-E923AD027137}.Release|x86.ActiveCfg = Release|Any CPU
{6A9A54EE-2F10-4EC6-8340-E923AD027137}.Release|x86.Build.0 = Release|Any CPU
{AEB13663-8261-46DB-923F-A9C51B05D7E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AEB13663-8261-46DB-923F-A9C51B05D7E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AEB13663-8261-46DB-923F-A9C51B05D7E9}.Debug|x86.ActiveCfg = Debug|Any CPU
{AEB13663-8261-46DB-923F-A9C51B05D7E9}.Debug|x86.Build.0 = Debug|Any CPU
{AEB13663-8261-46DB-923F-A9C51B05D7E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AEB13663-8261-46DB-923F-A9C51B05D7E9}.Release|Any CPU.Build.0 = Release|Any CPU
{AEB13663-8261-46DB-923F-A9C51B05D7E9}.Release|x86.ActiveCfg = Release|Any CPU
{AEB13663-8261-46DB-923F-A9C51B05D7E9}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5545B4EE-30CC-4F7B-8D24-A0FE4C0B6183}
EndGlobalSection
EndGlobal