-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCuture.Http.sln
54 lines (54 loc) · 2.98 KB
/
Cuture.Http.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cuture.Http", "src\Cuture.Http\Cuture.Http.csproj", "{3456EFFC-BC71-4B15-806F-52986D81B541}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cuture.Http.Test", "tests\Cuture.Http.Test\Cuture.Http.Test.csproj", "{D0923D42-8D04-48D8-88B9-1B652735CEDB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cuture.Http.Test.Server", "tests\Cuture.Http.Test.Server\Cuture.Http.Test.Server.csproj", "{74200310-7C28-41F8-9484-4F27A59820FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1A0CDA63-1CDC-43AF-9DE9-BDDAAF65FA5A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
global.json = global.json
readme.md = readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{7919F974-50C9-4046-90D8-0869B72752D2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A0B881FB-EC00-4AEC-BA79-E96D4B6D43C8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3456EFFC-BC71-4B15-806F-52986D81B541}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3456EFFC-BC71-4B15-806F-52986D81B541}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3456EFFC-BC71-4B15-806F-52986D81B541}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3456EFFC-BC71-4B15-806F-52986D81B541}.Release|Any CPU.Build.0 = Release|Any CPU
{D0923D42-8D04-48D8-88B9-1B652735CEDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0923D42-8D04-48D8-88B9-1B652735CEDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0923D42-8D04-48D8-88B9-1B652735CEDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0923D42-8D04-48D8-88B9-1B652735CEDB}.Release|Any CPU.Build.0 = Release|Any CPU
{74200310-7C28-41F8-9484-4F27A59820FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74200310-7C28-41F8-9484-4F27A59820FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74200310-7C28-41F8-9484-4F27A59820FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74200310-7C28-41F8-9484-4F27A59820FB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3456EFFC-BC71-4B15-806F-52986D81B541} = {A0B881FB-EC00-4AEC-BA79-E96D4B6D43C8}
{D0923D42-8D04-48D8-88B9-1B652735CEDB} = {7919F974-50C9-4046-90D8-0869B72752D2}
{74200310-7C28-41F8-9484-4F27A59820FB} = {7919F974-50C9-4046-90D8-0869B72752D2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {51BA2EAC-5B89-4D64-9A32-C1662333F156}
EndGlobalSection
EndGlobal