-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathNBomber.Http.sln
43 lines (43 loc) · 2.36 KB
/
NBomber.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "NBomber.Http", "src\NBomber.Http\NBomber.Http.fsproj", "{CC5CC51D-D03B-4A31-A06C-39371F0E35EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{377F5362-EF43-4487-A1EF-CA13D28601E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharp", "examples\CSharp\CSharp.csproj", "{5340C164-637C-4ECD-8BA4-8DDDBE795571}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp", "examples\FSharp\FSharp.fsproj", "{839987C5-08E0-4FA7-99C4-A39FD2C4F887}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CC5CC51D-D03B-4A31-A06C-39371F0E35EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC5CC51D-D03B-4A31-A06C-39371F0E35EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC5CC51D-D03B-4A31-A06C-39371F0E35EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC5CC51D-D03B-4A31-A06C-39371F0E35EE}.Release|Any CPU.Build.0 = Release|Any CPU
{5340C164-637C-4ECD-8BA4-8DDDBE795571}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5340C164-637C-4ECD-8BA4-8DDDBE795571}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5340C164-637C-4ECD-8BA4-8DDDBE795571}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5340C164-637C-4ECD-8BA4-8DDDBE795571}.Release|Any CPU.Build.0 = Release|Any CPU
{839987C5-08E0-4FA7-99C4-A39FD2C4F887}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{839987C5-08E0-4FA7-99C4-A39FD2C4F887}.Debug|Any CPU.Build.0 = Debug|Any CPU
{839987C5-08E0-4FA7-99C4-A39FD2C4F887}.Release|Any CPU.ActiveCfg = Release|Any CPU
{839987C5-08E0-4FA7-99C4-A39FD2C4F887}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5340C164-637C-4ECD-8BA4-8DDDBE795571} = {377F5362-EF43-4487-A1EF-CA13D28601E8}
{839987C5-08E0-4FA7-99C4-A39FD2C4F887} = {377F5362-EF43-4487-A1EF-CA13D28601E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BC0DC0AD-2D7D-4E4A-B746-88EEA2B79619}
EndGlobalSection
EndGlobal