-
Notifications
You must be signed in to change notification settings - Fork 2
/
BackgroundProgressNotifications.sln
37 lines (37 loc) · 2.17 KB
/
BackgroundProgressNotifications.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31903.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackgroundProgressNotifications.Server", "Server\BackgroundProgressNotifications.Server.csproj", "{11149E56-8B3C-4AF8-B3C0-19CC3218C751}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackgroundProgressNotifications.Client", "Client\BackgroundProgressNotifications.Client.csproj", "{D1153310-A921-4C18-904B-C10F034FD91A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackgroundProgressNotifications.Shared", "Shared\BackgroundProgressNotifications.Shared.csproj", "{839DFE6E-95BB-4C36-B70A-683D60BA4C16}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{11149E56-8B3C-4AF8-B3C0-19CC3218C751}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11149E56-8B3C-4AF8-B3C0-19CC3218C751}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11149E56-8B3C-4AF8-B3C0-19CC3218C751}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11149E56-8B3C-4AF8-B3C0-19CC3218C751}.Release|Any CPU.Build.0 = Release|Any CPU
{D1153310-A921-4C18-904B-C10F034FD91A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1153310-A921-4C18-904B-C10F034FD91A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1153310-A921-4C18-904B-C10F034FD91A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1153310-A921-4C18-904B-C10F034FD91A}.Release|Any CPU.Build.0 = Release|Any CPU
{839DFE6E-95BB-4C36-B70A-683D60BA4C16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{839DFE6E-95BB-4C36-B70A-683D60BA4C16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{839DFE6E-95BB-4C36-B70A-683D60BA4C16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{839DFE6E-95BB-4C36-B70A-683D60BA4C16}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4ED51338-6721-4B10-B8FA-A4CFE3C60325}
EndGlobalSection
EndGlobal