forked from stumpyfr/Teams.Notifications
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTeams.Notifications.sln
43 lines (43 loc) · 2.42 KB
/
Teams.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 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Teams.Notifications", "Teams.Notifications\Teams.Notifications.csproj", "{FDBD2439-E36A-4DCB-BE53-3202377E4964}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Teams.Notifications.Client", "Teams.Notification.Client\Teams.Notifications.Client.csproj", "{5C4D1190-3407-47DF-A153-B84E7744637D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{571A911F-0FE9-412D-9C54-316E4C01EF0C}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Teams.Notifications.Tests", "Teams.Notifications.Tests\Teams.Notifications.Tests.csproj", "{C8AD3F2F-B0E8-4C01-B8CE-D06906957FAC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FDBD2439-E36A-4DCB-BE53-3202377E4964}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDBD2439-E36A-4DCB-BE53-3202377E4964}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDBD2439-E36A-4DCB-BE53-3202377E4964}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDBD2439-E36A-4DCB-BE53-3202377E4964}.Release|Any CPU.Build.0 = Release|Any CPU
{5C4D1190-3407-47DF-A153-B84E7744637D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C4D1190-3407-47DF-A153-B84E7744637D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C4D1190-3407-47DF-A153-B84E7744637D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C4D1190-3407-47DF-A153-B84E7744637D}.Release|Any CPU.Build.0 = Release|Any CPU
{C8AD3F2F-B0E8-4C01-B8CE-D06906957FAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8AD3F2F-B0E8-4C01-B8CE-D06906957FAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8AD3F2F-B0E8-4C01-B8CE-D06906957FAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8AD3F2F-B0E8-4C01-B8CE-D06906957FAC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2F6D64FA-E54A-4F9E-ABE4-16296B98F99B}
EndGlobalSection
EndGlobal