This repository has been archived by the owner on Dec 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AspNet5WebJobTest.sln
34 lines (34 loc) · 2 KB
/
AspNet5WebJobTest.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "AspNet5WebJobTest.Shared", "AspNet5WebJobTest.Shared\AspNet5WebJobTest.Shared.xproj", "{C07C0AB5-5A91-4BDE-95BE-3C873558593E}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "AspNet5WebJobTest.Web", "AspNet5WebJobTest.Web\AspNet5WebJobTest.Web.xproj", "{48F2E541-F8A6-490D-B620-C8B2AFEC828B}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "AspNet5WebJobTest.WebJob", "AspNet5WebJobTest.WebJob\AspNet5WebJobTest.WebJob.xproj", "{03A4EFB9-7329-45D9-AD40-FEF1710C83E1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C07C0AB5-5A91-4BDE-95BE-3C873558593E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C07C0AB5-5A91-4BDE-95BE-3C873558593E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C07C0AB5-5A91-4BDE-95BE-3C873558593E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C07C0AB5-5A91-4BDE-95BE-3C873558593E}.Release|Any CPU.Build.0 = Release|Any CPU
{48F2E541-F8A6-490D-B620-C8B2AFEC828B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48F2E541-F8A6-490D-B620-C8B2AFEC828B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48F2E541-F8A6-490D-B620-C8B2AFEC828B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48F2E541-F8A6-490D-B620-C8B2AFEC828B}.Release|Any CPU.Build.0 = Release|Any CPU
{03A4EFB9-7329-45D9-AD40-FEF1710C83E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03A4EFB9-7329-45D9-AD40-FEF1710C83E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03A4EFB9-7329-45D9-AD40-FEF1710C83E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03A4EFB9-7329-45D9-AD40-FEF1710C83E1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal