-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTaskManager.sln
49 lines (49 loc) · 2.94 KB
/
TaskManager.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
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TaskManager", "TaskManager\TaskManager.csproj", "{16234776-6EE4-4AFD-9E0A-57FB75703313}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services", "Services\Services.csproj", "{87E2E290-AD30-4042-8AA6-7BB5CF09FBAE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{2E4DD6BF-BB8C-4927-8EAF-226712982046}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repository", "Repository\Repository.csproj", "{63AA3F8D-1CD7-4E4C-B246-1B7A6E604FD1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Migrations", "Migration\Migrations.csproj", "{749335D7-D2E5-43DF-B97B-642A94CE8F9B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16234776-6EE4-4AFD-9E0A-57FB75703313}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16234776-6EE4-4AFD-9E0A-57FB75703313}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16234776-6EE4-4AFD-9E0A-57FB75703313}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16234776-6EE4-4AFD-9E0A-57FB75703313}.Release|Any CPU.Build.0 = Release|Any CPU
{87E2E290-AD30-4042-8AA6-7BB5CF09FBAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87E2E290-AD30-4042-8AA6-7BB5CF09FBAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87E2E290-AD30-4042-8AA6-7BB5CF09FBAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87E2E290-AD30-4042-8AA6-7BB5CF09FBAE}.Release|Any CPU.Build.0 = Release|Any CPU
{2E4DD6BF-BB8C-4927-8EAF-226712982046}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E4DD6BF-BB8C-4927-8EAF-226712982046}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E4DD6BF-BB8C-4927-8EAF-226712982046}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E4DD6BF-BB8C-4927-8EAF-226712982046}.Release|Any CPU.Build.0 = Release|Any CPU
{63AA3F8D-1CD7-4E4C-B246-1B7A6E604FD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63AA3F8D-1CD7-4E4C-B246-1B7A6E604FD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63AA3F8D-1CD7-4E4C-B246-1B7A6E604FD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63AA3F8D-1CD7-4E4C-B246-1B7A6E604FD1}.Release|Any CPU.Build.0 = Release|Any CPU
{749335D7-D2E5-43DF-B97B-642A94CE8F9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{749335D7-D2E5-43DF-B97B-642A94CE8F9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{749335D7-D2E5-43DF-B97B-642A94CE8F9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{749335D7-D2E5-43DF-B97B-642A94CE8F9B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {258FD34F-A5ED-41B4-999A-60B6E61CFE5D}
EndGlobalSection
EndGlobal