forked from madskristensen/RestClientVS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RestClientVS.sln
67 lines (67 loc) · 3.85 KB
/
RestClientVS.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
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32005.40
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestClientVS", "src\RestClientVS\RestClientVS.csproj", "{3EFB5569-5699-4010-9173-27ED12EB6245}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RestClient", "src\RestClient\RestClient.csproj", "{2479064B-68E0-430E-BFEB-E2ECC670E019}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RestClientTest", "test\RestClientTest\RestClientTest.csproj", "{EF880336-6A97-4D62-B860-22D264A3F719}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{4120CAD3-28E5-49E9-8398-A82F4F86BAB8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{99EE9F4E-D9B3-4EB4-ABE8-8BE1E38FFAAE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{88B160D5-D161-408D-9CDB-D77AF3F3B14E}"
ProjectSection(SolutionItems) = preProject
vs-publish.json = vs-publish.json
.github\workflows\pr_build.yaml = .github\workflows\pr_build.yaml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3EFB5569-5699-4010-9173-27ED12EB6245}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EFB5569-5699-4010-9173-27ED12EB6245}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EFB5569-5699-4010-9173-27ED12EB6245}.Debug|x86.ActiveCfg = Debug|x86
{3EFB5569-5699-4010-9173-27ED12EB6245}.Debug|x86.Build.0 = Debug|x86
{3EFB5569-5699-4010-9173-27ED12EB6245}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EFB5569-5699-4010-9173-27ED12EB6245}.Release|Any CPU.Build.0 = Release|Any CPU
{3EFB5569-5699-4010-9173-27ED12EB6245}.Release|x86.ActiveCfg = Release|x86
{3EFB5569-5699-4010-9173-27ED12EB6245}.Release|x86.Build.0 = Release|x86
{2479064B-68E0-430E-BFEB-E2ECC670E019}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2479064B-68E0-430E-BFEB-E2ECC670E019}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2479064B-68E0-430E-BFEB-E2ECC670E019}.Debug|x86.ActiveCfg = Debug|Any CPU
{2479064B-68E0-430E-BFEB-E2ECC670E019}.Debug|x86.Build.0 = Debug|Any CPU
{2479064B-68E0-430E-BFEB-E2ECC670E019}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2479064B-68E0-430E-BFEB-E2ECC670E019}.Release|Any CPU.Build.0 = Release|Any CPU
{2479064B-68E0-430E-BFEB-E2ECC670E019}.Release|x86.ActiveCfg = Release|Any CPU
{2479064B-68E0-430E-BFEB-E2ECC670E019}.Release|x86.Build.0 = Release|Any CPU
{EF880336-6A97-4D62-B860-22D264A3F719}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF880336-6A97-4D62-B860-22D264A3F719}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF880336-6A97-4D62-B860-22D264A3F719}.Debug|x86.ActiveCfg = Debug|Any CPU
{EF880336-6A97-4D62-B860-22D264A3F719}.Debug|x86.Build.0 = Debug|Any CPU
{EF880336-6A97-4D62-B860-22D264A3F719}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF880336-6A97-4D62-B860-22D264A3F719}.Release|Any CPU.Build.0 = Release|Any CPU
{EF880336-6A97-4D62-B860-22D264A3F719}.Release|x86.ActiveCfg = Release|Any CPU
{EF880336-6A97-4D62-B860-22D264A3F719}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3EFB5569-5699-4010-9173-27ED12EB6245} = {99EE9F4E-D9B3-4EB4-ABE8-8BE1E38FFAAE}
{2479064B-68E0-430E-BFEB-E2ECC670E019} = {99EE9F4E-D9B3-4EB4-ABE8-8BE1E38FFAAE}
{EF880336-6A97-4D62-B860-22D264A3F719} = {4120CAD3-28E5-49E9-8398-A82F4F86BAB8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AD821659-B39C-4BF8-8B13-F612C312C3DD}
EndGlobalSection
EndGlobal