-
Notifications
You must be signed in to change notification settings - Fork 0
/
ApiAggregator.Net.sln
54 lines (54 loc) · 2.88 KB
/
ApiAggregator.Net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4338FF70-3C81-4370-ACFB-00E14545BA99}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApiAggregator", "src\ApiAggregator\ApiAggregator.csproj", "{8250784C-5415-47C2-9FE4-9E54FA4672B6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{31E7A02C-167D-46FB-A90A-F3995FD5682D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApiAggregator.Tests", "tests\ApiAggregator.Tests\ApiAggregator.Tests.csproj", "{C9ED08F3-F754-4D7A-8034-8FC180EA7F7A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution", "solution", "{D6340772-5767-4604-9E64-04078C0C2CAC}"
ProjectSection(SolutionItems) = preProject
ApiAggregator.md = ApiAggregator.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github", "github", "{BCE2D3FE-6CF1-4932-9DEE-5B761A132C5E}"
ProjectSection(SolutionItems) = preProject
GitVersion.yml = GitVersion.yml
.github\workflows\Master-Build.yml = .github\workflows\Master-Build.yml
.github\workflows\Master-CodeQL.yml = .github\workflows\Master-CodeQL.yml
.github\workflows\PullRequest-CI.yml = .github\workflows\PullRequest-CI.yml
.github\workflows\PullRequest-CodeQL.yml = .github\workflows\PullRequest-CodeQL.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8250784C-5415-47C2-9FE4-9E54FA4672B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8250784C-5415-47C2-9FE4-9E54FA4672B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8250784C-5415-47C2-9FE4-9E54FA4672B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8250784C-5415-47C2-9FE4-9E54FA4672B6}.Release|Any CPU.Build.0 = Release|Any CPU
{C9ED08F3-F754-4D7A-8034-8FC180EA7F7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9ED08F3-F754-4D7A-8034-8FC180EA7F7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9ED08F3-F754-4D7A-8034-8FC180EA7F7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9ED08F3-F754-4D7A-8034-8FC180EA7F7A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8250784C-5415-47C2-9FE4-9E54FA4672B6} = {4338FF70-3C81-4370-ACFB-00E14545BA99}
{C9ED08F3-F754-4D7A-8034-8FC180EA7F7A} = {31E7A02C-167D-46FB-A90A-F3995FD5682D}
{BCE2D3FE-6CF1-4932-9DEE-5B761A132C5E} = {D6340772-5767-4604-9E64-04078C0C2CAC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1C562364-952E-4E35-B64F-565D054EA5E2}
EndGlobalSection
EndGlobal