-
Notifications
You must be signed in to change notification settings - Fork 1
/
api_group_generator.sln
46 lines (46 loc) · 2.58 KB
/
api_group_generator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ApiGroupGenerator", "ApiGroupGenerator", "{FF58E00B-AA3A-45D2-8FD6-A7D226995B28}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApiGroupGenerator", "ApiGroupGenerator\ApiGroupGenerator.csproj", "{CD471092-3B3B-4E64-AE17-6CB904AA58C9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests_ApiGroupGenerator", "Tests_ApiGroupGenerator\Tests_ApiGroupGenerator.csproj", "{A761E6D7-8A05-49C6-B1EF-CC03964D0A42}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTest", "IntegrationTest\IntegrationTest.csproj", "{66189992-06A6-4A62-83D6-CD266541657E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CD471092-3B3B-4E64-AE17-6CB904AA58C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD471092-3B3B-4E64-AE17-6CB904AA58C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD471092-3B3B-4E64-AE17-6CB904AA58C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD471092-3B3B-4E64-AE17-6CB904AA58C9}.Release|Any CPU.Build.0 = Release|Any CPU
{A761E6D7-8A05-49C6-B1EF-CC03964D0A42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A761E6D7-8A05-49C6-B1EF-CC03964D0A42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A761E6D7-8A05-49C6-B1EF-CC03964D0A42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A761E6D7-8A05-49C6-B1EF-CC03964D0A42}.Release|Any CPU.Build.0 = Release|Any CPU
{66189992-06A6-4A62-83D6-CD266541657E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66189992-06A6-4A62-83D6-CD266541657E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66189992-06A6-4A62-83D6-CD266541657E}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CD471092-3B3B-4E64-AE17-6CB904AA58C9} = {FF58E00B-AA3A-45D2-8FD6-A7D226995B28}
{A761E6D7-8A05-49C6-B1EF-CC03964D0A42} = {FF58E00B-AA3A-45D2-8FD6-A7D226995B28}
{66189992-06A6-4A62-83D6-CD266541657E} = {FF58E00B-AA3A-45D2-8FD6-A7D226995B28}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B7214139-8C7D-4A16-B4DC-319C4E892B69}
EndGlobalSection
EndGlobal