-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLoadTestingWithJMeter.sln
45 lines (45 loc) · 2.13 KB
/
LoadTestingWithJMeter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F26D0404-22C4-4928-B9D8-6B7816C83D06}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
LoadTestingWithJMeter.sln.DotSettings = LoadTestingWithJMeter.sln.DotSettings
README.md = README.md
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleLoadTestingWithJMeter.MinimalApi", "src\SampleLoadTestingWithJMeter.MinimalApi\SampleLoadTestingWithJMeter.MinimalApi.csproj", "{719903FA-8BC9-4DB7-B8D4-7C11FE4B95D1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A72440B0-7F7F-4D13-B642-6B50748D0C97}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{65F9E30E-ED6E-4D19-AE2B-4CD92FAC24E1}"
ProjectSection(SolutionItems) = preProject
test\testplan.jmx = test\testplan.jmx
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{719903FA-8BC9-4DB7-B8D4-7C11FE4B95D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{719903FA-8BC9-4DB7-B8D4-7C11FE4B95D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{719903FA-8BC9-4DB7-B8D4-7C11FE4B95D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{719903FA-8BC9-4DB7-B8D4-7C11FE4B95D1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{719903FA-8BC9-4DB7-B8D4-7C11FE4B95D1} = {A72440B0-7F7F-4D13-B642-6B50748D0C97}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {07351392-9612-45be-9121-5177f837bea7}
EndGlobalSection
EndGlobal