-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSlackerRunner.sln
59 lines (59 loc) · 2.94 KB
/
SlackerRunner.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
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8C295798-0AE1-458F-8DE1-0DF68360FBBF}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
info.txt = info.txt
Local.testsettings = Local.testsettings
README.md = README.md
releases.txt = releases.txt
slacker.runsettings = slacker.runsettings
SlackerRunner.vsmdi = SlackerRunner.vsmdi
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SlackerRunner", "SlackerRunner\SlackerRunner.csproj", "{28BB7D57-4BD7-4298-9FCF-7375C87401E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SlackerRunner.IntegrationTests", "SlackerRunner.IntegrationTests\SlackerRunner.IntegrationTests.csproj", "{B272CCCD-A5FD-40B9-A761-B8E5F1105475}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SlackerTests", "SlackerTests\SlackerTests.csproj", "{A35773F6-BA8F-4E3A-85DB-083A6466A0DE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{9537FCB1-D98E-4B72-AE6F-A9C0642ED795}"
ProjectSection(SolutionItems) = preProject
build\update_version.ps1 = build\update_version.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{28BB7D57-4BD7-4298-9FCF-7375C87401E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28BB7D57-4BD7-4298-9FCF-7375C87401E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28BB7D57-4BD7-4298-9FCF-7375C87401E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28BB7D57-4BD7-4298-9FCF-7375C87401E3}.Release|Any CPU.Build.0 = Release|Any CPU
{B272CCCD-A5FD-40B9-A761-B8E5F1105475}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B272CCCD-A5FD-40B9-A761-B8E5F1105475}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B272CCCD-A5FD-40B9-A761-B8E5F1105475}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B272CCCD-A5FD-40B9-A761-B8E5F1105475}.Release|Any CPU.Build.0 = Release|Any CPU
{A35773F6-BA8F-4E3A-85DB-083A6466A0DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A35773F6-BA8F-4E3A-85DB-083A6466A0DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9537FCB1-D98E-4B72-AE6F-A9C0642ED795} = {8C295798-0AE1-458F-8DE1-0DF68360FBBF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1170D945-0F92-46E7-8D3B-450886FB52DD}
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = CucumberRunner.vsmdi
EndGlobalSection
EndGlobal