-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathToDoList.sln
55 lines (55 loc) · 3.35 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34018.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ToDoList", "ToDoList\ToDoList.csproj", "{95E6482F-FFDC-4411-B6F2-18F4BF973010}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{04F69DF4-E5DB-4107-A037-B97113DCA4C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DTOs", "DTOs\DTOs.csproj", "{0712C1FE-ADAF-43D2-9D5A-F137D24F5C8C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Data", "Data\Data.csproj", "{30C93BDE-9FD5-448B-A4E7-2B26A8FA3295}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entity", "Entity\Entity.csproj", "{CCFD8298-87AB-4A18-9AE1-7D70A08FF3FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "Common\Common.csproj", "{CCF85652-6547-4382-ADD2-2AA0EF56F488}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{95E6482F-FFDC-4411-B6F2-18F4BF973010}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95E6482F-FFDC-4411-B6F2-18F4BF973010}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95E6482F-FFDC-4411-B6F2-18F4BF973010}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95E6482F-FFDC-4411-B6F2-18F4BF973010}.Release|Any CPU.Build.0 = Release|Any CPU
{04F69DF4-E5DB-4107-A037-B97113DCA4C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04F69DF4-E5DB-4107-A037-B97113DCA4C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04F69DF4-E5DB-4107-A037-B97113DCA4C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04F69DF4-E5DB-4107-A037-B97113DCA4C4}.Release|Any CPU.Build.0 = Release|Any CPU
{0712C1FE-ADAF-43D2-9D5A-F137D24F5C8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0712C1FE-ADAF-43D2-9D5A-F137D24F5C8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0712C1FE-ADAF-43D2-9D5A-F137D24F5C8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0712C1FE-ADAF-43D2-9D5A-F137D24F5C8C}.Release|Any CPU.Build.0 = Release|Any CPU
{30C93BDE-9FD5-448B-A4E7-2B26A8FA3295}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30C93BDE-9FD5-448B-A4E7-2B26A8FA3295}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30C93BDE-9FD5-448B-A4E7-2B26A8FA3295}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30C93BDE-9FD5-448B-A4E7-2B26A8FA3295}.Release|Any CPU.Build.0 = Release|Any CPU
{CCFD8298-87AB-4A18-9AE1-7D70A08FF3FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCFD8298-87AB-4A18-9AE1-7D70A08FF3FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCFD8298-87AB-4A18-9AE1-7D70A08FF3FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCFD8298-87AB-4A18-9AE1-7D70A08FF3FA}.Release|Any CPU.Build.0 = Release|Any CPU
{CCF85652-6547-4382-ADD2-2AA0EF56F488}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCF85652-6547-4382-ADD2-2AA0EF56F488}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCF85652-6547-4382-ADD2-2AA0EF56F488}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCF85652-6547-4382-ADD2-2AA0EF56F488}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0F72EF8A-2779-4E01-B494-FD0010C86C45}
EndGlobalSection
EndGlobal