This repository has been archived by the owner on Jun 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
/
SlackConnector.sln
43 lines (43 loc) · 2.49 KB
/
SlackConnector.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.26730.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{01D3C8E6-DA36-4D50-B35E-3B3FC78AFFEA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SlackConnector", "src\SlackConnector\SlackConnector.csproj", "{90677E16-CD23-4E7A-9CF8-6AD5E9A59678}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SlackConnector.Tests.Unit", "tests\SlackConnector.Tests.Unit\SlackConnector.Tests.Unit.csproj", "{9AF6B3B4-6259-46C7-8568-63BD078D0CB3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SlackConnector.Tests.Integration", "tests\SlackConnector.Tests.Integration\SlackConnector.Tests.Integration.csproj", "{D1CF1D61-776F-4FF8-A810-85225C1F450A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{90677E16-CD23-4E7A-9CF8-6AD5E9A59678}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90677E16-CD23-4E7A-9CF8-6AD5E9A59678}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90677E16-CD23-4E7A-9CF8-6AD5E9A59678}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90677E16-CD23-4E7A-9CF8-6AD5E9A59678}.Release|Any CPU.Build.0 = Release|Any CPU
{9AF6B3B4-6259-46C7-8568-63BD078D0CB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AF6B3B4-6259-46C7-8568-63BD078D0CB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AF6B3B4-6259-46C7-8568-63BD078D0CB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AF6B3B4-6259-46C7-8568-63BD078D0CB3}.Release|Any CPU.Build.0 = Release|Any CPU
{D1CF1D61-776F-4FF8-A810-85225C1F450A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1CF1D61-776F-4FF8-A810-85225C1F450A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1CF1D61-776F-4FF8-A810-85225C1F450A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1CF1D61-776F-4FF8-A810-85225C1F450A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9AF6B3B4-6259-46C7-8568-63BD078D0CB3} = {01D3C8E6-DA36-4D50-B35E-3B3FC78AFFEA}
{D1CF1D61-776F-4FF8-A810-85225C1F450A} = {01D3C8E6-DA36-4D50-B35E-3B3FC78AFFEA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {69AD9C27-0383-4CCD-9980-75E9D8ACA096}
EndGlobalSection
EndGlobal