-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTomLabs.SlackHook.sln
More file actions
40 lines (40 loc) · 1.93 KB
/
TomLabs.SlackHook.sln
File metadata and controls
40 lines (40 loc) · 1.93 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TomLabs.SlackHook", "TomLabs.SlackHook\TomLabs.SlackHook.csproj", "{8CC628A5-D038-4FD9-92B8-E6806A3C96E6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TomLabs.SlackHook.Tests", "TomLabs.SlackHook.Tests\TomLabs.SlackHook.Tests.csproj", "{0ACB1CC1-03F2-45D4-87C1-D84ED1C0E2FD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{F0C1A295-8857-4F73-AFC9-182931EBF1A1}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
.travis.yml = .travis.yml
LICENSE = LICENSE
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
{8CC628A5-D038-4FD9-92B8-E6806A3C96E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CC628A5-D038-4FD9-92B8-E6806A3C96E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CC628A5-D038-4FD9-92B8-E6806A3C96E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CC628A5-D038-4FD9-92B8-E6806A3C96E6}.Release|Any CPU.Build.0 = Release|Any CPU
{0ACB1CC1-03F2-45D4-87C1-D84ED1C0E2FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0ACB1CC1-03F2-45D4-87C1-D84ED1C0E2FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0ACB1CC1-03F2-45D4-87C1-D84ED1C0E2FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0ACB1CC1-03F2-45D4-87C1-D84ED1C0E2FD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EE6A269C-AC66-4BB1-A894-260D5B0C0067}
EndGlobalSection
EndGlobal