-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKafkaRequestResponses.sln
More file actions
48 lines (48 loc) · 3.26 KB
/
KafkaRequestResponses.sln
File metadata and controls
48 lines (48 loc) · 3.26 KB
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 17
VisualStudioVersion = 17.12.35728.132
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KafkaRequestResponse.AppHost", "KafkaRequestResponse.AppHost\KafkaRequestResponse.AppHost.csproj", "{03B01A78-11D2-4589-A759-6F31ABB4D9F5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KafkaRequestResponse.ServiceDefaults", "KafkaRequestResponse.ServiceDefaults\KafkaRequestResponse.ServiceDefaults.csproj", "{F98BAB74-5C2B-4D51-A57D-7A4BE9DAC29C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KafkaRequestResponse.Gateway", "KafkaRequestResponse.Gateway\KafkaRequestResponse.Gateway.csproj", "{31BF4C49-B911-4BC1-99C5-41B820EFA965}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KafkaRequestResponse.Processor", "KafkaRequestResponse.Processor\KafkaRequestResponse.Processor.csproj", "{63B1958A-631E-4A8D-AF28-FE26DE44C3F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KafkaRequestResponse.Infrastructure", "KafkaRequestResponse.Infrastructure\KafkaRequestResponse.Infrastructure.csproj", "{FE36A85C-12C4-4178-9193-75F993827C43}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{03B01A78-11D2-4589-A759-6F31ABB4D9F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03B01A78-11D2-4589-A759-6F31ABB4D9F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03B01A78-11D2-4589-A759-6F31ABB4D9F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03B01A78-11D2-4589-A759-6F31ABB4D9F5}.Release|Any CPU.Build.0 = Release|Any CPU
{F98BAB74-5C2B-4D51-A57D-7A4BE9DAC29C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F98BAB74-5C2B-4D51-A57D-7A4BE9DAC29C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F98BAB74-5C2B-4D51-A57D-7A4BE9DAC29C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F98BAB74-5C2B-4D51-A57D-7A4BE9DAC29C}.Release|Any CPU.Build.0 = Release|Any CPU
{31BF4C49-B911-4BC1-99C5-41B820EFA965}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31BF4C49-B911-4BC1-99C5-41B820EFA965}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31BF4C49-B911-4BC1-99C5-41B820EFA965}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31BF4C49-B911-4BC1-99C5-41B820EFA965}.Release|Any CPU.Build.0 = Release|Any CPU
{63B1958A-631E-4A8D-AF28-FE26DE44C3F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63B1958A-631E-4A8D-AF28-FE26DE44C3F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63B1958A-631E-4A8D-AF28-FE26DE44C3F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63B1958A-631E-4A8D-AF28-FE26DE44C3F8}.Release|Any CPU.Build.0 = Release|Any CPU
{FE36A85C-12C4-4178-9193-75F993827C43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE36A85C-12C4-4178-9193-75F993827C43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE36A85C-12C4-4178-9193-75F993827C43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE36A85C-12C4-4178-9193-75F993827C43}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2D5C386C-F89F-43EB-98ED-7C4CCF252F54}
EndGlobalSection
EndGlobal