-
Notifications
You must be signed in to change notification settings - Fork 2
/
reqifviewer.sln
50 lines (50 loc) · 2.54 KB
/
reqifviewer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "reqifviewer", "reqifviewer\reqifviewer.csproj", "{93C0D16C-C5C6-4905-924B-0967592EB6B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "reqifviewer.Tests", "reqifviewer.Tests\reqifviewer.Tests.csproj", "{C2B1FD5D-48D2-489B-A8F8-22C345AD8CF9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{432140E8-3F7F-4BB7-8391-86EE9536A13A}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
LICENSE = LICENSE
NOTICE = NOTICE
Nuget.Config = Nuget.Config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GH Actions", "GH Actions", "{81DC3A2A-D964-4843-913E-A6E89C8DF5F7}"
ProjectSection(SolutionItems) = preProject
.github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml
.github\workflows\CodeQuality.yml = .github\workflows\CodeQuality.yml
.github\workflows\web-app-publish-docker-container.yml = .github\workflows\web-app-publish-docker-container.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{93C0D16C-C5C6-4905-924B-0967592EB6B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93C0D16C-C5C6-4905-924B-0967592EB6B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93C0D16C-C5C6-4905-924B-0967592EB6B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93C0D16C-C5C6-4905-924B-0967592EB6B5}.Release|Any CPU.Build.0 = Release|Any CPU
{C2B1FD5D-48D2-489B-A8F8-22C345AD8CF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2B1FD5D-48D2-489B-A8F8-22C345AD8CF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2B1FD5D-48D2-489B-A8F8-22C345AD8CF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2B1FD5D-48D2-489B-A8F8-22C345AD8CF9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{81DC3A2A-D964-4843-913E-A6E89C8DF5F7} = {432140E8-3F7F-4BB7-8391-86EE9536A13A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {93EF5C50-3D83-4AFC-903B-25E99D3BE872}
EndGlobalSection
EndGlobal