-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBankingKata.sln
31 lines (31 loc) · 1.6 KB
/
BankingKata.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 Version 16
VisualStudioVersion = 25.0.1705.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BankingKata", "BankingKata\BankingKata.csproj", "{7F880BA4-7B68-4826-81D0-93899768B44D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BankingKata.Tests", "BankingKata.Tests\BankingKata.Tests.csproj", "{51E65989-17B7-41EC-8C96-721F647AD65D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F880BA4-7B68-4826-81D0-93899768B44D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F880BA4-7B68-4826-81D0-93899768B44D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F880BA4-7B68-4826-81D0-93899768B44D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F880BA4-7B68-4826-81D0-93899768B44D}.Release|Any CPU.Build.0 = Release|Any CPU
{51E65989-17B7-41EC-8C96-721F647AD65D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51E65989-17B7-41EC-8C96-721F647AD65D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51E65989-17B7-41EC-8C96-721F647AD65D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51E65989-17B7-41EC-8C96-721F647AD65D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9C3293E7-DF9F-4DFB-B332-116E173DBAF8}
EndGlobalSection
EndGlobal