-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebAndLoadTestProject.sln
More file actions
42 lines (42 loc) · 2.42 KB
/
WebAndLoadTestProject.sln
File metadata and controls
42 lines (42 loc) · 2.42 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 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAndLoad.ReadTokenFromCSV", "WebAndLoad.ReadTokenFromCSV\WebAndLoad.ReadTokenFromCSV.csproj", "{BCEC21C2-F5F9-466B-8054-DD26E730399A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1148A890-E947-4654-BC42-9B1D3B500D44}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAndLoad.ReadTokenFromResponse", "WebAndLoad.ReadTokenFromResponse\WebAndLoad.ReadTokenFromResponse.csproj", "{1A590ED3-A456-4FF6-861A-E4BA35D77B17}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAndLoad.ResponseWithBody", "WebAndLoad.ResponseWithBody\WebAndLoad.ResponseWithBody.csproj", "{7CB201C0-A336-4148-86C6-D60083359BFF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BCEC21C2-F5F9-466B-8054-DD26E730399A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCEC21C2-F5F9-466B-8054-DD26E730399A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCEC21C2-F5F9-466B-8054-DD26E730399A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCEC21C2-F5F9-466B-8054-DD26E730399A}.Release|Any CPU.Build.0 = Release|Any CPU
{1A590ED3-A456-4FF6-861A-E4BA35D77B17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A590ED3-A456-4FF6-861A-E4BA35D77B17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A590ED3-A456-4FF6-861A-E4BA35D77B17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A590ED3-A456-4FF6-861A-E4BA35D77B17}.Release|Any CPU.Build.0 = Release|Any CPU
{7CB201C0-A336-4148-86C6-D60083359BFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CB201C0-A336-4148-86C6-D60083359BFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CB201C0-A336-4148-86C6-D60083359BFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CB201C0-A336-4148-86C6-D60083359BFF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E01A6409-70FA-4060-93CA-6C77CE950133}
EndGlobalSection
EndGlobal