-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApiGen.sln
More file actions
50 lines (50 loc) · 2.76 KB
/
ApiGen.sln
File metadata and controls
50 lines (50 loc) · 2.76 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.3.11505.172 d18.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api", "src\Api\Api.csproj", "{07BE29B8-8319-4A41-954D-E62511F608AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Generator", "src\Generator\Generator.csproj", "{2CFB2F63-5D58-4863-ABA1-5A88413C4964}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "test\UnitTest\Test.csproj", "{F82EA4CF-B12D-48EC-B814-001CAF950CD8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Command", "src\Command\Command.csproj", "{E7FB0101-81D4-4E4F-AA99-D0ED63C6A072}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CB683F99-6BB0-45C5-B415-C2ECCB6B7DA4}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Dockerfile = Dockerfile
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07BE29B8-8319-4A41-954D-E62511F608AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07BE29B8-8319-4A41-954D-E62511F608AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07BE29B8-8319-4A41-954D-E62511F608AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07BE29B8-8319-4A41-954D-E62511F608AD}.Release|Any CPU.Build.0 = Release|Any CPU
{2CFB2F63-5D58-4863-ABA1-5A88413C4964}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CFB2F63-5D58-4863-ABA1-5A88413C4964}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CFB2F63-5D58-4863-ABA1-5A88413C4964}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CFB2F63-5D58-4863-ABA1-5A88413C4964}.Release|Any CPU.Build.0 = Release|Any CPU
{F82EA4CF-B12D-48EC-B814-001CAF950CD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F82EA4CF-B12D-48EC-B814-001CAF950CD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F82EA4CF-B12D-48EC-B814-001CAF950CD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F82EA4CF-B12D-48EC-B814-001CAF950CD8}.Release|Any CPU.Build.0 = Release|Any CPU
{E7FB0101-81D4-4E4F-AA99-D0ED63C6A072}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7FB0101-81D4-4E4F-AA99-D0ED63C6A072}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7FB0101-81D4-4E4F-AA99-D0ED63C6A072}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7FB0101-81D4-4E4F-AA99-D0ED63C6A072}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {940BD946-205B-4B39-ACE9-EB2B81A1A906}
EndGlobalSection
EndGlobal