-
Notifications
You must be signed in to change notification settings - Fork 0
/
Nbic.References.sln
54 lines (54 loc) · 3.2 KB
/
Nbic.References.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 16
VisualStudioVersion = 16.0.29409.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nbic.References", "Nbic.References\Nbic.References.csproj", "{8959D747-7BDA-480B-9F6F-0EE5FA3C054C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{69A2E534-0B87-456E-B931-E0C42F48BED5}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
README.md = README.md
.github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml
.github\workflows\metrics.yml = .github\workflows\metrics.yml
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nbic.References.Tests", "Nbic.References.Tests\Nbic.References.Tests.csproj", "{9DD48F8F-28B8-4C33-9C4C-339C0B360028}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D2AF6EB7-C0DA-42CF-A155-90579A2A6BE4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nbic.References.Core", "Nbic.References.Core\Nbic.References.Core.csproj", "{120B7358-CE47-4275-A279-83B55E37E429}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nbic.References.Infrastructure", "Nbic.References.Infrastructure\Nbic.References.Infrastructure.csproj", "{C59C8928-5AC1-40D3-B91C-2691AAD539B7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8959D747-7BDA-480B-9F6F-0EE5FA3C054C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8959D747-7BDA-480B-9F6F-0EE5FA3C054C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8959D747-7BDA-480B-9F6F-0EE5FA3C054C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8959D747-7BDA-480B-9F6F-0EE5FA3C054C}.Release|Any CPU.Build.0 = Release|Any CPU
{9DD48F8F-28B8-4C33-9C4C-339C0B360028}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DD48F8F-28B8-4C33-9C4C-339C0B360028}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DD48F8F-28B8-4C33-9C4C-339C0B360028}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DD48F8F-28B8-4C33-9C4C-339C0B360028}.Release|Any CPU.Build.0 = Release|Any CPU
{120B7358-CE47-4275-A279-83B55E37E429}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{120B7358-CE47-4275-A279-83B55E37E429}.Debug|Any CPU.Build.0 = Debug|Any CPU
{120B7358-CE47-4275-A279-83B55E37E429}.Release|Any CPU.ActiveCfg = Release|Any CPU
{120B7358-CE47-4275-A279-83B55E37E429}.Release|Any CPU.Build.0 = Release|Any CPU
{C59C8928-5AC1-40D3-B91C-2691AAD539B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C59C8928-5AC1-40D3-B91C-2691AAD539B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C59C8928-5AC1-40D3-B91C-2691AAD539B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C59C8928-5AC1-40D3-B91C-2691AAD539B7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {61833C9A-6990-490D-88BD-5D79CA725359}
EndGlobalSection
EndGlobal