forked from Azure/azure-functions-host
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebJobs.Script.Tests.Perf.sln
36 lines (36 loc) · 2.1 KB
/
WebJobs.Script.Tests.Perf.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2019
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebJobs.Script.Tests.Perf", "test\WebJobs.Script.Tests.Perf\WebJobs.Script.Tests.Perf.csproj", "{AE84CBCF-F722-404F-AE41-61696CDAA2EC}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "WebJobs.Script.Tests.E2E.Shared", "test\WebJobs.Script.Tests.E2E.Shared\WebJobs.Script.Tests.E2E.Shared.shproj", "{82D61060-8774-491C-9D73-9798A34C2399}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebJobs.Script.Tests.Perf.Dashboard", "test\WebJobs.Script.Tests.Perf.Dashboard\WebJobs.Script.Tests.Perf.Dashboard.csproj", "{C20F06BF-554C-4707-9D09-4D55D20BEE24}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
test\WebJobs.Script.Tests.E2E.Shared\WebJobs.Script.Tests.E2E.Shared.projitems*{82d61060-8774-491c-9d73-9798a34c2399}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE84CBCF-F722-404F-AE41-61696CDAA2EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE84CBCF-F722-404F-AE41-61696CDAA2EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE84CBCF-F722-404F-AE41-61696CDAA2EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE84CBCF-F722-404F-AE41-61696CDAA2EC}.Release|Any CPU.Build.0 = Release|Any CPU
{C20F06BF-554C-4707-9D09-4D55D20BEE24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C20F06BF-554C-4707-9D09-4D55D20BEE24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C20F06BF-554C-4707-9D09-4D55D20BEE24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C20F06BF-554C-4707-9D09-4D55D20BEE24}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {31B134C9-3A01-402E-8868-274A875F60E5}
EndGlobalSection
EndGlobal