-
Notifications
You must be signed in to change notification settings - Fork 51
/
Gax.sln
98 lines (98 loc) · 7.05 KB
/
Gax.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google.Api.Gax", "Google.Api.Gax\Google.Api.Gax.csproj", "{16E01144-C66A-4267-AE2C-40FECF562BBB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google.Api.Gax.Tests", "Google.Api.Gax.Tests\Google.Api.Gax.Tests.csproj", "{911A7CDE-2F97-4D82-A25F-9DCC89ADF481}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google.Api.Gax.Testing", "Google.Api.Gax.Testing\Google.Api.Gax.Testing.csproj", "{5BD31BA4-1B9C-48CB-A9B2-77E4A0A35495}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google.Api.Gax.Rest", "Google.Api.Gax.Rest\Google.Api.Gax.Rest.csproj", "{0B96F57B-A344-4B54-9E0A-C38305F04F92}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google.Api.Gax.Rest.Tests", "Google.Api.Gax.Rest.Tests\Google.Api.Gax.Rest.Tests.csproj", "{1910E331-250B-4826-9E19-690DB028EA7B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google.Api.CommonProtos", "Google.Api.CommonProtos\Google.Api.CommonProtos.csproj", "{29623F34-B99D-47C2-80C8-1A42C0F25A3B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google.Api.Gax.Grpc.Tests", "Google.Api.Gax.Grpc.Tests\Google.Api.Gax.Grpc.Tests.csproj", "{AB803631-49E6-4114-8668-AF9F5AB3A2D9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google.Api.Gax.Grpc", "Google.Api.Gax.Grpc\Google.Api.Gax.Grpc.csproj", "{79AF504F-A1F6-4306-91DA-5AB816546306}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google.Api.Gax.Grpc.IntegrationTests", "Google.Api.Gax.Grpc.IntegrationTests\Google.Api.Gax.Grpc.IntegrationTests.csproj", "{BD7ECD06-675B-4B3A-AB63-3966F95CBC11}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google.Api.Gax.Grpc.Testing", "Google.Api.Gax.Grpc.Testing\Google.Api.Gax.Grpc.Testing.csproj", "{700D6B90-4E1C-4019-9B6C-4CE30FD053F1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google.Api.CommonProtos.Tests", "Google.Api.CommonProtos.Tests\Google.Api.CommonProtos.Tests.csproj", "{7839A366-B685-475E-AB76-E2DC8A7D8C44}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google.Api.Gax.Rest.IntegrationTests", "Google.Api.Gax.Rest.IntegrationTests\Google.Api.Gax.Rest.IntegrationTests.csproj", "{5445ADA0-34FD-4583-86B7-460D4D5B0E79}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MSBuild", "MSBuild", "{68EA9222-DF5D-4DE9-B3F2-9E33C57156B2}"
ProjectSection(SolutionItems) = preProject
CommonProperties.xml = CommonProperties.xml
Directory.Build.targets = Directory.Build.targets
ReleaseVersion.xml = ReleaseVersion.xml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16E01144-C66A-4267-AE2C-40FECF562BBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16E01144-C66A-4267-AE2C-40FECF562BBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16E01144-C66A-4267-AE2C-40FECF562BBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16E01144-C66A-4267-AE2C-40FECF562BBB}.Release|Any CPU.Build.0 = Release|Any CPU
{911A7CDE-2F97-4D82-A25F-9DCC89ADF481}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{911A7CDE-2F97-4D82-A25F-9DCC89ADF481}.Debug|Any CPU.Build.0 = Debug|Any CPU
{911A7CDE-2F97-4D82-A25F-9DCC89ADF481}.Release|Any CPU.ActiveCfg = Release|Any CPU
{911A7CDE-2F97-4D82-A25F-9DCC89ADF481}.Release|Any CPU.Build.0 = Release|Any CPU
{5BD31BA4-1B9C-48CB-A9B2-77E4A0A35495}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BD31BA4-1B9C-48CB-A9B2-77E4A0A35495}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BD31BA4-1B9C-48CB-A9B2-77E4A0A35495}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BD31BA4-1B9C-48CB-A9B2-77E4A0A35495}.Release|Any CPU.Build.0 = Release|Any CPU
{0B96F57B-A344-4B54-9E0A-C38305F04F92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B96F57B-A344-4B54-9E0A-C38305F04F92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B96F57B-A344-4B54-9E0A-C38305F04F92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B96F57B-A344-4B54-9E0A-C38305F04F92}.Release|Any CPU.Build.0 = Release|Any CPU
{1910E331-250B-4826-9E19-690DB028EA7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1910E331-250B-4826-9E19-690DB028EA7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1910E331-250B-4826-9E19-690DB028EA7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1910E331-250B-4826-9E19-690DB028EA7B}.Release|Any CPU.Build.0 = Release|Any CPU
{29623F34-B99D-47C2-80C8-1A42C0F25A3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29623F34-B99D-47C2-80C8-1A42C0F25A3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29623F34-B99D-47C2-80C8-1A42C0F25A3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29623F34-B99D-47C2-80C8-1A42C0F25A3B}.Release|Any CPU.Build.0 = Release|Any CPU
{AB803631-49E6-4114-8668-AF9F5AB3A2D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB803631-49E6-4114-8668-AF9F5AB3A2D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB803631-49E6-4114-8668-AF9F5AB3A2D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB803631-49E6-4114-8668-AF9F5AB3A2D9}.Release|Any CPU.Build.0 = Release|Any CPU
{79AF504F-A1F6-4306-91DA-5AB816546306}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79AF504F-A1F6-4306-91DA-5AB816546306}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79AF504F-A1F6-4306-91DA-5AB816546306}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79AF504F-A1F6-4306-91DA-5AB816546306}.Release|Any CPU.Build.0 = Release|Any CPU
{BD7ECD06-675B-4B3A-AB63-3966F95CBC11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD7ECD06-675B-4B3A-AB63-3966F95CBC11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD7ECD06-675B-4B3A-AB63-3966F95CBC11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD7ECD06-675B-4B3A-AB63-3966F95CBC11}.Release|Any CPU.Build.0 = Release|Any CPU
{700D6B90-4E1C-4019-9B6C-4CE30FD053F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{700D6B90-4E1C-4019-9B6C-4CE30FD053F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{700D6B90-4E1C-4019-9B6C-4CE30FD053F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{700D6B90-4E1C-4019-9B6C-4CE30FD053F1}.Release|Any CPU.Build.0 = Release|Any CPU
{7839A366-B685-475E-AB76-E2DC8A7D8C44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7839A366-B685-475E-AB76-E2DC8A7D8C44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7839A366-B685-475E-AB76-E2DC8A7D8C44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7839A366-B685-475E-AB76-E2DC8A7D8C44}.Release|Any CPU.Build.0 = Release|Any CPU
{5445ADA0-34FD-4583-86B7-460D4D5B0E79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5445ADA0-34FD-4583-86B7-460D4D5B0E79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5445ADA0-34FD-4583-86B7-460D4D5B0E79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5445ADA0-34FD-4583-86B7-460D4D5B0E79}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EBC5AB6A-DE79-42BA-9D86-43789F17A749}
EndGlobalSection
EndGlobal