-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBB84.Notifications.sln
52 lines (52 loc) · 2.6 KB
/
BB84.Notifications.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F75C0551-8849-4FB8-B69A-AE221E70AEE3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{900F6462-8A2E-4989-848C-419F55130A79}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BB84.Notifications", "src\BB84.Notifications\BB84.Notifications.csproj", "{B5019D5A-E3C9-4852-BE65-4CA5C6E5001C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BB84.NotificationsTests", "tests\BB84.NotificationsTests\BB84.NotificationsTests.csproj", "{81F557F4-B5C4-4E4F-A78F-60541007C7EF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{154E1136-A1B4-4BBC-83A9-5AAA73E36EE1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
dotnet-releaser.toml = dotnet-releaser.toml
LICENSE = LICENSE
PublicKey.snk = PublicKey.snk
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
{B5019D5A-E3C9-4852-BE65-4CA5C6E5001C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5019D5A-E3C9-4852-BE65-4CA5C6E5001C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5019D5A-E3C9-4852-BE65-4CA5C6E5001C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5019D5A-E3C9-4852-BE65-4CA5C6E5001C}.Release|Any CPU.Build.0 = Release|Any CPU
{81F557F4-B5C4-4E4F-A78F-60541007C7EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81F557F4-B5C4-4E4F-A78F-60541007C7EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81F557F4-B5C4-4E4F-A78F-60541007C7EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81F557F4-B5C4-4E4F-A78F-60541007C7EF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B5019D5A-E3C9-4852-BE65-4CA5C6E5001C} = {F75C0551-8849-4FB8-B69A-AE221E70AEE3}
{81F557F4-B5C4-4E4F-A78F-60541007C7EF} = {900F6462-8A2E-4989-848C-419F55130A79}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6059643E-8F20-4C8A-A086-C379C61795C1}
EndGlobalSection
EndGlobal