-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGoogleIncrementalSamples.sln
More file actions
66 lines (66 loc) · 4.53 KB
/
GoogleIncrementalSamples.sln
File metadata and controls
66 lines (66 loc) · 4.53 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F1202047-4C17-473F-A142-98CCFC7D6ECB}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MicrosoftIncrementalMvcSample", "src\MicrosoftIncrementalMvcSample\MicrosoftIncrementalMvcSample.csproj", "{ECBCB486-AE13-48D5-B53E-C30F1FAF527A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoogleIncrementalMvcSample", "src\GoogleIncrementalMvcSample\GoogleIncrementalMvcSample.csproj", "{7AD98027-F9BE-4DF1-9429-53BC920DF858}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenIdConnectIncrementalMvcSample", "src\OpenIdConnectIncrementalMvcSample\OpenIdConnectIncrementalMvcSample.csproj", "{6CA1A4F6-802B-4F00-91D8-49088B3FA7FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google.Apis.Auth.AspNetCore", "..\google-api-dotnet-client\Src\Support\Google.Apis.Auth.AspNetCore\Google.Apis.Auth.AspNetCore.csproj", "{DB753462-EBE5-4ED3-BFA3-E7403F8063F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google.Apis.Auth", "..\google-api-dotnet-client\Src\Support\Google.Apis.Auth\Google.Apis.Auth.csproj", "{48D0A675-3F9C-476A-8E3A-97DCE602C37E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google.Apis.Core", "..\google-api-dotnet-client\Src\Support\Google.Apis.Core\Google.Apis.Core.csproj", "{074BA54A-A210-4C28-A369-44187C25EBBD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google.Apis", "..\google-api-dotnet-client\Src\Support\Google.Apis\Google.Apis.csproj", "{5504278A-2C11-4D09-B997-6B5F9F9022AF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ECBCB486-AE13-48D5-B53E-C30F1FAF527A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECBCB486-AE13-48D5-B53E-C30F1FAF527A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECBCB486-AE13-48D5-B53E-C30F1FAF527A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECBCB486-AE13-48D5-B53E-C30F1FAF527A}.Release|Any CPU.Build.0 = Release|Any CPU
{7AD98027-F9BE-4DF1-9429-53BC920DF858}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7AD98027-F9BE-4DF1-9429-53BC920DF858}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7AD98027-F9BE-4DF1-9429-53BC920DF858}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7AD98027-F9BE-4DF1-9429-53BC920DF858}.Release|Any CPU.Build.0 = Release|Any CPU
{6CA1A4F6-802B-4F00-91D8-49088B3FA7FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CA1A4F6-802B-4F00-91D8-49088B3FA7FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CA1A4F6-802B-4F00-91D8-49088B3FA7FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CA1A4F6-802B-4F00-91D8-49088B3FA7FD}.Release|Any CPU.Build.0 = Release|Any CPU
{DB753462-EBE5-4ED3-BFA3-E7403F8063F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB753462-EBE5-4ED3-BFA3-E7403F8063F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB753462-EBE5-4ED3-BFA3-E7403F8063F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB753462-EBE5-4ED3-BFA3-E7403F8063F5}.Release|Any CPU.Build.0 = Release|Any CPU
{48D0A675-3F9C-476A-8E3A-97DCE602C37E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48D0A675-3F9C-476A-8E3A-97DCE602C37E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48D0A675-3F9C-476A-8E3A-97DCE602C37E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48D0A675-3F9C-476A-8E3A-97DCE602C37E}.Release|Any CPU.Build.0 = Release|Any CPU
{074BA54A-A210-4C28-A369-44187C25EBBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{074BA54A-A210-4C28-A369-44187C25EBBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{074BA54A-A210-4C28-A369-44187C25EBBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{074BA54A-A210-4C28-A369-44187C25EBBD}.Release|Any CPU.Build.0 = Release|Any CPU
{5504278A-2C11-4D09-B997-6B5F9F9022AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5504278A-2C11-4D09-B997-6B5F9F9022AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5504278A-2C11-4D09-B997-6B5F9F9022AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5504278A-2C11-4D09-B997-6B5F9F9022AF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DB1A4833-5414-46EE-A37E-C802C30528B2}
EndGlobalSection
EndGlobal