-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReminders.sln
40 lines (40 loc) · 2.24 KB
/
Reminders.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
33
34
35
36
37
38
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Reminders", "src\Reminders\Reminders.csproj", "{56738BC7-2034-407D-B511-147F8C6E20DF}"
ProjectSection(ProjectDependencies) = postProject
{1080E4B4-1462-49F0-A18A-E91B7A983BF0} = {1080E4B4-1462-49F0-A18A-E91B7A983BF0}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Reminders.UnitTests", "tests\Reminders.UnitTests\Reminders.UnitTests.csproj", "{2C1C189F-B410-4486-8F44-0DB28C63926A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimultaneousConsoleIO", "src\SimultaneousConsoleIO\SimultaneousConsoleIO.csproj", "{1080E4B4-1462-49F0-A18A-E91B7A983BF0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{56738BC7-2034-407D-B511-147F8C6E20DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56738BC7-2034-407D-B511-147F8C6E20DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56738BC7-2034-407D-B511-147F8C6E20DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56738BC7-2034-407D-B511-147F8C6E20DF}.Release|Any CPU.Build.0 = Release|Any CPU
{2C1C189F-B410-4486-8F44-0DB28C63926A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C1C189F-B410-4486-8F44-0DB28C63926A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C1C189F-B410-4486-8F44-0DB28C63926A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C1C189F-B410-4486-8F44-0DB28C63926A}.Release|Any CPU.Build.0 = Release|Any CPU
{1080E4B4-1462-49F0-A18A-E91B7A983BF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1080E4B4-1462-49F0-A18A-E91B7A983BF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1080E4B4-1462-49F0-A18A-E91B7A983BF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1080E4B4-1462-49F0-A18A-E91B7A983BF0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E7D7DCBE-7DBB-4E40-BEE0-A2A6A7100731}
EndGlobalSection
EndGlobal