-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbowling-ball.sln
31 lines (31 loc) · 1.57 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
29
30
31
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BowlingBall", "BowlingBall\BowlingBall.csproj", "{BD831A31-6C11-426D-96E6-8496D5D36EA4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BowlingBall.Tests", "BowlingBall.Tests\BowlingBall.Tests.csproj", "{5C10F405-9F05-48D1-8F3E-0B0D8C53D20C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BD831A31-6C11-426D-96E6-8496D5D36EA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD831A31-6C11-426D-96E6-8496D5D36EA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD831A31-6C11-426D-96E6-8496D5D36EA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD831A31-6C11-426D-96E6-8496D5D36EA4}.Release|Any CPU.Build.0 = Release|Any CPU
{5C10F405-9F05-48D1-8F3E-0B0D8C53D20C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C10F405-9F05-48D1-8F3E-0B0D8C53D20C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C10F405-9F05-48D1-8F3E-0B0D8C53D20C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C10F405-9F05-48D1-8F3E-0B0D8C53D20C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {63A5A98B-EE74-4E5E-854B-4B7BBABA84F5}
EndGlobalSection
EndGlobal