-
Notifications
You must be signed in to change notification settings - Fork 0
/
LibraryExercise.sln
32 lines (32 loc) · 1.67 KB
/
LibraryExercise.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibraryExercise", "src\LibraryExercise.csproj", "{A609285B-0D74-4D96-9A1F-F3730E307E62}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibraryExerciseTests", "tests\LibraryExerciseTests.csproj", "{72745670-F716-4743-9F9A-9A0003876EB4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Description = Simple Library program created using Test Driven Development and SOLID design principles
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A609285B-0D74-4D96-9A1F-F3730E307E62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A609285B-0D74-4D96-9A1F-F3730E307E62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A609285B-0D74-4D96-9A1F-F3730E307E62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A609285B-0D74-4D96-9A1F-F3730E307E62}.Release|Any CPU.Build.0 = Release|Any CPU
{72745670-F716-4743-9F9A-9A0003876EB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72745670-F716-4743-9F9A-9A0003876EB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72745670-F716-4743-9F9A-9A0003876EB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72745670-F716-4743-9F9A-9A0003876EB4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B9B78E58-AD93-4027-B90E-C8878CECE43A}
EndGlobalSection
EndGlobal