-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWebJobActivator.sln
84 lines (84 loc) · 5.49 KB
/
WebJobActivator.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EE8AB7BD-9057-4AE4-97F2-3878BA254387}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{C42B9F62-5E45-4C7B-B54E-35FC41233E07}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1ACC6B91-0280-4B7F-A004-4522CD7B3F83}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
Settings.StyleCop = Settings.StyleCop
WebJobActivator.runsettings = WebJobActivator.runsettings
WebJobActivator.sln.DotSettings = WebJobActivator.sln.DotSettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebJobActivator.Core", "src\WebJobActivator.Core\WebJobActivator.Core.csproj", "{F8C61EAD-2CAC-468A-892A-96D9996C0FE6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebJobActivator.Core.Tests", "test\WebJobActivator.Core.Tests\WebJobActivator.Core.Tests.csproj", "{181FB43D-D389-483E-8E3E-35360CD2E43F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebJobActivator.Autofac", "src\WebJobActivator.Autofac\WebJobActivator.Autofac.csproj", "{E95FA160-60BB-4369-A57C-12F82742A8EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebJobActivator.Autofac.Tests", "test\WebJobActivator.Autofac.Tests\WebJobActivator.Autofac.Tests.csproj", "{2E23E747-7571-4B30-9B82-E804DB0F412D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebJobActivator.Tests.Common", "test\WebJobActivator.Tests.Common\WebJobActivator.Tests.Common.csproj", "{674CA280-D580-4C19-B3F7-7F8114714118}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebJob.Host.Autofac", "src\WebJob.Host.Autofac\WebJob.Host.Autofac.csproj", "{446C4399-8EAE-418E-90CB-9EF93A2D4E72}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebJob.Host.Autofac.Tests", "test\WebJob.Host.Autofac.Tests\WebJob.Host.Autofac.Tests.csproj", "{EABAC983-C52E-4539-B848-C66EE4BCAD88}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F8C61EAD-2CAC-468A-892A-96D9996C0FE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8C61EAD-2CAC-468A-892A-96D9996C0FE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8C61EAD-2CAC-468A-892A-96D9996C0FE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8C61EAD-2CAC-468A-892A-96D9996C0FE6}.Release|Any CPU.Build.0 = Release|Any CPU
{181FB43D-D389-483E-8E3E-35360CD2E43F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{181FB43D-D389-483E-8E3E-35360CD2E43F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{181FB43D-D389-483E-8E3E-35360CD2E43F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{181FB43D-D389-483E-8E3E-35360CD2E43F}.Release|Any CPU.Build.0 = Release|Any CPU
{E95FA160-60BB-4369-A57C-12F82742A8EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E95FA160-60BB-4369-A57C-12F82742A8EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E95FA160-60BB-4369-A57C-12F82742A8EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E95FA160-60BB-4369-A57C-12F82742A8EF}.Release|Any CPU.Build.0 = Release|Any CPU
{2E23E747-7571-4B30-9B82-E804DB0F412D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E23E747-7571-4B30-9B82-E804DB0F412D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E23E747-7571-4B30-9B82-E804DB0F412D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E23E747-7571-4B30-9B82-E804DB0F412D}.Release|Any CPU.Build.0 = Release|Any CPU
{674CA280-D580-4C19-B3F7-7F8114714118}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{674CA280-D580-4C19-B3F7-7F8114714118}.Debug|Any CPU.Build.0 = Debug|Any CPU
{674CA280-D580-4C19-B3F7-7F8114714118}.Release|Any CPU.ActiveCfg = Release|Any CPU
{674CA280-D580-4C19-B3F7-7F8114714118}.Release|Any CPU.Build.0 = Release|Any CPU
{446C4399-8EAE-418E-90CB-9EF93A2D4E72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{446C4399-8EAE-418E-90CB-9EF93A2D4E72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{446C4399-8EAE-418E-90CB-9EF93A2D4E72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{446C4399-8EAE-418E-90CB-9EF93A2D4E72}.Release|Any CPU.Build.0 = Release|Any CPU
{EABAC983-C52E-4539-B848-C66EE4BCAD88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EABAC983-C52E-4539-B848-C66EE4BCAD88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EABAC983-C52E-4539-B848-C66EE4BCAD88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EABAC983-C52E-4539-B848-C66EE4BCAD88}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F8C61EAD-2CAC-468A-892A-96D9996C0FE6} = {EE8AB7BD-9057-4AE4-97F2-3878BA254387}
{181FB43D-D389-483E-8E3E-35360CD2E43F} = {C42B9F62-5E45-4C7B-B54E-35FC41233E07}
{E95FA160-60BB-4369-A57C-12F82742A8EF} = {EE8AB7BD-9057-4AE4-97F2-3878BA254387}
{2E23E747-7571-4B30-9B82-E804DB0F412D} = {C42B9F62-5E45-4C7B-B54E-35FC41233E07}
{674CA280-D580-4C19-B3F7-7F8114714118} = {C42B9F62-5E45-4C7B-B54E-35FC41233E07}
{446C4399-8EAE-418E-90CB-9EF93A2D4E72} = {EE8AB7BD-9057-4AE4-97F2-3878BA254387}
{EABAC983-C52E-4539-B848-C66EE4BCAD88} = {C42B9F62-5E45-4C7B-B54E-35FC41233E07}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A52ADBD1-4047-4489-AD64-952EF3042293}
EndGlobalSection
EndGlobal