-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEndOfLifeApi.sln
33 lines (33 loc) · 1.62 KB
/
EndOfLifeApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F9861B98-CB01-4A8C-A017-45C61FC6D1EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{CC5FF42B-3713-45CE-ABA4-FF398F4606DB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EndOfLifeApi", "src\EndOfLifeApi.csproj", "{175C39FF-3B90-4262-AB83-0B627D8B31C4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHubActions", "GitHubActions", "{5AB79C28-D0C6-42AA-A170-5A4EBB3DEC66}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
.github\workflows\main_endoflifefunction.yml = .github\workflows\main_endoflifefunction.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{175C39FF-3B90-4262-AB83-0B627D8B31C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{175C39FF-3B90-4262-AB83-0B627D8B31C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{175C39FF-3B90-4262-AB83-0B627D8B31C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{175C39FF-3B90-4262-AB83-0B627D8B31C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{175C39FF-3B90-4262-AB83-0B627D8B31C4} = {F9861B98-CB01-4A8C-A017-45C61FC6D1EE}
EndGlobalSection
EndGlobal