-
Notifications
You must be signed in to change notification settings - Fork 1
/
CoreHelpers.Azure.Worker.sln
41 lines (40 loc) · 2.81 KB
/
CoreHelpers.Azure.Worker.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreHelpers.Azure.Worker", "CoreHelpers.Azure.Worker\CoreHelpers.Azure.Worker.csproj", "{6891C350-624C-4B64-93EC-BFF014480DC3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreHelpers.Azure.Worker.Tests", "CoreHelpers.Azure.Worker.Tests\CoreHelpers.Azure.Worker.Tests.csproj", "{24605A3F-9670-4CC0-8109-4EEEB9C5E663}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{43B053E9-7BAB-47BE-B33E-7A2D480C7719}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreHelpersAzure.Worker.SampleLoop", "Samples\CoreHelpersAzure.Worker.SampleLoop\CoreHelpersAzure.Worker.SampleLoop.csproj", "{1894D1ED-473D-44A3-B8FA-8C860EF4094D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreHelper.Azure.Worker.Sample", "Samples\CoreHelper.Azure.Worker.Sample\CoreHelper.Azure.Worker.Sample.csproj", "{86D17B9A-F3D4-4889-B366-0F2034F13171}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6891C350-624C-4B64-93EC-BFF014480DC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6891C350-624C-4B64-93EC-BFF014480DC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6891C350-624C-4B64-93EC-BFF014480DC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6891C350-624C-4B64-93EC-BFF014480DC3}.Release|Any CPU.Build.0 = Release|Any CPU
{24605A3F-9670-4CC0-8109-4EEEB9C5E663}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24605A3F-9670-4CC0-8109-4EEEB9C5E663}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24605A3F-9670-4CC0-8109-4EEEB9C5E663}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24605A3F-9670-4CC0-8109-4EEEB9C5E663}.Release|Any CPU.Build.0 = Release|Any CPU
{1894D1ED-473D-44A3-B8FA-8C860EF4094D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1894D1ED-473D-44A3-B8FA-8C860EF4094D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1894D1ED-473D-44A3-B8FA-8C860EF4094D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1894D1ED-473D-44A3-B8FA-8C860EF4094D}.Release|Any CPU.Build.0 = Release|Any CPU
{86D17B9A-F3D4-4889-B366-0F2034F13171}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86D17B9A-F3D4-4889-B366-0F2034F13171}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86D17B9A-F3D4-4889-B366-0F2034F13171}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86D17B9A-F3D4-4889-B366-0F2034F13171}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1894D1ED-473D-44A3-B8FA-8C860EF4094D} = {43B053E9-7BAB-47BE-B33E-7A2D480C7719}
{86D17B9A-F3D4-4889-B366-0F2034F13171} = {43B053E9-7BAB-47BE-B33E-7A2D480C7719}
EndGlobalSection
EndGlobal