forked from Azure/azure-functions-host
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebJobs.Script.Tests.E2E.sln
30 lines (30 loc) · 1.54 KB
/
WebJobs.Script.Tests.E2E.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.1.26403.7
MinimumVisualStudioVersion = 15.0.0.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebJobs.Script.Tests.E2E", "test\WebJobs.Script.Tests.E2E\WebJobs.Script.Tests.E2E.csproj", "{A782A37B-5738-4250-ADA5-53A0AC441BA8}"
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
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
{A782A37B-5738-4250-ADA5-53A0AC441BA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A782A37B-5738-4250-ADA5-53A0AC441BA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A782A37B-5738-4250-ADA5-53A0AC441BA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A782A37B-5738-4250-ADA5-53A0AC441BA8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {76B0C822-2FC4-48A6-B2D6-FCC0F329B789}
EndGlobalSection
EndGlobal