-
Notifications
You must be signed in to change notification settings - Fork 1
/
FluentSpec.sln
55 lines (55 loc) · 3.16 KB
/
FluentSpec.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{682EC5C9-DACE-4877-9F73-38023F9E2425}"
ProjectSection(SolutionItems) = preProject
FluentSpec.vsmdi = FluentSpec.vsmdi
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
LocalTestRunWithTestCoverage.testrunconfig = LocalTestRunWithTestCoverage.testrunconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{92F5F7C1-84EB-4E53-9BAC-1A34BF002680}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentSpec", "FluentSpec\FluentSpec.csproj", "{4235DF77-AC2E-4F84-9B41-C47C01098DC0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Acceptance", "Test\Acceptance\Acceptance.csproj", "{C1268AD3-1C4A-4237-AC32-AB02752A905F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unit", "Test\Unit\Unit.csproj", "{90050499-8EE7-4AF2-B18A-59738E6ECF13}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Specs", "Test\Specs\Specs.csproj", "{A0003744-F8DE-433A-8857-E6BDEB4978EB}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = FluentSpec.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4235DF77-AC2E-4F84-9B41-C47C01098DC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4235DF77-AC2E-4F84-9B41-C47C01098DC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4235DF77-AC2E-4F84-9B41-C47C01098DC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4235DF77-AC2E-4F84-9B41-C47C01098DC0}.Release|Any CPU.Build.0 = Release|Any CPU
{C1268AD3-1C4A-4237-AC32-AB02752A905F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1268AD3-1C4A-4237-AC32-AB02752A905F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1268AD3-1C4A-4237-AC32-AB02752A905F}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{C1268AD3-1C4A-4237-AC32-AB02752A905F}.Release|Any CPU.Build.0 = Debug|Any CPU
{90050499-8EE7-4AF2-B18A-59738E6ECF13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90050499-8EE7-4AF2-B18A-59738E6ECF13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90050499-8EE7-4AF2-B18A-59738E6ECF13}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{90050499-8EE7-4AF2-B18A-59738E6ECF13}.Release|Any CPU.Build.0 = Debug|Any CPU
{A0003744-F8DE-433A-8857-E6BDEB4978EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0003744-F8DE-433A-8857-E6BDEB4978EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0003744-F8DE-433A-8857-E6BDEB4978EB}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{A0003744-F8DE-433A-8857-E6BDEB4978EB}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C1268AD3-1C4A-4237-AC32-AB02752A905F} = {92F5F7C1-84EB-4E53-9BAC-1A34BF002680}
{90050499-8EE7-4AF2-B18A-59738E6ECF13} = {92F5F7C1-84EB-4E53-9BAC-1A34BF002680}
{A0003744-F8DE-433A-8857-E6BDEB4978EB} = {92F5F7C1-84EB-4E53-9BAC-1A34BF002680}
EndGlobalSection
EndGlobal