forked from tavisca-bootcamp/tdd-basics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bowling-ball.sln
28 lines (27 loc) · 1.52 KB
/
bowling-ball.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BowlingBall", "bowling-ball\BowlingBall.csproj", "{F9F5F43A-95E0-41F4-AD12-D766B986BB5C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CCEAD3C2-74C8-4C4C-9EA4-C95E9874C8E2}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BowlingBall.Tests", "BowlingBall.Tests\BowlingBall.Tests.csproj", "{3AAE35CE-E949-4573-8E65-95A041A37D00}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F9F5F43A-95E0-41F4-AD12-D766B986BB5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9F5F43A-95E0-41F4-AD12-D766B986BB5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9F5F43A-95E0-41F4-AD12-D766B986BB5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9F5F43A-95E0-41F4-AD12-D766B986BB5C}.Release|Any CPU.Build.0 = Release|Any CPU
{3AAE35CE-E949-4573-8E65-95A041A37D00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AAE35CE-E949-4573-8E65-95A041A37D00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AAE35CE-E949-4573-8E65-95A041A37D00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AAE35CE-E949-4573-8E65-95A041A37D00}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal