-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlazor.Notifications.sln
43 lines (43 loc) · 2.58 KB
/
Blazor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Notifications.Api", "Notifications.Api\Notifications.Api.csproj", "{351F1872-6DFA-4D76-8AD0-049A8D1F9607}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Notifications.Client", "Notifications.Client\Notifications.Client.csproj", "{4FD3EEA8-06FB-4EB6-8FD6-2583DC7E223F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Notifications.RazorClient", "Notifications.RazorClient\Notifications.RazorClient.csproj", "{E66D1F53-5D29-4B8B-B741-3994EE81F5AA}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{5F2F75F9-C45D-4A8E-8556-19F7D651C4B2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{351F1872-6DFA-4D76-8AD0-049A8D1F9607}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{351F1872-6DFA-4D76-8AD0-049A8D1F9607}.Debug|Any CPU.Build.0 = Debug|Any CPU
{351F1872-6DFA-4D76-8AD0-049A8D1F9607}.Release|Any CPU.ActiveCfg = Release|Any CPU
{351F1872-6DFA-4D76-8AD0-049A8D1F9607}.Release|Any CPU.Build.0 = Release|Any CPU
{4FD3EEA8-06FB-4EB6-8FD6-2583DC7E223F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FD3EEA8-06FB-4EB6-8FD6-2583DC7E223F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FD3EEA8-06FB-4EB6-8FD6-2583DC7E223F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FD3EEA8-06FB-4EB6-8FD6-2583DC7E223F}.Release|Any CPU.Build.0 = Release|Any CPU
{E66D1F53-5D29-4B8B-B741-3994EE81F5AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E66D1F53-5D29-4B8B-B741-3994EE81F5AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E66D1F53-5D29-4B8B-B741-3994EE81F5AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E66D1F53-5D29-4B8B-B741-3994EE81F5AA}.Release|Any CPU.Build.0 = Release|Any CPU
{5F2F75F9-C45D-4A8E-8556-19F7D651C4B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F2F75F9-C45D-4A8E-8556-19F7D651C4B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F2F75F9-C45D-4A8E-8556-19F7D651C4B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F2F75F9-C45D-4A8E-8556-19F7D651C4B2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {261ECF37-E75A-40C1-B84F-906D462B6CDB}
EndGlobalSection
EndGlobal