-
Notifications
You must be signed in to change notification settings - Fork 0
/
ToDoApp.sln
43 lines (43 loc) · 2.46 KB
/
ToDoApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33414.496
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API", "API\API.csproj", "{2B9E7055-4D9E-4324-87BE-E184ED1C0CF7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{0CA43149-F2F4-4B4C-AB4B-E154A9508ED9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{A03B7A64-DDBA-4157-9705-7C0E24C36A80}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharedKernel", "SharedKernel\SharedKernel.csproj", "{98CFA9E2-94F6-4511-8C79-5716739843C0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B9E7055-4D9E-4324-87BE-E184ED1C0CF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B9E7055-4D9E-4324-87BE-E184ED1C0CF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B9E7055-4D9E-4324-87BE-E184ED1C0CF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B9E7055-4D9E-4324-87BE-E184ED1C0CF7}.Release|Any CPU.Build.0 = Release|Any CPU
{0CA43149-F2F4-4B4C-AB4B-E154A9508ED9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CA43149-F2F4-4B4C-AB4B-E154A9508ED9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CA43149-F2F4-4B4C-AB4B-E154A9508ED9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CA43149-F2F4-4B4C-AB4B-E154A9508ED9}.Release|Any CPU.Build.0 = Release|Any CPU
{A03B7A64-DDBA-4157-9705-7C0E24C36A80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A03B7A64-DDBA-4157-9705-7C0E24C36A80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A03B7A64-DDBA-4157-9705-7C0E24C36A80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A03B7A64-DDBA-4157-9705-7C0E24C36A80}.Release|Any CPU.Build.0 = Release|Any CPU
{98CFA9E2-94F6-4511-8C79-5716739843C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98CFA9E2-94F6-4511-8C79-5716739843C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98CFA9E2-94F6-4511-8C79-5716739843C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98CFA9E2-94F6-4511-8C79-5716739843C0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {50B3ABAD-BE77-49ED-9E25-BCBFB9A1A1B0}
EndGlobalSection
EndGlobal