-
Notifications
You must be signed in to change notification settings - Fork 0
/
Microservice.sln
55 lines (55 loc) · 3.44 KB
/
Microservice.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
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csproj", "{29DA174B-6826-46CA-BC9F-BA23B23F8775}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmarking", "Benchmarking\Benchmarking.csproj", "{A4959101-18BD-4E3B-BF98-91A092B46CDB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinimalWebApi", "MinimalWebApi\MinimalWebApi.csproj", "{893981D9-FBE6-411F-A728-6B47E98ECAE4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess", "DataAccess\DataAccess.csproj", "{81FE1744-B690-433B-999A-D732C4AD4AE7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{9CDD7CBD-D6EF-45AE-AB28-1F98DF29C20D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HttpServerBenchmark", "HttpServerBenchmark\HttpServerBenchmark.csproj", "{58C30FA4-E6D6-450E-80A6-6B06099B47C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{29DA174B-6826-46CA-BC9F-BA23B23F8775}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29DA174B-6826-46CA-BC9F-BA23B23F8775}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29DA174B-6826-46CA-BC9F-BA23B23F8775}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29DA174B-6826-46CA-BC9F-BA23B23F8775}.Release|Any CPU.Build.0 = Release|Any CPU
{A4959101-18BD-4E3B-BF98-91A092B46CDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4959101-18BD-4E3B-BF98-91A092B46CDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4959101-18BD-4E3B-BF98-91A092B46CDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4959101-18BD-4E3B-BF98-91A092B46CDB}.Release|Any CPU.Build.0 = Release|Any CPU
{893981D9-FBE6-411F-A728-6B47E98ECAE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{893981D9-FBE6-411F-A728-6B47E98ECAE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{893981D9-FBE6-411F-A728-6B47E98ECAE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{893981D9-FBE6-411F-A728-6B47E98ECAE4}.Release|Any CPU.Build.0 = Release|Any CPU
{81FE1744-B690-433B-999A-D732C4AD4AE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81FE1744-B690-433B-999A-D732C4AD4AE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81FE1744-B690-433B-999A-D732C4AD4AE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81FE1744-B690-433B-999A-D732C4AD4AE7}.Release|Any CPU.Build.0 = Release|Any CPU
{9CDD7CBD-D6EF-45AE-AB28-1F98DF29C20D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CDD7CBD-D6EF-45AE-AB28-1F98DF29C20D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CDD7CBD-D6EF-45AE-AB28-1F98DF29C20D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CDD7CBD-D6EF-45AE-AB28-1F98DF29C20D}.Release|Any CPU.Build.0 = Release|Any CPU
{58C30FA4-E6D6-450E-80A6-6B06099B47C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58C30FA4-E6D6-450E-80A6-6B06099B47C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58C30FA4-E6D6-450E-80A6-6B06099B47C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58C30FA4-E6D6-450E-80A6-6B06099B47C1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {301914F7-3E3A-4051-8A1B-592197BAC4DC}
EndGlobalSection
EndGlobal