-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTypedHttpClient.sln
More file actions
42 lines (42 loc) · 2.31 KB
/
TypedHttpClient.sln
File metadata and controls
42 lines (42 loc) · 2.31 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypedHttpClient.API", "src\TypedHttpClient.API\TypedHttpClient.API.csproj", "{064DD80F-C488-429F-8326-72B2909D401F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{550DFA8F-839A-4212-96F0-3DAC07BB549A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "tests\UnitTests\UnitTests.csproj", "{78CC4471-CCF6-472F-A6CD-E3E2A627FEC2}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{1F7F2E5E-D13B-4E0B-8E39-463209905C5C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{064DD80F-C488-429F-8326-72B2909D401F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{064DD80F-C488-429F-8326-72B2909D401F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{064DD80F-C488-429F-8326-72B2909D401F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{064DD80F-C488-429F-8326-72B2909D401F}.Release|Any CPU.Build.0 = Release|Any CPU
{78CC4471-CCF6-472F-A6CD-E3E2A627FEC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78CC4471-CCF6-472F-A6CD-E3E2A627FEC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78CC4471-CCF6-472F-A6CD-E3E2A627FEC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78CC4471-CCF6-472F-A6CD-E3E2A627FEC2}.Release|Any CPU.Build.0 = Release|Any CPU
{1F7F2E5E-D13B-4E0B-8E39-463209905C5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F7F2E5E-D13B-4E0B-8E39-463209905C5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F7F2E5E-D13B-4E0B-8E39-463209905C5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F7F2E5E-D13B-4E0B-8E39-463209905C5C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{78CC4471-CCF6-472F-A6CD-E3E2A627FEC2} = {550DFA8F-839A-4212-96F0-3DAC07BB549A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {95F3A8A0-D5E0-479F-BFBC-975260BF6BF6}
EndGlobalSection
EndGlobal