forked from timabell/tfsslackbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSlackBot.sln
51 lines (51 loc) · 2.62 KB
/
SlackBot.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
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SlackBotService", "SlackBotService\SlackBotService.csproj", "{0FFC591C-C085-4A8E-9390-77C1AA3BC51B}"
ProjectSection(ProjectDependencies) = postProject
{0953B247-3D9A-4881-A797-53C6B3A42CAC} = {0953B247-3D9A-4881-A797-53C6B3A42CAC}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SlackBot", "SlackBot\SlackBot.csproj", "{F13118F6-F3B3-489C-9706-EB8F41ACF9C8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{E139D3A5-86E5-4A2A-8A83-C8867268E123}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SlackBot.Tfs", "SlackBot.Tfs\SlackBot.Tfs.csproj", "{0953B247-3D9A-4881-A797-53C6B3A42CAC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9705CB4A-3CB8-4829-921D-6661EBB22E3A}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
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
{0FFC591C-C085-4A8E-9390-77C1AA3BC51B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FFC591C-C085-4A8E-9390-77C1AA3BC51B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FFC591C-C085-4A8E-9390-77C1AA3BC51B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FFC591C-C085-4A8E-9390-77C1AA3BC51B}.Release|Any CPU.Build.0 = Release|Any CPU
{F13118F6-F3B3-489C-9706-EB8F41ACF9C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F13118F6-F3B3-489C-9706-EB8F41ACF9C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F13118F6-F3B3-489C-9706-EB8F41ACF9C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F13118F6-F3B3-489C-9706-EB8F41ACF9C8}.Release|Any CPU.Build.0 = Release|Any CPU
{0953B247-3D9A-4881-A797-53C6B3A42CAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0953B247-3D9A-4881-A797-53C6B3A42CAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0953B247-3D9A-4881-A797-53C6B3A42CAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0953B247-3D9A-4881-A797-53C6B3A42CAC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal