forked from amoraitis/TodoList
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTodoList.sln
37 lines (37 loc) · 1.96 KB
/
TodoList.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2041
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TodoList.Web", "TodoList.Web\TodoList.Web.csproj", "{FF767E44-D2F9-4B91-8920-8484CE1D980C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TodoList.UnitTests", "TodoList.UnitTests\TodoList.UnitTests.csproj", "{771ED4EE-8280-4A90-9597-A160A62934E9}"
ProjectSection(ProjectDependencies) = postProject
{FF767E44-D2F9-4B91-8920-8484CE1D980C} = {FF767E44-D2F9-4B91-8920-8484CE1D980C}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF767E44-D2F9-4B91-8920-8484CE1D980C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF767E44-D2F9-4B91-8920-8484CE1D980C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF767E44-D2F9-4B91-8920-8484CE1D980C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF767E44-D2F9-4B91-8920-8484CE1D980C}.Release|Any CPU.Build.0 = Release|Any CPU
{771ED4EE-8280-4A90-9597-A160A62934E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{771ED4EE-8280-4A90-9597-A160A62934E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{771ED4EE-8280-4A90-9597-A160A62934E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{771ED4EE-8280-4A90-9597-A160A62934E9}.Release|Any CPU.Build.0 = Release|Any CPU
{7DA7C6AE-7BE8-41D1-9B1D-30CBDF28FFDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DA7C6AE-7BE8-41D1-9B1D-30CBDF28FFDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DA7C6AE-7BE8-41D1-9B1D-30CBDF28FFDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D91C8588-1039-40A5-AFFF-1DE27F67D386}
EndGlobalSection
EndGlobal