-
Notifications
You must be signed in to change notification settings - Fork 0
/
BenchmarksDotnet.sln
63 lines (63 loc) · 3.58 KB
/
BenchmarksDotnet.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
56
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonCerverterxJsonSerializer", "JsonCerverterxJsonSerializer\JsonCerverterxJsonSerializer.csproj", "{723DCEFD-E67E-44B1-80C0-234965C1C4BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HttpClientxRefit", "HttpClientxRefit\HttpClientxRefit.csproj", "{308558FF-DF28-4584-8F9D-EC8AB28A386D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2E4AFFF8-3196-4DB6-A8EC-BC442A323FE1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MockApi", "MockApi", "{94F09A0C-0849-4AA6-95F6-B3D8960AC010}"
ProjectSection(SolutionItems) = preProject
MockApi\docker-compose.yaml = MockApi\docker-compose.yaml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "config", "config", "{E9069FBB-8F61-4020-BE5B-5A3DAECE1A04}"
ProjectSection(SolutionItems) = preProject
MockApi\config\imposter-config.yaml = MockApi\config\imposter-config.yaml
MockApi\config\users.json = MockApi\config\users.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mappers", "Mappers\Mappers.csproj", "{879C82CC-D796-4CC0-9CE6-F1F49F96277E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DatabaseFrameworks", "DatabaseFrameworks\DatabaseFrameworks.csproj", "{F830F27A-3E93-4F1F-A5F2-0FD97D6B751D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{723DCEFD-E67E-44B1-80C0-234965C1C4BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{723DCEFD-E67E-44B1-80C0-234965C1C4BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{723DCEFD-E67E-44B1-80C0-234965C1C4BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{723DCEFD-E67E-44B1-80C0-234965C1C4BA}.Release|Any CPU.Build.0 = Release|Any CPU
{308558FF-DF28-4584-8F9D-EC8AB28A386D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{308558FF-DF28-4584-8F9D-EC8AB28A386D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{308558FF-DF28-4584-8F9D-EC8AB28A386D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{308558FF-DF28-4584-8F9D-EC8AB28A386D}.Release|Any CPU.Build.0 = Release|Any CPU
{879C82CC-D796-4CC0-9CE6-F1F49F96277E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{879C82CC-D796-4CC0-9CE6-F1F49F96277E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{879C82CC-D796-4CC0-9CE6-F1F49F96277E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{879C82CC-D796-4CC0-9CE6-F1F49F96277E}.Release|Any CPU.Build.0 = Release|Any CPU
{F830F27A-3E93-4F1F-A5F2-0FD97D6B751D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F830F27A-3E93-4F1F-A5F2-0FD97D6B751D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F830F27A-3E93-4F1F-A5F2-0FD97D6B751D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F830F27A-3E93-4F1F-A5F2-0FD97D6B751D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{94F09A0C-0849-4AA6-95F6-B3D8960AC010} = {2E4AFFF8-3196-4DB6-A8EC-BC442A323FE1}
{E9069FBB-8F61-4020-BE5B-5A3DAECE1A04} = {94F09A0C-0849-4AA6-95F6-B3D8960AC010}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BC3EBB96-1A71-4657-A2A1-7D5C5FE78255}
EndGlobalSection
EndGlobal