-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathGenerator.sln
More file actions
67 lines (67 loc) · 4.78 KB
/
Generator.sln
File metadata and controls
67 lines (67 loc) · 4.78 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
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32804.467
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google.Api.Generator", "Google.Api.Generator\Google.Api.Generator.csproj", "{C28A3B50-A61C-488C-9E2A-82A5C38C8B6B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google.Api.Generator.Tests", "Google.Api.Generator.Tests\Google.Api.Generator.Tests.csproj", "{7F2B20B6-4F23-49D7-9D12-EC767631E5D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google.Api.Generator.Utils", "Google.Api.Generator.Utils\Google.Api.Generator.Utils.csproj", "{5C1198FB-4BF1-4A8A-9CCC-94FF22D57BDC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google.Api.Generator.Rest", "Google.Api.Generator.Rest\Google.Api.Generator.Rest.csproj", "{2932433B-9F1A-4FBD-A13B-F55C23F8B7D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google.Api.Generator.Rest.Tests", "Google.Api.Generator.Rest.Tests\Google.Api.Generator.Rest.Tests.csproj", "{36C6BBAE-FBF8-4C38-9231-57E71F67D71F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google.Api.Generator.Testing", "Google.Api.Generator.Testing\Google.Api.Generator.Testing.csproj", "{7B7E19A1-38E8-460A-BC86-90FC9AADC483}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google.Api.Generator.Utils.Tests", "Google.Api.Generator.Utils.Tests\Google.Api.Generator.Utils.Tests.csproj", "{98EC3797-5ED8-4364-832A-E147CAF4F3F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Api.Generator.IntegrationTests", "Google.Api.Generator.IntegrationTests\Google.Api.Generator.IntegrationTests.csproj", "{BE12E385-1974-4852-8CEE-FE9F3B02F8E0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C28A3B50-A61C-488C-9E2A-82A5C38C8B6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C28A3B50-A61C-488C-9E2A-82A5C38C8B6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C28A3B50-A61C-488C-9E2A-82A5C38C8B6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C28A3B50-A61C-488C-9E2A-82A5C38C8B6B}.Release|Any CPU.Build.0 = Release|Any CPU
{7F2B20B6-4F23-49D7-9D12-EC767631E5D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F2B20B6-4F23-49D7-9D12-EC767631E5D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F2B20B6-4F23-49D7-9D12-EC767631E5D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F2B20B6-4F23-49D7-9D12-EC767631E5D8}.Release|Any CPU.Build.0 = Release|Any CPU
{5C1198FB-4BF1-4A8A-9CCC-94FF22D57BDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C1198FB-4BF1-4A8A-9CCC-94FF22D57BDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C1198FB-4BF1-4A8A-9CCC-94FF22D57BDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C1198FB-4BF1-4A8A-9CCC-94FF22D57BDC}.Release|Any CPU.Build.0 = Release|Any CPU
{2932433B-9F1A-4FBD-A13B-F55C23F8B7D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2932433B-9F1A-4FBD-A13B-F55C23F8B7D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2932433B-9F1A-4FBD-A13B-F55C23F8B7D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2932433B-9F1A-4FBD-A13B-F55C23F8B7D0}.Release|Any CPU.Build.0 = Release|Any CPU
{36C6BBAE-FBF8-4C38-9231-57E71F67D71F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36C6BBAE-FBF8-4C38-9231-57E71F67D71F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36C6BBAE-FBF8-4C38-9231-57E71F67D71F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36C6BBAE-FBF8-4C38-9231-57E71F67D71F}.Release|Any CPU.Build.0 = Release|Any CPU
{7B7E19A1-38E8-460A-BC86-90FC9AADC483}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B7E19A1-38E8-460A-BC86-90FC9AADC483}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B7E19A1-38E8-460A-BC86-90FC9AADC483}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B7E19A1-38E8-460A-BC86-90FC9AADC483}.Release|Any CPU.Build.0 = Release|Any CPU
{98EC3797-5ED8-4364-832A-E147CAF4F3F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98EC3797-5ED8-4364-832A-E147CAF4F3F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98EC3797-5ED8-4364-832A-E147CAF4F3F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98EC3797-5ED8-4364-832A-E147CAF4F3F3}.Release|Any CPU.Build.0 = Release|Any CPU
{BE12E385-1974-4852-8CEE-FE9F3B02F8E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE12E385-1974-4852-8CEE-FE9F3B02F8E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE12E385-1974-4852-8CEE-FE9F3B02F8E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE12E385-1974-4852-8CEE-FE9F3B02F8E0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F9ED012C-E4CB-44D7-A806-C80712C88159}
EndGlobalSection
EndGlobal