-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathWebJobs.Extensions.Redis.sln
76 lines (76 loc) · 5.64 KB
/
WebJobs.Extensions.Redis.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32505.426
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.WebJobs.Extensions.Redis.Samples", "samples\dotnet\Microsoft.Azure.WebJobs.Extensions.Redis.Samples.csproj", "{287FA4E2-FABB-4E53-B3C0-B920A594E9C2}"
ProjectSection(ProjectDependencies) = postProject
{D52E32D7-FB14-4952-AA6E-D16399139E4A} = {D52E32D7-FB14-4952-AA6E-D16399139E4A}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.WebJobs.Extensions.Redis.Tests", "test\dotnet\Microsoft.Azure.WebJobs.Extensions.Redis.Tests.csproj", "{0EF5AB9B-DB6A-4992-AA3F-F0A1BD18010D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Functions.Worker.Extensions.Redis", "src\Microsoft.Azure.Functions.Worker.Extensions.Redis\Microsoft.Azure.Functions.Worker.Extensions.Redis.csproj", "{D52E32D7-FB14-4952-AA6E-D16399139E4A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.WebJobs.Extensions.Redis", "src\Microsoft.Azure.WebJobs.Extensions.Redis\Microsoft.Azure.WebJobs.Extensions.Redis.csproj", "{A1A50657-EB50-4B7C-9BDD-AB2A357F8235}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReadThroughSamples", "samples\CosmosDBIntegration\ReadThroughSamples\ReadThroughSamples.csproj", "{77A0D8F6-CAB3-450B-BBCB-658C8A47EB3C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WriteAroundSamples", "samples\CosmosDBIntegration\WriteAroundSamples\WriteAroundSamples.csproj", "{780469B0-E554-46F8-8333-4C1630C04E3D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WriteBehindSamples", "samples\CosmosDBIntegration\WriteBehindSamples\WriteBehindSamples.csproj", "{C6273150-22D0-4967-B7B6-9A2EA674053D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WriteThroughSamples", "samples\CosmosDBIntegration\WriteThroughSamples\WriteThroughSamples.csproj", "{61001020-ABEE-4B06-BF56-1C1989838CBA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Functions.Worker.Extensions.Redis.Samples", "samples\dotnet-isolated\Microsoft.Azure.Functions.Worker.Extensions.Redis.Samples.csproj", "{9EA54616-32DD-44C5-BB24-D0FEA4733850}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{287FA4E2-FABB-4E53-B3C0-B920A594E9C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{287FA4E2-FABB-4E53-B3C0-B920A594E9C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{287FA4E2-FABB-4E53-B3C0-B920A594E9C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{287FA4E2-FABB-4E53-B3C0-B920A594E9C2}.Release|Any CPU.Build.0 = Release|Any CPU
{0EF5AB9B-DB6A-4992-AA3F-F0A1BD18010D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EF5AB9B-DB6A-4992-AA3F-F0A1BD18010D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EF5AB9B-DB6A-4992-AA3F-F0A1BD18010D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EF5AB9B-DB6A-4992-AA3F-F0A1BD18010D}.Release|Any CPU.Build.0 = Release|Any CPU
{D52E32D7-FB14-4952-AA6E-D16399139E4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D52E32D7-FB14-4952-AA6E-D16399139E4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D52E32D7-FB14-4952-AA6E-D16399139E4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D52E32D7-FB14-4952-AA6E-D16399139E4A}.Release|Any CPU.Build.0 = Release|Any CPU
{A1A50657-EB50-4B7C-9BDD-AB2A357F8235}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1A50657-EB50-4B7C-9BDD-AB2A357F8235}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1A50657-EB50-4B7C-9BDD-AB2A357F8235}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1A50657-EB50-4B7C-9BDD-AB2A357F8235}.Release|Any CPU.Build.0 = Release|Any CPU
{77A0D8F6-CAB3-450B-BBCB-658C8A47EB3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77A0D8F6-CAB3-450B-BBCB-658C8A47EB3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77A0D8F6-CAB3-450B-BBCB-658C8A47EB3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77A0D8F6-CAB3-450B-BBCB-658C8A47EB3C}.Release|Any CPU.Build.0 = Release|Any CPU
{780469B0-E554-46F8-8333-4C1630C04E3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{780469B0-E554-46F8-8333-4C1630C04E3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{780469B0-E554-46F8-8333-4C1630C04E3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{780469B0-E554-46F8-8333-4C1630C04E3D}.Release|Any CPU.Build.0 = Release|Any CPU
{C6273150-22D0-4967-B7B6-9A2EA674053D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6273150-22D0-4967-B7B6-9A2EA674053D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6273150-22D0-4967-B7B6-9A2EA674053D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6273150-22D0-4967-B7B6-9A2EA674053D}.Release|Any CPU.Build.0 = Release|Any CPU
{61001020-ABEE-4B06-BF56-1C1989838CBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61001020-ABEE-4B06-BF56-1C1989838CBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61001020-ABEE-4B06-BF56-1C1989838CBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61001020-ABEE-4B06-BF56-1C1989838CBA}.Release|Any CPU.Build.0 = Release|Any CPU
{9EA54616-32DD-44C5-BB24-D0FEA4733850}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EA54616-32DD-44C5-BB24-D0FEA4733850}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EA54616-32DD-44C5-BB24-D0FEA4733850}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EA54616-32DD-44C5-BB24-D0FEA4733850}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E5EDDFAD-8177-4120-AEDE-8ED7D5AAFC73}
EndGlobalSection
EndGlobal