-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsolution.sln
More file actions
29 lines (29 loc) · 1.74 KB
/
solution.sln
File metadata and controls
29 lines (29 loc) · 1.74 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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "build", "build\build.csproj", "{EAA828F4-419B-4078-8EB6-533FBD86E800}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "developwithpassion.bdd", "product\developwithpassion.bdd\developwithpassion.bdd.csproj", "{CA06C6F3-B8CA-4BDD-B428-2A79C74CC96C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "developwithpassion.bdd.tests", "product\developwithpassion.bdd.tests\developwithpassion.bdd.tests.csproj", "{0B30C31A-42E9-4ECC-8AC3-3EEB4956F062}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EAA828F4-419B-4078-8EB6-533FBD86E800}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAA828F4-419B-4078-8EB6-533FBD86E800}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA06C6F3-B8CA-4BDD-B428-2A79C74CC96C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA06C6F3-B8CA-4BDD-B428-2A79C74CC96C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA06C6F3-B8CA-4BDD-B428-2A79C74CC96C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA06C6F3-B8CA-4BDD-B428-2A79C74CC96C}.Release|Any CPU.Build.0 = Release|Any CPU
{0B30C31A-42E9-4ECC-8AC3-3EEB4956F062}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B30C31A-42E9-4ECC-8AC3-3EEB4956F062}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B30C31A-42E9-4ECC-8AC3-3EEB4956F062}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B30C31A-42E9-4ECC-8AC3-3EEB4956F062}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal