This repository has been archived by the owner on Jul 21, 2019. It is now read-only.
forked from kria/TfsNotificationRelay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TfsNotificationRelay.sln
45 lines (45 loc) · 2.75 KB
/
TfsNotificationRelay.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TfsNotificationRelay", "TfsNotificationRelay\TfsNotificationRelay.csproj", "{B42FE02C-24B3-4D93-B27B-DF3A352E8504}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TfsNotificationRelay.Slack", "TfsNotificationRelay.Slack\TfsNotificationRelay.Slack.csproj", "{1B7CD662-6B07-47FE-8A83-A9201631377A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TfsNotificationRelay.HipChat", "TfsNotificationRelay.HipChat\TfsNotificationRelay.HipChat.csproj", "{6CFA1BAD-4E12-42C8-BC97-9C860D08C502}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TfsNotificationRelay.Tests", "TfsNotificationRelay.Tests\TfsNotificationRelay.Tests.csproj", "{60B57F4C-43E5-4C96-B44C-4F9AD94EC1EA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0B97AE96-4985-40AF-B532-EC59697494B6}"
ProjectSection(SolutionItems) = preProject
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
{B42FE02C-24B3-4D93-B27B-DF3A352E8504}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B42FE02C-24B3-4D93-B27B-DF3A352E8504}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B42FE02C-24B3-4D93-B27B-DF3A352E8504}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B42FE02C-24B3-4D93-B27B-DF3A352E8504}.Release|Any CPU.Build.0 = Release|Any CPU
{1B7CD662-6B07-47FE-8A83-A9201631377A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B7CD662-6B07-47FE-8A83-A9201631377A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B7CD662-6B07-47FE-8A83-A9201631377A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B7CD662-6B07-47FE-8A83-A9201631377A}.Release|Any CPU.Build.0 = Release|Any CPU
{6CFA1BAD-4E12-42C8-BC97-9C860D08C502}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CFA1BAD-4E12-42C8-BC97-9C860D08C502}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CFA1BAD-4E12-42C8-BC97-9C860D08C502}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CFA1BAD-4E12-42C8-BC97-9C860D08C502}.Release|Any CPU.Build.0 = Release|Any CPU
{60B57F4C-43E5-4C96-B44C-4F9AD94EC1EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60B57F4C-43E5-4C96-B44C-4F9AD94EC1EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60B57F4C-43E5-4C96-B44C-4F9AD94EC1EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60B57F4C-43E5-4C96-B44C-4F9AD94EC1EA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal